source: ChangeLog @ 836ea3a3

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