source: ChangeLog @ aac889a

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