source: ChangeLog @ 5639bf2

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