source: ChangeLog @ ef56a67

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