source: ChangeLog @ f4d0975

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