log src/xdisp.c @ 110133:0dcf6ddbe02b

age author description
Wed, 01 Sep 2010 16:13:21 +0900 Kenichi Handa merge changes in emacs-23 branch
Tue, 31 Aug 2010 16:49:21 +0900 Kenichi Handa Fix handling of 8-bit characters in a display table.
Thu, 26 Aug 2010 09:47:34 +0900 Kenichi Handa xdisp.c (compute_stop_pos): Pay attention to bidi scan direction on calling composition_compute_stop_pos.
Sat, 21 Aug 2010 16:25:03 +0300 Eli Zaretskii xdisp.c: Fix typo in a comment in note_tool_bar_highlight.
Fri, 20 Aug 2010 17:31:38 +0300 Eli Zaretskii xdisp.c: Add commentary about iterator geometry in R2L paragraphs.
Sat, 14 Aug 2010 15:55:04 +0300 Eli Zaretskii Fix cursor drawing on stretch glyphs in R2L lines.
Sat, 14 Aug 2010 13:59:55 +0300 Eli Zaretskii Fix current-bidi-paragraph-direction within whitespace chars.
Sun, 08 Aug 2010 14:03:45 -0700 Dan Nicolaescu Use const char* instead of char*.
Sun, 08 Aug 2010 19:23:11 +0300 Eli Zaretskii Fix overlay arrow display (bug #6699).
Fri, 06 Aug 2010 12:07:16 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Fri, 06 Aug 2010 18:53:11 +0300 Eli Zaretskii xdisp.c (display_line): Fix a typo in a comment.
Thu, 05 Aug 2010 16:34:12 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Wed, 28 Jul 2010 19:34:51 +0200 Jan D. Add tool bar style text-image-horiz (text to the left of the image).
Mon, 26 Jul 2010 20:52:35 -0700 Dan Nicolaescu Use const, move declarations to header files.