Changeset ddd02df
- Timestamp:
- Dec 26, 2003, 4:06:42 PM (19 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:
- 421c286f
- Parents:
- 40d834a
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r5471a98 rddd02df 1 1 $Id$ 2 2 3 2.1.3-pre-2 4 Updated man page 3 2.1.3 5 4 Added perl filter elements. Similar to having "filter <subfilter>" 6 5 in a filter, you may also have "perl <functionname>" … … 8 7 returns 0 or 1 depending on whether the message matches 9 8 that element of the filter. 10 [Note: currently this overloads the filtername element11 of the filterelement structure to store the function name.12 Perhaps we should change the name of this element to something13 more general to avoid confusion?]14 15 2.1.3-pre-116 9 Don't print an error about loading subs if there is no 17 10 .zephyr.subs 18 11 Do the initial zephyr_buddy_check when pseduologin set to true. 12 Updated man page 19 13 20 14 2.1.2 -
owl.h
r32eed98 rddd02df 20 20 static const char owl_h_fileIdent[] = "$Id$"; 21 21 22 #define OWL_VERSION 2.1.3 -pre-223 #define OWL_VERSION_STRING "2.1.3 -pre-2"22 #define OWL_VERSION 2.1.3 23 #define OWL_VERSION_STRING "2.1.3" 24 24 25 25 /* Feature that is being tested to redirect stderr through a pipe.
Note: See TracChangeset
for help on using the changeset viewer.