source: ChangeLog @ b0430a6

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