Changeset 7fad773
- Timestamp:
- Apr 10, 2004, 8:21:32 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:
- fe67f1f
- Parents:
- 1d1244a2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
rf5729b7 r7fad773 1 1 $Id$ 2 2 3 2.1.7 -pre-13 2.1.7 4 4 The colorclass command is added, to make colorization easy 5 5 Handle MIT Athena OLC zephyrs correctly -
owl.c
r405d5e6 r7fad773 344 344 strcat(startupmsg, " \n"); 345 345 strcat(startupmsg, "If you would like to receive release announcements about Owl you can \n"); 346 strcat(startupmsg, "join the owl-users mailing list at http://www.ktools.org/\n");346 strcat(startupmsg, "join the owl-users mailing list at http://www.ktools.org/ \n"); 347 347 strcat(startupmsg, " ^ ^ \n"); 348 348 strcat(startupmsg, " OvO \n"); -
owl.h
r5e0b690 r7fad773 59 59 static const char owl_h_fileIdent[] = "$Id$"; 60 60 61 #define OWL_VERSION 2.1.7 -pre-162 #define OWL_VERSION_STRING "2.1.7 -pre-1"61 #define OWL_VERSION 2.1.7 62 #define OWL_VERSION_STRING "2.1.7" 63 63 64 64 /* Feature that is being tested to redirect stderr through a pipe.
Note: See TracChangeset
for help on using the changeset viewer.