source: ChangeLog @ 658dc2f

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