source: ChangeLog @ e075479

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