source: ChangeLog @ 95474d7

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