source: ChangeLog @ 8262340

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