source: ChangeLog @ d9b0b972

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