source: ChangeLog @ ad96951

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