source: ChangeLog @ 4e0f545

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