source: ChangeLog @ 15283bb

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