*** msg.c.orig Mon May 24 18:40:50 1999 --- msg.c Mon May 24 18:40:50 1999 *************** *** 879,883 **** oneLineStatus = FALSE; *oneLineStatusStr = '\0'; ! for (i=0; i < MAX_STATUS_BTNS; i++) *btnStatusStr[MAX_STATUS_BTNS] = '\0'; reverseMouseStatusButtons = FALSE; --- 879,883 ---- oneLineStatus = FALSE; *oneLineStatusStr = '\0'; ! for (i=0; i < MAX_STATUS_BTNS; i++) *btnStatusStr[i] = '\0'; reverseMouseStatusButtons = FALSE; *** patchlvl.h.orig Mon May 24 18:40:58 1999 --- patchlvl.h Mon May 24 18:40:58 1999 *************** *** 35,39 **** #define _TGIF_PATCHLEVEL_H_ ! #define TGIF_PATCHLEVEL 13 #endif /*_TGIF_PATCHLEVEL_H_*/ --- 35,39 ---- #define _TGIF_PATCHLEVEL_H_ ! #define TGIF_PATCHLEVEL 14 #endif /*_TGIF_PATCHLEVEL_H_*/ *** Imakefile.orig Mon May 24 18:40:58 1999 --- Imakefile Mon May 24 18:40:59 1999 *************** *** 53,57 **** $(MOREDEFINES) ! TGIFVERSION = 4.1.13 XCOMM Things to try to add to the DEFINES line above: --- 53,57 ---- $(MOREDEFINES) ! TGIFVERSION = 4.1.14 XCOMM Things to try to add to the DEFINES line above: *** HISTORY.orig Mon May 24 18:40:59 1999 --- HISTORY Mon May 24 18:40:59 1999 *************** *** 1,2 **** --- 1,8 ---- + -----------------------> tgif-4.1.13 => tgif-4.1.14 <----------------------- + Here's a short list of added features/bug fixes. + + 1) Fix a bug that the initial import directory is the root directory on + Solaris and some other machines. + -----------------------> tgif-4.1.12 => tgif-4.1.13 <----------------------- Here's a short list of added features/bug fixes.