aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Comment change.Richard M. Stallman2003-01-201-2/+4
* (redisplay_window): If mini window's buffer is notRichard M. Stallman2003-01-201-2/+4
* GTK versionJan Djärv2003-01-191-15/+39
* (message_dolog): Fix bug of the case that *Message*Kenichi Handa2003-01-151-1/+1
* (try_scrolling): New arg LAST_LINE_MISFIT.Richard M. Stallman2003-01-061-9/+34
* (try_cursor_movement): Don't call try_window here.Richard M. Stallman2002-12-221-2/+2
* (row_containing_pos): Change exit test using last_y.Richard M. Stallman2002-12-211-4/+13
* (try_window_id): Don't call set_cursor_from_row ifKim F. Storm2002-12-111-2/+4
* (row_containing_pos): Check more carefullyRichard M. Stallman2002-12-091-13/+15
* (start_display): Check more intelligently forRichard M. Stallman2002-11-291-1/+13
* (store_frame_title_char) [PROTOTYPES]: Provide ISO CDave Love2002-11-221-0/+4
* (message2_nolog, set_message):Dave Love2002-11-141-2/+2
* (single_display_prop_intangible_p): Strings are intangible.Stefan Monnier2002-11-031-2/+5
* (get_window_cursor_type): New arg ACTIVE_CURSOR.Kim F. Storm2002-10-241-7/+17
* Fix typo in comment.Juanma Barranquero2002-10-181-12/+12
* (STOP_POLLING, RESUME_POLLING): New macros.Richard M. Stallman2002-09-291-3/+13
* (try_scrolling): If after make_cursor_line_fully_visibleRichard M. Stallman2002-09-121-3/+7
* (pop_message_unwind): Renamed from push_message_unwind.Richard M. Stallman2002-09-111-11/+10
* (redisplay_window) <force-start case>:Richard M. Stallman2002-09-011-44/+32
* (get_window_cursor_type): Don't use x_highlight_frameEli Zaretskii2002-08-311-2/+5
* (Valternate_cursor_type, Qalternate_cursor_type): Removed.Kim F. Storm2002-08-301-23/+2
* (get_next_display_element): Fix previous change.Kenichi Handa2002-08-301-2/+2
* (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):Kim F. Storm2002-08-301-6/+235
* (redisplay_updating_p): Variable removed.Richard M. Stallman2002-08-291-9/+15
* (get_next_display_element): In unibyte case, don't useKenichi Handa2002-08-271-6/+14
* (redisplay_window): Do not `goto try_to_scroll' when weKim F. Storm2002-08-221-1/+38
* (forward_to_next_line_start): Return 0 when reaching theGerd Moellmann2002-08-091-1/+1
* (forward_to_next_line_start): Fix a condition thatGerd Moellmann2002-08-031-1/+1
* (unwind_redisplay): Clear redisplay_updating_p.Richard M. Stallman2002-07-251-2/+4
* (redisplay_updating_p): New variable.Richard M. Stallman2002-07-231-22/+27
* (face_before_or_after_it_pos): CallKenichi Handa2002-07-231-1/+1
* (display_line): Replace an unconditional abort with an assertion.Richard M. Stallman2002-07-221-3/+4
* (redisplay_window): Don't test BEG_UNCHANGEDRichard M. Stallman2002-07-211-3/+3
* (redisplay_window): Test MODIFF to set buffer_unchanged_p.Richard M. Stallman2002-07-201-0/+1
* (syms_of_xdisp): Remove redundant deprecation info.Juanma Barranquero2002-07-191-3/+1
* (store_frame_title, string_char_and_length):Ken Raeburn2002-07-161-25/+28
* (reconsider_clip_changes): Don't test prevent_redisplay_optimizations_p.Richard M. Stallman2002-07-161-12/+22
* (Ftrace_to_stderr): Add usage to docstring.Stefan Monnier2002-07-151-1/+2
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-4/+4
* (message_dolog): Do nothing if Vmemory_full is non-nil.Richard M. Stallman2002-07-111-5/+9
* Rename BINDING_STACK_SIZE to SPECPDL_INDEX.Juanma Barranquero2002-07-101-13/+13
* Treat a partially visible line like "cursor off screen".Richard M. Stallman2002-07-071-16/+37
* Remove unused variable `face'.Pavel Janík2002-07-051-1/+0
* (redisplay_internal): Make optional_new_start really work.Richard M. Stallman2002-07-011-5/+5
* (store_mode_line_string): Lisp_Object/int mixup.Ken Raeburn2002-06-291-1/+1
* (mode_line_string_list, mode_line_string_face)Kim F. Storm2002-06-271-9/+188
* Improve comments.Stefan Monnier2002-06-221-3/+7
* (Fformat_mode_line): Fix typo.Juanma Barranquero2002-06-121-1/+1
* (Fformat_mode_line): New function.Kim F. Storm2002-06-111-8/+63
* Comment change.Richard M. Stallman2002-06-081-1/+1