source: ChangeLog @ c1be0c6

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