==================== 2.15.5 ==================== 2006-07-24 Don Scorgie * NEWS: * configure.in: - Version 2.15.5 2006-07-24 Don Scorgie * src/yelp-search-pager.c: * stylesheets/search2html.xsl: Add a new link to the search results to allow repeating the search online at the GNOME support forums Additionally: Allow better translation of the message Allow translation of the site name Additionally (2): Allow online search locations to be translated to point to support sites in a native language 2006-07-23 Brent Smith * configure.in: Depend on beagle 0.2.4 since that is the first version with the beagle_util_daemon_is_running() function. * src/yelp-search-pager.c: (search_pager_class_init): Use beagle_util_daemon_is_running() to make sure that the daemon is actually running, and the socket at ~/.beagle/socket is not stale. Fixes #348362 2006-07-23 Don Scorgie * src/yelp-search-pager.c: Large basic search update: - Common words are ignored (how, do etc.) - Common suffixes and prefixes are checked - Fix problems with searching in some docbook docs - Better scoring mechanism - Slightly improved matching algorithm - Fix searching HTML docs - Better snippet highlighting - Clean sections of code slightly Bugs fixed: #341797, #341800, #347819 (work around) Partially fixed: #335962 * src/yelp-settings.c: Use a gtk_link_button instead of gnome_href * src/yelp-print.c: * src/yelp-print.h: * src/yelp-gecko-services.cpp: * src/yelp-gecko-services.h: * src/Yelper.cpp: * configure.in: Move to GtkPrinting. Bump min gtk version to 2.10 Remove libgnomeprint dependency 2006-07-22 Don Scorgie * configure.in: Remove additional but not run pkg-config check * src/yelp-window.c: Remove a couple of headers that shouldn't be here Remove call to gnome_help_display_desktop and replace with a much simpler call to create a new window and show the relevant section of the user guide, making it much quicker to display help->Contents * src/yelp-html.cpp: * src/yelp-window.c: Remove libgnomeui dependancy from both. Switch to GTK_STOCK_ABOUT instead of libgnome equivalent 2006-07-21 Don Scorgie * src/yelp-window.c: * src/yelp-search-pager.c: Clean up some compiler warnings (Casts and unused variables) 2006-07-19 Don Scorgie * src/yelp-toc-pager.c: Select the correct translation of the description of sections Fixes bug #347816 Clean up a couple of compiler warnings ==================== 2.15.4 ====================