source: ChangeLog @ 37eab7f

barnowl_perlaimdebianowlrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Last change on this file since 37eab7f was 37eab7f, checked in by James M. Kretchmar <kretch@mit.edu>, 20 years ago
Added the loopback message type Added the loopwrite command
  • Property mode set to 100644
File size: 38.4 KB
Line 
1$Id$
2
32.0.11-pre-1
4        Updated basic help
5        Display CC: in outgoing CC messages
6        More AIM logout detection
7        Don't proclaim "interfaces changed" on first build.
8        Added the 'loopback' message type
9        Added the 'loopwrite' command
10       
112.0.10
12        Allow 'hostname' in filters.
13        Fixed bug in reporting when no one is subbed to a class
14        Added an extral newline in logging incoming zephyrs
15        An admin message is displayed when you are logged out of AIM
16        Print an error message and admin message if an AIM send fails
17       
182.0.9
19        Added the 'fancylines' variable.
20        Added the 'show startup' command.
21        Added feature for capturing stderr messages
22           from commands and displaying them in the errors buffer.
23        Create an admin message explaning that a zephyr couldn't
24           be sent
25        Better reporting of perl errors (both into the errqueue
26                and also clearing the error after displaying it).
27        Allow default_style to be specified in config.
28        Added errqueue
29        Added command "show errors"
30        Fixed bug removing newlines in backup files
31       
322.0.8
33        Increased size of screen name field in buddy listing
34        Fixed bug with idle times causing broken pipes.
35        New libfaim
36        Added the 'source' command.
37        Make sure that a newline is always at the end of messages
38                returned by perl style formatting functions.
39        Add owl::login and owl::auth to legacy variables populated for format_msg.
40        Additions to intro.txt and advanced.txt documents.  (Still in progress.)
41        Add base methods for login_host and login_tty
42                and others that return undef.
43        New API for perl message formatting functions. 
44                Legacy variables are still supported for owl::format_msg
45                and owl::receive_msg, but these functions are now also
46                passed an owl::Message object which contains methods
47                for accessing the contents of the message.  See perlwrap.pm
48                (and docs TBD) for the available methods.
49                *** WARNING:  The exact API for owl::Message has
50                *** not yet stabilized.
51        Added "style" command for creating new styles.
52                Usage:  style <name> perl <function_name>
53        Added support for "show styles".  Changed global style table
54                from list to dictionary.
55        Changed AIM password prompt from "Password:" to "AIM Password:".
56        Messages are reformatted after a window resize to allow styles
57                to take into account the width of the window.
58        When perl throws an error, the message is put in the msgwin
59                if possible.
60        Added perl functions for:       
61                owl::getcurmsg() -- returns an owl::Message object for
62                                    the active message
63                                    in the current view.
64                owl::getnumcols() -- returns the column width of the window
65                owl::zephyr_getrealm() -- returns the zephyr realm
66                owl::zephyr_getsender() -- returns the zephyr sender
67        Made owl::COMMAND("foo"); be syntactic sugar for
68                owl::command("COMMAND foo");
69        Added perlwrap.pm to contain perl code to be compiled into
70                the binary.  This is transformed into perlwrap.c by
71                encapsulate.pl.
72        Renamed readconfig.c to perlconfig.c and changed variables accordingly.
73        Minor bugfixes in cmd.c and commands.c
74        Improved intro doc
75
762.0.7
77        Idletimes now appear in the buddylisting
78        Failed AIM logins are now correctly reported
79        Owl will build now without zephyr, enabling it to act as a
80          standalone AIM client.
81        There is now a zcrypt command
82        Replies to zcrypted messages now work
83        Don't allow zwrite if zephyr isn't present
84        Cleaned up some warnings from linux gcc.
85        Fixed bug that can cause response stuff to crash
86        Improved status command
87        Fixed bug in buddy stuff
88       
892.0.6
90        aimlogin will now accept the screenname without a password and ask
91           for the password such that it is not echo'd to the terminal
92        'addbuddy aim' and 'delbuddy aim' now work
93        Bug fix to make zwrite -m work with -c/-i
94        Fixed documentation bug in aimwrite
95        Initialze $owl::auth
96        Fix in autoconf for des425
97        Reformatted editwin.c and added capability of doing password-style
98           echoing
99       
1002.0.5
101        Fix in finding des for building zcrypt
102        Fixed description for alert_action variable
103        More detailed usage from -h
104        Special cased replies for webzephyr users on classes and
105          login notifications for webzephyr users
106        Fixed bug that caused a crash on zpunt with '*' for an instance
107        AIM logout and then login now works.
108        Fixed bug causing view -d not to work.
109        Added hostname and tty name to LOGIN/LOGOUT zephyrs on oneline
110          style
111       
1122.0.4
113        Made command line option -n actually work
114        Implemented styles, including the 'default' 'basic' and 'oneline'
115          styles.  A 'perl' style is available if a format_msg() function
116          is found in .owlconf
117        Added the 'default_style' variable
118        Added the 'toggle-oneline' command
119        The 'o' key is bound to 'toggle-oneline'
120        Internally, the one view now has a name, 'main', and message
121          recalcuations are done in place when its filter is changed.
122        Added filter field 'login' which can take the values 'login'
123           'logout' or 'none'
124        Added the perl variable $owl::login, just as above
125        Updated the 'login' and 'trash' filters appropriately
126        Fix for checking for DES in build system
127        Bug fix in using makemsg when no curses window is present
128        The variable $owl::auth now exists in perl
129        Use new internal function to delete zephyr subs from file
130        New 'sepbar_disable' variable can turn off sepbar info display
131        Updated contributor info
132        Added the 'show view' command
133        Bug fix in owl_regex
134        Fixed personal aim messages logging to class directory
135        Log "LOGIN" or "LOGOUT" for AIM buddy messages
136        zwrite -m now correctly displays an outgoing message and logs
137        zwrite -s now works
138        Strip spaces in AIM usernames on aimwrite send
139        Removed libfaim/config.log from CVS
140        Fixed some easy fixed-length buffers
141        Wordwrap incoming AIM messages
142        Fixed bug causing buddies not to be added to buddy list during
143          ingorelogin timer
144        Translate &lt; &gt; &amp; &quot; &nbsp; &ensp, &emsp, &endash and
145           &emdash
146       
1472.0.3
148        Don't ring the terminal bell on mail messages.
149        Nuke <FONT>
150        Make the build work a little better on OSX
151        Fixed a bug in fmtext
152        Expanded the size of the hostname buffer
153       
1542.0.2
155        Fixed bug in 'startup' command.
156
1572.0.1
158        Moved newmsgproc stuff to a function procedure
159        Added the 'newlinestrip' variable, on by default, that strips
160          leading and trailing newlines from incoming messages.
161        Fixed a case sensitivity probelm in owl_message_is_personal and
162           owl_message_is_private
163        The message object now uses a list of attributes internally, in
164          prep. for supporting new messaging protocols
165        owl_function_info now uses fmtext instead of one staticly sized
166          buffer
167        in owl_message_get_cc() require that the colon be present after
168          cc.
169        Added some defenses against resize crashes, and put in debug
170          messages if they're encountered
171        In filters 'true' and 'false' are now valid tokens.
172        The 'all' filter has been redefinied to be 'true' and there is a
173          'none' filter defined as 'false'
174        Fixed bug in 'unsub' command that could cause file corruption
175        In the zlist function, give a more detailed error message if
176          the file cannot be opened.
177        Renamed old instances of zsig_exec in the code to zsigproc
178        Don't print the stderr from zsigproc
179        Added a 'loadloginsubs' command to load login subscriptions from a
180          file
181        Added a 'loadsubs' command to eventually phase out the 'load-subs'
182          command
183        Made M-n work on classes and instances with spaces in them
184        Zaway now obeys the smart strip variable
185        Hacked the build system to not have the -E link problem on Athena
186        Added ZResetAuthentication in a number of places to fix problems
187          with stale tickets
188        Added some hooks for malloc debugging
189        M-p is bound to 'view personal' by default
190        loadsubs and loadloginsubs only print messages if in interactive
191          mode
192        added the 'alert_filter' variable, defaults to 'none'.
193        added the 'alert_action' variable, which is an owl command that
194          will be executed when new messages arive that match the
195          alert_filter
196        added the 'term' command which takes the 'raise' and 'deiconify'
197          options.  It assumes xterm for now.
198        only 'make distclean' will nuke core and ~ files now
199        fixes to owl_function_do_newmsgproc from Stephen
200        converted functions.c to new code style, which I'm giving a shot
201        Makefile.in: define DATADIR, for default owlconf.
202        Makefile.in: provide "all" and "install" rules.
203        configure.in: try also libdes and libkrb4, for people using heimdal
204        configure.in: see if des_ecb_encrypt is already prototyped.
205        configure.in: minor changes to work with new autoconf without needing acconfig.h.
206        configure.in: find the install program.
207        configure.in: test for use_default_colors since some versions of
208          solaris don't have it, so we can at least compile something
209          vaguely working there.
210        keypress.c: ifdefs for keys not defined on at least some solarises.
211        owl.c: don't call use_default_colors if we don't have it
212        readconfig.c: added *commented out* code to try to find a
213          system-default owlconf if the user doesn't have one.  Have to
214          ponder if I want this
215        zcrypt.c: don't prototype des_ecb_encrypt if there is a prototype in
216          des.h.
217        zcrypt.c: include owl.h so we get the configure-generated config.h
218        Change to codelist.pl to deal with new code style
219        Remove some ancient stuff from zcrypt.c
220        General cleanup to Makefile.in
221        CTRL and META are now OWL_CTRL and OWL_META.  OWL_CTRL moved to
222          keypress.c
223        do_encrypt declaired static
224        if we don't have des functions, do not try to build in zcrypt
225        kill the newmsgproc function on exit
226        Added libfaim
227        Added basic AIM support, including the "aimlogin", "aimwrite" and
228           "aimlogout" commands
229        New built-in filters 'aim' and 'zephyr'.
230        Do ZResetAuthentication() before zlog_in and zlog_out as well.
231        Print AIM login / logout notifications
232        The 'alist' command prints a list of aim buddies logged in
233        The 'blist' command prints users from all protocols
234        The 'l' key is now bound to 'blist' instead of 'zlist'
235        Started work on 'addbuddy' and 'delbuddy' command but they DO NOT
236          WORK yet
237        Removed a bit of faim code that allowed commands to be executed.
238        The 'B' key is now bound to 'alist'
239        Added the 'startup' and 'unstartup' commands
240        The $HOME/.owl directory is created on startup if it does not exist
241        Added the 'aim_ingorelogin_timer' variable
242        'addbuddy zephyr <user>' and 'delbuddy zephyr <user>' now work.
243        'isloginout' and 'isprivate' are now message attributes
244        improved 'info' function lists seperate info for zephyr, aim and
245           also prints all message attributes
246        AIM logging (both in and out) now works
247        Disabled 'addbuddy' and 'delbuddy' for aim since it doesn't work yet
248        Hacked the Perl build stuff not to link with iconv
249       
2501.2.8
251        Class pings are displayed differently now
252        Updated owlconf.simple example to format outgoing messages.
253       
2541.2.7
255        Outgoing messages now go through the config for formatting
256        Zaway now makes an outgoing message, instead of an admin message
257        The 'zlocate' command can now handle multiple users
258        The simple user format for "To:" is in effect again
259        Prettyed up the zwrite line for using 'reply' on a zaway
260        Added a workaround for a libzephyr bug that caused zwrites to fail
261          if zephyrs were sent just before and just after renewing tickets
262        Fixed a memory bug in getsubs
263        Added receive support for zcrypt messages
264        Added the 'zcrypt' variable which controls whether or not zcrypt
265          messages are decrypted
266        'reply' is disabled for zcrypt until sending zcrypt works
267        Started implementing zcrypt command
268        More updates to the intro doc
269       
2701.2.6
271        Started adding code for newmsgproc.  It doesn't fully work yet!
272          Don't use it.
273        Added search, '/' and '?' to basic help.
274        Will attempt to keep the current message as close as possible
275             to the previous current message after an expunge.
276        "set <variable>" and "unset <variable>" now work for boolean variables.
277        Fixed a bug in owl_function_calculate_topmsg_normal that caused a
278          segfault
279        Fixed some typos in the intro doc
280        Removed old zlog functions from zephyr.c
281        Implemented the dump command
282        New startup message
283       
2841.2.5
285        Patch to fix memory bug in replying to CC messages
286        If we're on Athena and have static krb (or other) libraries, use
287          them
288        Added "athstatic" program to the release, which handles the above
289        Cast to an int for isspace, to make gcc -Wall quiet
290        Added 'zlist' and 'l' to basic help.
291       
2921.2.4
293        'zlog in' will now take an optional thrid argument to set the
294             'tty' variable before setting the zlocation
295        There is now a 'zlist' command that acts like 'znol -l'
296        'l' is bound to 'zlist'
297        Fixed memory leak uninitialzed memory read in fmtext
298        viewwin will now say "End" instead of "More" when at the end
299        Added a debugging message indicating the result of topmsg
300          calculations
301        You can now use %me% in filters
302        The built-in personal filter is updated to do so
303        Fixed a bug in moving the pointer after an expunge
304        Fixed up the normal scrolling code.  Now it should always
305          land on a message, but it's still not optimal.
306        Added the variable 'smartstrip' which will strip kerberos
307          instances out for the 'reply' command.
308        Added -R/usr/athena/lib to the build for Athena
309        Started updating the intro document
310        Small changes to help / about
311        The 'subscribe' and 'unsubscribe' commands (and their aliases) now
312          update .zephyr.subs by default.  If either is given the '-t'
313          (for "temporary") option the .zephyr.subs will not be updated
314        Turned off beeping for hitting the top or bottom of the list of
315          messages
316        Made daemon.webzephyr a special case for smartstrip
317        Added 'out' as a default filter for outgoing messages
318       
3191.2.3
320        Added filters "ping", "auto" and "login" by default.
321        Added "body" as a valid field to match on in a filter.
322        Temporary fix to bug where C-SPACE would cause the key handler to
323             lock up.
324        Messages now have a direciton (in, out or none).  Filters can
325             match on this direction
326        Outbound messages are no longer type 'admin' but are of the
327             appropriate message type (i.e. 'zephyr') and are direction
328             'out'.
329        Smartnarrow now works on outgoing messages
330        'info' updated to show more information for admin and outgoing
331             messages
332        Renamed pretty_sender to short_zuser and renamed long_sender to
333             long_zuser
334        Moved zsig generation to the zwrite object
335        Print the zsig used for outgoing messages
336        The tty variable now controls the zephyr location tty name
337       
3381.2.2
339        Added the 'search' command.
340        '/' is a keybinding for 'search'
341        '?' is a keybinding for 'search -r'
342        Fixed stristr, which was completely broken
343        renamed owl_fmtext_ztext_stylestrip to owl_function_ztext_styletsrip
344             and put it in functions.c
345        Attempts to stay near the current message when switching views.
346             When switching from an empty view to one we've previously
347             been in, the new current message position will attempt
348             to be close to the current position from the last
349             time we visited that view.
350        Fixed bug in readconfig.c that prevented building under perl 5.005.
351        Switched "C-x C-x" to only "startcommand quit"
352        'getsubs' prints closer to the order you sub in.
353        Modified the behavior of last so that "> >" will clear the screen.
354        The new behavior of last is:
355              Moves the pointer to the last message in the view.
356              If we are already at the last message in the view,
357              blanks the screen and moves just past the end of the view
358              so that new messages will appear starting at the top
359              of the screen.
360        Fixed a typo in the help for smartzpunt.
361        Fixed functions to handle curmsg being past the end of the view.
362
3631.2.1
364        New framework for command handling.
365        New framework for keymap handling.
366        Added commands for everything that is bound
367             to a key (do 'show commands' to get the full list).
368        Added 'multi' and '(' commands to allow multiple commands
369             to be specified on a line.             
370        Added user keybindings with bindkey command.
371        Added command aliases (eg, "alias foo bar").
372        Added undelete command that parallels the delete command.
373        Added additional options to delete command.
374        The reply command now takes arguments.
375        Added 'edit:insert-text' command.
376        Added 'show zpunts' to show active punt filters.
377        Added 'show variable <name>' and 'show variables'.
378        Added 'show command <name>' and 'show commands'.
379        Added 'show keymap <name>' and 'show keymaps'.
380        Added 'M-u' to undelete all messages in current view.
381        Fixed dotsend so that the zephyr will still send if there
382             is whitespace after the dot but not on the same line.
383             This should resolve an issue where dotsend wouldn't work
384             if you'd gone up and edited a zephyr.
385        Bug in page down fixed
386        C-t will transpose characters
387        Fix the scrolling bug where we would sometimes fail to scroll
388             the screen down, leaving the current message off
389             the bottom of the screen.
390        Refixed 'login or login' typo in help
391        Fixed M-u description
392        Removed 'first' and 'last' from basic command help
393        Added M-N to basic key help
394        Added M-D, M-u to basic key help
395        Fixed a quoting problem in configure.in
396        Changed top of help to use 'show' instead of M-x
397        Fixed a bug in the summary field for user-created aliases
398        Added "reply zaway" which sends a zaway response to the current msg.
399        Added "edit:delete-prev-word" command and bound M-BACKSPACE to it.
400        Some buffer overruns fixed
401        Variables now have a summary and a long description.
402                Only the summary is shown with help.
403                The long description is shown with "show variable foo".
404        Added a 'scrollmode' variable which determines how the screen
405             will scroll as the cursor moves.  The default behaves
406             identically to previous versions of owl.
407             The following modes are supported:
408             normal      - This is the owl default.  Scrolling happens
409                           when it needs to, and an attempt is made to
410                           keep the current message roughly near
411                           the middle of the screen.  (default)
412             top         - The current message will always be the
413                           the top message displayed.
414             neartop     - The current message will be one down
415                           from the top message displayed,
416                           where possible.
417             center      - An attempt is made to keep the current
418                           message near the center of the screen.
419             paged       - The top message displayed only changes
420                           when user moves the cursor to the top
421                           or bottom of the screen.  When it moves,
422                           the screen will be paged up or down and
423                           the cursor will be near the top or
424                           the bottom.
425             pagedcenter - The top message displayed only changes
426                           when user moves the cursor to the top
427                           or bottom of the screen.  When it moves,
428                           the screen will be paged up or down and
429                           the cursor will be near the center.
430        Added owl_sprintf which returns the formatted string, or NULL.
431                The caller must free this string.
432                This will allocate enough memory and thus
433                avoid potential some buffer overrun situations.
434        Simple implementation of 'zwrite -m' (doesn't yet log an outgoing
435                message as having been sent.)
436        The "Not logged in or subscribing to messages" error
437                now includes the name of the recipient.
438        The "disable-ctrl-d" variable may also be set to "middle"
439                which will result in ctrl-d only sending at the
440                end of the message.  This is now the default.
441                This also added a command "editmulti:done-or-delete".
442        Fixed a bug in the "reply -e" command.
443        Always clear the command buffer before executing the command.
444                (So that interactive commands can sanely do start-command.)
445        Fixed preservation of e->dotsend across owl_editwin_clear().
446        Added history for multiline edit windows (eg, for zephyr composition).
447                The M-n and M-p keys will cycle through the history ring.
448                In particular, it is now possible to edit the command line
449                of a zephyr being composed:  C-c it and restart it
450                and then M-p to get the aborted composition back.
451        Added owl::send_zwrite(command, message) to the perl glue
452                to allow for the direct sending of multi-line messages.
453                For example:  owl::send_zwrite("-c foo -i bar", "hello");
454        Changed owl_fmtext_print_plain to return an alloc'd string to
455                avoid buffer overrun risks.
456        Added owl::ztext_stylestrip("...") function to perlglue
457                 which returns the ztext with formatting stripped out.
458        Added colorztext variable which can be used to disable @color()
459                 strings arriving in messages after it is set.
460                 (Currently, changing its value won't reformat messages).
461        Outgoing zephyr logging now obeys the logpath variable.
462        The '~' character in logpath and classlogpath now gets
463                 replaced with the user's home directory.
464        Added simple implementation of smartnarrow-to-admin that
465                 creates a "type-admin" autofilter.
466                 This was done mostly so that M-C-n and M-C-p do something
467                 sane on admin messages.
468        Added opera to the allowed options to the webbrowser variable.
469        Fixed some buffer overruns in the "reply" command.
470        When repying to "all" on a message that begins with "CC:" (eg, sent
471                 with "zwrite -C", the reply line will be constructed
472                 from the sender and the usernames on the CC: line
473                 of the message being replied to.
474        There is no such thing as C-R, so left C-r as it is but added:
475                 M-r --- edit reply to all
476                 M-R --- edit reply to sender
477        Added RCS Id strings to all files.
478        'show keymaps' shows details of all keymaps after summary list.
479        Added --no-move option to delete command.
480                In particular, delete-and-always-move-down may now
481                be implemented with
482                '( delete --no-move ; next --skip-deleted )'.
483        Folded the nextmsg and prevmsg commands and functions together into
484                one command which takes arguments.
485                Added '--filter <name>' option (eg, for next_personal),
486                '--skip-deleted' option, and
487                '--last-if-none'/'--first-if-none' options.
488                Help updated accordingly. 
489                In particular, the 'personal' filter is now used
490                for 'next personal'. 
491                Added --smart-filter and --smart-filter-instance options
492                to the next and prev commands.
493        Updated examples/owlconf.erik with the above.
494        Made owl_function_fast*filt return a string and not do the
495                narrowing, to make it more general.
496        Added a smartfilter command that creates a filter
497                based on the current message and returns the name
498                of the filter.
499        Added M-C-n and M-C-p keybindings to "move to next message
500                matching current" and "move to previous message
501                matching current"
502        Added variables edit:maxfillcols and edit:maxwrapcols which
503                will limit how wide editing paragraphs may get before
504                they get wrapped.  This is a max and may be narrower
505                depending on the current size of the window.
506                If 0, the max is unlimited.  Default is 70 columns for
507                edit:maxfillcols and unlimited for edit:maxwrapcols.
508        Added smartzpunt command with key binding of "C-x k".
509                This starts a zpunt command filled in with
510                the proposed zpunt.
511        Fixed a memory reference bug in delete and undelete commands.
512        Added support for perl to call directly back into owl.
513        Changed the implementation of owl::command("...") to immediately
514                call back into owl.  This allows perl to get the return
515                value of strings returned by owl commands.
516        Added the getview command which returns the name of the current
517                view's filter. 
518        Added the getvar command which returns the value of a variable.
519        Added an example to examples/owlconf.erik which uses TAB to
520                narrow and restore the view. 
521        Added an example to examples/owlconf.erik which uses M-c to
522                color messages matching the current one green.
523        Integrated change to fix problem with popup blinking on new zephyrs.
524        C-l and resizes will now refresh an open viewwin (eg, help).
525        Updated doc/code.txt to include info about filters, commands,
526                contexts, and keybindings.
527        Exec commands cleaned up to not have buffer-size limitations
528                and to not mess up spaces.  exec also returns a string
529                of the output now.
530        Integrated changes from 1.1.3, and added docs for "zlocate -d"
531                and new show commands.
532        Show with arguments produces help on show.
533        Fix a bug in readconfig caught by efence (where we'd try to read before
534                the beginning of a string if it was empty).
535        The perl command doesn't do makemsg directly, but instead
536             returns the string and it will get printed if it
537             was run interactively.
538       
5391.1.3
540        'show subs' and 'show subscriptions' are now the same as 'getsubs'
541        zlocate now takes an optional -d argument
542        'show terminal' / 'show term'
543        '>' / last doesn't set the last message at the top of the screen now
544        implemented _followlast as an unsupported feature
545        include 'default' in the 'show colors' list
546        added help for 'zpunt' and 'zunpunt'
547        changed the bug address in the startup message
548        can now do 'show status'
549        can now do 'show version'
550        'status' / 'show status' includes the owl version number now
551        'show terminal' includes whether the terminal can change colors
552        fixed off by one bugs in paging / scrolling viewwin
553        don't downcase the sender when getting the log name for personals
554        support @owl::fields as well as @fields
555        downcase class/inst filter names in auto filters
556
5571.1.2
558        Fixed memory mishandling bug
559        Fixed bug in redfining the filter attached to the current view
560        M-n will narrow to message, instance on non-personal, class
561             MESSAGE messages
562        M-N behavies like M-n except that on class messages it narrows
563            to class and instance
564        line wrap earlier, to account for tabbing
565        fixed typo in help
566        'status' command now displays info on terminal color support
567        zephyr @ formatting is now case independant
568        added support for color terminals
569        zephyr @color(foo) now works
570        'D' for deleted messages is now not bold, unless it's the current
571          message
572        F1 displays the help screen
573        added filter colors
574        added the 'colorview' command
575        added the 'show colors' command
576        users who don't have a .zephyr.subs get a simpler format for
577          incoming messages
578        If colors are available 'show filters' will show a filter in the
579          color associated with it.
580        Added the zpunt and zunpunt commands
581        Lines in the subs file starting with '-' are zpunted
582        Include login/logout messages in auto user filters
583        'V' changes to the home view ('all' by default)
584       
5851.1.1
586        Fixed perl, aperl, and pperl commands to deal with quoting
587              and spaces in a saner manner.
588        Removed all owl_get_* methods for booleans and switched
589              cases where they were used to owl_is_*
590        Changes to owlconf.erik to use some new features.
591        Increased the size of the help buffer (as it
592              was overflowing and truncating the help message).
593        Variables prefixed with a _ are not shown in help
594              or by printallvars (and prefixed Not Yet Implemented
595              variables with this).
596        Fix typo in help
597        include stdio.h in functions.c
598        remove stale "q to quit" from bottom of info message
599        fix downward scrolling more than a page
600        use authentication for zlocate, by default
601        fixed buffer over run in info command on long messages
602        call 'perl <file>' from Makefile to avoid hardcoding perl paths
603        in Makefile don't build owl_prototypes.h unless necessary
604        store the time for admin messages
605        display admin message time in 'info' command
606        fixed an editwin M-> last character bug
607               
6081.1
609        reply is a normal function now
610        'R' does reply to sender
611        'T' tells you how many messages were marked for deletion
612        local realm removed from login / logout messages
613        added command history
614        better runtime / starttime reporting in 'status' command
615        leave the pointer near the current message after expunge
616        C-l recenters editwin
617        implemented zlocate
618        @italic works the same as @i
619        on reply only quote class / instance when necessary
620        C-r allows you to edit the reply line
621        don't use unecessary options in reply line
622        display 'info' errors in msgwin, not popup
623        impelemnted aexec, pexec commands
624        the zsig now goes through ztext formatting
625        messages have id numbers now
626        'info' prints the msgid
627        added the 'filter' command
628        added the 'view' command
629        added the 'show filter' command
630        added the 'viewclass' (and 'vc') commands
631        added the 'viewuser' (and 'vu') commands
632        M-n will filter to the current class or user
633        'v' starts a view command
634        M-D will delete all messages in current view
635        added the 'delete' (and 'del') command
636        load-subs with no argument loads the default subs file
637        '<truncated>' is now when the *current* message is truncated
638        the reply-lockout filter (with default) specifices messages that
639           cannot be replied to.
640        in the configfile owl::receive_msg is run whenever a message is
641          received
642        added the beep command
643        added the contributors file
644        declare ZGetSubscriptions and ZGetLocations since the includes
645          don't seem to
646        fixed bug in displaying last line in popwin if no final '\n'
647        'T' uses the 'trash' filter now
648        zaway_msg, zaway_msg_default and zaway are all user variables now.
649        zsig variable overrides zsigproc
650        If there's no appendtosepbar don't interfear with the sepbar
651        Changed: owl_message_get_numlines will return 0 of m is NULL
652        Added login messages to messages marked by owl_function_delete_automsgs
653        Added owl_function_delete_by_id(id) which acts independent of view
654        Added "-id <id>" option to delete command
655        Fixed an arg checking bug in delete command
656        Added owl::id to perl namespace with message id
657        Fixed a memory corruption bug in readconfig.c (where right
658              after the strdup to "out", we'd strcat a \n onto the end.
659              This would be triggered whenever owl::format_msg returned
660              a string not ending in a newline
661        Added 'X' keybinding which expunges and then switches to
662              a view defined by the variable "view_home" which defaults
663              to "all"
664        Consolidated readconfig.c somewhat to remove duplication.
665              owl_config_execute now returns a string.
666        Added an example config file that does vt-style formatting.
667              (examples/owlconf.vtformat)
668        Added the 'perl', 'aperl', and 'pperl' commands which will
669              evaluate perl expressions.
670        Fixed bug where pclose zsigproc would cause zombies
671        Can set zsigproc or zsig to "" to disable
672        Added support for multiple browsers (galeon and none were added).
673              Configure with the "webbrowser" variable.
674        Changing typewinsize height triggers resize event.
675        Added zsig variable which will be used if no zsigproc and non-empty.
676        Added "make test" rule to Makefile which will run regression tests,
677              and added regression testing framework to tester
678        Fixed codelist.pl to ignore static declarations.
679        Added dict.c which contains string->ptr dictionary routines
680              and the owl_dict type.
681              These include regression tests.
682        Overhaul/rewrite of variable handling.  Variables are now managed
683              in an owl_vardict (in g.vars) which contains a dictionary
684              of owl_variable's.  Each owl_variable has dispatch functions
685              for validating values, setting it and getting it,
686              and for setting it to and from string values.
687              The variable.c file contains the list of variables.
688              Stubs for the owl_global_<varname>_get functions and friends
689              are generated from variable.c by stubgen.pl.
690              The help.c messages for variables now calls into variable.c
691              so all information about most variables is in one place.   
692        Cleaned out code from global.c and command.c that was made obselete
693              by variable overhaul.
694        The set command now takes a -q option to not log a message.
695        Fixed a bug where set and print with no arguments would
696              print "Undefined variable" in addition
697              to running owl_function_printallvars.
698        debug is now a variable that can be turned on and off.
699        Fixed mail,inbox message parsing in examples/owlconf.erik
700        Made zaway_msg and zaway_msg_default into variables
701        Changed owl_function_makemsg and owl_function_debugmsg
702               to use varargs (ie, so they can now take a format
703               string with args).
704        Don't allow " and \ characters in URLs with the "w" command.
705        Removed lots of build warnings.
706        Popwins are wider by default so help messages fit better.
707        Added an atokenize_free function.
708        Fixes to work with an older version of libzephyr.
709        Added dependencies on header files to Makefile.in
710        Added pageup and pagedown key bindings to message list
711        Added pageup and pagedown to viewwin
712        Added configfile section to doc/intro.txt (from example config file)
713        Added appendtosepbar variable which may contain text which will
714              be appended to the sepbar.  This allows the configfile
715              to put information about pings and logins into
716              the sepbar.  (It may be worth also providing a variable
717              which enables this by default, but for now this allows
718              for experimenting with what works well.)
719        Added doc/code.txt which gives a brief overview of the code.
720        Added tags makefile rule and added TAGS to distclean rule.
721       
7221.0.1
723        fix frees in loadsubs and loadloginsubs
724        don't return in owl_free
725       
7261.0
727        'print' and 'set' with no arguments prints all variables
728        Added the 'unsubscribe' and 'unsub' command
729        Renamed the 'unsub' command to 'unsuball'
730        Added the 'getsubs' command which is like zctl ret
731        Fixed bug in logging messages sent to more than one recipient
732        Support '-C', '-O', and '-n' options to zwrite
733        Fixed bug in owl_editwin_delete_char when there are no later chars
734          after the cursor
735        Make "more" and "truncated" work in the status bar
736        enable printing of zsigproc and loginsubs variables
737        only allow message scrolling if the message is actually off the
738          screen
739        'T' will mark all automated message for deletion
740        'P' will go to the next personal message
741        'M-P' will go to the previous personal message
742        replying to a login message goes to the user now
743        added a status command
744        added the intro doc to the release
745        fixed off by one bug in viewwin
746        added complete online help
747        pass $owl::realm in configfile
748        fixed editwin wordwrapping on the last line
749        fixed editwin problem with key_right past the last char
750        print an error and quit if the configfile can't be parsed
751        got rid of owl_mainwin_calculate_topmsg
752        fixed off by one error in calculating topmsg upwards
753        you can now reply to an admin message
754        don't display an error about keypress on window resize
755       
7560.11
757        fixed bug in viewing messages longer than the screen
758        indicate in the sepbar if there is a non zero vert offset
759        send on '.' on a line by itself
760        added disable-ctrl-d variable
761        fixed bug where C-k did not delete the last \n in the buffer
762        make non-character meta keys work
763        use ZSendNotice instead of ZSendList
764        implemented <, >, M-< and M-> in viewwin
765        removed the spaces at the bottom of viewwin
766        added 'about' command
767        fixed bug using 'M' with no current message
768        changed message object to use char *'s to save on memory
769        change malloc, realloc, strdup and free to use owl hooks so that
770           debugging can be added
771               
7720.10.1
773        fixed a trailing space bug in the parser
774        impelemented the "burning ears" feature
775        have admin messages do ztext parsing
776        fixed bug in reporting which M- key was pressed
777        C-g will now cancel commands like C-c
778       
7790.10
780        implemented owl_function_full_redisplay().
781        C-l uses owl_function_full_redisplay().
782        when a popwin exists to a full redisplay.  (fixes bug)
783        improved the owl_editwin_process_char logic
784        removed all unnecessary wrefresh's and replaced with wnoutrefesh
785        owl_editwin_redisplay now takes an argument to optionally doupdate()
786        improved the cut-and-paste speed by not doing a usleep the first
787          time through the loop after getting a keypress.
788        nuked typwin.c and associated stuff.  It's useless now.
789        added viewwin code for paging windows
790        curly braces work for zephyr formatting
791        @i in zephyr formatting will be displayed as underlined text
792        turned off idlok
793        implemented viewwin
794        implemented viewwi in popwin for pageable popwins
795        help, info now use pageable popwins
796        bound 'M' to bring the current message up in a popwin
797        return, space bar, 'b' and backspace now scroll within a message
798        turned off resize message
799        C-v and M-v page the main window
800        implemented owl_message_is_mail
801        some build cleanup
802
803       
8040.9
805        added owl_message_is_personal and have things use it
806        added owl_message_is_private
807        fixed 'print personalbell' and have 'set personalbell'
808           print a message
809        bold only on message_is_personal
810        display the realm if not local
811        implemented M-f, M-b, M-d, M-<, M-> in editwin
812        implemnted word wrapping in editwin
813        implemented M-q (paragraph-fill) in editwin
814        fixed bug that caused owl to segfault logging a 'weird' class
815        M-x is a keysym for ':'
816        added smart bolding and userclue
817        fixed a bug causing pings to beep even if rxping is off
818       
8190.8.1
820        fixed bug in logging code
821       
8220.8
823        implemented personal logging
824        implemented class logging
825        implemented resize of typewin
826        fixed the backspace problem
827        -v command line option prints the version number
828       
8290.7
830        load-subs will report error opening file
831        skip comment lines in loadsubs and loadloginsubs
832        changed internal references to rxping and txping
833        fix replying to a blank instance
834        added subscribe command
835        subscribe to login messages from .anyone by default
836        'loginsubs' variarble controlls automated login messages
837        redisplay the editwin after a resize
838        leave the cursor in the editwin if active
839        fix problems in the build system
840        added displayoutgoing variable
841        temporarily removed error printing for zlog in / out
842       
8430.61
844        fixed bug in "message sent to <foo>" for zwrite
845       
8460.6
847        help updated
848        zaway key set to caps A
849        support zephyring other realms
850        rxping variable for receiving pings
851        txping variable for sending pings
852        function in place to resize typwin
853        C-l to refresh
854        personal bell variable
855        beta message now an admin message
856       
8570.5
858        Added the debug command and flag
859        Fixed bug in printing fields in info command
860        Added owl_fmtext_append_ztext and use it
861        Better formating for pings and login zephyrs
862        make tester depends on proto
Note: See TracBrowser for help on using the repository browser.