source: ChangeLog @ d0d65df

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