Changeset e1c4636 for ChangeLog


Ignore:
Timestamp:
Jul 9, 2002, 12:04:35 AM (22 years ago)
Author:
Erik Nygren <nygren@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
2c8a07c
Parents:
10b866d
Message:
* Added owl::send_zwrite(command, message) to the perl glue
         to allow for the direct sending of multi-line messages.
         For example:  owl::send_zwrite("-c foo -i bar", "hello");
* Reverted attempted fix for the pagedown problem
         which just made things worse.
* Changed owl_fmtext_print_plain to return an alloc'd string to
         avoid buffer overrun risks.
* Added owl::ztext_stylestrip("...") function to perlglue
          which returns the ztext with formatting stripped out.
* Added colorztext variable which can be used to disable @color()
          strings arriving in messages after it is set.
          (Currently, changing its value won't reformat messages).
* Outgoing zephyr logging now obeys the logpath variable.
* The '~' character in logpath and classlogpath now gets
          replaced with the user's home directory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r10b866d re1c4636  
    3434                of a zephyr being composed:  C-c it and restart it
    3535                and then M-p to get the aborted composition back.
     36        Added owl::send_zwrite(command, message) to the perl glue
     37                to allow for the direct sending of multi-line messages.
     38                For example:  owl::send_zwrite("-c foo -i bar", "hello");
     39        Reverted attempted fix for the pagedown problem
     40                which just made things worse.
     41        Changed owl_fmtext_print_plain to return an alloc'd string to
     42                avoid buffer overrun risks.
     43        Added owl::ztext_stylestrip("...") function to perlglue
     44                 which returns the ztext with formatting stripped out.
     45        Added colorztext variable which can be used to disable @color()
     46                 strings arriving in messages after it is set.
     47                 (Currently, changing its value won't reformat messages).
     48        Outgoing zephyr logging now obeys the logpath variable.
     49        The '~' character in logpath and classlogpath now gets
     50                 replaced with the user's home directory.
    3651       
    37521.2.1-pre-1
     
    8499                color messages matching the current one green.
    85100       
    86 1.2.0-pre-erikdevel-17
     1011.2.0-pre-1
    87102        Integrated change to fix problem with popup blinking on new zephyrs.
    88103        C-l and resizes will now refresh an open viewwin (eg, help).
     
    94109                and to not mess up spaces.  exec also returns a string
    95110                of the output now.
    96        
    97 1.2.0-pre-erikdevel-16
    98111        Integrated changes from 1.1.3, and added docs for "zlocate -d"
    99112                and new show commands.
     
    101114        Fix a bug in readconfig caught by efence (where we'd try to read before
    102115                the beginning of a string if it was empty).
    103        
    104 1.1.2-erikdevel-15
    105116        The perl command doesn't do makemsg directly, but instead
    106117             returns the string and it will get printed if it
    107118             was run interactively.
    108 
    109 1.1.2-erikdevel-14
    110         *** NOTE: I probably missed some things here...
    111119        New framework for command handling.
    112120        New framework for keymap handling.
Note: See TracChangeset for help on using the changeset viewer.