diff options
author | Patanjali Somayaji <patanjali@codito.com> | 2003-03-27 01:05:07 +0800 |
---|---|---|
committer | Patanjali Somayaji <patanja@src.gnome.org> | 2003-03-27 01:05:07 +0800 |
commit | 712aae808ee329cafdcb92e78f145a50c78b89b8 (patch) | |
tree | 6dc60b00e68273e1ce42cfd7ce4dd7e79d21ada6 /ChangeLog | |
parent | 61972bb181cc4de1537d1137e797edd7f386ae91 (diff) | |
download | gsoc2013-epiphany-712aae808ee329cafdcb92e78f145a50c78b89b8.tar gsoc2013-epiphany-712aae808ee329cafdcb92e78f145a50c78b89b8.tar.gz gsoc2013-epiphany-712aae808ee329cafdcb92e78f145a50c78b89b8.tar.bz2 gsoc2013-epiphany-712aae808ee329cafdcb92e78f145a50c78b89b8.tar.lz gsoc2013-epiphany-712aae808ee329cafdcb92e78f145a50c78b89b8.tar.xz gsoc2013-epiphany-712aae808ee329cafdcb92e78f145a50c78b89b8.tar.zst gsoc2013-epiphany-712aae808ee329cafdcb92e78f145a50c78b89b8.zip |
Added help support, help manual and scrollkeeper updates
2003-03-26 Patanjali Somayaji <patanjali@codito.com>
Added help support, help manual and scrollkeeper updates
* configure.in (help/Makefile and help/C/Makefile for AC_OUTPUT())
* makefile.am (added "help" to SUBDIRS in Makefile.am)
* omf.make (added)
* xmldocs.make (added)
* omf-install/Makefile.am (added)
* help/Makefile.am (added)
* help/C/epiphany.xml (manual xml added)
* help/C/legal.xml (added)
* help/C/epiphany-C.omf (omf file added)
* help/C/Makefile.am (added)
* help/C/figures/ephy-screenshot.png (added)
* src/window-commands.c (added handler code to show manual)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2003-03-26 Patanjali Somayaji <patanjali@codito.com> + + Added help support, help manual and scrollkeeper updates + + * configure.in (help/Makefile and help/C/Makefile for AC_OUTPUT()) + * makefile.am (added "help" to SUBDIRS in Makefile.am) + * omf.make (added) + * xmldocs.make (added) + * omf-install/Makefile.am (added) + * help/Makefile.am (added) + * help/C/epiphany.xml (manual xml added) + * help/C/legal.xml (added) + * help/C/epiphany-C.omf (omf file added) + * help/C/Makefile.am (added) + * help/C/figures/ephy-screenshot.png (added) + * src/window-commands.c (added handler code to show manual) + 2003-03-25 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-dnd.c: |