source: ChangeLog @ 421c286f

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