source: ChangeLog @ f82e233

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