From 54e241d2fc85d7294db58a3c15b2946ccc11b3d4 Mon Sep 17 00:00:00 2001 From: kojima Date: Wed, 22 Sep 1999 02:03:39 +0000 Subject: [PATCH] fixed font bug in WINGs --- ChangeLog | 14 ++++++++++++++ INSTALL | 6 ++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 15be9e45..99c84cd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Changes since version 0.61.0: +............................. + +- fixed problem with window shortcut assignment from the menu +- fixed problem with fonts in WINGs (Masahide -mac- NODA + ) + + + Changes since version 0.60.0: ............................. @@ -45,6 +54,11 @@ Changes since version 0.60.0: - fixed PPosition handling - New "Smart placement" mode. 'Smart' is no longer an alias to 'Auto' but a different mode of placing windows. 'Auto' keeps the old behavior. +- added the dir where the menu is being read from to the search path + given to cpp +- doing a multiwindow selection shortcut and hitting the shortcut + repeatedly will cycle through the selected windows +- fixed crash when overwriting a string constant (default font specs) in WINGs Changes since version 0.53.0: diff --git a/INSTALL b/INSTALL index ea277cd7..d1028802 100644 --- a/INSTALL +++ b/INSTALL @@ -104,6 +104,7 @@ might work too. - libpng 0.96 or newer and zlib For PNG image support. + http://www.cdrom.com/pub/png/ - libtiff 3.4 or newer For TIFF image support. @@ -111,16 +112,17 @@ might work too. - libjpeg 6.0.1 or newer For JPEG image support + http://www.ijg.org/ - libgif 2.2 or libungif - For GIF image support + For GIF image support + ftp://prtr-13.ucsc.edu/pub/libungif/ - GNU xgettext If you want to use translated messages, you will need GNU gettext. Other versions of gettext are not compatible and will not work. Get the GNU version from ftp://ftp.gnu.org -Most of these can be get from ftp.uu.net/pub/graphics CONFIGURE OPTIONS: -- 2.11.4.GIT