2005-01-02 Shaun McCance * src/yelp-bookmarks.c: - Use GTK_MESSAGE_INFO when bookmark exists * src/yelp-window.c: - s/Page/Section/ as it makes more sense 2005-01-02 Shaun McCance * data/ui/yelp.glade: * src/yelp-bookmarks.c: * src/yelp-bookmarks.h: * src/yelp-window.c; - More bookmarks work 2005-01-02 Shaun McCance * data/ui/yelp-ui.xml: * src/yelp-db-pager.c: * src/yelp-window.c: - Set the params correct for current stylesheets - Removed 'Titlepage' from the sidebar - Added 'About This Document' menu item - Got titles working correctly for DocBook * src/yelp-bookmarks.c: - Got the tree view working correctly for bookmarks 2005-01-02 Davyd Madeley * src/yelp-info-pager.c: * src/yelp-info-parser.c: Add appropriate copyright information. * src/yelp-info-parser.c: Bring children of Top in line with Top in the tree to make the interface more consistent with the docbook pages. 2005-01-02 Davyd Madeley * src/yelp-info-parser.c: * src/yelp-info-pager.c: Use page numbers as the section id, not page names. 2005-01-02 Davyd Madeley * src/yelp-info-parser.c: Chained info support, parser fixes, and free some memory we'll never need again a little earlier to save space. 2005-01-01 Shaun McCance * src/yelp-db-pager.c: * src/yelp-error.c: * src/yelp-error.h: * src/yelp-io-channel.c: * src/yelp-man-pager.c: * src/yelp-toc-pager.c: * src/yelp-window.c: * src/yelp-xslt-pager.c: - HIGified the error dialogs * src/yelp-utils.c: * src/yelp-window.c: - Handle man: and info: URIs with errors when --disable-(man|info) * stylesheets/info2html.xsl: - Set the title of info pages 2004-12-31 Shaun McCance * src/yelp-utils.c: - Strip off frags when doing doc_info_table lookups 2004-12-31 Shaun McCance * src/yelp-info-pager.c: - Make a hash of section ids and do resolve_frag properly 2004-12-31 Shaun McCance * src/yelp-info-pager.c: - Put the GtkTreeStore in the YelpInfoPagerPriv - Return "Top" in resolve_frag, just so something will show up * src/yelp-window.c: - Set sections in the "start" callback * stylesheets/info2html.xsl: - s/Document/Section/ 2004-12-31 Davyd Madeley * src/yelp-info-pager.c: * src/yelp-info-parser.c: * src/yelp-info-parser.h: Generate simple XML for GNU Info support. No markup yet. 2004-12-31 Shaun McCance * stylesheets/info2html.xsl: - Very basic info stylesheet 2004-12-31 Shaun McCance * src/yelp-db-pager.c: * src/yelp-pager.h: * src/yelp-window.c: - Added an enum for document outline columns * stylesheets/toc2html.xsl: - Some CSS work 2004-12-31 Davyd Madeley * src/yelp-info-parser.c (add): * src/yelp-info-parser.h (add): * src/yelp-info-pager.c: Start of GNU Info support * src/Makefile.am: Compile added files 2004-12-31 Shaun McCance * src/Makefile.am: * src/yelp-info-pager.c: * src/yelp-info-pager.h: * src/yelp-window.c: - Adding yelp-info-pager.[ch] * src/yelp-man-pager.c: - Some cleanups * stylesheets/Makefile.am: * stylesheets/info2html.xsl: - Adding info2html.xsl * stylesheets/db2html.xsl.in: * stylesheets/man2html.xsl: - Minor stylistic stuff 2004-12-31 Shaun McCance * src/yelp-toc-pager.c: - Put in a NULL check to fix a crahser for Davyd 2004-12-29 Shaun McCance * src/yelp-settings.c: * src/yelp-settings.h: * stylesheets/db2html.xsl.in: - Themed rule color for alternating rows in a table 2004-12-29 Shaun McCance * stylesheets/db2html.xsl.in: - Change chunk behavior to new gnome-doc-utils behavior - Various color and style things that I managed not to commit * stylesheets/toc2html.xsl: - Formatting improvements 2004-12-27 Shaun McCance * src/yelp-db-pager.c: * src/yelp-settings.c: * src/yelp-settings.h: * src/yelp-toc-pager.c: - Added yelp_settings_params to set icon and color params - Added colors selected[0-3] and base[0-3] * src/yelp-html-gecko.c: * stylesheets/man2html.xsl: * stylesheets/toc2html.xsl: - Switched to XHTML 2004-12-22 Shaun McCance * src/yelp-bookmarks.c: - Put the comment write after the attribute writes 2004-12-22 Shaun McCance * src/yelp-bookmarks.c: * src/yelp-bookmarks.h: * src/yelp-window.c: - More bookmarks work from Don Scorgie 2004-12-22 Shaun McCance * src/yelp-base.c: * src/yelp-db-pager.c: * src/yelp-toc-pager.c: * src/yelp-utils.c: * src/yelp-utils.h: * src/yelp-window.c: * src/yelp-window.h: - Various bits of cleanup from Don Scorgie 2004-12-22 Shaun McCance * data/icons/Makefile.am: * data/icons/yelp-watermark-blockquote.xcf * data/icons/yelp-watermark-blockquote-00AB.png * data/icons/yelp-watermark-blockquote-00BB.png * data/icons/yelp-watermark-blockquote-201C.png * data/icons/yelp-watermark-blockquote-201D.png * data/icons/yelp-watermark-blockquote-201E.png - Added a single XCF to store the blockquote watermarks - Added watermark for U+201D 2004-12-15 Shaun McCance * data/scrollkeeper.xml: - Put a11y stuff in Accessibility (duh) * data/ui/yelp-ui.xml: * data/ui/yelp.glade: * src/Makefile.am: * src/yelp-bookmarks.c: * src/yelp-bookmarks.h: * src/yelp-base.c: * src/yelp-utils.h: * src/yelp-window.c: * src/yelp-window.h: - First pass at bookmarks 2004-12-11 Shaun McCance * src/yelp-db-pager.c: * src/yelp-man-pager.c: * src/yelp-man-pager.h: - Made yelp-man-pager use yelp-xslt-pager 2004-12-11 Shaun McCance * src/Makefile.am: * src/yelp-db-pager.c: * src/yelp-db-pager.h: * src/yelp-window.c: * src/yelp-xslt-pager.c: * src/yelp-xslt-pager.h: - Added yelp-xslt-pager.[ch] to abstract out common pager stuff 2004-12-09 Shaun McCance * src/yelp-base.c: * src/yelp-toc-pager.c: * src/yelp-utils.c: - More robust URI-ish input handling, fixes #160635 2004-12-08 Shaun McCance * src/yelp-db-pager.c: * src/yelp-pager.c: * src/yelp-utils.c: * src/yelp-window.c: - Hooked up reload, at least for DocBook 2004-12-05 Shaun McCance * src/yelp-window.c: - About dialog work from Luca Ferretti 2004-12-05 Shaun McCance * data/man.xml.in: - Added sections: 3f 3pm 3qt 3x 2004-12-05 Shaun McCance * data/Makefile.am: * data/man.xml.in: * data/toc.xml.in: * po/POTFILES.in: * po/wa.po: * src/yelp-toc-pager.c: * src/yelp-utils.c: * src/yelp-utils.h: * stylesheets/toc2html.xsl: - Got the man pages listed in the TOC 2004-12-02 Dwayne Bailey * configure.in: Added "zu" to ALL_LINGUAS. 2004-11-30 Shaun McCance * src/yelp-utils.c: - Make convert_man_uri look up stuff in locales 2004-11-30 Shaun McCance * src/yelp-utils.c: - Allow gnome-help: URI scheme (Don Scorgie) - Make external links actually work (Don Scorgie) * src/yelp-window.c: - Fix 'Open Link in New Window' (Don Scorgie) * stylesheets/toc2html.xsl: - More TOC work 2004-11-29 Shaun McCance * src/yelp-db-pager.c: - Leak less memory * src/yelp-toc-pager.c: * src/yelp-utils.c: * src/yelp-utils.h: * stylesheets/toc2html.xsl: - More TOC improvements 2004-11-28 Shaun McCance * configure.in: * data/Makefile.am * data/scrollkeeper.xml: * data/toc.xml.in: * src/Makefile.am: * src/yelp-toc-pager.c: * src/yelp-utils.c: * src/yelp-utils.h: * src/yelp-window.c: * stylesheets/Makefile.am: * stylesheets/toc2html.xsl: - Added --enable-man and --enable-info - Revamped TOC code 2004-11-27 Dwayne Bailey * configure.in: Added "nso" to ALL_LINGUAS. 2004-11-21 Shaun McCance * src/yelp-window.c: - Patch from Quinn Kronifontes to add logo to about dialog 2004-11-21 Christoffer Olsen * po/POTFILES.in: Replaced yelp.desktop.in with yelp.desktop.in.in * yelp.desktop.in: Moved to yelp.desktop.in.in * yelp.desktop.in.in: Added X-GNOME-Bugzilla-Version * configure.in: Added yelp.desktop.in.in to AC_OUTPUT 2004-11-21 Shaun McCance * stylesheets/man2html.xsl: - Various man xslt additions 2004-11-17 Marco Pesenti Gritti * data/Makefile.am: Fix build out of src directory. Bug #158328 2004-11-16 James Bowes reviewed by: Shaun McCance * data/ui/yelp-ui.xml: * src/Makefile.am: * src/yelp-gecko-utils.cpp: * src/yelp-gecko-utils.h: * src/yelp-html-gecko.c: (yelp_html_select_all): * src/yelp-html.h: * src/yelp-window.c: (window_copy_cb), (window_select_all_cb): Add 'select all' to the edit menu, along with supporting functions. Ensure that 'copy' will copy from the correct widget. 2004-11-14 James Bowes * src/yelp-man-pager.c: (xslt_yelp_document): Dump html rather than xml, so gecko can parse it correctly. * src/yelp-man-parser.c: (parser_handle_linetag), (parser_ensure_P), (parser_handle_inline), (parser_stack_pop_node): Man page fixes for paragraphs, inline tags, and line tags with arguments. 2004-11-13 James Bowes * src/yelp-man-parser.c: (parser_handle_linetag): More hanging tag (IP, TP) fixes. 2004-11-13 James Bowes * src/yelp-man-parser.c: (yelp_man_parser_parse_file), (parser_parse_line), (parser_handle_linetag): More manpage fixing, including better handling of using hanging tag paragraphs as list items. 2004-11-13 James Bowes * src/yelp-man-parser.c: (yelp_man_parser_parse_file), (parser_handle_linetag), (parser_handle_row_options), (parser_parse_table): More manpage fixes. 2004-11-13 Shaun McCance * stylesheets/db2html.xsl.in: - Override db.xref.target * stylesheets/man2html.xsl: - Don't
 paragraphs, maybe

2004-11-13  Shaun McCance  

	* src/test-pager.c:
	* src/yelp-man-pager.c:
	* stylesheets/man2html.xsl:
	- More manpage work

2004-11-13  James Bowes  

	* src/yelp-man-parser.c: (parser_read_until), 
	(parser_parse_table), (parser_make_link): Add in 
	detection of page_name(section_num) style man page 
	references, and create the appropriate link.

2004-11-08  Sebastien Bacher  

	* configure.in:
	* src/Makefile.am:
	* src/yelp-main.c: (main):
	patch by Christian Persch  to enable the compilation 
	against firefox' gtkmozembed.

2004-11-01  Shaun McCance  

	* NEWS:
	* configure.in:
	* po/*.po:
	- Version 2.9.1

	* src/Makefile.am:
	- Remove debug for release