- Timestamp:
- Jul 9, 2002, 12:04:35 AM (22 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r10b866d re1c4636 34 34 of a zephyr being composed: C-c it and restart it 35 35 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. 36 51 37 52 1.2.1-pre-1 … … 84 99 color messages matching the current one green. 85 100 86 1.2.0-pre- erikdevel-17101 1.2.0-pre-1 87 102 Integrated change to fix problem with popup blinking on new zephyrs. 88 103 C-l and resizes will now refresh an open viewwin (eg, help). … … 94 109 and to not mess up spaces. exec also returns a string 95 110 of the output now. 96 97 1.2.0-pre-erikdevel-1698 111 Integrated changes from 1.1.3, and added docs for "zlocate -d" 99 112 and new show commands. … … 101 114 Fix a bug in readconfig caught by efence (where we'd try to read before 102 115 the beginning of a string if it was empty). 103 104 1.1.2-erikdevel-15105 116 The perl command doesn't do makemsg directly, but instead 106 117 returns the string and it will get printed if it 107 118 was run interactively. 108 109 1.1.2-erikdevel-14110 *** NOTE: I probably missed some things here...111 119 New framework for command handling. 112 120 New framework for keymap handling.
Note: See TracChangeset
for help on using the changeset viewer.