Changeset 87c6ef1
- Timestamp:
- Jul 30, 2003, 1:03:04 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:
- 2404c3a
- Parents:
- c82b055
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
rc82b055 r87c6ef1 1 1 $Id$ 2 2 3 2.0.8-pre-3 3 2.0.8-pre-3 4 4 Make sure that a newline is always at the end of messages 5 5 returned by perl style formatting functions. 6 6 Add owl::login and owl::auth to legacy variables populated for format_msg. 7 7 Additions to intro.txt and advanced.txt documents. (Still in progress.) 8 8 Add base methods for login_host and login_tty 9 and others that return undef. 10 9 11 2.0.8-pre-2 10 12 New API for perl message formatting functions. -
perlwrap.pm
r282ec9b r87c6ef1 62 62 sub is_ping { return 0; } 63 63 sub is_mail { return 0; } 64 sub is_personal { return undef; } 65 sub is_private { return undef; } 64 66 sub class { return undef; } 65 67 sub instance { return undef; } … … 73 75 sub zsig { return undef; } 74 76 sub zwriteline { return undef; } 77 sub login_host { return undef; } 78 sub login_tty { return undef; } 75 79 76 80 sub pretty_sender { return shift->sender; } … … 124 128 $owl::host = $m->host ; 125 129 $owl::login = $m->login ; 130 $owl::auth = $m->auth ; 126 131 if ($m->fields) { 127 132 @owl::fields = @{$m->fields};
Note: See TracChangeset
for help on using the changeset viewer.