1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 09:22:27 +01:00

- Mapping a new window that belongs to a running application that is hidden,

will unhide the application.
- removed a wsyserror() message when reading a property list from file
  (the programmer should decide if to give that message or just ignore).
This commit is contained in:
dan
2001-11-24 05:10:38 +00:00
parent 06b48596f5
commit 81a1f98ca5
4 changed files with 19 additions and 5 deletions

View File

@@ -4,6 +4,8 @@ Changes since wmaker 0.70.0:
- added an internal strcasecmp() (only on systems where is not present)
- removed some redundant includes of ../src/config.h when wconfig.h is
included too
- removed a wsyserror() message when reading a property list from file
(the programmer should decide if to give that message or just ignore).
Changes since wmaker 0.65.0: