source: ChangeLog @ a15a84f

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