source: ChangeLog @ e173507

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