summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix two small memory leaks.Brent Smith2006-05-303-0/+9
| | | | | | * src/yelp-toc-pager.c: (process_mandir_pending): * src/yelp-utils.c: (yelp_doc_info_new): fix two small memory leaks.
* Fix loading of info pages from subdirs in some casesDon Scorgie2006-05-292-5/+12
| | | | | * src/yelp-utils.c: Fix loading of info pages from subdirs in some cases
* Free text after useDon Scorgie2006-05-293-31/+70
| | | | | | | | | | | * src/gtkentryaction.c: Free text after use * src/yelp-info-parser.c: Assume the tag tables given in info files are wrong. They mostly are. Instead, we set the tag tables to the correct offsets ourselves Also, fix a problem loading certain info sections from menus
* Updated Thai translation.Theppitak Karoonboonyanan2006-05-292-10/+31
| | | | | | 2006-05-29 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Updated Spanish translation.Francisco Javier F. Serrador2006-05-292-373/+97
| | | | | | 2006-05-29 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
* Updated Norwegian bokmål translation.Kjartan Maraas2006-05-292-73/+93
| | | | | | 2006-05-29 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation.
* Updated Basque translation.Inaki Larranaga2006-05-292-10/+30
| | | | | | 2006-05-29 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-05-292-73/+94
|
* more helpful message when there are no search results (fixes #341798)Frederic Peters2006-05-283-2/+43
| | | | | | | | | | 2006-06-28 Frederic Peters <fpeters@0d.be> * src/yelp-search-pager.c: * stylesheets/search2html.xsl: more helpful message when there are no search results (fixes #341798) search results message can be translated (fixes #341689) limit search results to 20 items (fixes #341434)
* *** empty log message ***Pema Geyleg2006-05-282-137/+302
|
* don't increment ptr, fixes #341827 - Don Scorgie get rid of pointlessBrent Smith2006-05-274-27/+21
| | | | | | | | | | | | * src/yelp-man-parser.c: (parser_append_given_text_handle_escapes): don't increment ptr, fixes #341827 - Don Scorgie * src/yelp-search-pager.c: get rid of pointless YelpListing type * src/yelp-toc-pager.c: (process_mandir_pending), (process_cleanup), (xslt_yelp_document): Need to allocate memory for encoding b/c xmlFreeDoc tries to free this cleanup the man_secthash hash table when finished
* Free newly created doc when finished (revert of previous change) Fix someDon Scorgie2006-05-263-52/+102
| | | | | | | | | * src/yelp-toc-pager.c: Free newly created doc when finished (revert of previous change) Fix some other memory leaks * src/yelp-info-parser.c: Fix an invalid write (fix bug #342151, again) Fix a bucket-load more memory leaks
* Updated Basque translation.Inaki Larranaga2006-05-242-57/+78
| | | | | | 2006-05-24 Inaki Larranaga <doteo@euskalgnu.org> * eu.po: Updated Basque translation.
* Updated Thai translation.Theppitak Karoonboonyanan2006-05-232-58/+76
| | | | | | 2006-05-23 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* NULL checking. Suppresses critical warnings on some info pagesDon Scorgie2006-05-232-1/+4
| | | | | * src/yelp-info-parser.c: NULL checking. Suppresses critical warnings on some info pages
* If an info file doesn't exist, default to showing the man page Fixes bugDon Scorgie2006-05-232-2/+21
| | | | | | * src/yelp-utils.c: If an info file doesn't exist, default to showing the man page Fixes bug #341627
* Fix loading of info pages from subdirectories (emacs). (Stupid info pageDon Scorgie2006-05-233-52/+86
| | | | | | | * src/yelp-utils.c: * src/yelp-info-parser.c: Fix loading of info pages from subdirectories (emacs). (Stupid info page workaround #3)
* Don't free the newly created doc while still in use (should fix bugDon Scorgie2006-05-232-2/+6
| | | | | | * src/yelp-toc-pager.c: Don't free the newly created doc while still in use (should fix bug #342151)
* Update intltool requirement to 0.35.0Brent Smith2006-05-212-1/+7
| | | | * configure.in: Update intltool requirement to 0.35.0
* Updated Macedonian translation <arangela@cvs.gnome.org>Arangel Angov2006-05-211-60/+75
|
* Reduce strictness of searching for menus in info pages (stupid info pageDon Scorgie2006-05-172-2/+8
| | | | | | * src/yelp-info-parser.c: Reduce strictness of searching for menus in info pages (stupid info page workaround #2)
* - Version 2.15.2YELP_2_15_2Brent Smith2006-05-153-1/+25
| | | | | | * NEWS: * configure.in: - Version 2.15.2
* fix the applyto element for the use_caret gconf keyBrent Smith2006-05-152-1/+6
| | | | | * data/yelp.schemas.in: fix the applyto element for the use_caret gconf key
* Updated Traditional Chinese translation(Hong Kong). Updated TraditionalChao-Hsiung Liao2006-05-133-132/+169
| | | | | | | 2006-05-14 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
* When a man page uses the .so macro to include another file, just provide aBrent Smith2006-05-123-2/+61
| | | | | | | | | | * src/yelp-man-parser.c: (macro_reference_handler): When a man page uses the .so macro to include another file, just provide a link to the file; Only works for man pages that have .so as the first and only macro; sort of fixes #340173 * src/yelp-toc-pager.c: (process_omf_pending): Don't add OMF entries to the cache file that are missing a url attribute on the identifier element
* If the node isn't found while parsing, adjust the offset and try againDon Scorgie2006-05-112-2/+28
| | | | | | * src/yelp-info-parser.c: If the node isn't found while parsing, adjust the offset and try again (stupid broken info page workaround) bug #336838
* Actually check a directory exists before reading it (bug #339978)Don Scorgie2006-05-112-0/+5
| | | | | * src/yelp-info-parser.c: Actually check a directory exists before reading it (bug #339978)
* Various search improvements (fixes bugs #339595 and #33183)Don Scorgie2006-05-114-87/+146
| | | | | | | * stylesheets/search2html.xsl: * src/yelp-window.c: * src/yelp-search-pager.c: Various search improvements (fixes bugs #339595 and #33183)
* Move all find code into a single function reducing lots of duplicate codeDon Scorgie2006-05-112-52/+27
| | | | | | * src/yelp-window.c: Move all find code into a single function reducing lots of duplicate code
* Updated Spanish translation.Francisco Javier F. Serrador2006-05-062-90/+108
| | | | | | 2006-05-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated German translation.Hendrik Richter2006-05-042-94/+114
| | | | | | 2006-05-04 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation.
* Updated Norwegian bokmål translation.Kjartan Maraas2006-04-302-87/+103
| | | | | | 2006-04-30 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation.
* New file listing all supported languages. Use po/LINGUAS instead ofBrent Smith2006-04-283-2/+92
| | | | | | | * po/LINGUAS: New file listing all supported languages. * configure.in: Use po/LINGUAS instead of including all languages directly in this file. See the wiki for more information: http://live.gnome.org/GnomeGoals/PoLinguas
* po/lv.po: Updated Latvian translation.Gora Mohanty2006-04-262-528/+504
| | | | po/ChangeLog: Changed to reflect this.
* Translation updated by Tino Meinen.Vincent van Adrighem2006-04-242-93/+111
| | | | | | 2006-04-24 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* - Version 2.15.1YELP_2_15_1Brent Smith2006-04-243-1/+56
| | | | | | * NEWS: * configure.in: - Version 2.15.1
* Only write a mansect element when we have a non empty linked list ofBrent Smith2006-04-232-9/+17
| | | | | | * src/yelp-toc-pager.c: (process_mandir_pending): Only write a mansect element when we have a non empty linked list of directories
* Don't print out whether or not beagle is available in the summary sinceBrent Smith2006-04-233-3/+15
| | | | | | | | | * configure.in: Don't print out whether or not beagle is available in the summary since there are instances where we don't even check, i.e. --with-search=no|basic * src/yelp-toc-pager.c: (create_toc_from_index): If we are unable to stat a directory in the cache file, remove it.
* Fix an issue with auto detect search not setting YELP_SEARCH_CFLAGS andBrent Smith2006-04-233-97/+122
| | | | | | | | | | | | | | * configure.in: Fix an issue with auto detect search not setting YELP_SEARCH_CFLAGS and YELP_SEARCH_LIBS correctly. * src/yelp-toc-pager.c: (get_omf_attributes), (create_toc_from_omf_cache_file), (process_omf_pending), (process_mandir_pending): Fix a crash in create_toc_from_omf_cache_file() when the url element is not present in the omfindex.xml file. Fix a crash in process_omf_pending() when the omf file is unable to be opened in get_omf_attributes() Refactor some of the man page cache code to reduce nesting
* Translation updated by Ivar Smolin.Priit Laes2006-04-212-2/+6
| | | | | | 2006-04-21 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
* Build with xulrunner trunk (gecko 1.9). Bug #329429.Christian Persch2006-04-205-65/+263
| | | | | | | | | | | | | | 2006-04-20 Christian Persch <chpe@cvs.gnome.org> * configure.in: * src/Makefile.am: * src/yelp-gecko-utils.cpp: Build with xulrunner trunk (gecko 1.9). Bug #329429. * m4/gecko.m4: Re-sync with Epiphany.
* * src/yelp-html.h: * src/yelp-html.cpp: * src/yelp-gecko-utils.h: *Don Scorgie2006-04-197-61/+130
| | | | | | * src/Makefile.am: * src/yelp-html.h: * src/yelp-html.cpp: * src/yelp-gecko-utils.cpp: * src/yelp-gecko-utils.h: * src/yelp-main.c: Change font size for all locales (from Christian Persch) Fixes #165678
* Clean up configure.in a bit Fixes #337437Don Scorgie2006-04-192-12/+12
| | | | * configure.in: Clean up configure.in a bit Fixes #337437
* Remove obsolete entry for no_NO And the translation.Kjartan Maraas2006-04-183-856/+6
| | | | | | | 2006-04-18 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Remove obsolete entry for no_NO * po/no.po: And the translation.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-04-182-87/+104
|
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-04-172-89/+104
|
* Updated Catalan translation.Josep Puigdemont i Casamajó2006-04-162-90/+109
|
* Updated yelp zh_CN translation.Funda Wang2006-04-162-83/+96
|
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2006-04-142-511/+412
| | | | | | 2006-04-14 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Updated Finnish translationIlkka Tuohela2006-04-142-87/+108
|