This is the patchset provided by Gilbert in a Mercurial format. These are applied to the default branch, and will be merged into the wm_0_92 branch as required. Please look over these for technical correctness.
The textfield-adialog patch is bigger due to changing all the Run dialogs to use the %A history-enabled dialog, and replacing the DOS line ending with UNIX line ending convention. 34 files changed, 649 insertions(+), 687 deletions(-) WINGs/Examples/Makefile.am | 17 +- WINGs/Extras/Makefile.am | 7 WINGs/Makefile.am | 33 ---- WINGs/Tests/Makefile.am | 5 WINGs/WINGs/WINGs.h | 2 WINGs/array.c | 2 WINGs/findfile.c | 50 +++++- WINGs/wfont.c | 15 +- WINGs/wtextfield.c | 8 + WPrefs.app/Expert.c | 5 WPrefs.app/Makefile.am | 5 WindowMaker/menu | 2 WindowMaker/menu.bg | 222 ------------------------------ WindowMaker/plmenu | 212 ++++++++++++++-------------- WindowMaker/plmenu.bg | 106 -------------- WindowMaker/plmenu.es | 2 WindowMaker/plmenu.ja | 2 configure.ac | 15 +- src/Makefile.am | 3 src/WindowMaker.h | 5 src/actions.c | 8 - src/appicon.c | 5 src/defaults.c | 6 src/dialog.c | 322 ++++++++++++++++++++++++++++++++++++++++++++ src/dialog.h | 1 src/dock.c | 21 +- src/icon.c | 4 src/main.c | 81 ----------- src/misc.c | 136 ++++++------------ src/session.c | 2 src/switchpanel.c | 2 test/Makefile.am | 2 util/Makefile.am | 23 +-- wmlib/Makefile.am | 5 -- To unsubscribe, send mail to [email protected].
