1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-24 23:22:30 +01:00

fixed bug with infinite loop in some circumstances in fitText() in WINGs

This commit is contained in:
dan
2004-11-06 20:20:05 +00:00
parent acc868d91d
commit 9f89695c48
3 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,3 @@
- Removed --with-appsdir option and replaced it with --with-gnustepdir. Also,
default installation path (for non GNUstep users) is now $(prefix)/bin
Changes since version 0.91.0:
.............................
- fixed crash with info panel and alt-tabbing
@@ -11,6 +7,9 @@ Changes since version 0.91.0:
- fixed issues with compiling on Solaris with openwin
- reduced minimum required version number for the Xft library to 2.1.0
- fixed some compilation issues with gcc-2.9x
- Removed --with-appsdir option and replaced it with --with-gnustepdir. Also,
default installation path (for non GNUstep users) is now $(prefix)/bin
- fixed bug with infinite loop in some circumstances in fitText() in WINGs
Changes since version 0.90.0: