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
Tue, 07 Jul 2009 06:25:20 +0000 Kenichi Handa (get_next_display_element): Decode it->c by charset_unibyte.
Sun, 28 Jun 2009 20:01:28 +0000 Chong Yidong * xdisp.c (start_display, handle_face_prop)
Sat, 27 Jun 2009 03:50:23 +0000 Chong Yidong * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
Mon, 22 Jun 2009 01:53:11 +0000 Chong Yidong * xdisp.c (Qbefore_string, Qafter_string): Add externs.
Sun, 21 Jun 2009 14:28:27 +0000 Chong Yidong * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for
Thu, 18 Jun 2009 09:49:05 +0000 Andreas Schwab (redisplay_internal): Check that the frame is still
Sun, 14 Jun 2009 06:12:34 +0000 Seiji Zenitani Remove USE_MAC_TOOLBAR (for Mac Carbon [22.x])
Thu, 11 Jun 2009 02:34:34 +0000 Kenichi Handa (x_get_glyph_overhangs): Fix calculation of right
Thu, 11 Jun 2009 02:34:05 +0000 Kenichi Handa (x_get_glyph_overhangs): Fix calculation of right
Thu, 11 Jun 2009 02:32:30 +0000 Kenichi Handa (x_get_glyph_overhangs): Fix calculation of right
Wed, 10 Jun 2009 14:15:41 +0000 Chong Yidong * xdisp.c (get_next_display_element): When handling wrap-prefix
Sun, 07 Jun 2009 21:37:10 +0000 Chong Yidong * xdisp.c (move_it_in_display_line_to): On text-only terminals,
Thu, 30 Apr 2009 05:01:57 +0000 Chong Yidong * xfaces.c (face_at_buffer_position): New arg base_face_id.
Tue, 14 Apr 2009 02:28:45 +0000 Chong Yidong Fix last change.
Tue, 14 Apr 2009 02:28:25 +0000 Chong Yidong * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
Sat, 28 Mar 2009 04:52:28 +0000 Stefan Monnier (dump_glyph): Fix typo.
Sat, 14 Feb 2009 17:28:08 +0000 Chong Yidong (push_it, pop_it): Save and restore line_wrap.
Thu, 12 Feb 2009 05:54:20 +0000 Kenichi Handa (fill_gstring_glyph_string): Adjusted for the change of
Sat, 10 Jan 2009 18:41:07 +0000 Chong Yidong (pos_visible_p): When iterator stops on the last glyph
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Tue, 30 Dec 2008 14:50:19 +0000 Chong Yidong (move_it_to): Handle GET_FROM_STRETCH method when checking for pos
Fri, 07 Nov 2008 00:29:07 +0000 Chong Yidong (try_window_reusing_current_matrix): Ensure that window cursor
Wed, 29 Oct 2008 10:57:20 +0000 Martin Rudalics (syms_of_xdisp): Mention set-window-buffer in
Tue, 28 Oct 2008 01:02:44 +0000 Stefan Monnier * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
Mon, 27 Oct 2008 18:33:06 +0000 Chong Yidong (try_scrolling): When computing the distance from the scroll margin to
Mon, 27 Oct 2008 05:43:17 +0000 Chong Yidong Perform last revert properly. :-(
Mon, 27 Oct 2008 05:40:18 +0000 Chong Yidong Perform last revert properly.
Mon, 27 Oct 2008 05:32:22 +0000 Chong Yidong Reverse last change.
Mon, 27 Oct 2008 05:15:37 +0000 Chong Yidong (try_scrolling): When computing distance from the scroll margin, don't
Fri, 24 Oct 2008 19:00:42 +0000 Chong Yidong (handle_single_display_spec, handle_display_prop): Undo
Thu, 23 Oct 2008 10:33:05 +0000 Juanma Barranquero * xdisp.c (fill_glyph_string): Fix typo in source (though the
Wed, 22 Oct 2008 14:48:35 +0000 Juanma Barranquero * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
Sat, 04 Oct 2008 15:24:05 +0000 Eli Zaretskii (redisplay_internal): If frame switched, redisplay the whole thing on MSDOS
Thu, 02 Oct 2008 13:57:39 +0000 Adrian Robert * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)(ns_output.current_cursor, ns_output.desired_cursor) (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR) (FRAME_NEW_CURSOR_COLOR,): Remove. * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR. (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core emacs enumeration (HOLLOW_BOX_CURSOR, etc.). * nsterm.m (ns_frame_rehighlight): Remove commented code. (draw_window_cursor): Simplify code. (EmacsView-windowDidBecomeKey:,-windowDidResignKey:): Don't change cursor type. In latter, call rehighlight instead of doing updates manually. (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel): Use core emacs cursor types. * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor() under NS.
Tue, 30 Sep 2008 16:54:41 +0000 Chong Yidong (move_it_to): Don't advance the iterator if the last tab in a
Sat, 20 Sep 2008 21:44:34 +0000 Chong Yidong (get_next_display_element): Handle string display correctly when
Wed, 10 Sep 2008 12:38:50 +0000 Kenichi Handa (handle_composition_prop): Set it->cmp_it.ch to -1.
Sun, 07 Sep 2008 14:16:15 +0000 Chong Yidong (move_it_to): When moving by vpos, ensure that the iterator advances
Sun, 07 Sep 2008 11:16:20 +0000 Teodor Zlatanov * nsfont.m (nsfont_draw): Fix the references to missing gidx data
Sun, 31 Aug 2008 08:27:25 +0000 Martin Rudalics (prepare_menu_bars): Don't call
Fri, 29 Aug 2008 07:58:08 +0000 Kenichi Handa Include font.h.
Fri, 29 Aug 2008 06:52:05 +0000 Glenn Morris (truncate-partial-width-windows): Doc fix. Increase default to 50.
Fri, 29 Aug 2008 01:06:42 +0000 Chong Yidong (update_tool_bar_unwind): New function.
Sat, 23 Aug 2008 16:47:51 +0000 Eli Zaretskii (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
Sat, 23 Aug 2008 02:11:56 +0000 Chong Yidong (try_scrolling): Check INT_MAX instead of MOST_POSITIVE_FIXNUM for
Wed, 20 Aug 2008 17:50:20 +0000 David Reitter get_phys_cursor_geometry: redraw wider pixels on Nextstep, too.
Sun, 17 Aug 2008 23:48:30 +0000 Chong Yidong Remove dead code.
Mon, 11 Aug 2008 18:50:49 +0000 Chong Yidong (x_produce_glyphs): Handle the case when font has no space character
Fri, 08 Aug 2008 15:43:45 +0000 Chong Yidong (move_it_to): When stopping at a charpos, check if that's a continued
Thu, 07 Aug 2008 01:54:06 +0000 Chong Yidong (redisplay_window): Revert last change.
Wed, 06 Aug 2008 18:26:47 +0000 Chong Yidong (try_scrolling): Use iterator to find the scroll margin,
Tue, 05 Aug 2008 22:45:50 +0000 Chong Yidong (redisplay_window): Don't enforce scroll-margin when forcing a window
Mon, 04 Aug 2008 16:57:44 +0000 Adrian Robert fix popup menu selection return (menu.c); add use of popup_activated under NS (nsmenu.m, xdisp.c); improve comments (lisp.h, s/darwin.h); use FORWARD_SIGNAL_TO_MAIN_THREAD (syssignal.h)
Mon, 28 Jul 2008 19:37:08 +0000 Chong Yidong (redisplay_window): Check return value of
Mon, 28 Jul 2008 12:25:11 +0000 Andreas Schwab * lisp.h (init_weak_hash_tables, syms_of_font)
Sun, 27 Jul 2008 18:24:48 +0000 Dan Nicolaescu Remove support for Mac Carbon. remove-carbon
Wed, 23 Jul 2008 14:00:05 +0000 Jason Rumney (right_overwritten): Doc fix
Thu, 17 Jul 2008 13:50:30 +0000 Adrian Robert change most cases of PENDING to TODO, some to FIXME or XXX
Wed, 16 Jul 2008 17:48:09 +0000 Chong Yidong (move_it_in_display_line): Account for word wrap, so that we don't
Tue, 15 Jul 2008 18:15:18 +0000 Adrian Robert merging Emacs.app (NeXTstep port)
Tue, 15 Jul 2008 15:45:05 +0000 Jason Rumney * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect. before-merge-emacs-app-to-trunk
Tue, 15 Jul 2008 13:04:01 +0000 Adrian Robert applying patch to consolidate non-GUI portion of hourglass implementation as posted at http://thread.gmane.org/gmane.emacs.devel/98341
Thu, 10 Jul 2008 23:47:00 +0000 Chong Yidong (move_it_to): Backtrack if past the edge of a wrapped line.
Sat, 05 Jul 2008 18:22:56 +0000 Chong Yidong (try_window_id): Give up if word-wrapping is on.
Sat, 05 Jul 2008 09:45:56 +0000 Andreas Schwab (get_it_property): Move out of HAVE_WINDOW_SYSTEM
Sat, 05 Jul 2008 05:31:12 +0000 Chong Yidong (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if word-wrapping.
Wed, 02 Jul 2008 15:20:33 +0000 Jason Rumney (next_element_from_display_vector): Move assignment out
Tue, 01 Jul 2008 09:39:28 +0000 Miles Bader Implement display-time wrap/line-prefix feature
Thu, 26 Jun 2008 21:37:42 +0000 Chong Yidong (extend_face_to_end_of_line): Fix last change.
Thu, 26 Jun 2008 07:25:05 +0000 Kenichi Handa (handle_auto_composed_prop): Fix for the terminal case.
Wed, 25 Jun 2008 21:46:49 +0000 Jason Rumney (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
Wed, 25 Jun 2008 11:51:46 +0000 Juanma Barranquero * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
Tue, 24 Jun 2008 18:00:20 +0000 Chong Yidong (Vtruncate_partial_width_windows): New Lisp_Object, replacing
Sat, 14 Jun 2008 19:12:44 +0000 Stefan Monnier (syms_of_xdisp): Default underline-minimum-offset to 1.
Tue, 10 Jun 2008 20:22:10 +0000 Stefan Monnier * xdisp.c (underline_minimum_offset): Rename from xterm.c's
Fri, 06 Jun 2008 23:07:50 +0000 Miles Bader Calculate tab width based on current face, not global default
Thu, 05 Jun 2008 03:57:09 +0000 Stefan Monnier * window.c (window_scroll_pixel_based_preserve_x)
Sun, 01 Jun 2008 05:04:24 +0000 Miles Bader Implement face-remapping-alist feature
Tue, 27 May 2008 14:12:42 +0000 Stefan Monnier Include font.h for --without-x.
Tue, 27 May 2008 03:11:39 +0000 Chong Yidong (draw_glyphs): If mouse-highlighting is on, attempt to draw overlap
Tue, 20 May 2008 00:13:37 +0000 Stefan Monnier * xdisp.c (select_frame_for_redisplay): Adjust for last change to
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Wed, 14 May 2008 01:40:23 +0000 Kenichi Handa Throughout the file, delete all USE_FONT_BACKEND
Thu, 24 Apr 2008 05:11:07 +0000 Miles Bader Merge from emacs--rel--22
Sun, 20 Apr 2008 22:46:14 +0000 Chong Yidong (pos_visible_p): Check if iterator stops on a display string.
Thu, 10 Apr 2008 07:53:50 +0000 Glenn Morris Revert changes included by mistake in previous commit.
Thu, 10 Apr 2008 07:48:58 +0000 Glenn Morris (truncate-partial-width-windows): Doc fix.
Wed, 09 Apr 2008 13:29:44 +0000 Jason Rumney (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
Wed, 09 Apr 2008 03:25:14 +0000 Stefan Monnier * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
Tue, 01 Apr 2008 21:27:07 +0000 Stefan Monnier (try_window_id): Don't forget to reset delta_bytes.
Sat, 29 Mar 2008 01:46:10 +0000 Stefan Monnier * keyboard.c (pending_funcalls): New var.
Wed, 26 Mar 2008 18:11:47 +0000 Stefan Monnier (redisplay_internal): Reset selected_frame earlier.
Wed, 19 Mar 2008 15:02:00 +0000 Stefan Monnier (format_mode_line_unwind_data): Add window argument.
Mon, 10 Mar 2008 00:49:47 +0000 Miles Bader Merge from emacs--rel--22
Sat, 08 Mar 2008 22:39:56 +0000 Kim F. Storm (GET_NEXT_DISPLAY_ELEMENT): New macro.
Fri, 29 Feb 2008 03:12:27 +0000 Chong Yidong (next_overlay_string): Don't set overlay_strings_at_end_processed_p if
Fri, 29 Feb 2008 02:10:45 +0000 Stefan Monnier (get_overlay_strings_1): Fix typo.
Fri, 29 Feb 2008 02:03:54 +0000 Chong Yidong (get_overlay_strings_1): Add missing argument type.
Thu, 28 Feb 2008 05:46:03 +0000 Kenichi Handa (handle_auto_composed_prop): Don't make composition if it->string
Thu, 28 Feb 2008 02:57:23 +0000 Kenichi Handa (display_mode_element): Cancel the previous change.
Wed, 27 Feb 2008 22:49:39 +0000 Kim F. Storm (get_next_display_element, next_element_from_display_vector):
Tue, 26 Feb 2008 18:18:05 +0000 Stefan Monnier * dispextern.h (face_at_buffer_position, face_for_overlay_string)
Mon, 25 Feb 2008 10:41:51 +0000 Kenichi Handa (x_produce_glyphs): For a visible glyph, assure at least
Mon, 25 Feb 2008 01:52:17 +0000 Kenichi Handa *** empty log message ***
Sun, 24 Feb 2008 13:36:39 +0000 Stefan Monnier Allow fine-grained image-cache flushing.
Fri, 22 Feb 2008 17:42:09 +0000 Stefan Monnier Consolidate the image_cache to the terminal struct.
Thu, 21 Feb 2008 07:42:52 +0000 Kenichi Handa (display_mode_element): Fix previous change.
Thu, 21 Feb 2008 07:03:56 +0000 Kenichi Handa (decode_mode_spec): New arg string.
Sun, 17 Feb 2008 21:56:39 +0000 Juanma Barranquero *** empty log message ***
Sun, 17 Feb 2008 02:01:43 +0000 Kenichi Handa (handle_composition_prop): Set it->c to the fist
Thu, 07 Feb 2008 04:11:05 +0000 Stefan Monnier * xselect.c (x_handle_dnd_message):
Wed, 06 Feb 2008 11:54:51 +0000 Kenichi Handa (x_produce_glyphs): Don't set it->ascent and it->descent
Wed, 30 Jan 2008 07:57:28 +0000 Miles Bader Merge from emacs--devo--0
Wed, 09 Jan 2008 01:21:15 +0000 Miles Bader Merge from emacs--devo--0
Sat, 29 Dec 2007 02:39:17 +0000 Miles Bader Merge from emacs--devo--0
Tue, 25 Dec 2007 10:33:11 +0000 Kenichi Handa (handle_auto_composed_prop): Change the argument to
Fri, 14 Dec 2007 11:15:43 +0000 Kenichi Handa (handle_auto_composed_prop): Don't get a character at
Thu, 13 Dec 2007 01:32:44 +0000 Kenichi Handa (handle_auto_composed_prop): Use Fget_text_property
Thu, 06 Dec 2007 09:51:45 +0000 Miles Bader Merge from emacs--devo--0
Thu, 06 Dec 2007 07:24:26 +0000 Kenichi Handa (handle_auto_composed_prop): Fix previous change.