source: ChangeLog @ 2b86d14

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