2006-08-26 Behdad Esfahbod <behdad@gnome.org>
Bug 349813 – typo in docs for pango_layout_move_cursor_visually
* pango/pango-layout.c (pango_layout_move_cursor_visually): Fix typo.
+2006-08-26 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 349813 – typo in docs for pango_layout_move_cursor_visually
+
+ * pango/pango-layout.c (pango_layout_move_cursor_visually): Fix typo.
+
2006-08-23 Tor Lillqvist <tml@novell.com>
* pango/Makefile.am
* Computes a new cursor position from an old position and
* a count of positions to move visually. If @count is positive,
* then the new strong cursor position will be one position
- * to the right of the old cursor position. If @count is position
+ * to the right of the old cursor position. If @count is negative,
* then the new strong cursor position will be one position
* to the left of the old cursor position.
*