source: ChangeLog @ 7c8060d0

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