source: ChangeLog @ 290f290

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