source: ChangeLog @ d559df9

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