source: ChangeLog @ 5bb6c21

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