- Timestamp:
- Oct 16, 2003, 7:09:00 PM (21 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:
- a053de8
- Parents:
- 2ecac24
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r8a54409 rc5f3b46 1 1 $Id$ 2 2 3 2.0.8-pre-7 4 Small fixes to keep zephyrless build working 3 2.0.8 5 4 Increased size of screen name field in buddy listing 6 7 2.0.8-pre-68 On an offgoing message, don't create an AIM logout9 message unless the buddy was already logged in.10 11 2.0.8-pre-512 5 Fixed bug with idle times causing broken pipes. 13 6 New libfaim 14 15 2.0.8-pre-416 7 Added the 'source' command. 17 Fix to make 'default' style the default again.18 19 2.0.8-pre-320 8 Make sure that a newline is always at the end of messages 21 9 returned by perl style formatting functions. … … 24 12 Add base methods for login_host and login_tty 25 13 and others that return undef. 26 27 2.0.8-pre-228 14 New API for perl message formatting functions. 29 30 31 32 15 Legacy variables are still supported for owl::format_msg 16 and owl::receive_msg, but these functions are now also 17 passed an owl::Message object which contains methods 18 for accessing the contents of the message. See perlwrap.pm 33 19 (and docs TBD) for the available methods. 34 20 *** WARNING: The exact API for owl::Message has … … 52 38 Made owl::COMMAND("foo"); be syntactic sugar for 53 39 owl::command("COMMAND foo"); 54 *** Is this a good or bad idea?55 *** This feature may be taken out before release.56 40 Added perlwrap.pm to contain perl code to be compiled into 57 41 the binary. This is transformed into perlwrap.c by … … 59 43 Renamed readconfig.c to perlconfig.c and changed variables accordingly. 60 44 Minor bugfixes in cmd.c and commands.c 61 62 2.0.8-pre-163 45 Improved intro doc 64 46
Note: See TracChangeset
for help on using the changeset viewer.