source: ChangeLog @ 0c502e9

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