log src/xdisp.c @ 98507:148d58d1a607

age author description
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