source: ChangeLog @ 1db061d

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