source: ChangeLog @ 1077753b

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