log src/xdisp.c @ 108112:a9a653a56eef

age author description
Sun, 25 Apr 2010 19:55:59 +0300 Eli Zaretskii Move code that bidi-iterates out of display property to a separate function.
Sun, 25 Apr 2010 17:42:34 +0300 Eli Zaretskii Fix crash with bidi display on the last empty line (bug#6030).
Sat, 24 Apr 2010 14:11:40 +0300 Eli Zaretskii Fix cursor motion at end of line that ends in a composed character.
Sat, 24 Apr 2010 14:07:27 +0300 Eli Zaretskii Fix cursor motion at end of line that ends with a composite character.
Fri, 23 Apr 2010 21:23:51 +0300 Eli Zaretskii Fix display of composed characters from L2R scripts in bidi buffers. (Bug#5977)
Fri, 23 Apr 2010 21:10:31 +0300 Eli Zaretskii Fix display of composed characters from L2R scripts in bidi buffers.
Fri, 23 Apr 2010 18:24:39 +0300 Eli Zaretskii xdisp.c (pop_it): Fix last change.
Fri, 23 Apr 2010 18:05:23 +0300 Eli Zaretskii Support `display' text properties and overlays.
Tue, 20 Apr 2010 20:52:07 +0200 Jan D. Gtk tool bars can be text, icons with text or just icons.
Tue, 20 Apr 2010 16:31:28 +0300 Eli Zaretskii Implement GUI display of R2L lines, fix TTY display of R2L lines.
Tue, 20 Apr 2010 16:08:35 +0300 Eli Zaretskii Fix R2L paragraph display on TTY.
Sat, 17 Apr 2010 19:02:18 +0300 Eli Zaretskii Fix cursor positioning at end of R2L line on TTY frames.
Sat, 17 Apr 2010 15:33:05 +0300 Eli Zaretskii Mirror continuation indicators for R2L lines; fix face extension on TTY.
Sat, 17 Apr 2010 13:29:40 +0300 Eli Zaretskii Fix two crashes with display of R2L lines in GUI sessions.
Sat, 17 Apr 2010 12:46:44 +0300 Eli Zaretskii Continue work on R2L paragraphs in GUI sessions.
Sat, 10 Apr 2010 19:28:30 +0300 Eli Zaretskii Implement cursor on the left fringe for R2L lines.
Sat, 10 Apr 2010 15:40:35 +0300 Eli Zaretskii Initial implementation of display of R2L paragraphs in GUI sessions.
Mon, 19 Apr 2010 21:50:52 -0400 Stefan Monnier Make variable forwarding explicit rather the using special values.
Mon, 19 Apr 2010 18:35:15 +0300 Eli Zaretskii Improve commentary regarding redisplay.
Mon, 05 Apr 2010 11:46:29 -0400 Chong Yidong Fix crash on NextStep terminal (Bug#5837)
Mon, 19 Apr 2010 15:12:13 +0300 Eli Zaretskii Fix crashes in GC in "emacs -nw".
Sat, 17 Apr 2010 11:53:55 -0400 Chong Yidong Fix crash on NextStep terminal (Bug#5837)
Fri, 16 Apr 2010 23:37:59 +0300 Eli Zaretskii Fix bug #5943: C-e in a truncated line doesn't auto-hscroll.
Thu, 15 Apr 2010 11:24:00 -0700 Dan Nicolaescu * xdisp.c (message): Do not use NO_ARG_ARRAY.
Sat, 10 Apr 2010 19:52:30 +0900 YAMAMOTO Mitsuharu Don't abort try_window with fonts change when showing tooltip (Bug#2423).
Fri, 09 Apr 2010 00:14:33 +0300 Eli Zaretskii Fix bug#5856: don't dereference glyphs beyond end of glyph_row.
Sun, 04 Apr 2010 12:30:38 +0300 Eli Zaretskii Improve commentary of handle_stop_backwards.
Fri, 02 Apr 2010 12:35:01 +0300 Eli Zaretskii xdisp.c (set_cursor_from_row): Improve comments.
Thu, 01 Apr 2010 15:37:28 +0300 Eli Zaretskii Fix bug #5816.
Wed, 31 Mar 2010 17:28:16 +0300 Eli Zaretskii Fix highlight of trailing whitespace is right-to-left lines.
Wed, 31 Mar 2010 00:14:08 -0400 Stefan Monnier Get rid of the direct_output optimizations.
Tue, 30 Mar 2010 22:37:57 -0400 Stefan Monnier Merge from emacs-23 branch
Tue, 30 Mar 2010 19:26:58 +0200 Jan D. xdisp.c (note_mouse_highlight): Don't do highlight if pointer is invisible (Bug#5766).
Mon, 29 Mar 2010 19:48:44 -0400 Chong Yidong Clean up unneeded ns_set_icon_type calls.
Wed, 24 Mar 2010 17:25:46 -0400 Chong Yidong * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
Tue, 30 Mar 2010 15:16:49 -0400 Eli Zaretskii Restore original behavior of move_it_in_display_line_to when !bidi_p.
Tue, 30 Mar 2010 10:40:04 -0700 Dan Nicolaescu * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
Mon, 29 Mar 2010 08:26:24 -0400 Eli Zaretskii Support MS-Windows build and reversed rows in GUI frames; add initial docs.
Sun, 28 Mar 2010 11:18:10 -0400 Eli Zaretskii Fix glyph_row reversed_p flag in empty lines between paragraphs.
Sat, 20 Mar 2010 10:32:32 -0400 Eli Zaretskii Finish work on cursor motion in continuation lines.
Sat, 13 Mar 2010 11:38:01 -0500 Eli Zaretskii Continue work on cursor movement in continued lines.
Sat, 06 Mar 2010 11:06:24 -0500 Eli Zaretskii Continue debugging continuation lines.
Sat, 27 Feb 2010 07:43:30 -0500 Eli Zaretskii Merge frome mainline.
Sat, 20 Feb 2010 11:22:07 -0500 Eli Zaretskii Continue work on continuation lines.
Sat, 13 Feb 2010 12:41:13 -0500 Eli Zaretskii Continue work on continuation lines. Some progress with cursor motion.
Sat, 06 Feb 2010 12:47:35 -0500 Eli Zaretskii Start working on cursor movement in continuation lines.
Sat, 30 Jan 2010 10:20:14 -0500 Eli Zaretskii Fix fallout from changes to managing glyph row reversed_p flag.
Mon, 25 Jan 2010 12:29:38 -0500 Eli Zaretskii Finish and debug display of invisible text.
Sat, 23 Jan 2010 03:49:15 -0500 Eli Zaretskii Merger from mainline.
Sat, 16 Jan 2010 11:11:37 -0500 Eli Zaretskii Start working on invisible text. For now, just untested source changes.
Sat, 16 Jan 2010 06:59:23 -0500 Eli Zaretskii Merge from mainline.
Sat, 16 Jan 2010 06:57:09 -0500 Eli Zaretskii Merge from mainline.
Sat, 09 Jan 2010 11:24:37 -0500 Eli Zaretskii Recompute prev_stop and base_level_stop when the iterator is
Sat, 09 Jan 2010 06:00:21 -0500 Eli Zaretskii Merge from mainline.
Sun, 03 Jan 2010 13:18:21 -0500 Eli Zaretskii Update Copyright years.
Sat, 02 Jan 2010 10:57:35 -0500 Eli Zaretskii Continue working on handling of properties in bidi iteration.
Fri, 01 Jan 2010 10:04:53 -0500 Eli Zaretskii Retrospective commit from 2009-12-26.
Fri, 01 Jan 2010 09:46:25 -0500 Eli Zaretskii Retrospective commit from 2009-12-12.
Fri, 01 Jan 2010 07:01:23 -0500 Eli Zaretskii Retrospective commit from 2009-11-21.
Fri, 01 Jan 2010 06:57:39 -0500 Eli Zaretskii Retrospective commit from 2009-11-14.
Fri, 01 Jan 2010 06:49:38 -0500 Eli Zaretskii Retrospective commit from 2009-10-31.
Fri, 01 Jan 2010 06:45:36 -0500 Eli Zaretskii Retrospective commit from 2009-10-24.
Fri, 01 Jan 2010 06:39:56 -0500 Eli Zaretskii Retrospective commit from 2009-10-17.
Fri, 01 Jan 2010 06:35:03 -0500 Eli Zaretskii Retrospective commit from 2009-10-10.
Fri, 01 Jan 2010 06:27:51 -0500 Eli Zaretskii Retrospective commit from 2009-10-08.
Fri, 01 Jan 2010 06:22:52 -0500 Eli Zaretskii Retrospective commit from 2009-10-05.
Fri, 01 Jan 2010 06:17:13 -0500 Eli Zaretskii Retrospective commit from 2009-10-04.
Fri, 01 Jan 2010 06:01:34 -0500 Eli Zaretskii Retrospective commit from 2009-09-27.
Fri, 01 Jan 2010 05:57:17 -0500 Eli Zaretskii Retrospective commit from 2009-09-26.
Thu, 31 Dec 2009 16:31:54 -0500 Eli Zaretskii Retrospective commit from 2009-09-20.
Thu, 31 Dec 2009 16:20:15 -0500 Eli Zaretskii Retrospective commit from 2009-09-19.
Thu, 31 Dec 2009 16:14:26 -0500 Eli Zaretskii Retrospective commit from 2009-09-12.
Thu, 31 Dec 2009 16:09:28 -0500 Eli Zaretskii Retrospective commit from 2009-08-12.
Thu, 31 Dec 2009 15:56:07 -0500 Eli Zaretskii Retrospective commit from 2009-08-29.
Thu, 31 Dec 2009 15:04:11 -0500 Eli Zaretskii Retrospective commit from 2009-08-15.
Thu, 31 Dec 2009 14:44:59 -0500 Eli Zaretskii Retrospective commit.
Fri, 26 Feb 2010 10:17:28 +0900 Kenichi Handa xdisp.c (reseat_to_string): Fix previous change.
Thu, 25 Feb 2010 11:29:35 +0900 Kenichi Handa xdisp.c (reseat_to_string): Fix previous change (bug#5609).
Sat, 23 Jan 2010 14:20:38 +0900 YAMAMOTO Mitsuharu * xdisp.c (draw_glyphs): Update `start' for left_overwritten case as in Emacs 22.
Sat, 16 Jan 2010 06:58:42 -0500 Eli Zaretskii Reformat copyright line.
Fri, 15 Jan 2010 14:09:50 +0900 Kenichi Handa xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Wed, 13 Jan 2010 10:29:58 +0900 Kenichi Handa Display buffer name, etc. in mode line by composing correctly.
Sat, 09 Jan 2010 14:48:16 -0500 Chong Yidong * xdisp.c (pos_visible_p): Check for invisible text at the correct pos (Bug#4040).
Sat, 09 Jan 2010 13:16:32 +0900 YAMAMOTO Mitsuharu Make line<->pixel_y conversion macros aware of native menu/tool bars.
Tue, 15 Dec 2009 22:53:39 +0000 Chong Yidong Minor tweak to last change.
Tue, 15 Dec 2009 22:51:31 +0000 Chong Yidong * xdisp.c (decode_mode_spec): Inhibit garbage collection when
Sat, 05 Dec 2009 22:49:00 +0000 Chong Yidong * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
Sat, 05 Dec 2009 13:32:18 +0000 Eli Zaretskii (next_element_from_ellipsis): Fix a typo in the commentary.
Sat, 05 Dec 2009 13:21:49 +0000 Eli Zaretskii (next_element_from_display_vector): Fix a typo in the commentary.
Thu, 26 Nov 2009 03:24:41 +0000 Dan Nicolaescu (power_letter): Remove duplicate const.
Sat, 21 Nov 2009 11:52:23 +0000 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
Tue, 17 Nov 2009 04:16:33 +0000 Kenichi Handa (x_produce_glyphs): Consider face-remapping when falling
Thu, 12 Nov 2009 02:09:33 +0000 Stefan Monnier (syms_of_xdisp): Fix typo in last change.
Wed, 11 Nov 2009 20:11:51 +0000 Dan Nicolaescu * process.c (ifflag_def): Make flag_sym constant.
Wed, 11 Nov 2009 06:10:42 +0000 Dan Nicolaescu * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Sun, 18 Oct 2009 03:08:32 +0000 Stefan Monnier Remove leftover table unibyte_to_multibyte_table.
Fri, 16 Oct 2009 19:01:21 +0000 Eli Zaretskii (x_produce_glyphs): Fix typos in comments.
Sat, 10 Oct 2009 16:39:05 +0000 Eli Zaretskii (try_window_id): Fix typos in comments.
Sat, 10 Oct 2009 08:09:22 +0000 Eli Zaretskii (redisplay_internal): Fix typos in comments.
Wed, 07 Oct 2009 20:07:31 +0000 Eli Zaretskii (set_cursor_from_row): Fix commentary.
Tue, 06 Oct 2009 18:20:22 +0000 Eli Zaretskii (set_cursor_from_row): Fix and improve comments.
Sun, 04 Oct 2009 09:06:23 +0000 Eli Zaretskii (syms_of_xdisp) <unibyte-display-via-language-environment>: Doc fix.
Sun, 04 Oct 2009 02:58:53 +0000 Juanma Barranquero Fix typos in comments.
Mon, 28 Sep 2009 17:47:48 +0000 Eli Zaretskii (extend_face_to_end_of_line): Fix formatting of comments.
Mon, 28 Sep 2009 02:01:52 +0000 Stefan Monnier (get_next_display_element): Use an enum in last change.
Mon, 28 Sep 2009 01:05:00 +0000 Kenichi Handa Pay attention to
Sun, 27 Sep 2009 19:11:13 +0000 Eli Zaretskii (string_buffer_position): Fix commentary.
Sun, 27 Sep 2009 17:32:05 +0000 Eli Zaretskii (move_it_in_display_line_to): Fix a typo in a comment.
Sun, 27 Sep 2009 11:49:20 +0000 Eli Zaretskii (move_it_in_display_line_to): Fix a typo in a comment.
Sun, 20 Sep 2009 16:44:50 +0000 Eli Zaretskii Fix a comment.
Sun, 20 Sep 2009 16:06:53 +0000 Eli Zaretskii Fix comments about header lines.
Fri, 11 Sep 2009 16:46:08 +0000 Andreas Schwab (display_mode_element): Detect cycles.
Thu, 10 Sep 2009 03:20:51 +0000 Stefan Monnier (display_mode_element): Move list length limit from 50 to
Wed, 09 Sep 2009 01:21:10 +0000 Stefan Monnier (Vtruncate_partial_width_windows): Improve docstring.
Sat, 29 Aug 2009 17:35:56 +0000 Eli Zaretskii (redisplay_internal): Remove redundant test and collapse both branches
Sat, 15 Aug 2009 17:30:18 +0000 Chong Yidong * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
Tue, 21 Jul 2009 20:12:09 +0000 Chong Yidong * xdisp.c (move_it_to): For continued lines ending in a tab, take