aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frameJason Rumney2001-11-241-1/+1
* (message_dolog_marker1, message_dolog_marker2)Richard M. Stallman2001-11-181-7/+29
* (tool_bar_item_info): Avoid calling Fget_text_propertyGerd Moellmann2001-11-171-1/+8
* Fringe cleanup.Kim F. Storm2001-11-161-12/+10
* (build_desired_tool_bar_string): Accept zeroGerd Moellmann2001-11-151-1/+1
* (Fdump_tool_bar_row): Reindent.Pavel Janík2001-11-131-1/+1
* (Qcursor_in_non_selected_windows): New variable.Richard M. Stallman2001-11-051-0/+3
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-3/+3
* Fix typos in comments.Pavel Janík2001-10-311-3/+3
* Comment fix.Gerd Moellmann2001-10-311-4/+3
* (clear_garbaged_frames): Remove debug code.Gerd Moellmann2001-10-301-4/+1
* (clear_garbaged_frames): Redraw the frame only if itsGerd Moellmann2001-10-301-1/+6
* (clear_garbaged_frames): Call Fredraw_frame.Gerd Moellmann2001-10-301-0/+1
* (move_it_vertically_backward): Use 2/3 line_heightGerd Moellmann2001-10-271-1/+1
* (move_it_vertically_backward): Compute line heightGerd Moellmann2001-10-251-4/+12
* Change #ifdef GLYPH_DEBUG to #if.Gerd Moellmann2001-10-241-4/+4
* (try_window_reusing_current_matrix): UseGerd Moellmann2001-10-241-44/+36
* (inhibit_try_window_id, inhibit_try_window_reusing)Gerd Moellmann2001-10-241-0/+34
* (display_prop_string_p): Remove unused local declarationPavel Janík2001-10-241-6/+1
* (display_line): For a tab continued to the next line,Gerd Moellmann2001-10-231-1/+4
* (display_line): Fix computation of continuation linesGerd Moellmann2001-10-221-5/+7
* (build_desired_tool_bar_string): Remove unused variable `Qlaplace'.Pavel Janík2001-10-221-1/+0
* (invisible_text_between_p): Put prototype inside #if 0 because unused.Pavel Janík2001-10-201-0/+4
* (dump_glyph_row, display_mode_line): Don't use `inverse_p' field.Miles Bader2001-10-201-3/+1
* (redisplay_internal): Don't clear echo area if theGerd Moellmann2001-10-191-1/+5
* (display_line): Indicate empty lines in activeGerd Moellmann2001-10-181-1/+2
* (try_window_id): Undo last change. Give up ifGerd Moellmann2001-10-171-24/+24
* (try_window_id): Don't display lines after the windowGerd Moellmann2001-10-171-16/+24
* (try_window_id): Remove code that was only thereGerd Moellmann2001-10-171-15/+0
* (display_line): Don't indicate empty lines inGerd Moellmann2001-10-171-1/+2
* Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader2001-10-171-86/+86
* (in_ellipses_for_invisible_text_p, handle_invisible_prop):Stefan Monnier2001-10-141-14/+11
* (DOLIST, LOOP_PROPVAL): Remove.Stefan Monnier2001-10-141-77/+38
* Put doc strings in comments.Gerd Moellmann2001-10-141-158/+159
* (init_iterator): Be more strict with bytepos and charspos.Stefan Monnier2001-10-121-65/+65
* (handle_fontified_prop): Don't bind after-change-functions.Stefan Monnier2001-10-081-1/+0
* Don't define min/max.Gerd Moellmann2001-10-081-3/+0
* (display_line): Set row's ends_in_newline_from_string_p.Gerd Moellmann2001-10-011-1/+4
* (display_mode_element): One more case where a string'sGerd Moellmann2001-09-271-1/+2
* (with_echo_area_buffer): Use echo_kboard insteadGerd Moellmann2001-09-261-1/+1
* (make_cursor_line_fully_visible): Return 0 and setGerd Moellmann2001-09-261-49/+110
* (display_mode_lines): Temporarily set selected_frameGerd Moellmann2001-09-261-12/+8
* (display_mode_element): If the mode element is a symbolGerd Moellmann2001-09-251-1/+1
* (row_containing_pos): Make externally visible.Gerd Moellmann2001-09-251-4/+1
* (decode_mode_spec): Add parameter MULTIBYTE.Gerd Moellmann2001-09-191-15/+24
* (try_window_id) [!GLYPH_DEBUG]: Give up ifGerd Moellmann2001-09-181-0/+15
* (reseat_1): Set IT's multibyte_p flag according to theGerd Moellmann2001-09-131-0/+1
* (with_echo_area_buffer): Bind inhibit-modification-hooksGerd Moellmann2001-09-111-0/+1
* (init_from_display_pos): Put some code in #if 0.Gerd Moellmann2001-09-111-6/+20
* (Ftrace_to_stderr) [GLYPH_DEBUG]: Take args likeGerd Moellmann2001-09-101-6/+7