source: ChangeLog @ e75011e

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