mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-10 07:44:14 +01:00
fixed font bug in WINGs
This commit is contained in:
14
ChangeLog
14
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
|
||||
<mac@flab.fujitsu.co.jp>)
|
||||
|
||||
|
||||
|
||||
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:
|
||||
|
||||
6
INSTALL
6
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:
|
||||
|
||||
Reference in New Issue
Block a user