source: ChangeLog @ 060b3b4

barnowl_perlaimdebianowlrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Last change on this file since 060b3b4 was 060b3b4, checked in by James M. Kretchmar <kretch@mit.edu>, 21 years ago
Fixed bug in unsub command that could cause file corruption.
  • Property mode set to 100644
File size: 28.9 KB
Line 
1$Id$
2
32.0.1-pre-1
4        Moved the (broken) newmsgproc stuff it a function procedure
5        Added thew 'newlinestrip' variable, on by default, that strips
6          leading and trailing newlines from incoming messages.
7        Fixed a case sensitivity probelm in owl_message_is_personal and
8           owl_message_is_private
9        The message object now uses a list of attributes internally, in
10          prep. for supporting new messaging protocols
11        owl_function_info now uses fmtext instead of one staticly sized
12          buffer
13        in owl_message_get_cc() require that the colon be present after
14          cc.
15        Added some defenses against resize crashes, and put in debug
16          messages if they're encountered
17        In filters 'true' and 'false' are now valid tokens.
18        The 'all' filter has been redefinied to be 'true' and there is a
19          'none' filter defined as 'false'
20        Fixed bug in 'unsub' command that could cause file corruption
21
221.2.8
23        Class pings are displayed differently now
24        Updated owlconf.simple example to format outgoing messages.
25       
261.2.7
27        Outgoing messages now go through the config for formatting
28        Zaway now makes an outgoing message, instead of an admin message
29        The 'zlocate' command can now handle multiple users
30        The simple user format for "To:" is in effect again
31        Prettyed up the zwrite line for using 'reply' on a zaway
32        Added a workaround for a libzephyr bug that caused zwrites to fail
33          if zephyrs were sent just before and just after renewing tickets
34        Fixed a memory bug in getsubs
35        Added receive support for zcrypt messages
36        Added the 'zcrypt' variable which controls whether or not zcrypt
37          messages are decrypted
38        'reply' is disabled for zcrypt until sending zcrypt works
39        Started implementing zcrypt command
40        More updates to the intro doc
41       
421.2.6
43        Started adding code for newmsgproc.  It doesn't fully work yet!
44          Don't use it.
45        Added search, '/' and '?' to basic help.
46        Will attempt to keep the current message as close as possible
47             to the previous current message after an expunge.
48        "set <variable>" and "unset <variable>" now work for boolean variables.
49        Fixed a bug in owl_function_calculate_topmsg_normal that caused a
50          segfault
51        Fixed some typos in the intro doc
52        Removed old zlog functions from zephyr.c
53        Implemented the dump command
54        New startup message
55       
561.2.5
57        Patch to fix memory bug in replying to CC messages
58        If we're on Athena and have static krb (or other) libraries, use
59          them
60        Added "athstatic" program to the release, which handles the above
61        Cast to an int for isspace, to make gcc -Wall quiet
62        Added 'zlist' and 'l' to basic help.
63       
641.2.4
65        'zlog in' will now take an optional thrid argument to set the
66             'tty' variable before setting the zlocation
67        There is now a 'zlist' command that acts like 'znol -l'
68        'l' is bound to 'zlist'
69        Fixed memory leak uninitialzed memory read in fmtext
70        viewwin will now say "End" instead of "More" when at the end
71        Added a debugging message indicating the result of topmsg
72          calculations
73        You can now use %me% in filters
74        The built-in personal filter is updated to do so
75        Fixed a bug in moving the pointer after an expunge
76        Fixed up the normal scrolling code.  Now it should always
77          land on a message, but it's still not optimal.
78        Added the variable 'smartstrip' which will strip kerberos
79          instances out for the 'reply' command.
80        Added -R/usr/athena/lib to the build for Athena
81        Started updating the intro document
82        Small changes to help / about
83        The 'subscribe' and 'unsubscribe' commands (and their aliases) now
84          update .zephyr.subs by default.  If either is given the '-t'
85          (for "temporary") option the .zephyr.subs will not be updated
86        Turned off beeping for hitting the top or bottom of the list of
87          messages
88        Made daemon.webzephyr a special case for smartstrip
89        Added 'out' as a default filter for outgoing messages
90       
911.2.3
92        Added filters "ping", "auto" and "login" by default.
93        Added "body" as a valid field to match on in a filter.
94        Temporary fix to bug where C-SPACE would cause the key handler to
95             lock up.
96        Messages now have a direciton (in, out or none).  Filters can
97             match on this direction
98        Outbound messages are no longer type 'admin' but are of the
99             appropriate message type (i.e. 'zephyr') and are direction
100             'out'.
101        Smartnarrow now works on outgoing messages
102        'info' updated to show more information for admin and outgoing
103             messages
104        Renamed pretty_sender to short_zuser and renamed long_sender to
105             long_zuser
106        Moved zsig generation to the zwrite object
107        Print the zsig used for outgoing messages
108        The tty variable now controls the zephyr location tty name
109       
1101.2.2
111        Added the 'search' command.
112        '/' is a keybinding for 'search'
113        '?' is a keybinding for 'search -r'
114        Fixed stristr, which was completely broken
115        renamed owl_fmtext_ztext_stylestrip to owl_function_ztext_styletsrip
116             and put it in functions.c
117        Attempts to stay near the current message when switching views.
118             When switching from an empty view to one we've previously
119             been in, the new current message position will attempt
120             to be close to the current position from the last
121             time we visited that view.
122        Fixed bug in readconfig.c that prevented building under perl 5.005.
123        Switched "C-x C-x" to only "startcommand quit"
124        'getsubs' prints closer to the order you sub in.
125        Modified the behavior of last so that "> >" will clear the screen.
126        The new behavior of last is:
127              Moves the pointer to the last message in the view.
128              If we are already at the last message in the view,
129              blanks the screen and moves just past the end of the view
130              so that new messages will appear starting at the top
131              of the screen.
132        Fixed a typo in the help for smartzpunt.
133        Fixed functions to handle curmsg being past the end of the view.
134
1351.2.1
136        New framework for command handling.
137        New framework for keymap handling.
138        Added commands for everything that is bound
139             to a key (do 'show commands' to get the full list).
140        Added 'multi' and '(' commands to allow multiple commands
141             to be specified on a line.             
142        Added user keybindings with bindkey command.
143        Added command aliases (eg, "alias foo bar").
144        Added undelete command that parallels the delete command.
145        Added additional options to delete command.
146        The reply command now takes arguments.
147        Added 'edit:insert-text' command.
148        Added 'show zpunts' to show active punt filters.
149        Added 'show variable <name>' and 'show variables'.
150        Added 'show command <name>' and 'show commands'.
151        Added 'show keymap <name>' and 'show keymaps'.
152        Added 'M-u' to undelete all messages in current view.
153        Fixed dotsend so that the zephyr will still send if there
154             is whitespace after the dot but not on the same line.
155             This should resolve an issue where dotsend wouldn't work
156             if you'd gone up and edited a zephyr.
157        Bug in page down fixed
158        C-t will transpose characters
159        Fix the scrolling bug where we would sometimes fail to scroll
160             the screen down, leaving the current message off
161             the bottom of the screen.
162        Refixed 'login or login' typo in help
163        Fixed M-u description
164        Removed 'first' and 'last' from basic command help
165        Added M-N to basic key help
166        Added M-D, M-u to basic key help
167        Fixed a quoting problem in configure.in
168        Changed top of help to use 'show' instead of M-x
169        Fixed a bug in the summary field for user-created aliases
170        Added "reply zaway" which sends a zaway response to the current msg.
171        Added "edit:delete-prev-word" command and bound M-BACKSPACE to it.
172        Some buffer overruns fixed
173        Variables now have a summary and a long description.
174                Only the summary is shown with help.
175                The long description is shown with "show variable foo".
176        Added a 'scrollmode' variable which determines how the screen
177             will scroll as the cursor moves.  The default behaves
178             identically to previous versions of owl.
179             The following modes are supported:
180             normal      - This is the owl default.  Scrolling happens
181                           when it needs to, and an attempt is made to
182                           keep the current message roughly near
183                           the middle of the screen.  (default)
184             top         - The current message will always be the
185                           the top message displayed.
186             neartop     - The current message will be one down
187                           from the top message displayed,
188                           where possible.
189             center      - An attempt is made to keep the current
190                           message near the center of the screen.
191             paged       - The top message displayed only changes
192                           when user moves the cursor to the top
193                           or bottom of the screen.  When it moves,
194                           the screen will be paged up or down and
195                           the cursor will be near the top or
196                           the bottom.
197             pagedcenter - The top message displayed only changes
198                           when user moves the cursor to the top
199                           or bottom of the screen.  When it moves,
200                           the screen will be paged up or down and
201                           the cursor will be near the center.
202        Added owl_sprintf which returns the formatted string, or NULL.
203                The caller must free this string.
204                This will allocate enough memory and thus
205                avoid potential some buffer overrun situations.
206        Simple implementation of 'zwrite -m' (doesn't yet log an outgoing
207                message as having been sent.)
208        The "Not logged in or subscribing to messages" error
209                now includes the name of the recipient.
210        The "disable-ctrl-d" variable may also be set to "middle"
211                which will result in ctrl-d only sending at the
212                end of the message.  This is now the default.
213                This also added a command "editmulti:done-or-delete".
214        Fixed a bug in the "reply -e" command.
215        Always clear the command buffer before executing the command.
216                (So that interactive commands can sanely do start-command.)
217        Fixed preservation of e->dotsend across owl_editwin_clear().
218        Added history for multiline edit windows (eg, for zephyr composition).
219                The M-n and M-p keys will cycle through the history ring.
220                In particular, it is now possible to edit the command line
221                of a zephyr being composed:  C-c it and restart it
222                and then M-p to get the aborted composition back.
223        Added owl::send_zwrite(command, message) to the perl glue
224                to allow for the direct sending of multi-line messages.
225                For example:  owl::send_zwrite("-c foo -i bar", "hello");
226        Changed owl_fmtext_print_plain to return an alloc'd string to
227                avoid buffer overrun risks.
228        Added owl::ztext_stylestrip("...") function to perlglue
229                 which returns the ztext with formatting stripped out.
230        Added colorztext variable which can be used to disable @color()
231                 strings arriving in messages after it is set.
232                 (Currently, changing its value won't reformat messages).
233        Outgoing zephyr logging now obeys the logpath variable.
234        The '~' character in logpath and classlogpath now gets
235                 replaced with the user's home directory.
236        Added simple implementation of smartnarrow-to-admin that
237                 creates a "type-admin" autofilter.
238                 This was done mostly so that M-C-n and M-C-p do something
239                 sane on admin messages.
240        Added opera to the allowed options to the webbrowser variable.
241        Fixed some buffer overruns in the "reply" command.
242        When repying to "all" on a message that begins with "CC:" (eg, sent
243                 with "zwrite -C", the reply line will be constructed
244                 from the sender and the usernames on the CC: line
245                 of the message being replied to.
246        There is no such thing as C-R, so left C-r as it is but added:
247                 M-r --- edit reply to all
248                 M-R --- edit reply to sender
249        Added RCS Id strings to all files.
250        'show keymaps' shows details of all keymaps after summary list.
251        Added --no-move option to delete command.
252                In particular, delete-and-always-move-down may now
253                be implemented with
254                '( delete --no-move ; next --skip-deleted )'.
255        Folded the nextmsg and prevmsg commands and functions together into
256                one command which takes arguments.
257                Added '--filter <name>' option (eg, for next_personal),
258                '--skip-deleted' option, and
259                '--last-if-none'/'--first-if-none' options.
260                Help updated accordingly. 
261                In particular, the 'personal' filter is now used
262                for 'next personal'. 
263                Added --smart-filter and --smart-filter-instance options
264                to the next and prev commands.
265        Updated examples/owlconf.erik with the above.
266        Made owl_function_fast*filt return a string and not do the
267                narrowing, to make it more general.
268        Added a smartfilter command that creates a filter
269                based on the current message and returns the name
270                of the filter.
271        Added M-C-n and M-C-p keybindings to "move to next message
272                matching current" and "move to previous message
273                matching current"
274        Added variables edit:maxfillcols and edit:maxwrapcols which
275                will limit how wide editing paragraphs may get before
276                they get wrapped.  This is a max and may be narrower
277                depending on the current size of the window.
278                If 0, the max is unlimited.  Default is 70 columns for
279                edit:maxfillcols and unlimited for edit:maxwrapcols.
280        Added smartzpunt command with key binding of "C-x k".
281                This starts a zpunt command filled in with
282                the proposed zpunt.
283        Fixed a memory reference bug in delete and undelete commands.
284        Added support for perl to call directly back into owl.
285        Changed the implementation of owl::command("...") to immediately
286                call back into owl.  This allows perl to get the return
287                value of strings returned by owl commands.
288        Added the getview command which returns the name of the current
289                view's filter. 
290        Added the getvar command which returns the value of a variable.
291        Added an example to examples/owlconf.erik which uses TAB to
292                narrow and restore the view. 
293        Added an example to examples/owlconf.erik which uses M-c to
294                color messages matching the current one green.
295        Integrated change to fix problem with popup blinking on new zephyrs.
296        C-l and resizes will now refresh an open viewwin (eg, help).
297        Updated doc/code.txt to include info about filters, commands,
298                contexts, and keybindings.
299        Exec commands cleaned up to not have buffer-size limitations
300                and to not mess up spaces.  exec also returns a string
301                of the output now.
302        Integrated changes from 1.1.3, and added docs for "zlocate -d"
303                and new show commands.
304        Show with arguments produces help on show.
305        Fix a bug in readconfig caught by efence (where we'd try to read before
306                the beginning of a string if it was empty).
307        The perl command doesn't do makemsg directly, but instead
308             returns the string and it will get printed if it
309             was run interactively.
310       
3111.1.3
312        'show subs' and 'show subscriptions' are now the same as 'getsubs'
313        zlocate now takes an optional -d argument
314        'show terminal' / 'show term'
315        '>' / last doesn't set the last message at the top of the screen now
316        implemented _followlast as an unsupported feature
317        include 'default' in the 'show colors' list
318        added help for 'zpunt' and 'zunpunt'
319        changed the bug address in the startup message
320        can now do 'show status'
321        can now do 'show version'
322        'status' / 'show status' includes the owl version number now
323        'show terminal' includes whether the terminal can change colors
324        fixed off by one bugs in paging / scrolling viewwin
325        don't downcase the sender when getting the log name for personals
326        support @owl::fields as well as @fields
327        downcase class/inst filter names in auto filters
328
3291.1.2
330        Fixed memory mishandling bug
331        Fixed bug in redfining the filter attached to the current view
332        M-n will narrow to message, instance on non-personal, class
333             MESSAGE messages
334        M-N behavies like M-n except that on class messages it narrows
335            to class and instance
336        line wrap earlier, to account for tabbing
337        fixed typo in help
338        'status' command now displays info on terminal color support
339        zephyr @ formatting is now case independant
340        added support for color terminals
341        zephyr @color(foo) now works
342        'D' for deleted messages is now not bold, unless it's the current
343          message
344        F1 displays the help screen
345        added filter colors
346        added the 'colorview' command
347        added the 'show colors' command
348        users who don't have a .zephyr.subs get a simpler format for
349          incoming messages
350        If colors are available 'show filters' will show a filter in the
351          color associated with it.
352        Added the zpunt and zunpunt commands
353        Lines in the subs file starting with '-' are zpunted
354        Include login/logout messages in auto user filters
355        'V' changes to the home view ('all' by default)
356       
3571.1.1
358        Fixed perl, aperl, and pperl commands to deal with quoting
359              and spaces in a saner manner.
360        Removed all owl_get_* methods for booleans and switched
361              cases where they were used to owl_is_*
362        Changes to owlconf.erik to use some new features.
363        Increased the size of the help buffer (as it
364              was overflowing and truncating the help message).
365        Variables prefixed with a _ are not shown in help
366              or by printallvars (and prefixed Not Yet Implemented
367              variables with this).
368        Fix typo in help
369        include stdio.h in functions.c
370        remove stale "q to quit" from bottom of info message
371        fix downward scrolling more than a page
372        use authentication for zlocate, by default
373        fixed buffer over run in info command on long messages
374        call 'perl <file>' from Makefile to avoid hardcoding perl paths
375        in Makefile don't build owl_prototypes.h unless necessary
376        store the time for admin messages
377        display admin message time in 'info' command
378        fixed an editwin M-> last character bug
379               
3801.1
381        reply is a normal function now
382        'R' does reply to sender
383        'T' tells you how many messages were marked for deletion
384        local realm removed from login / logout messages
385        added command history
386        better runtime / starttime reporting in 'status' command
387        leave the pointer near the current message after expunge
388        C-l recenters editwin
389        implemented zlocate
390        @italic works the same as @i
391        on reply only quote class / instance when necessary
392        C-r allows you to edit the reply line
393        don't use unecessary options in reply line
394        display 'info' errors in msgwin, not popup
395        impelemnted aexec, pexec commands
396        the zsig now goes through ztext formatting
397        messages have id numbers now
398        'info' prints the msgid
399        added the 'filter' command
400        added the 'view' command
401        added the 'show filter' command
402        added the 'viewclass' (and 'vc') commands
403        added the 'viewuser' (and 'vu') commands
404        M-n will filter to the current class or user
405        'v' starts a view command
406        M-D will delete all messages in current view
407        added the 'delete' (and 'del') command
408        load-subs with no argument loads the default subs file
409        '<truncated>' is now when the *current* message is truncated
410        the reply-lockout filter (with default) specifices messages that
411           cannot be replied to.
412        in the configfile owl::receive_msg is run whenever a message is
413          received
414        added the beep command
415        added the contributors file
416        declare ZGetSubscriptions and ZGetLocations since the includes
417          don't seem to
418        fixed bug in displaying last line in popwin if no final '\n'
419        'T' uses the 'trash' filter now
420        zaway_msg, zaway_msg_default and zaway are all user variables now.
421        zsig variable overrides zsigproc
422        If there's no appendtosepbar don't interfear with the sepbar
423        Changed: owl_message_get_numlines will return 0 of m is NULL
424        Added login messages to messages marked by owl_function_delete_automsgs
425        Added owl_function_delete_by_id(id) which acts independent of view
426        Added "-id <id>" option to delete command
427        Fixed an arg checking bug in delete command
428        Added owl::id to perl namespace with message id
429        Fixed a memory corruption bug in readconfig.c (where right
430              after the strdup to "out", we'd strcat a \n onto the end.
431              This would be triggered whenever owl::format_msg returned
432              a string not ending in a newline
433        Added 'X' keybinding which expunges and then switches to
434              a view defined by the variable "view_home" which defaults
435              to "all"
436        Consolidated readconfig.c somewhat to remove duplication.
437              owl_config_execute now returns a string.
438        Added an example config file that does vt-style formatting.
439              (examples/owlconf.vtformat)
440        Added the 'perl', 'aperl', and 'pperl' commands which will
441              evaluate perl expressions.
442        Fixed bug where pclose zsigproc would cause zombies
443        Can set zsigproc or zsig to "" to disable
444        Added support for multiple browsers (galeon and none were added).
445              Configure with the "webbrowser" variable.
446        Changing typewinsize height triggers resize event.
447        Added zsig variable which will be used if no zsigproc and non-empty.
448        Added "make test" rule to Makefile which will run regression tests,
449              and added regression testing framework to tester
450        Fixed codelist.pl to ignore static declarations.
451        Added dict.c which contains string->ptr dictionary routines
452              and the owl_dict type.
453              These include regression tests.
454        Overhaul/rewrite of variable handling.  Variables are now managed
455              in an owl_vardict (in g.vars) which contains a dictionary
456              of owl_variable's.  Each owl_variable has dispatch functions
457              for validating values, setting it and getting it,
458              and for setting it to and from string values.
459              The variable.c file contains the list of variables.
460              Stubs for the owl_global_<varname>_get functions and friends
461              are generated from variable.c by stubgen.pl.
462              The help.c messages for variables now calls into variable.c
463              so all information about most variables is in one place.   
464        Cleaned out code from global.c and command.c that was made obselete
465              by variable overhaul.
466        The set command now takes a -q option to not log a message.
467        Fixed a bug where set and print with no arguments would
468              print "Undefined variable" in addition
469              to running owl_function_printallvars.
470        debug is now a variable that can be turned on and off.
471        Fixed mail,inbox message parsing in examples/owlconf.erik
472        Made zaway_msg and zaway_msg_default into variables
473        Changed owl_function_makemsg and owl_function_debugmsg
474               to use varargs (ie, so they can now take a format
475               string with args).
476        Don't allow " and \ characters in URLs with the "w" command.
477        Removed lots of build warnings.
478        Popwins are wider by default so help messages fit better.
479        Added an atokenize_free function.
480        Fixes to work with an older version of libzephyr.
481        Added dependencies on header files to Makefile.in
482        Added pageup and pagedown key bindings to message list
483        Added pageup and pagedown to viewwin
484        Added configfile section to doc/intro.txt (from example config file)
485        Added appendtosepbar variable which may contain text which will
486              be appended to the sepbar.  This allows the configfile
487              to put information about pings and logins into
488              the sepbar.  (It may be worth also providing a variable
489              which enables this by default, but for now this allows
490              for experimenting with what works well.)
491        Added doc/code.txt which gives a brief overview of the code.
492        Added tags makefile rule and added TAGS to distclean rule.
493       
4941.0.1
495        fix frees in loadsubs and loadloginsubs
496        don't return in owl_free
497       
4981.0
499        'print' and 'set' with no arguments prints all variables
500        Added the 'unsubscribe' and 'unsub' command
501        Renamed the 'unsub' command to 'unsuball'
502        Added the 'getsubs' command which is like zctl ret
503        Fixed bug in logging messages sent to more than one recipient
504        Support '-C', '-O', and '-n' options to zwrite
505        Fixed bug in owl_editwin_delete_char when there are no later chars
506          after the cursor
507        Make "more" and "truncated" work in the status bar
508        enable printing of zsigproc and loginsubs variables
509        only allow message scrolling if the message is actually off the
510          screen
511        'T' will mark all automated message for deletion
512        'P' will go to the next personal message
513        'M-P' will go to the previous personal message
514        replying to a login message goes to the user now
515        added a status command
516        added the intro doc to the release
517        fixed off by one bug in viewwin
518        added complete online help
519        pass $owl::realm in configfile
520        fixed editwin wordwrapping on the last line
521        fixed editwin problem with key_right past the last char
522        print an error and quit if the configfile can't be parsed
523        got rid of owl_mainwin_calculate_topmsg
524        fixed off by one error in calculating topmsg upwards
525        you can now reply to an admin message
526        don't display an error about keypress on window resize
527       
5280.11
529        fixed bug in viewing messages longer than the screen
530        indicate in the sepbar if there is a non zero vert offset
531        send on '.' on a line by itself
532        added disable-ctrl-d variable
533        fixed bug where C-k did not delete the last \n in the buffer
534        make non-character meta keys work
535        use ZSendNotice instead of ZSendList
536        implemented <, >, M-< and M-> in viewwin
537        removed the spaces at the bottom of viewwin
538        added 'about' command
539        fixed bug using 'M' with no current message
540        changed message object to use char *'s to save on memory
541        change malloc, realloc, strdup and free to use owl hooks so that
542           debugging can be added
543               
5440.10.1
545        fixed a trailing space bug in the parser
546        impelemented the "burning ears" feature
547        have admin messages do ztext parsing
548        fixed bug in reporting which M- key was pressed
549        C-g will now cancel commands like C-c
550       
5510.10
552        implemented owl_function_full_redisplay().
553        C-l uses owl_function_full_redisplay().
554        when a popwin exists to a full redisplay.  (fixes bug)
555        improved the owl_editwin_process_char logic
556        removed all unnecessary wrefresh's and replaced with wnoutrefesh
557        owl_editwin_redisplay now takes an argument to optionally doupdate()
558        improved the cut-and-paste speed by not doing a usleep the first
559          time through the loop after getting a keypress.
560        nuked typwin.c and associated stuff.  It's useless now.
561        added viewwin code for paging windows
562        curly braces work for zephyr formatting
563        @i in zephyr formatting will be displayed as underlined text
564        turned off idlok
565        implemented viewwin
566        implemented viewwi in popwin for pageable popwins
567        help, info now use pageable popwins
568        bound 'M' to bring the current message up in a popwin
569        return, space bar, 'b' and backspace now scroll within a message
570        turned off resize message
571        C-v and M-v page the main window
572        implemented owl_message_is_mail
573        some build cleanup
574
575       
5760.9
577        added owl_message_is_personal and have things use it
578        added owl_message_is_private
579        fixed 'print personalbell' and have 'set personalbell'
580           print a message
581        bold only on message_is_personal
582        display the realm if not local
583        implemented M-f, M-b, M-d, M-<, M-> in editwin
584        implemnted word wrapping in editwin
585        implemented M-q (paragraph-fill) in editwin
586        fixed bug that caused owl to segfault logging a 'weird' class
587        M-x is a keysym for ':'
588        added smart bolding and userclue
589        fixed a bug causing pings to beep even if rxping is off
590       
5910.8.1
592        fixed bug in logging code
593       
5940.8
595        implemented personal logging
596        implemented class logging
597        implemented resize of typewin
598        fixed the backspace problem
599        -v command line option prints the version number
600       
6010.7
602        load-subs will report error opening file
603        skip comment lines in loadsubs and loadloginsubs
604        changed internal references to rxping and txping
605        fix replying to a blank instance
606        added subscribe command
607        subscribe to login messages from .anyone by default
608        'loginsubs' variarble controlls automated login messages
609        redisplay the editwin after a resize
610        leave the cursor in the editwin if active
611        fix problems in the build system
612        added displayoutgoing variable
613        temporarily removed error printing for zlog in / out
614       
6150.61
616        fixed bug in "message sent to <foo>" for zwrite
617       
6180.6
619        help updated
620        zaway key set to caps A
621        support zephyring other realms
622        rxping variable for receiving pings
623        txping variable for sending pings
624        function in place to resize typwin
625        C-l to refresh
626        personal bell variable
627        beta message now an admin message
628       
6290.5
630        Added the debug command and flag
631        Fixed bug in printing fields in info command
632        Added owl_fmtext_append_ztext and use it
633        Better formating for pings and login zephyrs
634        make tester depends on proto
Note: See TracBrowser for help on using the repository browser.