diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-01-24 16:16:40 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-01-24 16:16:40 +0000 |
commit | 89255c3b352855d728ae3adc20b0cdd90fe582dd (patch) | |
tree | f11eb7e80cb88a3844d401070e32417272a0a804 /ChangeLog | |
parent | John Fleck <jfleck@inkstain.net> (diff) | |
download | zenity-89255c3b352855d728ae3adc20b0cdd90fe582dd.tar.gz zenity-89255c3b352855d728ae3adc20b0cdd90fe582dd.tar.bz2 zenity-89255c3b352855d728ae3adc20b0cdd90fe582dd.zip |
Provide correct help URL.
2003-01-24 Glynn Foster <glynn.foster@sun.com>
* src/about.c: Provide correct help URL.
* src/util.h, src/util.c: Add functions from
libgnome/gnome-i18n so that we can correctly find the
apropriate help file.
* xmldocs.make: Install help into $(datadir)/help/$(lang)/
* THANKS: Update from the code I stole from libgnome
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -1,13 +1,23 @@ +2003-01-24 Glynn Foster <glynn.foster@sun.com> + + * src/about.c: Provide correct help URL. + + * src/util.h, src/util.c: Add functions from + libgnome/gnome-i18n so that we can correctly find the + apropriate help file. + + * xmldocs.make: Install help into $(datadir)/help/$(lang)/ + + * THANKS: Update from the code I stole from libgnome + 2003-01-24 John Fleck <jfleck@inkstain.net> - * help/C/zenity.xml - fix typo + * help/C/zenity.xml: fix typo. 2003-01-23 John Fleck <jfleck@inkstain.net> - * help/C/zenity.xml - fixing tag mixup that made the docbook not - valid + * help/C/zenity.xml: fixing tag mixup that made the + docbook not valid. 2003-01-24 Kjartan Maraas <kmaraas@gnome.org> |