source: ChangeLog @ 3895e23

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