source: ChangeLog @ f933403

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