source: ChangeLog @ 53f421b

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