source: ChangeLog @ 855ebe7

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