source: ChangeLog @ aaf6071

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