source: ChangeLog @ 948b942

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