source: ChangeLog @ 4b464a4

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