source: ChangeLog @ ced25d1

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