source: ChangeLog @ cb78880

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