source: ChangeLog @ 73624b4

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