Hello, This series of patches is mainly changing the section from 1x to 1 for the man pages and take care of the wmmenugen tool.
It was generated with the "-R" option as suggested by Carlos, because it both makes the patches smaller but also a lot more easy to review because changes to the files done at the same time as rename are clearly visible. For the curious, one way to get "git" to use this flag every time is: git config diff.renames copy Regards, Christophe doc/Makefile.am | 71 ++++++++++---------- doc/{WPrefs.1x => WPrefs.1} | 6 +- doc/WindowMaker.1 | 1 + doc/WindowMaker.1x | 1 - doc/build/Translations.texi | 25 +++++++ doc/cs/Makefile.am | 18 ++--- doc/cs/{geticonset.1x => geticonset.1} | 6 +- doc/cs/{getstyle.1x => getstyle.1} | 6 +- doc/cs/{seticons.1x => seticons.1} | 6 +- doc/cs/{setstyle.1x => setstyle.1} | 6 +- doc/cs/{wdwrite.1x => wdwrite.1} | 4 +- doc/cs/{wmaker.1x => wmaker.1} | 24 +++---- doc/cs/{wmsetbg.1x => wmsetbg.1} | 4 +- doc/cs/{wxcopy.1x => wxcopy.1} | 6 +- doc/cs/{wxpaste.1x => wxpaste.1} | 6 +- doc/{geticonset.1x => geticonset.1} | 6 +- doc/{getstyle.1x => getstyle.1} | 6 +- doc/ru/Makefile.am | 18 ++--- doc/ru/{geticonset.1x => geticonset.1} | 6 +- doc/ru/{getstyle.1x => getstyle.1} | 6 +- doc/ru/{seticons.1x => seticons.1} | 6 +- doc/ru/{setstyle.1x => setstyle.1} | 6 +- doc/ru/{wdwrite.1x => wdwrite.1} | 4 +- doc/ru/{wmaker.1x => wmaker.1} | 24 +++---- doc/ru/{wmsetbg.1x => wmsetbg.1} | 4 +- doc/ru/{wxcopy.1x => wxcopy.1} | 6 +- doc/ru/{wxpaste.1x => wxpaste.1} | 6 +- doc/{seticons.1x => seticons.1} | 6 +- doc/{setstyle.1x => setstyle.1} | 8 +-- doc/sk/Makefile.am | 18 ++--- doc/sk/{geticonset.1x => geticonset.1} | 6 +- doc/sk/{getstyle.1x => getstyle.1} | 6 +- doc/sk/{seticons.1x => seticons.1} | 6 +- doc/sk/{setstyle.1x => setstyle.1} | 6 +- doc/sk/{wdwrite.1x => wdwrite.1} | 4 +- doc/sk/{wmaker.1x => wmaker.1} | 24 +++---- doc/sk/{wmsetbg.1x => wmsetbg.1} | 4 +- doc/sk/{wxcopy.1x => wxcopy.1} | 6 +- doc/sk/{wxpaste.1x => wxpaste.1} | 6 +- doc/upgrade-windowmaker-defaults.8 | 2 +- doc/{wdread.1x => wdread.1} | 5 +- doc/{wdwrite.1x => wdwrite.1} | 5 +- doc/{wmagnify.1x => wmagnify.1} | 2 +- doc/wmaker.in | 27 ++++---- doc/wmgenmenu.1 | 3 + doc/wmmenugen.1 | 89 ++++++++++++++++++++++--- doc/wmsetbg.in | 4 +- doc/{wxcopy.1x => wxcopy.1} | 6 +- doc/{wxpaste.1x => wxpaste.1} | 6 +- m4/wm_i18n.m4 | 9 ++- util/wmmenugen.c | 117 ++++++++++++++++++++++++--------- 51 files changed, 419 insertions(+), 244 deletions(-) rename doc/{WPrefs.1x => WPrefs.1} (95%) create mode 100644 doc/WindowMaker.1 delete mode 100644 doc/WindowMaker.1x rename doc/cs/{geticonset.1x => geticonset.1} (93%) rename doc/cs/{getstyle.1x => getstyle.1} (97%) rename doc/cs/{seticons.1x => seticons.1} (93%) rename doc/cs/{setstyle.1x => setstyle.1} (96%) rename doc/cs/{wdwrite.1x => wdwrite.1} (95%) rename doc/cs/{wmaker.1x => wmaker.1} (95%) rename doc/cs/{wmsetbg.1x => wmsetbg.1} (97%) rename doc/cs/{wxcopy.1x => wxcopy.1} (95%) rename doc/cs/{wxpaste.1x => wxpaste.1} (95%) rename doc/{geticonset.1x => geticonset.1} (93%) rename doc/{getstyle.1x => getstyle.1} (97%) rename doc/ru/{geticonset.1x => geticonset.1} (95%) rename doc/ru/{getstyle.1x => getstyle.1} (98%) rename doc/ru/{seticons.1x => seticons.1} (96%) rename doc/ru/{setstyle.1x => setstyle.1} (97%) rename doc/ru/{wdwrite.1x => wdwrite.1} (96%) rename doc/ru/{wmaker.1x => wmaker.1} (96%) rename doc/ru/{wmsetbg.1x => wmsetbg.1} (98%) rename doc/ru/{wxcopy.1x => wxcopy.1} (97%) rename doc/ru/{wxpaste.1x => wxpaste.1} (97%) rename doc/{seticons.1x => seticons.1} (94%) rename doc/{setstyle.1x => setstyle.1} (95%) rename doc/sk/{geticonset.1x => geticonset.1} (92%) rename doc/sk/{getstyle.1x => getstyle.1} (97%) rename doc/sk/{seticons.1x => seticons.1} (93%) rename doc/sk/{setstyle.1x => setstyle.1} (96%) rename doc/sk/{wdwrite.1x => wdwrite.1} (94%) rename doc/sk/{wmaker.1x => wmaker.1} (95%) rename doc/sk/{wmsetbg.1x => wmsetbg.1} (97%) rename doc/sk/{wxcopy.1x => wxcopy.1} (94%) rename doc/sk/{wxpaste.1x => wxpaste.1} (94%) rename doc/{wdread.1x => wdread.1} (93%) rename doc/{wdwrite.1x => wdwrite.1} (93%) rename doc/{wmagnify.1x => wmagnify.1} (97%) rename doc/{wxcopy.1x => wxcopy.1} (95%) rename doc/{wxpaste.1x => wxpaste.1} (95%) -- 2.1.4 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.