--- menus.c.orig Sat Sep 5 09:18:42 1998 +++ menus.c Sun Sep 27 07:58:08 1998 @@ -4825,7 +4825,13 @@ i = sprintf (str, " %c%-4d %c%-4d ", signx, x, signy, y); */ +/* + * Non-SysV systems - specifically, BSD-derived systems - return a + * pointer to the string, not its length. Submitted by Goran Larsson i = sprintf (str, "%+6d %-+6d", x, y); + */ + sprintf (str, "%+6d %-+6d", x, y); + i = strlen (str); XRaiseWindow (dpy, Scr->SizeWindow); FBF (Scr->DefaultC.fore, Scr->DefaultC.back, Scr->SizeFont.font->fid); --- resize.c.orig Sat Sep 5 16:56:25 1998 +++ resize.c Sun Sep 27 07:58:06 1998 @@ -682,7 +682,13 @@ dheight /= tmp_win->hints.height_inc; } +/* + * Non-SysV systems - specifically, BSD-derived systems - return a + * pointer to the string, not its length. Submitted by Goran Larsson i = sprintf (str, "%5d x %-5d", dwidth, dheight); + */ + sprintf (str, "%5d x %-5d", dwidth, dheight); + i = strlen (str); XRaiseWindow(dpy, Scr->SizeWindow); FBF(Scr->DefaultC.fore, Scr->DefaultC.back, Scr->SizeFont.font->fid); --- version.c.orig Wed Aug 12 04:22:15 1998 +++ version.c Sun Sep 27 08:09:41 1998 @@ -52,5 +52,8 @@ /* djhjr - 8/11/98 char *Version = "Virtual Desktop TWM (VTWM) - X11R4-6 Release 5.4.4c"; */ +/* djhjr - 9/27/98 char *Version = "Virtual Desktop TWM (VTWM) - X11R4-6 Release 5.4.5"; +*/ +char *Version = "Virtual Desktop TWM (VTWM) - X11R4-6 Release 5.4.5a"; --- vtwm.man.orig Sat Sep 19 07:46:01 1998 +++ vtwm.man Sun Sep 27 08:02:02 1998 @@ -2122,6 +2122,7 @@ Erik Agsjo , Nicholas Jacobs , Takeharu Kato , +Goran Larsson , acknowledging Claude Lecommandeur, SPIL (ctwm) .\"==============================[The End]============================== --- doc/CHANGELOG.orig Sat Sep 19 07:41:19 1998 +++ doc/CHANGELOG Sun Sep 27 08:07:39 1998 @@ -7,6 +7,15 @@ ============ vtwm-5.4.N.tar.gz ============= hawkeyd@visi.com (D. J. Hawkey Jr. aka djhjr) + September 27, 1998 + [menus.c] [resize.c] + + From Goran Larsson (hoh@lorelei.approve.se) + Fixed text display bug in the size and position windows. + + VTWM 5.4.5a released for public consumption. + vtwm-5.4.5-to-5.4.5a.txt patch file released. + September 14, 1998 Established a directory, doc, for all the documentation that has accumulated through time. The HINTS file is now