source: ChangeLog @ 8c92848

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