source: ChangeLog @ b278973

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