~ubuntu-branches/ubuntu/lucid/gtkhtml3.14/lucid

« back to all changes in this revision

Viewing changes to gtkhtml/gtkhtml.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-12-02 13:55:12 UTC
  • mfrom: (1.1.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20081202135512-y3fvmqhnqtspfn9e
Tags: 1:3.25.2-0ubuntu1
* New upstream version:
  Bug Fixes:
  - #330452: Automatic spell check suggestions should be first 
             level menu option 
  - #338921: crash when the interest in the image left before it was loaded
             (lp: #147626) 
  - #555420: IM modules "commit" 147626crash 
  - #562323: Evolution inserts a link incorrectly 
  - #472517 (bugzilla.redhat.com): Fast double-click to select word followed 
            by a right click to get context menu seems to use previous context 

Show diffs side-by-side

added added

removed removed

Lines of Context:
5433
5433
        BSCROLL (0, KP_Page_Down, VERTICAL, PAGE_FORWARD);
5434
5434
        BSPACESCROLL (0, BackSpace, VERTICAL, PAGE_BACKWARD);
5435
5435
        BSPACESCROLL (0, space, VERTICAL, PAGE_FORWARD);
 
5436
        BSPACESCROLL (GDK_SHIFT_MASK, space, VERTICAL, PAGE_BACKWARD);
5436
5437
 
5437
5438
        BSCROLL (GDK_SHIFT_MASK, Left, HORIZONTAL, PAGE_BACKWARD);
5438
5439
        BSCROLL (GDK_SHIFT_MASK, KP_Left, HORIZONTAL, PAGE_BACKWARD);