source: ChangeLog @ 282ec9b

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