source: ChangeLog @ e9b1f60

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