source: ChangeLog @ f14a7ee

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