2009-04-14 |
Chong Yidong |
Fix last change.
|
2009-04-14 |
Chong Yidong |
* xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
|
2009-03-28 |
Stefan Monnier |
(dump_glyph): Fix typo.
|
2009-02-14 |
Chong Yidong |
(push_it, pop_it): Save and restore line_wrap.
|
2009-02-12 |
Kenichi Handa |
(fill_gstring_glyph_string): Adjusted for the change of
|
2009-01-10 |
Chong Yidong |
(pos_visible_p): When iterator stops on the last glyph
|
2009-01-08 |
Glenn Morris |
Add 2009 to copyright years.
|
2008-12-30 |
Chong Yidong |
(move_it_to): Handle GET_FROM_STRETCH method when checking for pos
|
2008-11-07 |
Chong Yidong |
(try_window_reusing_current_matrix): Ensure that window cursor
|
2008-10-29 |
Martin Rudalics |
(syms_of_xdisp): Mention set-window-buffer in
|
2008-10-28 |
Stefan Monnier |
* xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
|
2008-10-27 |
Chong Yidong |
(try_scrolling): When computing the distance from the scroll margin to
|
2008-10-27 |
Chong Yidong |
Perform last revert properly. :-(
|
2008-10-27 |
Chong Yidong |
Perform last revert properly.
|
2008-10-27 |
Chong Yidong |
Reverse last change.
|
2008-10-27 |
Chong Yidong |
(try_scrolling): When computing distance from the scroll margin, don't
|
2008-10-24 |
Chong Yidong |
(handle_single_display_spec, handle_display_prop): Undo
|
2008-10-23 |
Juanma Barranquero |
* xdisp.c (fill_glyph_string): Fix typo in source (though the
|
2008-10-22 |
Juanma Barranquero |
* xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
|
2008-10-04 |
Eli Zaretskii |
(redisplay_internal): If frame switched, redisplay the whole thing on MSDOS
|
2008-10-02 |
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.
|
2008-09-30 |
Chong Yidong |
(move_it_to): Don't advance the iterator if the last tab in a
|
2008-09-20 |
Chong Yidong |
(get_next_display_element): Handle string display correctly when
|
2008-09-10 |
Kenichi Handa |
(handle_composition_prop): Set it->cmp_it.ch to -1.
|
2008-09-07 |
Chong Yidong |
(move_it_to): When moving by vpos, ensure that the iterator advances
|
2008-09-07 |
Teodor Zlatanov |
* nsfont.m (nsfont_draw): Fix the references to missing gidx data
|
2008-08-31 |
Martin Rudalics |
(prepare_menu_bars): Don't call
|
2008-08-29 |
Kenichi Handa |
Include font.h.
|
2008-08-29 |
Glenn Morris |
(truncate-partial-width-windows): Doc fix. Increase default to 50.
|
2008-08-29 |
Chong Yidong |
(update_tool_bar_unwind): New function.
|
2008-08-23 |
Eli Zaretskii |
(redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
|
2008-08-23 |
Chong Yidong |
(try_scrolling): Check INT_MAX instead of MOST_POSITIVE_FIXNUM for
|
2008-08-20 |
David Reitter |
get_phys_cursor_geometry: redraw wider pixels on Nextstep, too.
|
2008-08-17 |
Chong Yidong |
Remove dead code.
|
2008-08-11 |
Chong Yidong |
(x_produce_glyphs): Handle the case when font has no space character
|
2008-08-08 |
Chong Yidong |
(move_it_to): When stopping at a charpos, check if that's a continued
|
2008-08-07 |
Chong Yidong |
(redisplay_window): Revert last change.
|
2008-08-06 |
Chong Yidong |
(try_scrolling): Use iterator to find the scroll margin,
|
2008-08-05 |
Chong Yidong |
(redisplay_window): Don't enforce scroll-margin when forcing a window
|
2008-08-04 |
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)
|
2008-07-28 |
Chong Yidong |
(redisplay_window): Check return value of
|
2008-07-28 |
Andreas Schwab |
* lisp.h (init_weak_hash_tables, syms_of_font)
|
2008-07-27 |
Dan Nicolaescu |
Remove support for Mac Carbon.
remove-carbon
|
2008-07-23 |
Jason Rumney |
(right_overwritten): Doc fix
|
2008-07-17 |
Adrian Robert |
change most cases of PENDING to TODO, some to FIXME or XXX
|
2008-07-16 |
Chong Yidong |
(move_it_in_display_line): Account for word wrap, so that we don't
|
2008-07-15 |
Adrian Robert |
merging Emacs.app (NeXTstep port)
|
2008-07-15 |
Jason Rumney |
* w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
before-merge-emacs-app-to-trunk
|
2008-07-15 |
Adrian Robert |
applying patch to consolidate non-GUI portion of hourglass implementation as posted at http://thread.gmane.org/gmane.emacs.devel/98341
|
2008-07-10 |
Chong Yidong |
(move_it_to): Backtrack if past the edge of a wrapped line.
|
2008-07-05 |
Chong Yidong |
(try_window_id): Give up if word-wrapping is on.
|
2008-07-05 |
Andreas Schwab |
(get_it_property): Move out of HAVE_WINDOW_SYSTEM
|
2008-07-05 |
Chong Yidong |
(IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if word-wrapping.
|
2008-07-02 |
Jason Rumney |
(next_element_from_display_vector): Move assignment out
|
2008-07-01 |
Miles Bader |
Implement display-time wrap/line-prefix feature
|
2008-06-26 |
Chong Yidong |
(extend_face_to_end_of_line): Fix last change.
|
2008-06-26 |
Kenichi Handa |
(handle_auto_composed_prop): Fix for the terminal case.
|
2008-06-25 |
Jason Rumney |
(get_glyph_face_and_encoding): Encode invalid glyphs as 0.
|
2008-06-25 |
Juanma Barranquero |
* xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
|
2008-06-24 |
Chong Yidong |
(Vtruncate_partial_width_windows): New Lisp_Object, replacing
|