source: ChangeLog @ 4594d83

barnowl_perlaimdebianowlrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Last change on this file since 4594d83 was 69894d2, checked in by James M. Kretchmar <kretch@mit.edu>, 21 years ago
Remove some ancient stuff from zcrypt.c
  • Property mode set to 100644
File size: 31.1 KB
Line 
1$Id$
2
32.0.1-pre-1
4        Moved the (broken) newmsgproc stuff to a function procedure
5        Added the 'newlinestrip' variable, on by default, that strips
6          leading and trailing newlines from incoming messages.
7        Fixed a case sensitivity probelm in owl_message_is_personal and
8           owl_message_is_private
9        The message object now uses a list of attributes internally, in
10          prep. for supporting new messaging protocols
11        owl_function_info now uses fmtext instead of one staticly sized
12          buffer
13        in owl_message_get_cc() require that the colon be present after
14          cc.
15        Added some defenses against resize crashes, and put in debug
16          messages if they're encountered
17        In filters 'true' and 'false' are now valid tokens.
18        The 'all' filter has been redefinied to be 'true' and there is a
19          'none' filter defined as 'false'
20        Fixed bug in 'unsub' command that could cause file corruption
21        In the zlist function, give a more detailed error message if
22          the file cannot be opened.
23        Renamed old instances of zsig_exec in the code to zsigproc
24        Don't print the stderr from zsigproc
25        Added a 'loadloginsubs' command to load login subscriptions from a
26          file
27        Added a 'loadsubs' command to eventually phase out the 'load-subs'
28          command
29        Made M-n work on classes and instances with spaces in them
30        Zaway now obeys the smart strip variable
31        Hacked the build system to not have the -E link problem on Athena
32        Added ZResetAuthentication in a number of places to fix problems
33          with stale tickets
34        Added some hooks for malloc debugging
35        M-p is bound to 'view personal' by default
36        loadsubs and loadloginsubs only print messages if in interactive
37          mode
38        added the 'alert_filter' variable, defaults to 'none'.
39        added the 'alert_action' variable, which is an owl command that
40          will be executed when new messages arive that match the
41          alert_filter
42        added the 'term' command which takes the 'raise' and 'deiconify'
43          options.  It assumes xterm for now.
44        only 'make distclean' will nuke core and ~ files now
45        fixes to owl_function_do_newmsgproc from Stephen
46        converted functions.c to new code style, which I'm giving a shot
47        Makefile.in: define DATADIR, for default owlconf.
48        Makefile.in: provide "all" and "install" rules.
49        configure.in: try also libdes and libkrb4, for people using heimdal
50        configure.in: see if des_ecb_encrypt is already prototyped.
51        configure.in: minor changes to work with new autoconf without needing acconfig.h.
52        configure.in: find the install program.
53        configure.in: test for use_default_colors since some versions of
54          solaris don't have it, so we can at least compile something
55          vaguely working there.
56        keypress.c: ifdefs for keys not defined on at least some solarises.
57        owl.c: don't call use_default_colors if we don't have it
58        readconfig.c: added *commented out* code to try to find a
59          system-default owlconf if the user doesn't have one.  Have to
60          ponder if I want this
61        zcrypt.c: don't prototype des_ecb_encrypt if there is a prototype in
62          des.h.
63        zcrypt.c: include owl.h so we get the configure-generated config.h
64        Change to codelist.pl to deal with new code style
65        Remove some ancient stuff from zcrypt.c
66       
671.2.8
68        Class pings are displayed differently now
69        Updated owlconf.simple example to format outgoing messages.
70       
711.2.7
72        Outgoing messages now go through the config for formatting
73        Zaway now makes an outgoing message, instead of an admin message
74        The 'zlocate' command can now handle multiple users
75        The simple user format for "To:" is in effect again
76        Prettyed up the zwrite line for using 'reply' on a zaway
77        Added a workaround for a libzephyr bug that caused zwrites to fail
78          if zephyrs were sent just before and just after renewing tickets
79        Fixed a memory bug in getsubs
80        Added receive support for zcrypt messages
81        Added the 'zcrypt' variable which controls whether or not zcrypt
82          messages are decrypted
83        'reply' is disabled for zcrypt until sending zcrypt works
84        Started implementing zcrypt command
85        More updates to the intro doc
86       
871.2.6
88        Started adding code for newmsgproc.  It doesn't fully work yet!
89          Don't use it.
90        Added search, '/' and '?' to basic help.
91        Will attempt to keep the current message as close as possible
92             to the previous current message after an expunge.
93        "set <variable>" and "unset <variable>" now work for boolean variables.
94        Fixed a bug in owl_function_calculate_topmsg_normal that caused a
95          segfault
96        Fixed some typos in the intro doc
97        Removed old zlog functions from zephyr.c
98        Implemented the dump command
99        New startup message
100       
1011.2.5
102        Patch to fix memory bug in replying to CC messages
103        If we're on Athena and have static krb (or other) libraries, use
104          them
105        Added "athstatic" program to the release, which handles the above
106        Cast to an int for isspace, to make gcc -Wall quiet
107        Added 'zlist' and 'l' to basic help.
108       
1091.2.4
110        'zlog in' will now take an optional thrid argument to set the
111             'tty' variable before setting the zlocation
112        There is now a 'zlist' command that acts like 'znol -l'
113        'l' is bound to 'zlist'
114        Fixed memory leak uninitialzed memory read in fmtext
115        viewwin will now say "End" instead of "More" when at the end
116        Added a debugging message indicating the result of topmsg
117          calculations
118        You can now use %me% in filters
119        The built-in personal filter is updated to do so
120        Fixed a bug in moving the pointer after an expunge
121        Fixed up the normal scrolling code.  Now it should always
122          land on a message, but it's still not optimal.
123        Added the variable 'smartstrip' which will strip kerberos
124          instances out for the 'reply' command.
125        Added -R/usr/athena/lib to the build for Athena
126        Started updating the intro document
127        Small changes to help / about
128        The 'subscribe' and 'unsubscribe' commands (and their aliases) now
129          update .zephyr.subs by default.  If either is given the '-t'
130          (for "temporary") option the .zephyr.subs will not be updated
131        Turned off beeping for hitting the top or bottom of the list of
132          messages
133        Made daemon.webzephyr a special case for smartstrip
134        Added 'out' as a default filter for outgoing messages
135       
1361.2.3
137        Added filters "ping", "auto" and "login" by default.
138        Added "body" as a valid field to match on in a filter.
139        Temporary fix to bug where C-SPACE would cause the key handler to
140             lock up.
141        Messages now have a direciton (in, out or none).  Filters can
142             match on this direction
143        Outbound messages are no longer type 'admin' but are of the
144             appropriate message type (i.e. 'zephyr') and are direction
145             'out'.
146        Smartnarrow now works on outgoing messages
147        'info' updated to show more information for admin and outgoing
148             messages
149        Renamed pretty_sender to short_zuser and renamed long_sender to
150             long_zuser
151        Moved zsig generation to the zwrite object
152        Print the zsig used for outgoing messages
153        The tty variable now controls the zephyr location tty name
154       
1551.2.2
156        Added the 'search' command.
157        '/' is a keybinding for 'search'
158        '?' is a keybinding for 'search -r'
159        Fixed stristr, which was completely broken
160        renamed owl_fmtext_ztext_stylestrip to owl_function_ztext_styletsrip
161             and put it in functions.c
162        Attempts to stay near the current message when switching views.
163             When switching from an empty view to one we've previously
164             been in, the new current message position will attempt
165             to be close to the current position from the last
166             time we visited that view.
167        Fixed bug in readconfig.c that prevented building under perl 5.005.
168        Switched "C-x C-x" to only "startcommand quit"
169        'getsubs' prints closer to the order you sub in.
170        Modified the behavior of last so that "> >" will clear the screen.
171        The new behavior of last is:
172              Moves the pointer to the last message in the view.
173              If we are already at the last message in the view,
174              blanks the screen and moves just past the end of the view
175              so that new messages will appear starting at the top
176              of the screen.
177        Fixed a typo in the help for smartzpunt.
178        Fixed functions to handle curmsg being past the end of the view.
179
1801.2.1
181        New framework for command handling.
182        New framework for keymap handling.
183        Added commands for everything that is bound
184             to a key (do 'show commands' to get the full list).
185        Added 'multi' and '(' commands to allow multiple commands
186             to be specified on a line.             
187        Added user keybindings with bindkey command.
188        Added command aliases (eg, "alias foo bar").
189        Added undelete command that parallels the delete command.
190        Added additional options to delete command.
191        The reply command now takes arguments.
192        Added 'edit:insert-text' command.
193        Added 'show zpunts' to show active punt filters.
194        Added 'show variable <name>' and 'show variables'.
195        Added 'show command <name>' and 'show commands'.
196        Added 'show keymap <name>' and 'show keymaps'.
197        Added 'M-u' to undelete all messages in current view.
198        Fixed dotsend so that the zephyr will still send if there
199             is whitespace after the dot but not on the same line.
200             This should resolve an issue where dotsend wouldn't work
201             if you'd gone up and edited a zephyr.
202        Bug in page down fixed
203        C-t will transpose characters
204        Fix the scrolling bug where we would sometimes fail to scroll
205             the screen down, leaving the current message off
206             the bottom of the screen.
207        Refixed 'login or login' typo in help
208        Fixed M-u description
209        Removed 'first' and 'last' from basic command help
210        Added M-N to basic key help
211        Added M-D, M-u to basic key help
212        Fixed a quoting problem in configure.in
213        Changed top of help to use 'show' instead of M-x
214        Fixed a bug in the summary field for user-created aliases
215        Added "reply zaway" which sends a zaway response to the current msg.
216        Added "edit:delete-prev-word" command and bound M-BACKSPACE to it.
217        Some buffer overruns fixed
218        Variables now have a summary and a long description.
219                Only the summary is shown with help.
220                The long description is shown with "show variable foo".
221        Added a 'scrollmode' variable which determines how the screen
222             will scroll as the cursor moves.  The default behaves
223             identically to previous versions of owl.
224             The following modes are supported:
225             normal      - This is the owl default.  Scrolling happens
226                           when it needs to, and an attempt is made to
227                           keep the current message roughly near
228                           the middle of the screen.  (default)
229             top         - The current message will always be the
230                           the top message displayed.
231             neartop     - The current message will be one down
232                           from the top message displayed,
233                           where possible.
234             center      - An attempt is made to keep the current
235                           message near the center of the screen.
236             paged       - The top message displayed only changes
237                           when user moves the cursor to the top
238                           or bottom of the screen.  When it moves,
239                           the screen will be paged up or down and
240                           the cursor will be near the top or
241                           the bottom.
242             pagedcenter - The top message displayed only changes
243                           when user moves the cursor to the top
244                           or bottom of the screen.  When it moves,
245                           the screen will be paged up or down and
246                           the cursor will be near the center.
247        Added owl_sprintf which returns the formatted string, or NULL.
248                The caller must free this string.
249                This will allocate enough memory and thus
250                avoid potential some buffer overrun situations.
251        Simple implementation of 'zwrite -m' (doesn't yet log an outgoing
252                message as having been sent.)
253        The "Not logged in or subscribing to messages" error
254                now includes the name of the recipient.
255        The "disable-ctrl-d" variable may also be set to "middle"
256                which will result in ctrl-d only sending at the
257                end of the message.  This is now the default.
258                This also added a command "editmulti:done-or-delete".
259        Fixed a bug in the "reply -e" command.
260        Always clear the command buffer before executing the command.
261                (So that interactive commands can sanely do start-command.)
262        Fixed preservation of e->dotsend across owl_editwin_clear().
263        Added history for multiline edit windows (eg, for zephyr composition).
264                The M-n and M-p keys will cycle through the history ring.
265                In particular, it is now possible to edit the command line
266                of a zephyr being composed:  C-c it and restart it
267                and then M-p to get the aborted composition back.
268        Added owl::send_zwrite(command, message) to the perl glue
269                to allow for the direct sending of multi-line messages.
270                For example:  owl::send_zwrite("-c foo -i bar", "hello");
271        Changed owl_fmtext_print_plain to return an alloc'd string to
272                avoid buffer overrun risks.
273        Added owl::ztext_stylestrip("...") function to perlglue
274                 which returns the ztext with formatting stripped out.
275        Added colorztext variable which can be used to disable @color()
276                 strings arriving in messages after it is set.
277                 (Currently, changing its value won't reformat messages).
278        Outgoing zephyr logging now obeys the logpath variable.
279        The '~' character in logpath and classlogpath now gets
280                 replaced with the user's home directory.
281        Added simple implementation of smartnarrow-to-admin that
282                 creates a "type-admin" autofilter.
283                 This was done mostly so that M-C-n and M-C-p do something
284                 sane on admin messages.
285        Added opera to the allowed options to the webbrowser variable.
286        Fixed some buffer overruns in the "reply" command.
287        When repying to "all" on a message that begins with "CC:" (eg, sent
288                 with "zwrite -C", the reply line will be constructed
289                 from the sender and the usernames on the CC: line
290                 of the message being replied to.
291        There is no such thing as C-R, so left C-r as it is but added:
292                 M-r --- edit reply to all
293                 M-R --- edit reply to sender
294        Added RCS Id strings to all files.
295        'show keymaps' shows details of all keymaps after summary list.
296        Added --no-move option to delete command.
297                In particular, delete-and-always-move-down may now
298                be implemented with
299                '( delete --no-move ; next --skip-deleted )'.
300        Folded the nextmsg and prevmsg commands and functions together into
301                one command which takes arguments.
302                Added '--filter <name>' option (eg, for next_personal),
303                '--skip-deleted' option, and
304                '--last-if-none'/'--first-if-none' options.
305                Help updated accordingly. 
306                In particular, the 'personal' filter is now used
307                for 'next personal'. 
308                Added --smart-filter and --smart-filter-instance options
309                to the next and prev commands.
310        Updated examples/owlconf.erik with the above.
311        Made owl_function_fast*filt return a string and not do the
312                narrowing, to make it more general.
313        Added a smartfilter command that creates a filter
314                based on the current message and returns the name
315                of the filter.
316        Added M-C-n and M-C-p keybindings to "move to next message
317                matching current" and "move to previous message
318                matching current"
319        Added variables edit:maxfillcols and edit:maxwrapcols which
320                will limit how wide editing paragraphs may get before
321                they get wrapped.  This is a max and may be narrower
322                depending on the current size of the window.
323                If 0, the max is unlimited.  Default is 70 columns for
324                edit:maxfillcols and unlimited for edit:maxwrapcols.
325        Added smartzpunt command with key binding of "C-x k".
326                This starts a zpunt command filled in with
327                the proposed zpunt.
328        Fixed a memory reference bug in delete and undelete commands.
329        Added support for perl to call directly back into owl.
330        Changed the implementation of owl::command("...") to immediately
331                call back into owl.  This allows perl to get the return
332                value of strings returned by owl commands.
333        Added the getview command which returns the name of the current
334                view's filter. 
335        Added the getvar command which returns the value of a variable.
336        Added an example to examples/owlconf.erik which uses TAB to
337                narrow and restore the view. 
338        Added an example to examples/owlconf.erik which uses M-c to
339                color messages matching the current one green.
340        Integrated change to fix problem with popup blinking on new zephyrs.
341        C-l and resizes will now refresh an open viewwin (eg, help).
342        Updated doc/code.txt to include info about filters, commands,
343                contexts, and keybindings.
344        Exec commands cleaned up to not have buffer-size limitations
345                and to not mess up spaces.  exec also returns a string
346                of the output now.
347        Integrated changes from 1.1.3, and added docs for "zlocate -d"
348                and new show commands.
349        Show with arguments produces help on show.
350        Fix a bug in readconfig caught by efence (where we'd try to read before
351                the beginning of a string if it was empty).
352        The perl command doesn't do makemsg directly, but instead
353             returns the string and it will get printed if it
354             was run interactively.
355       
3561.1.3
357        'show subs' and 'show subscriptions' are now the same as 'getsubs'
358        zlocate now takes an optional -d argument
359        'show terminal' / 'show term'
360        '>' / last doesn't set the last message at the top of the screen now
361        implemented _followlast as an unsupported feature
362        include 'default' in the 'show colors' list
363        added help for 'zpunt' and 'zunpunt'
364        changed the bug address in the startup message
365        can now do 'show status'
366        can now do 'show version'
367        'status' / 'show status' includes the owl version number now
368        'show terminal' includes whether the terminal can change colors
369        fixed off by one bugs in paging / scrolling viewwin
370        don't downcase the sender when getting the log name for personals
371        support @owl::fields as well as @fields
372        downcase class/inst filter names in auto filters
373
3741.1.2
375        Fixed memory mishandling bug
376        Fixed bug in redfining the filter attached to the current view
377        M-n will narrow to message, instance on non-personal, class
378             MESSAGE messages
379        M-N behavies like M-n except that on class messages it narrows
380            to class and instance
381        line wrap earlier, to account for tabbing
382        fixed typo in help
383        'status' command now displays info on terminal color support
384        zephyr @ formatting is now case independant
385        added support for color terminals
386        zephyr @color(foo) now works
387        'D' for deleted messages is now not bold, unless it's the current
388          message
389        F1 displays the help screen
390        added filter colors
391        added the 'colorview' command
392        added the 'show colors' command
393        users who don't have a .zephyr.subs get a simpler format for
394          incoming messages
395        If colors are available 'show filters' will show a filter in the
396          color associated with it.
397        Added the zpunt and zunpunt commands
398        Lines in the subs file starting with '-' are zpunted
399        Include login/logout messages in auto user filters
400        'V' changes to the home view ('all' by default)
401       
4021.1.1
403        Fixed perl, aperl, and pperl commands to deal with quoting
404              and spaces in a saner manner.
405        Removed all owl_get_* methods for booleans and switched
406              cases where they were used to owl_is_*
407        Changes to owlconf.erik to use some new features.
408        Increased the size of the help buffer (as it
409              was overflowing and truncating the help message).
410        Variables prefixed with a _ are not shown in help
411              or by printallvars (and prefixed Not Yet Implemented
412              variables with this).
413        Fix typo in help
414        include stdio.h in functions.c
415        remove stale "q to quit" from bottom of info message
416        fix downward scrolling more than a page
417        use authentication for zlocate, by default
418        fixed buffer over run in info command on long messages
419        call 'perl <file>' from Makefile to avoid hardcoding perl paths
420        in Makefile don't build owl_prototypes.h unless necessary
421        store the time for admin messages
422        display admin message time in 'info' command
423        fixed an editwin M-> last character bug
424               
4251.1
426        reply is a normal function now
427        'R' does reply to sender
428        'T' tells you how many messages were marked for deletion
429        local realm removed from login / logout messages
430        added command history
431        better runtime / starttime reporting in 'status' command
432        leave the pointer near the current message after expunge
433        C-l recenters editwin
434        implemented zlocate
435        @italic works the same as @i
436        on reply only quote class / instance when necessary
437        C-r allows you to edit the reply line
438        don't use unecessary options in reply line
439        display 'info' errors in msgwin, not popup
440        impelemnted aexec, pexec commands
441        the zsig now goes through ztext formatting
442        messages have id numbers now
443        'info' prints the msgid
444        added the 'filter' command
445        added the 'view' command
446        added the 'show filter' command
447        added the 'viewclass' (and 'vc') commands
448        added the 'viewuser' (and 'vu') commands
449        M-n will filter to the current class or user
450        'v' starts a view command
451        M-D will delete all messages in current view
452        added the 'delete' (and 'del') command
453        load-subs with no argument loads the default subs file
454        '<truncated>' is now when the *current* message is truncated
455        the reply-lockout filter (with default) specifices messages that
456           cannot be replied to.
457        in the configfile owl::receive_msg is run whenever a message is
458          received
459        added the beep command
460        added the contributors file
461        declare ZGetSubscriptions and ZGetLocations since the includes
462          don't seem to
463        fixed bug in displaying last line in popwin if no final '\n'
464        'T' uses the 'trash' filter now
465        zaway_msg, zaway_msg_default and zaway are all user variables now.
466        zsig variable overrides zsigproc
467        If there's no appendtosepbar don't interfear with the sepbar
468        Changed: owl_message_get_numlines will return 0 of m is NULL
469        Added login messages to messages marked by owl_function_delete_automsgs
470        Added owl_function_delete_by_id(id) which acts independent of view
471        Added "-id <id>" option to delete command
472        Fixed an arg checking bug in delete command
473        Added owl::id to perl namespace with message id
474        Fixed a memory corruption bug in readconfig.c (where right
475              after the strdup to "out", we'd strcat a \n onto the end.
476              This would be triggered whenever owl::format_msg returned
477              a string not ending in a newline
478        Added 'X' keybinding which expunges and then switches to
479              a view defined by the variable "view_home" which defaults
480              to "all"
481        Consolidated readconfig.c somewhat to remove duplication.
482              owl_config_execute now returns a string.
483        Added an example config file that does vt-style formatting.
484              (examples/owlconf.vtformat)
485        Added the 'perl', 'aperl', and 'pperl' commands which will
486              evaluate perl expressions.
487        Fixed bug where pclose zsigproc would cause zombies
488        Can set zsigproc or zsig to "" to disable
489        Added support for multiple browsers (galeon and none were added).
490              Configure with the "webbrowser" variable.
491        Changing typewinsize height triggers resize event.
492        Added zsig variable which will be used if no zsigproc and non-empty.
493        Added "make test" rule to Makefile which will run regression tests,
494              and added regression testing framework to tester
495        Fixed codelist.pl to ignore static declarations.
496        Added dict.c which contains string->ptr dictionary routines
497              and the owl_dict type.
498              These include regression tests.
499        Overhaul/rewrite of variable handling.  Variables are now managed
500              in an owl_vardict (in g.vars) which contains a dictionary
501              of owl_variable's.  Each owl_variable has dispatch functions
502              for validating values, setting it and getting it,
503              and for setting it to and from string values.
504              The variable.c file contains the list of variables.
505              Stubs for the owl_global_<varname>_get functions and friends
506              are generated from variable.c by stubgen.pl.
507              The help.c messages for variables now calls into variable.c
508              so all information about most variables is in one place.   
509        Cleaned out code from global.c and command.c that was made obselete
510              by variable overhaul.
511        The set command now takes a -q option to not log a message.
512        Fixed a bug where set and print with no arguments would
513              print "Undefined variable" in addition
514              to running owl_function_printallvars.
515        debug is now a variable that can be turned on and off.
516        Fixed mail,inbox message parsing in examples/owlconf.erik
517        Made zaway_msg and zaway_msg_default into variables
518        Changed owl_function_makemsg and owl_function_debugmsg
519               to use varargs (ie, so they can now take a format
520               string with args).
521        Don't allow " and \ characters in URLs with the "w" command.
522        Removed lots of build warnings.
523        Popwins are wider by default so help messages fit better.
524        Added an atokenize_free function.
525        Fixes to work with an older version of libzephyr.
526        Added dependencies on header files to Makefile.in
527        Added pageup and pagedown key bindings to message list
528        Added pageup and pagedown to viewwin
529        Added configfile section to doc/intro.txt (from example config file)
530        Added appendtosepbar variable which may contain text which will
531              be appended to the sepbar.  This allows the configfile
532              to put information about pings and logins into
533              the sepbar.  (It may be worth also providing a variable
534              which enables this by default, but for now this allows
535              for experimenting with what works well.)
536        Added doc/code.txt which gives a brief overview of the code.
537        Added tags makefile rule and added TAGS to distclean rule.
538       
5391.0.1
540        fix frees in loadsubs and loadloginsubs
541        don't return in owl_free
542       
5431.0
544        'print' and 'set' with no arguments prints all variables
545        Added the 'unsubscribe' and 'unsub' command
546        Renamed the 'unsub' command to 'unsuball'
547        Added the 'getsubs' command which is like zctl ret
548        Fixed bug in logging messages sent to more than one recipient
549        Support '-C', '-O', and '-n' options to zwrite
550        Fixed bug in owl_editwin_delete_char when there are no later chars
551          after the cursor
552        Make "more" and "truncated" work in the status bar
553        enable printing of zsigproc and loginsubs variables
554        only allow message scrolling if the message is actually off the
555          screen
556        'T' will mark all automated message for deletion
557        'P' will go to the next personal message
558        'M-P' will go to the previous personal message
559        replying to a login message goes to the user now
560        added a status command
561        added the intro doc to the release
562        fixed off by one bug in viewwin
563        added complete online help
564        pass $owl::realm in configfile
565        fixed editwin wordwrapping on the last line
566        fixed editwin problem with key_right past the last char
567        print an error and quit if the configfile can't be parsed
568        got rid of owl_mainwin_calculate_topmsg
569        fixed off by one error in calculating topmsg upwards
570        you can now reply to an admin message
571        don't display an error about keypress on window resize
572       
5730.11
574        fixed bug in viewing messages longer than the screen
575        indicate in the sepbar if there is a non zero vert offset
576        send on '.' on a line by itself
577        added disable-ctrl-d variable
578        fixed bug where C-k did not delete the last \n in the buffer
579        make non-character meta keys work
580        use ZSendNotice instead of ZSendList
581        implemented <, >, M-< and M-> in viewwin
582        removed the spaces at the bottom of viewwin
583        added 'about' command
584        fixed bug using 'M' with no current message
585        changed message object to use char *'s to save on memory
586        change malloc, realloc, strdup and free to use owl hooks so that
587           debugging can be added
588               
5890.10.1
590        fixed a trailing space bug in the parser
591        impelemented the "burning ears" feature
592        have admin messages do ztext parsing
593        fixed bug in reporting which M- key was pressed
594        C-g will now cancel commands like C-c
595       
5960.10
597        implemented owl_function_full_redisplay().
598        C-l uses owl_function_full_redisplay().
599        when a popwin exists to a full redisplay.  (fixes bug)
600        improved the owl_editwin_process_char logic
601        removed all unnecessary wrefresh's and replaced with wnoutrefesh
602        owl_editwin_redisplay now takes an argument to optionally doupdate()
603        improved the cut-and-paste speed by not doing a usleep the first
604          time through the loop after getting a keypress.
605        nuked typwin.c and associated stuff.  It's useless now.
606        added viewwin code for paging windows
607        curly braces work for zephyr formatting
608        @i in zephyr formatting will be displayed as underlined text
609        turned off idlok
610        implemented viewwin
611        implemented viewwi in popwin for pageable popwins
612        help, info now use pageable popwins
613        bound 'M' to bring the current message up in a popwin
614        return, space bar, 'b' and backspace now scroll within a message
615        turned off resize message
616        C-v and M-v page the main window
617        implemented owl_message_is_mail
618        some build cleanup
619
620       
6210.9
622        added owl_message_is_personal and have things use it
623        added owl_message_is_private
624        fixed 'print personalbell' and have 'set personalbell'
625           print a message
626        bold only on message_is_personal
627        display the realm if not local
628        implemented M-f, M-b, M-d, M-<, M-> in editwin
629        implemnted word wrapping in editwin
630        implemented M-q (paragraph-fill) in editwin
631        fixed bug that caused owl to segfault logging a 'weird' class
632        M-x is a keysym for ':'
633        added smart bolding and userclue
634        fixed a bug causing pings to beep even if rxping is off
635       
6360.8.1
637        fixed bug in logging code
638       
6390.8
640        implemented personal logging
641        implemented class logging
642        implemented resize of typewin
643        fixed the backspace problem
644        -v command line option prints the version number
645       
6460.7
647        load-subs will report error opening file
648        skip comment lines in loadsubs and loadloginsubs
649        changed internal references to rxping and txping
650        fix replying to a blank instance
651        added subscribe command
652        subscribe to login messages from .anyone by default
653        'loginsubs' variarble controlls automated login messages
654        redisplay the editwin after a resize
655        leave the cursor in the editwin if active
656        fix problems in the build system
657        added displayoutgoing variable
658        temporarily removed error printing for zlog in / out
659       
6600.61
661        fixed bug in "message sent to <foo>" for zwrite
662       
6630.6
664        help updated
665        zaway key set to caps A
666        support zephyring other realms
667        rxping variable for receiving pings
668        txping variable for sending pings
669        function in place to resize typwin
670        C-l to refresh
671        personal bell variable
672        beta message now an admin message
673       
6740.5
675        Added the debug command and flag
676        Fixed bug in printing fields in info command
677        Added owl_fmtext_append_ztext and use it
678        Better formating for pings and login zephyrs
679        make tester depends on proto
Note: See TracBrowser for help on using the repository browser.