~ubuntu-branches/ubuntu/lucid/gtk+2.0/lucid-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-11 18:28:01 UTC
  • mfrom: (1.11.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100311182801-wqr2drmus369zy6r
Tags: 2.19.7-0ubuntu1
* New upstream version
  - Bug fixes:
  611707 Move documentation from templates to inline comments
  69872 GTK_WIDGET_SET_FLAGS should be deprecated
  612066 empathy hangs when clicked on information about contact...
         (lp: #532947)
  557420 Some compose sequences don't work anymore...
  569042 gailbooleancell does not seem to attend to changes...
  600992 File chooser reference counting issues
  610905 gtk_drag_source_set need instrospection hint
  611051 Search Entry Clear Icon not accessible
  611217 Incorrect translator comment
  611317 Document targets in drag and drop
  611319 gtk_window_set_transient_for undocumented NULL value for parent
  611658 Update documentation for gtkvscrollbar
  611662 Update documentation for gtkvseparator
  611686 focus_in/focus_out in gailtreeview.c should return FALSE...
  611831 Move documentation to inline comments: GtkVBox
  612119 Do not scroll when middle pasting
  - Translation updates
* debian/patches/071_no_offscreen_widgets_grabbing.patch,
  debian/patches/091_bugzilla_tooltip_refresh.patch:
  - new version update
  - increased the alpha value for tooltips to 85%
* debian/rules:
  - updated the shlibs

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
mark, a mark with <em class="firstterm">left gravity</em> will be moved to the
144
144
beginning of the newly-inserted text, and a mark with <em class="firstterm">right
145
145
gravity</em> will be moved to the end.
146
 
<sup>[<a name="id677359" href="#ftn.id677359" class="footnote">3</a>]</sup>
 
146
<sup>[<a name="id733571" href="#ftn.id733571" class="footnote">3</a>]</sup>
147
147
</p>
148
148
<p>
149
149
Marks are reference counted, but the reference count only controls the validity
363
363
</div>
364
364
<div class="footnotes">
365
365
<br><hr width="100" align="left">
366
 
<div class="footnote"><p><sup>[<a name="ftn.id677359" href="#id677359" class="para">3</a>] </sup>
 
366
<div class="footnote"><p><sup>[<a name="ftn.id733571" href="#id733571" class="para">3</a>] </sup>
367
367
"left" and "right" here refer to logical direction (left is the toward the start
368
368
of the buffer); in some languages such as Hebrew the logically-leftmost text is
369
369
not actually on the left when displayed.