source: ChangeLog @ 2b14303

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