source: ChangeLog @ 7360fab

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