source: ChangeLog @ 55a4578

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