source: ChangeLog @ ecd5dc5

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