source: ChangeLog @ 22fcd366

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