home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.x
- From: envbvs@epb10.lbl.gov (Brian V. Smith)
- Subject: v20i007: xfig - Draw amd manipulate objects in an X-Window, Patch01
- Message-ID: <1993Jun1.224521.7627@sparky.imd.sterling.com>
- X-Md4-Signature: 744c60b06751f4279df628b3c6dde3fd
- Sender: chris@sparky.imd.sterling.com (Chris Olson)
- Organization: Sterling Software
- Date: Tue, 1 Jun 1993 22:45:21 GMT
- Approved: chris@sparky.imd.sterling.com
-
- Submitted-by: envbvs@epb10.lbl.gov (Brian V. Smith)
- Posting-number: Volume 20, Issue 7
- Archive-name: xfig/patch01
- Environment: X11
- Patch-To: xfig: Volume 19, Issue 113-139
-
- This patch should be applied to xfig 2.1.7.
-
- It fixes the problem of the radius indicator for the arc-box radius button in
- the bottom panel being drawn strangely.
- This also caused OpenWindows servers to hang for many minutes.
-
- The patch to the app-defaults file Fig.ad prevents xfig from consuming many
- megabytes of memory. Be sure to install the patched Fig.ad file to your
- /usr/.../app-defaults/Fig file.
-
- Applying this patch will make your xfig version 2.1.7a.
- Brian V. Smith
- (bvsmith@lbl.gov)
-
- --------------------- patch follows ---------------------
- #! /bin/sh
- # This is a shell archive. Remove anything before this line, then feed it
- # into a shell via "sh file" or similar. To overwrite existing files,
- # type "sh file -c".
- # Contents: xfig.p1
- # Wrapped by chris@sparky on Tue Jun 1 17:20:49 1993
- PATH=/bin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/lbin ; export PATH
- echo If this archive is complete, you will see the following message:
- echo ' "shar: End of archive."'
- if test -f 'xfig.p1' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'xfig.p1'\"
- else
- echo shar: Extracting \"'xfig.p1'\" \(1737 characters\)
- sed "s/^X//" >'xfig.p1' <<'END_OF_FILE'
- X*** patchlevel.h.orig Wed Apr 28 15:33:35 1993
- X--- patchlevel.h Tue May 4 14:17:51 1993
- X***************
- X*** 10,13 ****
- X * any purpose. It is provided "as is" without express or implied warranty."
- X */
- X
- X! #define PATCHLEVEL "7"
- X--- 10,13 ----
- X * any purpose. It is provided "as is" without express or implied warranty."
- X */
- X
- X! #define PATCHLEVEL "7a"
- X*** w_indpanel.c.orig Fri Feb 12 09:04:25 1993
- X--- w_indpanel.c Tue May 4 09:35:59 1993
- X***************
- X*** 1489,1495 ****
- X DEF_IND_SW_WD, DEF_IND_SW_HT / 2, ERASE,
- X DEF_IND_SW_HT, PANEL_LINE, 0.0, DEFAULT_COLOR);
- X /* draw current radius into pixmap */
- X! curve(sw->normalPM, 0, cur_boxradius, -cur_boxradius, 0, 1,
- X cur_boxradius, cur_boxradius, DEF_IND_SW_WD - 2, DEF_IND_SW_HT - 2,
- X PAINT, 1, PANEL_LINE, 0.0, 0, DEFAULT_COLOR);
- X
- X--- 1489,1495 ----
- X DEF_IND_SW_WD, DEF_IND_SW_HT / 2, ERASE,
- X DEF_IND_SW_HT, PANEL_LINE, 0.0, DEFAULT_COLOR);
- X /* draw current radius into pixmap */
- X! curve(sw->normalPM, 0, cur_boxradius, -cur_boxradius, 0, 1, 50,
- X cur_boxradius, cur_boxradius, DEF_IND_SW_WD - 2, DEF_IND_SW_HT - 2,
- X PAINT, 1, PANEL_LINE, 0.0, 0, DEFAULT_COLOR);
- X
- X*** Fig.ad.orig Tue Feb 23 09:22:33 1993
- X--- Fig.ad Thu May 6 13:06:02 1993
- X***************
- X*** 38,46 ****
- X
- X ! keyboard accelerators
- X
- X- Fig*accelerators: \
- X- Meta<Key>s: SaveFile()\n\
- X- Meta<Key>l: LoadFile()\n
- X
- X Fig*quit*accelerators: \
- X Meta<Key>q: quit()\n
- X--- 38,43 ----
- X***************
- X*** 53,58 ****
- X--- 50,57 ----
- X Fig*paste*accelerators: \
- X Meta<Key>t: paste()\n
- X Fig*file*accelerators: \
- X+ Meta<Key>s: SaveFile()\n\
- X+ Meta<Key>l: LoadFile()\n\
- X Meta<Key>f: file()\n
- X
- X Fig*xfig_file_menu*accelerators: \
- X
- X
- END_OF_FILE
- if test 1737 -ne `wc -c <'xfig.p1'`; then
- echo shar: \"'xfig.p1'\" unpacked with wrong size!
- fi
- # end of 'xfig.p1'
- fi
- echo shar: End of archive.
- exit 0
- exit 0 # Just in case...
- --
- // chris@IMD.Sterling.COM | Send comp.sources.x submissions to:
- \X/ Amiga - The only way to fly! | sources-x@imd.sterling.com
- "It's intuitively obvious to the |
- most casual observer..." | GCS d+/-- p+ c++ l+ m+ s++/+ g+ w+ t+ r+ x+
-