source: ChangeLog @ 31e48a3

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