source: ChangeLog @ 65e3901

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