source: ChangeLog @ 5471a98

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