*** auxtext.c.orig Thu May 4 09:58:16 2000 --- auxtext.c Thu May 4 09:58:16 2000 *************** *** 1385,1390 **** return; } ! if (ObjPtr->ctm != NULL && (fabs(ObjPtr->ctm->m[CTM_SX]) < EQ_TOL || ! fabs(ObjPtr->ctm->m[CTM_SY]) < EQ_TOL)) { /* zero width or height text */ return; --- 1385,1390 ---- return; } ! if (ObjPtr->ctm != NULL && (ObjPtr->obbox.ltx == ObjPtr->obbox.rbx || ! ObjPtr->obbox.lty == ObjPtr->obbox.rby)) { /* zero width or height text */ return; *** patchlvl.h.orig Thu May 4 09:58:17 2000 --- patchlvl.h Thu May 4 09:58:17 2000 *************** *** 35,39 **** #define _TGIF_PATCHLEVEL_H_ ! #define TGIF_PATCHLEVEL 31 #endif /*_TGIF_PATCHLEVEL_H_*/ --- 35,39 ---- #define _TGIF_PATCHLEVEL_H_ ! #define TGIF_PATCHLEVEL 32 #endif /*_TGIF_PATCHLEVEL_H_*/ *** Imakefile.orig Thu May 4 09:58:17 2000 --- Imakefile Thu May 4 09:58:18 2000 *************** *** 54,58 **** $(MOREDEFINES) ! TGIFVERSION = 4.1.31 XCOMM Things to try to add to the DEFINES line above: --- 54,58 ---- $(MOREDEFINES) ! TGIFVERSION = 4.1.32 XCOMM Things to try to add to the DEFINES line above: *** HISTORY.orig Thu May 4 09:58:18 2000 --- HISTORY Thu May 4 09:58:18 2000 *************** *** 1,2 **** --- 1,7 ---- + -----------------------> tgif-4.1.31 => tgif-4.1.32 <----------------------- + 1) Fix a bug that was introduced in tgif-4.1.30 (see item 2 of + tgif-4.1.29 => tgif-4.1.30 below. Thanks to Geert Carron + for pointing out the problem. + -----------------------> tgif-4.1.30 => tgif-4.1.31 <----------------------- 1) Fix a typo that cause link problems on Linux.