1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 04:44:16 +01:00

- Fixed name completion problem in file panel.

- fixed a problem about how notifications were sent for textfield events.
This commit is contained in:
dan
1999-10-23 21:06:11 +00:00
parent 6dd37d5972
commit 597b04f5f7
4 changed files with 89 additions and 75 deletions

View File

@@ -7,6 +7,8 @@ changes since wmaker 0.61.1:
- added WMGetPopUpButtonMenuItem(WMPopUpButton *bPtr, int index)
- WMSortListItemsWithComparer(WMList *lPtr, (int)(f)(const void*, const void*))
- fixed bug with sorting list items.
- fixed bug in handling keyboard input associated with selection and
notification sending.
changes since wmaker 0.61.0: