source: ChangeLog @ f2f9314

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