source: ChangeLog @ 778d0a9

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