source: ChangeLog @ de22c3d

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