summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixes Bug#76331LIBGNOME_1_117_0Yogeesh MB2002-05-131-3/+36
| | | | | | | 2002-05-13 Yogeesh MB <yogeeshappa.mathighatta@wipro.com> * libgnome/configure.in, libgnome/acconfig.h, libgnome/help_conveters/man/gnome-man2html.c: fixes Bug#76331
* Updated Slovak translation.Stanislav Visnovsky2002-05-112-57/+60
| | | | | | 2002-05-11 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation.
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-05-082-58/+56
| | | | | | 2002-05-07 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* added, test file for the YelpReader.Mikael Hallendal2002-05-074-1/+97
| | | | | | | | | 2002-05-08 Mikael Hallendal <micke@codefactory.se> * src/test-reader.c: added, test file for the YelpReader. * src/Makefile.am (yelp_SOURCES): (test_reader_SOURCES): added test-reader
* - added yelp-reader.[ch]Mikael Hallendal2002-05-076-62/+170
| | | | | | | | | | | | | | 2002-05-08 Mikael Hallendal <micke@codefactory.se> * src/Makefile.am (yelp_SOURCES): - added yelp-reader.[ch] * src/yelp-uri.[ch]: - removed the YelpReader-stuff from here. * src/yelp-reader.[ch]: - starting on this class that will take care of reading any given YelpURI *uri and signalling when there is something to read.
* Updated French translation.Christophe Merlet2002-05-074-56/+62
|
* Updated Danish translation.Ole Laursen2002-05-072-72/+74
| | | | | | 2002-05-07 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* reverted, didn't make a difference and it should never happen.Mikael Hallendal2002-05-072-6/+0
|
* return if either of a->name or b->name is NULL.Mikael Hallendal2002-05-072-2/+8
| | | | | | | | 2002-05-07 Mikael Hallendal <micke@codefactory.se> * src/yelp-section.c: (yelp_section_compare): return if either of a->name or b->name is NULL.
* check if name == NULL, hopefully fixes #80981.Mikael Hallendal2002-05-073-20/+34
| | | | | | | | | | 2002-05-07 Mikael Hallendal <micke@codefactory.se> * src/yelp-section.c (yelp_section_new): check if name == NULL, hopefully fixes #80981. * src/yelp-scrollkeeper.c: (ys_parse_index_item): reverted my own stupidity.
* Updated Portuguese translation and converted to UTF-8.Duarte Loreto2002-05-062-94/+119
| | | | | | 2002-05-06 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation and converted to UTF-8.
* - initial support for <part> - fix informaltable display - fix revhistorySander Vesik2002-05-062-13/+41
| | | | | | | | | | | | 2002-05-06 Sander Vesik <sander.vesik@sun.com> * stylesheet/yelp-customization.xsl: - initial support for <part> - fix informaltable display - fix revhistory display - fix non-centering of 'Contents' in the footer navbar - fix display of copyright holders on title page - improvements to the Table of Contents page
* fixupMikael Hallendal2002-05-062-0/+3
| | | | | | 2002-05-06 Mikael Hallendal <micke@codefactory.se> * NEWS: fixup
* updated libgtkhtml2 deps.Mikael Hallendal2002-05-062-1/+3
| | | | | | 2002-05-06 Mikael Hallendal <micke@codefactory.se> * configure.in (GNOMELOCALEDIR): updated libgtkhtml2 deps.
* Release 0.7YELP_0_7Mikael Hallendal2002-05-063-1/+15
| | | | | | | | | | 2002-05-06 Mikael Hallendal <micke@codefactory.se> * Release 0.7 * NEWS: updated for 0.7 * configure.in: bumped version to 0.7
* - Fixes #80800 (ys_parse_index): silenced warning.Mikael Hallendal2002-05-064-4/+6
| | | | | | | | 2002-05-06 Mikael Hallendal <micke@codefactory.se> * src/yelp-scrollkeeper.c: - Fixes #80800 (ys_parse_index): silenced warning.
* fixed old conflict-<<<<Mikael Hallendal2002-05-061-2/+1
|
* - use YelpURI. (yw_handle_uri): somewhat cleaned up after YelpURI.Mikael Hallendal2002-05-0625-516/+781
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-05-06 Mikael Hallendal <micke@codefactory.se> * src/yelp-window.c: - use YelpURI. (yw_handle_uri): somewhat cleaned up after YelpURI. * src/yelp-view-toc.c: - use YelpURI. - Changed url_selected signal to uri_selected. - Send the links as man:... instead of path:.. * src/yelp-view-index.c: - use YelpURI. - Changed url_selected signal to uri_selected. - thinking about removing the html-view from this and only have it as a entry + list for now. Later on we can add full text search or more sofisticated searching. * src/yelp-view-content.c: - use YelpURI. - Changed url_selected signal to uri_selected. (yelp_view_content_show_uri): - cleaned up A LOT since this became much much easier with YelpURI. * src/yelp-util.c (yelp_util_is_url_relative): - made external and changed name from is_uri_relative. (yelp_util_resolve_relative_url): - chagned name from yelp_util_resolve_relative_url. (tree_find_node_uri): use YelpURI. (yelp_util_find_node_from_uri): same. * src/yelp-uri.c: - Thinking of making the YelpURIType a bit mask so that I can add yelp_uri_is_type (YELP_URI_TYPE_MAN | YELP_URI_TYPE_INF) since that kind of usage is all over. - Support index: and path: (not sure if we need path:) (yelp_uri_copy): added/impl (yelp_uri_get_relative): added/impl (yelp_uri_equal): added/impl. (yelp_uri_equal_path): added/impl. (yelp_uri_equal_section): added/impl. (yelp_uri_to_string): added/impl. * src/yelp-section.c: - use YelpURI. - Removed reference, scheme. * src/yelp-scrollkeeper.c: - use YelpURI. - Don't create specific index:-uri's (ys_parse_index_item): this was actually broken and only inputed the last indexitem in the index-file. fixed. * src/yelp-marshal.list (VOID:POINTER,BOOLEAN): - replaced VOID:STRING,STRING,BOOLEAN (the old url_selected-marshal). * src/yelp-man.c: - use YelpURI - Don't create specific index:-uri's (yelp_info_init): don't translate string 'man' which we are trying to find with strcmp in yelp-view-toc. * src/yelp-info.c: - use YelpURI - Don't create specific index:-uri's (yelp_info_init): don't translate string 'info' which we are trying to find with strcmp in yelp-view-toc. * src/yelp-html.c: - Updated to use YelpURI. - changed signal from url_selected to uri_selected (emits YelpURI instead of base_uri + rel_uri). (yelp_html_do_maninfo): take a YelpURI instead of text uri + doc type. (yelp_html_open_uri): - take YelpURI instead of text uri. - this should later be moved into yelp_uri_{read,read_async}. * src/yelp-history.c: Updated to use YelpURI. * src/yelp-base.c (impl_Yelp_getWindows): use YelpURI. * src/test-uri.c: test yelp_uri_to_string.
* Initial multichunking codeSander Vesik2002-05-062-18/+105
| | | | | | 2002-05-06 Sander Vesik <sander.vesik@sun.com> * stylesheets/yelp-customization.xsl: Initial multichunking code
* Updated Brazilian Portuguese translation done by Evandro FernandesGustavo Maciel Dias Vieira2002-05-052-86/+130
| | | | | | | 2002-05-05 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br> * pt_BR.po: Updated Brazilian Portuguese translation done by Evandro Fernandes Giovanini <evandrofg@ig.com.br>.
* Updated Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2002-05-051-31/+31
|
* Updated Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2002-05-052-43/+74
|
* Updated Swedish translation.Christian Rose2002-05-052-47/+49
| | | | | | 2002-05-05 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* - Also handle toc:-uri's (yelp_uri_exists): return correct answer :)Mikael Hallendal2002-05-053-9/+23
| | | | | | | | 2002-05-05 Mikael Hallendal <micke@codefactory.se> * src/yelp-uri.c (uri_get_doc_type): - Also handle toc:-uri's (yelp_uri_exists): return correct answer :)
* - Now implements jrb's ghelp-uri scheme. - added doc_path-argument so thatMikael Hallendal2002-05-054-93/+259
| | | | | | | | | | | | | | | | 2002-05-05 Mikael Hallendal <micke@codefactory.se> * src/yelp-uri.c (uri_get_doc_type): - Now implements jrb's ghelp-uri scheme. - added doc_path-argument so that it doesn't have to be calculated twice when creating a YelpURI. (uri_get_path_from_relative): added/impl. (uri_locate_help_file): added/impl. (uri_locate_help_file_with_lang): added/impl. (yelp_uri_new): removed the GError-argument. * src/test-uri.c (main): - be a GnomeProgram so that it can actually test something :)
* updated Vietnamese filePablo Saratxaga2002-05-052-24/+28
|
* ...Mikael Hallendal2002-05-041-0/+1
|
* added YELP_ERROR_URI_NOT_EXISTMikael Hallendal2002-05-048-3/+437
| | | | | | | | | | | | | | 2002-05-05 Mikael Hallendal <micke@codefactory.se> * src/yelp-error.h: added YELP_ERROR_URI_NOT_EXIST * src/yelp-uri.[ch]: - Added, this is functions for manipulating and working with the different uri-schemes possible. * src/Makefile.am: - added test-uri. - added yelp-uri.[ch]
* remove non-linking Next >>> and change the codition that triggers table ofSander Vesik2002-05-042-3/+8
| | | | | | | | 2002-05-04 Sander Vesik <sander.vesik@sun.com> * stylesheets/yelp-customization.xsl: remove non-linking Next >>> and change the codition that triggers table of contents in hopes it fixes the bug where it is not displayed
* updatedMikael Hallendal2002-05-031-3/+54
|
* add 'About This Document' link, change toc to contents, change prev toSander Vesik2002-05-032-15/+28
| | | | | | | | 2002-05-02 Sander Vesik <sander.vesik@sun.com> * stylesheets/yelp-customization.xsl: add 'About This Document' link, change toc to contents, change prev to previous, fix whitespace in itemized lists and variable lists
* bump version back to 0.6.99Jacob Berkman2002-05-032-1/+5
| | | | | | 2002-05-02 Jacob Berkman <jacob@ximian.com> * configure.in: bump version back to 0.6.99
* Updated Spanish translation from Juan Manuel García MolinaGermán Poo-Caamaño2002-05-022-70/+107
| | | | | | | 2002-05-01 Germán Poo-Caamaño <gpoo@ubiobio.cl> * es.po: Updated Spanish translation from Juan Manuel García Molina <juanma_gm@wanadoo.es>
* introduce cssSander Vesik2002-05-012-0/+25
| | | | | | 2002-05-01 Sander Vesik <sander.vesik@sun.com> * stylesheets/yelp-customization.xsl: introduce css
* translation fix reported by Jordi Mallach.Mikael Hallendal2002-05-015-25/+303
| | | | | | | | | | | 2002-05-01 Mikael Hallendal <micke@codefactory.se> * src/yelp-view-toc.c (yelp_view_toc_start): translation fix reported by Jordi Mallach. 2002-05-01 Mikael Hallendal <micke@codefactory.se> * ca.po: added Catalan translation by Jordi Mallach.
* Updated Slovak translation.Stanislav Visnovsky2002-04-302-65/+92
| | | | | | 2002-04-30 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation.
* Updated French translation.Christophe Merlet2002-04-293-68/+117
|
* Release 0.6.1YELP_0_6_1Mikael Hallendal2002-04-291-0/+2
| | | | | | 2002-04-29 Mikael Hallendal <micke@codefactory.se> * Release 0.6.1
* bumped version to 0.6.1Mikael Hallendal2002-04-293-17/+35
| | | | | | | | 2002-04-29 Mikael Hallendal <micke@codefactory.se> * configure.in: bumped version to 0.6.1 * NEWS: updated for 0.6.1
* removed -I$(includedir).Mikael Hallendal2002-04-282-1/+4
| | | | | | 2002-04-28 Mikael Hallendal <micke@codefactory.se> * src/Makefile.am (INCLUDES): removed -I$(includedir).
* Added Vietnamese file, updated Walloon filePablo Saratxaga2002-04-286-332/+626
|
* yelp-db2html.c load/parse the DTDJohn Fleck2002-04-272-0/+6
| | | | | | | 2002-04-27 John Fleck <jfleck@inkstain.net> * yelp-db2html.c load/parse the DTD
* Updated Estonian translation.Tõivo Leedjärv2002-04-262-65/+95
| | | | | | 2002-04-26 Tõivo Leedjärv <toivo@linux.ee> * et.po: Updated Estonian translation.
* remove unneeded special case.Jonathan Blandford2002-04-252-3/+5
| | | | | | | Fri Apr 5 07:20:18 2002 Jonathan Blandford <jrb@redhat.com> * src/yelp-info.c (yelp_info_read_info_dir): remove unneeded special case.
* Updated Slovenian translationAndraz Tori2002-04-251-74/+98
|
* Updated Ukrainian translationYuri Syrota2002-04-251-72/+97
|
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-04-232-90/+92
| | | | | | 2002-04-23 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* - some more fixes.Mikael Hallendal2002-04-232-5/+14
| | | | | | | 2002-04-23 Mikael Hallendal <micke@codefactory.se> * src/yelp-util.c (yelp_util_extract_docpath_from_uri): - some more fixes.
* added lots of \n to the outputed html, makes it easier to read it.Mikael Hallendal2002-04-235-103/+131
| | | | | | | | | | | | | | | | | | | | 2002-04-23 Mikael Hallendal <micke@codefactory.se> * src/yelp-view-toc.c: added lots of \n to the outputed html, makes it easier to read it. * src/yelp-util.c (yelp_util_extract_docpath_from_uri): - make this return a string with all duplicate // printed as /. - This solves some IMPORTANT issues. - Though I did this in a lazy way (by calling gnome_vfs_uri_new and then back to string with gnome_vfs_uri_to_string. Should probably look into if there is a function in gnome-vfs that does this. * src/yelp-html.c (yelp_html_io_watch_cb): - made this actually work as expected. - don't use g_io_channel_read, use g_io_channel_read_chars instead.
* 04/22/02 updated ja.po. T.Aihana <aihana@gnome.gr.jp>Takeshi Aihana2002-04-222-91/+129
|