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
|