summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * src/yelp-window.c:Don Scorgie2009-04-301-0/+5
| | | | Fix spurious frees when using right-click menu
* * src/yelp-info-parser.c:Jan Nieuwenhuizen2009-04-301-0/+8
| | | | | | * stylesheets/info2html: Add support for displaying images in info files Bug #568209 - patch by Jan Nieuwenhuizen
* * src/yelp-window.c:Don Scorgie2009-04-301-0/+11
| | | | | | | | * src/yelp-utils.c: Fix a crash when requesting bad URIs from the command line (and show the main index in the process) Fix loading "local" files from the current directory - bug #575405 (at least)
* Fix a series of issues resulting from the gio portVincent Untz2009-04-291-0/+8
|
* Add ability to view text filesJosselin Mouette2009-04-291-0/+8
|
* g_free is NULL-safe, so cleanup previous checkinsDon Scorgie2009-04-291-1/+4
|
* Convert gnome-config usage to GKeyFileDon Scorgie2009-04-291-0/+8
| | | | Based on patch from Filipp Ivanov
* Fix a bundle of memory leaksDon Scorgie2009-04-291-0/+6
|
* * src/yelp-info-parser.c:Don Scorgie2009-04-281-0/+7
| | | | | | * src/yelp-utils.c: Fix uncompressed info page accesses (bug #578350 - patch from parthasarathi susarla)
* Update ChangeLogDon Scorgie2009-04-281-0/+1
|
* Port from Glade to GtkBuilderDon Scorgie2009-04-281-0/+15
| | | | Port done by Thomas Andersen - bug #579894
* 2009-04-27 Don Scorgie <dscorgie@svn.gnome.org>Don Scorgie2009-04-281-0/+7
| | | | | | | * src/yelp-window.c: Replacing syncronous spawn functions by a simple gtk_show_uri (fixes bug #561404 - patch from Lincon de Sousa)
* - Patched memory leak, bug #578372, from Machael ChudobiakShaun McCance2009-04-091-0/+5
| | | | | | | * src/yelp-transform.c: - Patched memory leak, bug #578372, from Machael Chudobiak svn path=/trunk/; revision=3246
* - Removing old filesShaun McCance2009-04-091-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/info2html/Makefile.am: * src/info2html/html.c: * src/info2html/html.h: * src/info2html/main.c: * src/info2html/utils.c: * src/info2html/utils.h: * src/man2html/Makefile.am: * src/man2html/README: * src/test-pager.c: * src/yelp-db-pager.c: * src/yelp-db-pager.h: * src/yelp-db-print-pager.c: * src/yelp-db-print-pager.h: * src/yelp-info-pager.c: * src/yelp-info-pager.h: * src/yelp-man-pager.c: * src/yelp-man-pager.h: * src/yelp-pager.c: * src/yelp-pager.h: * src/yelp-search-pager.c: * src/yelp-search-pager.h: * src/yelp-toc-pager.c: * src/yelp-toc-pager.h: * src/yelp-xslt-pager.c: * src/yelp-xslt-pager.h: - Removing old files svn path=/trunk/; revision=3245
* GNOME Goal: Clean up GLib and GTK+ includes (Closes: #563865)Shaun McCance2009-04-091-0/+12
| | | | | | | | | | | | | | * src/gtkentryaction.c: * src/gtkentryaction.h: * src/yelp-bookmarks.c: * src/yelp-bookmarks.h: * src/yelp-main.c: * src/yelp-print.h: * src/yelp-settings.h: * src/yelp-window.h: GNOME Goal: Clean up GLib and GTK+ includes (Closes: #563865) svn path=/trunk/; revision=3244
* - Version 2.26.0YELP_2_26_0Shaun McCance2009-03-161-0/+6
| | | | | | | | * configure.in: * NEWS: - Version 2.26.0 svn path=/trunk/; revision=3238
* - Don't assume order of certain macros, bug #568066, from Andy OwenShaun McCance2009-03-081-0/+5
| | | | | | | * src/yelp-man-parser.c: - Don't assume order of certain macros, bug #568066, from Andy Owen svn path=/trunk/; revision=3229
* - Unlock mutex on error, bug #568058, from Andy OwenShaun McCance2009-03-081-0/+8
| | | | | | | | | | * src/yelp-document.c: - Unlock mutex on error, bug #568058, from Andy Owen * stylesheets/toc2html.xsl.in: - Indentation fix svn path=/trunk/; revision=3228
* - Version 2.25.1YELP_2_25_1Shaun McCance2009-03-021-0/+6
| | | | | | | | * configure.in: * NEWS: - Version 2.25.1 svn path=/trunk/; revision=3226
* - RTL fixes for bug #573159Shaun McCance2009-03-021-0/+9
| | | | | | | | | | | * configure.in: * src/yelp-toc.c: * stylesheets/toc2html.xsl: * stylesheets/toc2html.xsl.in: * stylesheets/Makefile.am: - RTL fixes for bug #573159 svn path=/trunk/; revision=3225
* Treat libxul and libxul-embedding the same as far as the MOZILLA_COMPONENTChristian Persch2009-03-011-0/+5
| | | | | | | * configure.in: Treat libxul and libxul-embedding the same as far as the MOZILLA_COMPONENT pkg-config check is concerned. svn path=/trunk/; revision=3224
* Fix libxul[-embedding] detection.Christian Persch2009-03-011-0/+4
| | | | | | * m4/gecko.m4: Fix libxul[-embedding] detection. svn path=/trunk/; revision=3223
* Replace deprecated gtk symbols. Bug #571868Thomas Hindoe Paaboel Andersen2009-02-251-0/+8
| | | | svn path=/trunk/; revision=3221
* Fix crash. Patch by Antonio Litterio. Fixes bug #552947.Andre Klapper2009-02-251-0/+5
| | | | | | | | | | 2009-02-25 Andre Klapper <a9016009@gmx.de> * src/yelp-search-parser.c (search_clean_snippet): Fix crash. Patch by Antonio Litterio. Fixes bug #552947. svn path=/trunk/; revision=3220
* - Load local files with g_file_new_for_path. - Do not loop endlessly overJosselin Mouette2008-12-231-0/+8
| | | | | | | | | | * src/yelp-window.c: (window_do_load_html): - Load local files with g_file_new_for_path. - Do not loop endlessly over the end of file while reading it. Fixes bug #562137 - fails to load local HTML files svn path=/trunk/; revision=3212
* Version 2.24.0YELP_2_24_0Don Scorgie2008-09-221-0/+8
| | | | svn path=/trunk/; revision=3206
* Add yelp to the "Documentation" fd.o category part of bug #552128Don Scorgie2008-09-151-0/+6
| | | | | | | | * yelp.desktop.in.in: Add yelp to the "Documentation" fd.o category part of bug #552128 svn path=/trunk/; revision=3200
* Fix potential crasher on multi-core machines bug #551757 - Joe MarcusDon Scorgie2008-09-151-0/+6
| | | | | | | | * src/yelp-document.c (request_idle_final): Fix potential crasher on multi-core machines bug #551757 - Joe Marcus Clarke svn path=/trunk/; revision=3199
* Improved a11y under gecko 1.9 - Yet more work on bug #545162 from GinnDon Scorgie2008-09-151-0/+6
| | | | | | | | * src/yelp-html.cpp: Improved a11y under gecko 1.9 - Yet more work on bug #545162 from Ginn Chen svn path=/trunk/; revision=3198
* Reinstate previous timeout workaround as it's still requiredDon Scorgie2008-09-111-0/+5
| | | | | | | * src/yelp-html.cpp: Reinstate previous timeout workaround as it's still required svn path=/trunk/; revision=3192
* Add workaround for Gecko 1.9 accessibility issue bug #545162 - Ginn ChenDon Scorgie2008-09-111-0/+6
| | | | | | | | * src/yelp-html.cpp: Add workaround for Gecko 1.9 accessibility issue bug #545162 - Ginn Chen svn path=/trunk/; revision=3191
* Version 2.23.91YELP_2_23_91Don Scorgie2008-09-011-0/+5
| | | | svn path=/trunk/; revision=3184
* Make text files actually work (i.e. open external vewing program)Don Scorgie2008-09-011-0/+5
| | | | | | | | * src/yelp-utils.c (resolve_full_file): Make text files actually work (i.e. open external vewing program) svn path=/trunk/; revision=3183
* Don't crash when trying to load text files bug #549986 - Josselin MouetteDon Scorgie2008-09-011-0/+6
| | | | | | | | * src/yelp-utils.c (resolve_is_man_path): Don't crash when trying to load text files bug #549986 - Josselin Mouette svn path=/trunk/; revision=3182
* Fix mismatched allocation/deallocation pair that caused a crash when viewing ↵J.H.M. Dassen (Ray)2008-08-301-0/+9
| | | | | | info:glibc (#520266) svn path=/trunk/; revision=3181
* post-release bump to 2.23.91.Vincent Untz2008-08-211-0/+6
| | | | | | | | 2008-08-21 Vincent Untz <vuntz@gnome.org> * configure.in: post-release bump to 2.23.91. svn path=/trunk/; revision=3178
* - Version 2.23.2YELP_2_23_2Shaun McCance2008-08-211-0/+6
| | | | | | | | | | 2008-08-21 Shaun McCance <shaunm@gnome.org> * configure.in: * NEWS: - Version 2.23.2 svn path=/trunk/; revision=3176
* Fix string vulnerability bug #546364 - patch from Christian PerschDon Scorgie2008-08-121-0/+7
| | | | | | | | | * src/yelp-window.c (window_error): Fix string vulnerability bug #546364 - patch from Christian Persch reported by Aaron Grattafiori svn path=/trunk/; revision=3173
* Use "help-browser" named icon from fd.o icon naming spec insteadLuca Ferretti2008-06-271-0/+9
| | | | | | | | | | | | | | 2008-06-27 Luca Ferretti <elle.uca@libero.it> * src/yelp-main.c: (main): * src/yelp-window.c: (window_about_cb): * yelp.desktop.in.in: Use "help-browser" named icon from fd.o icon naming spec instead deprecated "gnome-help". svn path=/trunk/; revision=3145
* Version 2.23.1YELP_2_23_1Don Scorgie2008-06-021-0/+8
| | | | svn path=/trunk/; revision=3140
* Only show desktop entry in GNOME as other desktops will ship their ownDon Scorgie2008-05-251-0/+7
| | | | | | | | | * yelp.desktop.in.in: Only show desktop entry in GNOME as other desktops will ship their own help browser bug #522994 svn path=/trunk/; revision=3138
* Fix printing whole document bug #525593Don Scorgie2008-05-251-0/+6
| | | | | | | | * src/yelp-window.c (window_print_document_cb): Fix printing whole document bug #525593 svn path=/trunk/; revision=3137
* Fix gnome-help: URIs bug #528434Don Scorgie2008-05-251-0/+6
| | | | | | | | * src/yelp-utils.c (resolve_process_ghelp): Fix gnome-help: URIs bug #528434 svn path=/trunk/; revision=3136
* Fix parallel make bug #531014 - Rémi CardonaDon Scorgie2008-05-251-0/+6
| | | | | | | | * src/Makefile.am: Fix parallel make bug #531014 - Rémi Cardona svn path=/trunk/; revision=3135
* Add support for newer releases of Beagle bug #511244 - patch from ArunDon Scorgie2008-05-251-0/+8
| | | | | | | | | | * configure.in: * src/yelp-search-parser.c (check_finished), (snippet_response), (search_parser_process_idle): Add support for newer releases of Beagle bug #511244 - patch from Arun Raghavan svn path=/trunk/; revision=3134
* Don't crash searching on multibyte characters bug #513668 - patch fromDon Scorgie2008-05-231-0/+6
| | | | | | | | * src/yelp-search-parser.c (search_clean_snippet): Don't crash searching on multibyte characters bug #513668 - patch from Takao Fujiwara svn path=/trunk/; revision=3133
* Port to use gio instead of gnome_vfs bug #513852 - patch from Alon ZakaiDon Scorgie2008-05-231-0/+15
| | | | | | | | | | | | | | | | | | * configure.in: * src/test-resolver.c (main): * src/test-uri.c (main): * src/yelp-base.c: * src/yelp-main.c (main): * src/yelp-search-pager.c: * src/yelp-search-parser.c: * src/yelp-toc-pager.c (process_omf_pending): * src/yelp-utils.c (resolve_process_ghelp), (resolve_full_file): * src/yelp-window.c (window_do_load_html), (window_print_page_cb): Port to use gio instead of gnome_vfs bug #513852 - patch from Alon Zakai svn path=/trunk/; revision=3132
* Add support for XULRunner / Firefox 3 backend Bug # 499744 - Patch fromDon Scorgie2008-05-231-0/+12
| | | | | | | | | | | | | | * configure.in: * m4/gecko.m4: * src/Makefile.am: * src/yelp-gecko-services.cpp: * src/yelp-gecko-utils.cpp: * src/yelp-io-channel.c: * src/yelp-main.c (main): Add support for XULRunner / Firefox 3 backend Bug # 499744 - Patch from Christian Persch svn path=/trunk/; revision=3131
* - Version 2.22.1YELP_2_22_1Shaun McCance2008-04-071-0/+8
| | | | | | | | * configure.in: * NEWS: - Version 2.22.1 svn path=/trunk/; revision=3123
* - Don't launch external programs under GDM (#525447)Shaun McCance2008-04-071-0/+5
| | | | | | | * src/yelp-window.c: - Don't launch external programs under GDM (#525447) svn path=/trunk/; revision=3122