source: ChangeLog @ f36222f

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