[yelp] Created tag 2.31.1



The signed tag '2.31.1' was created.

Tagger: Shaun McCance <shaunm gnome org>
Date: Sat Apr 24 15:50:48 2010 -0500

    Version 2.31.1

Changes since the last tag '2.30.0':

Alp Toker (9):
      Build fix. Bring back yelp_CPPFLAGS
      Remove some gecko leftovers
      Remove remaining C++ use
      Fix make dist
      Distribute yelp-print.c/yelp-print.h to fix distcheck
      Fix CSS rounded corners with WebKit
      Fix image printing (Ubuntu bug #160812)
      Fix loading of info pages containing '?' in title
      Switch delimiter search order since query always comes before fragment

Andika Triwidada (2):
      Updated Indonesian translation
      Updated Indonesian translation

Carles Ferrando (1):
      Updated Catalan (Valencian) translation

Don Scorgie (4):
      Initial port to webkit, dropping gecko This will be broken Various things
      Add support for copy and select all
      Make linking within pages and across pages work again     Make loading of figures work
      Fix stupid sting handling vulnerability Improve chunking algorithm in XSL

Frédéric Péters (2):
      Merge branch 'master' into webkit
      Merge branch 'master' into webkit

Gheyret Kenji (2):
      Added UG translation
      Added UG translation

Gustavo Noronha Silva (6):
      Only add a script tag if a javascript file will be used
      Always use the file:// for URIs representing local files
      Use C-style comment in yelp-info-parser.c, to fix debug build
      Rework loading code to work with newer WebKit
      Reorder debug calls, so that they are always called
      Make references work, by massaging the anchor URIs

Kjartan Maraas (2):
      Updated Norwegian bokmål translation.
      Updated Norwegian bokmål translation.

Manoj Kumar Giri (1):
      Updated Oriya Translation

Matej UrbanÄ?iÄ? (1):
      Updated Slovenian translation

Ray Strode (1):
      Support relocatable .gnome2 directory

ReÅ?at SABIQ (1):
      Added Crimean Tatar (Crimean Turkish) translation

Runa Bhattacharjee (1):
      Typos corrected

Saleem Abdulrasool (5):
      remove stale gconf bits
      remove usage of GNOME_COMMON_INIT
      add initial .gitignore file
      make libtoolize happy
      prevent NULL dereference

Shankar Prasad (1):
      Updated Kannada translations

Shaun McCance (112):
      Starting libyelp
      Merge commit 'origin/webkit' into yelp-3-0
      Fixing some build issues with libyelp
      Adding YelpLocationEntry to yelp-3-0 branch
      [test-uri] Implementing ghelp URIs
      [yelp-uri] Splitting XDG_DATA_DIRS part of ghelp lookups into separate function
      [libyelp] YelpView basic implementation, YelpSimpleDocument for (X)HTML
      [libyelp] Fixing various memory issues
      Adding yelp_document_get_for_uri factory constructor
      [yelp-view] Adding load state and a basic error page
      [yelp-error] Adding error domain and codes for Yelp errors
      [yelp-settings] Implementing YelpSettings API for libyelp
      [yelp-location-entry] Code cleanups and indentation
      [libyelp] Adding gtk-doc API reference
      [libyelp] Removing priv from YelpLocationEntry and YelpView
      [libyelp] Autogenerating enum types with glib-mkenums
      [yelp-uri] Removing priv from public interface
      [yelp-uri] Resolve URIs asynchronously, no blocking IO
      [yelp-uri] Reworked ghelp URI resolver
      [libyelp] Changing YelpUri API, document/canonical URI
      [test-uri] Include original URI string in test-uri output
      [yelp-transform] Adding yelp-transform to libyelp
      [libyelp] Added Mallard documents to libyelp, more work to be done
      [yelp-mallard-document] Add page IDs of pages that exist
      [libyelp] Changed relative links to use xref: URI scheme
      [yelp-transform] Fixing memory corruption on aux document
      [yelp-view] Handle link clicks for xref links
      [yelp-uri] Handle page IDs on file paths
      [libyelp] Allow file paths to page files for Mallard documents
      [yelp-document] Fixed missing returns when calling virtual functions.
      [libyelp] Look up resources (e.g. images) from URI search path
      [yelp-uri] Use EXTERNAL for files/directories that exist but aren't a document
      [libyelp] More error handling for Mallard documents
      [test-view] Experimenting with always-on-top utility window for Yelp
      [libyelp] Various race conditions and premature frees fixed.
      [yelp-transform] Clean API a bit, put IO and errors in the thread
      Bump the WebKit version requirement for WebKitWebResource
      [yelp-settings] Adding yelp_settings_get_all_params for XSLT parameters
      [yelp-docbook-document] Adding DocBook support into libyelp
      [yelp-uri] Adding info URIs
      [libyelp] Adding yelp-io-channel to libyelp
      Moving from gnome-doc-utils to yelp-xsl
      [stylesheets] Consolidate custom CSS, use theme.html.css.custom
      [src/yelp.c] Basic DBus-enabled libyelp-based Yelp shell
      [yelp-window] Basic new YelpWindow for YelpApplication
      [yelp-location-entry] New two-line location drop-down entries, with desc
      [libyelp] Get fonts from GtkSettings and apply to WebKitWebSettings
      [libyelp/yelp-view] Adding page title/desc to view, hooks in document
      [libyelp/yelp-mallard-document] Doing page titles and descs for Mallard
      [yelp-window] Hooking up the location entry in YelpWindow
      [libyelp/yelp-uri.c] Fixing hashes for xrefs on file URIs
      [yelp-common.xsl] Common CSS linktrails from yelp-xsl, with fixes
      [yelp-window.c] Temporarily put frag IDs in location entry
      [yelp-window.c] Implement basic back button
      [libyelp/yelp-view.c] Use a singleton WebKitWebSettings
      [yelp-window.c] Adding menu with Close, plus new Ctrl+L entry
      [libyelp/yelp-settings] Setting better colors, based on yelp-xsl color scheme
      [libyelp/yelp-settings] Use new yelp-xsl icon parameters
      [yelp-window.c] Use active_iter instead of iter_first in entry_location_selected
      [libyelp/yelp-settings] Adding font-adjustment property
      [yelp-window.c] Implement larger/smaller text menu items
      [yelp-window.c] Store the YelpApplication passed in as a property
      [yelp-window] Let YelpApplication handle font adjustments
      [yelp-application] Present existing windows on current workspace
      [libyelp/yelp-view] Emit signal on external URIs, handle errors better
      [yelp-window] Launch default application for external URIs
      [yelp-window] Handle install: links with PackageKit, FTW
      [yelp-application] Resolve relative path before LoadURI over DBus
      Set the window title based on the root page title
      [db2html.xsl] linkend->xref was more complication than needed, and wrong
      [libyelp/yelp-mallard-document] Use the real id when looking up page datas
      Adding --editor-mode, show revision status and comments
      [mal2html.xsl] Some styling to revision badges in editor mode
      [yelp-location-entry] Doing automatic completion on topics in entry
      [yelp-document] Offer list of valid page IDs, used for search completion
      [yelp-location-entry] Drop focus and close completion on Esc/clear
      [yelp-mallard-document] Do XInclude on Mallard pages
      Added ability to show text cursor with F7 or View menu
      [yelp-window] Back menu item with GtkAction, button using GtkAction too
      [yelp-uri] Use '#' to separate page and frag in file URIs
      [yelp-common.xsl] Adapt to wrapped-line trail indenting from yelp-xsl
      [yelp-view.c] Drop frag IDs when possible for DocBook, don't scroll past link trail
      Highlight section if we click to its #anchor, plus new linkdiv styling
      [yelp-location-entry] Primary icon should not be activatable
      Adding icons for page styles
      Merge branch 'master' into yelp-3-0
      Adding missing jquery-ui file; forgot to git add
      Merge remote branch 'origin/yelp-3-0'
      [yelp-settings] Don't free searchpath when we're still using it
      [yelp-window] Adding forward action/button
      [yelp-location-entry] Prevent GTK+ from messing up height of completion
      Cleaning old cruft from git
      Setting maintainers and credits and such
      [yelp-mallard-document] Show .page.stub files in editor mode
      [yelp-mallard-document] Cache revision tags in editor mode
      [yelp-location-entry] Ellipsize labels in completion and history dropdowns
      Highlight #anchor sections for DocBook documents as well as Mallard
      Adding "New Window" menu item, goes to document top
      [yelp-window] Add search entry to history dropdown, limit to 15 entries
      [yelp-location-entry] For autocomplete, AND multiple terms
      Use GSettings for show-cursor and font-adjustment preferences
      [yelp-application] Use keyfile backend of GSettings if none other specified
      [yelp-application] Move global actions (cursor, font) into YelpApplication
      Use GLIB_GSETTINGS and comment out range from gschema file
      [yelp-window.c] Load UIManager ui defs from a string, remove old files
      Some updates to build files
      [data/Makefile.am] Updates for changes in gsettings.m4
      Build fixed for gtk docs
      Varous build fixed for distcheck
      [tests/test-transform.c] Update for earlier changes in YelpTransform API
      [data/Makefile.am] Define MOSTLYCLEANFILES for GSETTINGS_CHECK_RULE
      Version 2.31.1

Thomas Hindoe Paaboel Andersen (1):
      Ifdef'ed deprecated gtk_action_connect_proxy. Fixes GNOME Bug #571868.

Wouter Bolsterlee (1):
      Dutch translation updated by Wouter Bolsterlee

Yannig Marchegay (1):
      Updated Occitan translation



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]