*** align.c.orig Fri Jan 22 16:24:23 1999 --- align.c Fri Jan 22 16:24:23 1999 *************** *** 681,708 **** static char *distrDirectMenuStr[] = { "(none)", ! "%s their top edges are %e", ! "%s their vertical centers are %e", ! "%s their bottom edges are %e", ! "%s they are %e %v", ! "%s their left edges are %e", ! "%s their left and top edges are %e", ! "%s their left and vertical centers are %e", ! "%s their left and bottom edges are %e", ! "%s they are %e %v and their left edges are spaced equally", ! "%s their horizontal centers are %e", ! "%s their horizontal centers and top edges are %e", ! "%s their horizontal and vertical centers are %e", ! "%s their horizontal centers and bottom edges are %e", ! "%s they are %e %v and their horizontal centers are spaced equally", ! "%s their right edges are %e", ! "%s their right and top edges are %e", ! "%s their right and vertical centers are %e", ! "%s their right and bottom edges are %e", ! "%s they are %e %v and their right edges are spaced equally", ! "%s they are %e %h", ! "%s they are %e %h and their top edges are spaced equally", ! "%s they are %e %h and their vertical centers are spaced equally", ! "%s they are %e %h and their bottom edges are spaced equally", ! "%s they are %e %h and %v", NULL }; --- 681,708 ---- static char *distrDirectMenuStr[] = { "(none)", ! "%s their top edges are #e", ! "%s their vertical centers are #e", ! "%s their bottom edges are #e", ! "%s they are #e #v", ! "%s their left edges are #e", ! "%s their left and top edges are #e", ! "%s their left and vertical centers are #e", ! "%s their left and bottom edges are #e", ! "%s they are #e #v and their left edges are spaced equally", ! "%s their horizontal centers are #e", ! "%s their horizontal centers and top edges are #e", ! "%s their horizontal and vertical centers are #e", ! "%s their horizontal centers and bottom edges are #e", ! "%s they are #e #v and their horizontal centers are spaced equally", ! "%s their right edges are #e", ! "%s their right and top edges are #e", ! "%s their right and vertical centers are #e", ! "%s their right and bottom edges are #e", ! "%s they are #e #v and their right edges are spaced equally", ! "%s they are #e #h", ! "%s they are #e #h and their top edges are spaced equally", ! "%s they are #e #h and their vertical centers are spaced equally", ! "%s they are #e #h and their bottom edges are spaced equally", ! "%s they are #e #h and #v", NULL }; *************** *** 745,749 **** strcpy(gszMsgBox, distrDirectMenuStr[i]); } ! if ((psz=strstr(gszMsgBox, "%v")) != NULL) { psz[1] = 's'; sprintf(buf, gszMsgBox, "vertically"); --- 745,750 ---- strcpy(gszMsgBox, distrDirectMenuStr[i]); } ! if ((psz=strstr(gszMsgBox, "#v")) != NULL) { ! psz[0] = '%'; psz[1] = 's'; sprintf(buf, gszMsgBox, "vertically"); *************** *** 750,754 **** strcpy(gszMsgBox, buf); } ! if ((psz=strstr(gszMsgBox, "%h")) != NULL) { psz[1] = 's'; sprintf(buf, gszMsgBox, "horizontally"); --- 751,756 ---- strcpy(gszMsgBox, buf); } ! if ((psz=strstr(gszMsgBox, "#h")) != NULL) { ! psz[0] = '%'; psz[1] = 's'; sprintf(buf, gszMsgBox, "horizontally"); *************** *** 755,759 **** strcpy(gszMsgBox, buf); } ! if ((psz=strstr(gszMsgBox, "%e")) != NULL) { psz[1] = 's'; sprintf(buf, gszMsgBox, "equally spaced"); --- 757,762 ---- strcpy(gszMsgBox, buf); } ! if ((psz=strstr(gszMsgBox, "#e")) != NULL) { ! psz[0] = '%'; psz[1] = 's'; sprintf(buf, gszMsgBox, "equally spaced"); *************** *** 1680,1684 **** if (alignDirectType == ALIGN_TO_GRID_DIRECT) { sprintf(gszMsgBox, "%s %s", alignDirectMenuStr[i], ! " to the grid"); } else { strcpy(gszMsgBox, alignDirectMenuStr[i]); --- 1683,1687 ---- if (alignDirectType == ALIGN_TO_GRID_DIRECT) { sprintf(gszMsgBox, "%s %s", alignDirectMenuStr[i], ! "to the grid"); } else { strcpy(gszMsgBox, alignDirectMenuStr[i]); *** remote.c.orig Fri Jan 22 16:24:25 1999 --- remote.c Fri Jan 22 16:24:25 1999 *************** *** 247,251 **** XEvent ev; ! if (initializingMain) return FALSE; while (XCheckMaskEvent(mainDisplay, StructureNotifyMask, &ev)) { --- 247,251 ---- XEvent ev; ! if (initializingMain || PRTGIF) return FALSE; while (XCheckMaskEvent(mainDisplay, StructureNotifyMask, &ev)) { *************** *** 792,800 **** /* * Because of the way HttpExtractText() is coded, ! * if *ppsz_buf != NULL, (*ppsz_buf)[*pn_buf_sz-1] is '\0' * no matter what kind of file it is! */ if (cmdLineDumpURL) { ! fwrite(*ppsz_buf, sizeof(char), (*pn_buf_sz)-1, stdout); } } --- 792,800 ---- /* * Because of the way HttpExtractText() is coded, ! * if *ppsz_buf != NULL, (*ppsz_buf)[*pn_buf_sz] is '\0' * no matter what kind of file it is! */ if (cmdLineDumpURL) { ! fwrite(*ppsz_buf, sizeof(char), (*pn_buf_sz), stdout); } } *** patchlvl.h.orig Fri Jan 22 16:24:26 1999 --- patchlvl.h Fri Jan 22 16:24:26 1999 *************** *** 35,39 **** #define _TGIF_PATCHLEVEL_H_ ! #define TGIF_PATCHLEVEL 7 #endif /*_TGIF_PATCHLEVEL_H_*/ --- 35,39 ---- #define _TGIF_PATCHLEVEL_H_ ! #define TGIF_PATCHLEVEL 8 #endif /*_TGIF_PATCHLEVEL_H_*/ *** Imakefile.orig Fri Jan 22 16:24:28 1999 --- Imakefile Fri Jan 22 16:24:28 1999 *************** *** 53,57 **** $(MOREDEFINES) ! TGIFVERSION = 4.0.7 XCOMM Things to try to add to the DEFINES line above: --- 53,57 ---- $(MOREDEFINES) ! TGIFVERSION = 4.0.8 XCOMM Things to try to add to the DEFINES line above: *** HISTORY.orig Fri Jan 22 16:24:29 1999 --- HISTORY Fri Jan 22 16:24:29 1999 *************** *** 1,2 **** --- 1,11 ---- + -----------------------> tgif-4.0.7 => tgif-4.0.8 <----------------------- + Here's a short list of added features/bug fixes. + + 1) Fix formating bug in DistributeObjsDirect(). Thanks to TSUKADA Satoru + for the patch. + 2) Fix a bug in retriving URL's. Sometimes, the last byte of the file + is not retrieved (which doesn't usualy cause any problems for text + files because the last byte is a ). + -----------------------> tgif-4.0.6 => tgif-4.0.7 <----------------------- Here's a short list of added features/bug fixes.