source: ChangeLog @ e7cc1c3

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