source: ChangeLog @ 89426ab

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