source: ChangeLog @ d36f2cb

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