*** dup.c.orig Fri May 10 03:03:44 1996 --- dup.c Fri May 10 03:03:45 1996 *************** *** 30,34 **** #ifndef lint static char RCSid[] = ! "@(#)$Header: /n/opus/u/guest/william/src/tgif/v3/RCS/dup.c,v 3.0 1996/05/06 16:04:39 william Exp $"; #endif --- 30,34 ---- #ifndef lint static char RCSid[] = ! "@(#)$Header: /n/opus/u/guest/william/src/tgif/v3/RCS/dup.c,v 3.1 1996/05/10 06:33:46 william Exp $"; #endif *************** *** 772,775 **** --- 772,777 ---- int h=ZOOMED_SIZE(FromObjPtr->bbox.rby - FromObjPtr->bbox.lty - 2); + if (w == 0) w = 1; + if (h == 0) h = 1; text_ptr->cached_bitmap = XCreatePixmap (mainDisplay,mainWindow,w,h,1); if (text_ptr->cached_bitmap == None) *** xbitmap.c.orig Fri May 10 03:03:50 1996 --- xbitmap.c Fri May 10 03:03:52 1996 *************** *** 30,34 **** #ifndef lint static char RCSid[] = ! "@(#)$Header: /n/opus/u/guest/william/src/tgif/v3/RCS/xbitmap.c,v 3.0 1996/05/06 16:13:03 william Exp $"; #endif --- 30,34 ---- #ifndef lint static char RCSid[] = ! "@(#)$Header: /n/opus/u/guest/william/src/tgif/v3/RCS/xbitmap.c,v 3.1 1996/05/10 06:33:36 william Exp $"; #endif *************** *** 2226,2230 **** fprintf(fp, "static char * %s[] = {\n", name); fprintf(fp, "\"%1d %1d %1d %1d\",\n", ! w-left-right, h-top-bottom, charsPerPixel); DumpXPmColors(fp); } --- 2226,2230 ---- fprintf(fp, "static char * %s[] = {\n", name); fprintf(fp, "\"%1d %1d %1d %1d\",\n", ! w-left-right, h-top-bottom, numColorsToDump, charsPerPixel); DumpXPmColors(fp); } *** patchlvl.h.orig Fri May 10 03:03:57 1996 --- patchlvl.h Fri May 10 03:03:58 1996 *************** *** 28,32 **** * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * ! * @(#)$Header: /n/opus/u/guest/william/src/tgif/v3/RCS/patchlvl.h,v 3.0 1996/05/06 16:06:37 william Exp $ */ --- 28,32 ---- * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * ! * @(#)$Header: /n/opus/u/guest/william/src/tgif/v3/RCS/patchlvl.h,v 3.1 1996/05/10 06:33:10 william Exp $ */ *************** *** 34,38 **** #define _TGIF_PATCHLEVEL_H_ ! #define TGIF_PATCHLEVEL 0 #endif /*_TGIF_PATCHLEVEL_H_*/ --- 34,38 ---- #define _TGIF_PATCHLEVEL_H_ ! #define TGIF_PATCHLEVEL 1 #endif /*_TGIF_PATCHLEVEL_H_*/ *** Imakefile.orig Fri May 10 03:04:01 1996 --- Imakefile Fri May 10 03:04:02 1996 *************** *** 36,40 **** XCOMM PERFORMANCE OF THIS SOFTWARE. XCOMM ! XCOMM @(#)$Header: /n/opus/u/guest/william/src/tgif/v3/RCS/Imakefile,v 3.0 1996/05/06 16:03:19 william Exp $ XCOMM --- 36,40 ---- XCOMM PERFORMANCE OF THIS SOFTWARE. XCOMM ! XCOMM @(#)$Header: /n/opus/u/guest/william/src/tgif/v3/RCS/Imakefile,v 3.1 1996/05/10 06:33:22 william Exp $ XCOMM *************** *** 45,49 **** XCOMM EXTRA_LDOPTIONS = ! TGIFVERSION = 3.0 PROGRAMS = tgif prtgif XCOMM frontend11.o testdrive XCOMM CDEBUGFLAGS= -g --- 45,49 ---- XCOMM EXTRA_LDOPTIONS = ! TGIFVERSION = 3.0-p1 PROGRAMS = tgif prtgif XCOMM frontend11.o testdrive XCOMM CDEBUGFLAGS= -g *** HISTORY.orig Fri May 10 03:04:06 1996 --- HISTORY Fri May 10 03:04:07 1996 *************** *** 1,5 **** /* ! * @(#)$Header: /n/opus/u/guest/william/src/tgif/v3/RCS/HISTORY,v 3.0 1996/05/06 16:16:19 william Exp $ */ -----------------------> tgif-3.0 <----------------------- It's been 9 months since the last release. Finally, I've got rotation --- 1,37 ---- /* ! * @(#)$Header: /n/opus/u/guest/william/src/tgif/v3/RCS/HISTORY,v 3.1 1996/05/10 06:57:19 william Exp $ */ + -----------------------> tgif-3.0 => tgif-3.0-p1 <----------------------- + I've just put tgif-3.0-patch1 (1st patch for tgif-3.0) in + the following places for anonymous ftp (binaries are still not + available at the time of this release, please check + for availability): + + ftp://ftp.x.org/contrib/applications/tgif/tgif-3.0-patch1.gz + ftp://ftp.cs.ucla.edu/pub/tgif/tgif-3.0-patch1.gz + ftp://bourbon.cs.ucla.edu/pub/tgif-3.0-patch1.gz + + Tgif is an Xlib-based 2-D drawing tool. It's also a hyper-graphics (or + hyper-structured-graphics) browser on the World-Wide-Web. Its hyper-text home + page is at and its hyper-graphics + home page is at . + (Please note that the Content-type of a tgif file sent by the httpd at + bourbon.cs.ucla.edu:8001 is applications/x-tgif.) + + Tgif is free, but please read the Copyright file in the distribution + (or select Copyright from the Help Menu in tgif) for restrictions. + + (Pelase note that tgif is NEITHER an html viewer NOR an html editor. + It is also NOT directly related to GIF nor Transparent GIF.) + + Please gunzip and then apply the patch with + 'patch -p -N < tgif-3.0-patch1'. + Here's a short list of added features/bug fixes. + + 1) Fix a bug that crashed tgif when there is a very small text object + and tgif is zoomed way out. Thanks to Kyle Bateman + for pointing out the problem. + 2) The number of colors is incorrect when printing in XPM3 format. Thanks + to Ralphe Neill for pointing out the problem! -----------------------> tgif-3.0 <----------------------- It's been 9 months since the last release. Finally, I've got rotation