source: ChangeLog @ 5b85d19

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