Update secondary user documentation
authorColin Clark <colin.clark@cclark.uk>
Tue, 8 Aug 2017 18:30:01 +0000 (19:30 +0100)
committerColin Clark <colin.clark@cclark.uk>
Tue, 8 Aug 2017 18:30:01 +0000 (19:30 +0100)
commitb2c2c8ceb6545921387556e2f29620824574242c
tree33f6f78a8143e2b82cf2724f41a5d8db93bbea80
parent07b95e443e9e9dc1de1bd2486f719d29f78e28d4
Update secondary user documentation

Use standard gtk_about_dialog for Help About
Move contributers to AUTHORS file so that they appear in the Credits
dialog
Change gen_changelog.sh to create ChangeLog.html
Include ChangeLog on Help menu
Make presence of README.html and ChangeLog.html mandatory

It would be better to generate above html files from automake.
gtk_about_dialog uses msgid _("translator-credits"), but the translators
do not use it.
12 files changed:
AUTHORS
ChangeLog
ChangeLog.html [new file with mode: 0644]
Makefile.am
README.html [new file with mode: 0644]
README.md
gen_changelog.sh
src/layout_util.c
src/main.h
src/preferences.c
src/preferences.h
src/window.c