source: ChangeLog @ 6bf73ce

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