Changeset 7c9c847
- Timestamp:
- Jul 2, 2003, 3:40:58 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:
- 09489b89
- Parents:
- 453bd70
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r453bd70 r7c9c847 1 1 $Id$ 2 2 3 2.0.6-pre-2 4 Started adding code to do question/response stuff 3 2.0.6 5 4 aimlogin will now accept the screenname without a password and ask 6 5 for the password such that it is not echo'd to the terminal 7 Fixed documentation bug in aimwrite8 9 2.0.6-pre-110 Initialze $owl::auth11 6 'addbuddy aim' and 'delbuddy aim' now work 12 7 Bug fix to make zwrite -m work with -c/-i 8 Fixed documentation bug in aimwrite 9 Initialze $owl::auth 13 10 Fix in autoconf for des425 14 Reformatted editwin.c and added capability of doing password 11 Reformatted editwin.c and added capability of doing password-style 15 12 echoing 16 13 -
functions.c
r453bd70 r7c9c847 1085 1085 { 1086 1086 char *buff, *ptr; 1087 1088 owl_function_debugmsg("Got: %s", buff);1089 1087 1090 1088 buff=owl_global_get_buffercommand(&g); -
owl.h
rcf83b7a r7c9c847 17 17 static const char owl_h_fileIdent[] = "$Id$"; 18 18 19 #define OWL_VERSION 2.0.6 -pre-220 #define OWL_VERSION_STRING "2.0.6 -pre-2"19 #define OWL_VERSION 2.0.6 20 #define OWL_VERSION_STRING "2.0.6" 21 21 22 22 #define OWL_DEBUG 0
Note: See TracChangeset
for help on using the changeset viewer.