source: ChangeLog @ 269ed34

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