source: ChangeLog @ 862371b

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