~bratsche/ubuntu/maverick/gtk+2.0/menu-activation-fix

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkTextMark.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-07-22 21:41:30 UTC
  • mfrom: (1.11.7 upstream) (72.1.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20100722214130-5uzyvpb9g4m0ts2c
Tags: 2.21.5-1ubuntu1
* Merge with Debian experimental, Ubuntu changes:
* debian/control.in:
  - Add introspection build-depends
  - Add Vcs-Bzr link
  - Add gir1.0-gtk-2.0 package
  - libgtk2.0-dev replaces gir-repository-dev
  - Conflict with appmenu-gtk (<< 0.1.3) to prevent menu proxy breakage
* debian/rules:
  - Build with --enable-introspection
  - Add gir1.0-gtk-2.0 package to BINARY_ARCH_PKGS
  - Add dh_girepository call
  - Disable devhelp files
* debian/dh_gtkmodules.in:
  - Remove obsolete script content
* debian/libgtk2.0-0.symbols:
  - Add Ubuntu specific symbols
* debian/libgtk2.0-dev.install.in:
  - Add gir files
* debian/libgtk2.0-doc.install.in
  - Disable devhelp files
* debian/gir1.0-gtk-2.0.install.in
  - Introspection package
* debian/patches/043_menu_proxy.patch
  - Add GtkMenuProxy support for remoting menus.
* debian/patches/062_dnd_menubar.patch:
  - Allow click on menubars for dnd
* debian/patches/063_treeview_almost_fixed.patch:
  - Add an ubuntu-almost-fixed-height-mode property, (required for
    software-center)
* debian/patches/071_no_offscreen_widgets_grabbing.patch:
  - Don't let offscreen widgets do grabbing
* debian/patches/072_indicator_menu_update.patch:
  - change by Cody Russell to send an update event on menu changes,
    should make the bluetooth indicator refresh correctly
* debian/patches/091_bugzilla_tooltip_refresh.patch:
  - Upstream bugzilla change to have better looking tooltips the gtk theme
    need to set "new-tooltip-style" to use those
* debian/watch:
  - Watch for unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
mark, a mark with <em class="firstterm">left gravity</em> will be moved to the
88
88
beginning of the newly-inserted text, and a mark with <em class="firstterm">right
89
89
gravity</em> will be moved to the end.
90
 
<sup>[<a name="id664165" href="#ftn.id664165" class="footnote">3</a>]</sup>
 
90
<sup>[<a name="id925093" href="#ftn.id925093" class="footnote">3</a>]</sup>
91
91
</p>
92
92
<p>
93
93
Marks are reference counted, but the reference count only controls the validity
316
316
</div>
317
317
<div class="footnotes">
318
318
<br><hr width="100" align="left">
319
 
<div class="footnote"><p><sup>[<a name="ftn.id664165" href="#id664165" class="para">3</a>] </sup>
 
319
<div class="footnote"><p><sup>[<a name="ftn.id925093" href="#id925093" class="para">3</a>] </sup>
320
320
"left" and "right" here refer to logical direction (left is the toward the start
321
321
of the buffer); in some languages such as Hebrew the logically-leftmost text is
322
322
not actually on the left when displayed.