source: ChangeLog @ c269e22

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