source: ChangeLog @ 280ddc6

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