source: ChangeLog @ cee1f25

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