source: ChangeLog @ 453bd70

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