- Timestamp:
- Jun 26, 2003, 11:41:16 PM (20 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 0435c7d
- Parents:
- 8d24696
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r8d24696 r4d42508 1 1 $Id$ 2 2 3 2.0.4-pre-2 3 2.0.4 4 Made command line option -n actually work 5 6 Implemented styles, including the 'default' 'basic' and 'oneline' 7 styles. A 'perl' style is available if a format_msg() function 8 is found in .owlconf 9 Added the 'default_style' variable 10 Added the 'toggle-oneline' command 11 The 'o' key is bound to 'toggle-oneline' 12 Internally, the one view now has a name, 'main', and message 13 recalcuations are done in place when its filter is changed. 4 14 Added filter field 'login' which can take the values 'login' 5 15 'logout' or 'none' 6 16 Added the perl variable $owl::login, just as above 7 17 Updated the 'login' and 'trash' filters appropriately 8 Fix for checking for DES 9 Bug fix in using makemsg when no curses window present10 $owl::auth now works11 Use new function to delete zephyr subs from file12 New 'sepbar_disable' variable can turn off sepbar info 18 Fix for checking for DES in build system 19 Bug fix in using makemsg when no curses window is present 20 The variable $owl::auth now exists in perl 21 Use new internal function to delete zephyr subs from file 22 New 'sepbar_disable' variable can turn off sepbar info display 13 23 Updated contributor info 14 added the 'show view' command. 15 removed 'set style' 16 A style is now part of a view, the view command has been revamped 24 Added the 'show view' command 17 25 Bug fix in owl_regex 18 26 Fixed personal aim messages logging to class directory 19 Log "LOGIN" or "LOGOUT" for AIM buddy messages message20 zwrite -m now logs and displays an outgoing message27 Log "LOGIN" or "LOGOUT" for AIM buddy messages 28 zwrite -m now correctly displays an outgoing message and logs 21 29 zwrite -s now works 22 Don't allow sending to AIM users with spaces30 Strip spaces in AIM usernames on aimwrite send 23 31 Removed libfaim/config.log from CVS 24 32 Fixed some easy fixed-length buffers 25 Wordwrap incoming AIM messages .33 Wordwrap incoming AIM messages 26 34 Fixed bug causing buddies not to be added to buddy list during 27 35 ingorelogin timer 28 36 Translate < > & " &ensp, &emsp, &endash and 29 37 &emdash 30 31 2.0.4-pre-132 Make command line option -n actualy work33 'set style' now works. Possbile values at the moment are34 'default' 'basic' or 'perl', but the last only if a35 format_msg() function is found in .owlconf36 Added the 'oneline' style37 Added the 'default_style' variable38 Added the 'toggle-oneline' command39 the 'o' key is bound to 'toggle-oneline'40 Really use just one view now, named 'main' and recalculate41 messages when its filter is changed42 38 43 39 2.0.3
Note: See TracChangeset
for help on using the changeset viewer.