aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (message_with_string): Error if STRING is not a string.Richard M. Stallman2002-06-031-0/+2
* (redisplay_internal, redisplay_window, decode_mode_spec): CastThien-Thi Nguyen2002-06-031-511/+514
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-8/+8
* Remove unused global variable `minibuf_prompt_pixel_width'.Pavel Janík2002-04-221-1/+0
* (display_mode_element): Don't let mode_line_proptrans_alistRichard M. Stallman2002-04-131-1/+14
* (sync_frame_with_window_matrix_rows): Don't give frameGerd Moellmann2002-04-121-5/+20
* (display_mode_element): New arg RISKY.Richard M. Stallman2002-04-041-27/+52
* Typo.Stefan Monnier2002-04-011-1/+1
* Comment change.Richard M. Stallman2002-03-301-3/+6
* Fix typo.Pavel Janík2002-03-261-1/+1
* (update_menu_bar): Test only update_mode_lines;Richard M. Stallman2002-03-261-1/+9
* (message_with_string): Fix syntax of a call to GCPRO2.Eli Zaretskii2002-03-221-1/+1
* (cursor_type_changed): New variable.Richard M. Stallman2002-03-181-4/+16
* (redisplay_internal, redisplay_windows):Richard M. Stallman2002-03-161-4/+20
* (display_mode_element): Fix int/Lisp_Object mixup.Stefan Monnier2002-03-131-1/+2
* (move_it_vertically_backward): At the end of theGerd Moellmann2002-03-081-4/+16
* Use new string macros.Gerd Moellmann2002-03-081-64/+56
* (message_with_string): Use Fformat instead of doprnt andGerd Moellmann2002-03-061-9/+14
* (hscroll_margin): Change to EMACS_INT.Andreas Schwab2002-03-051-2/+2
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-8/+8
* (display_mode_element): Move the places whereRichard M. Stallman2002-03-031-8/+33
* (syms_of_xdisp) <auto-hscroll-mode>: Renamed fromEli Zaretskii2002-03-031-21/+20
* (minibuf_selected_window): Renamed from Vminibuf_selected_window.Kim F. Storm2002-02-281-2/+2
* (init_iterator): Compare with Vminibuf_selected_windowKim F. Storm2002-02-261-2/+2
* (automatic_hscroll_margin, Vautomatic_hscroll_step): New variables.Eli Zaretskii2002-02-161-11/+87
* (QCpropertize): New variable.Richard M. Stallman2002-02-131-27/+74
* (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3 to get mode line face.Kim F. Storm2002-02-111-2/+2
* (display_mode_lines): Fix last change.Eli Zaretskii2002-02-091-1/+3
* (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.Kim F. Storm2002-02-081-11/+14
* (try_scrolling): Exchange uses of scroll_down_aggressivelyRichard M. Stallman2002-01-261-2/+2
* Remove forgotten extern declaration of `Qimage'.Pavel Janík2002-01-161-16/+16
* (display_mode_element): When computing charpos, dependEli Zaretskii2002-01-151-1/+1
* (x_consider_frame_title): Don't count the tooltip frameJason Rumney2002-01-091-1/+3
* (try_scrolling) <PT below scroll margin>: Add theGerd Moellmann2001-12-281-7/+5
* Fix typo.Pavel Janík2001-12-241-1/+1
* Doc fix.Pavel Janík2001-12-201-1/+1
* (window_box_height): Do not return negative values.Pavel Janík2001-12-181-1/+3
* (redisplay_window_0, redisplay_window_1): New functions.Richard M. Stallman2001-12-161-3/+40
* (CLEAR_FACE_CACHE_COUNT): Redefine as 500.Richard M. Stallman2001-12-121-3/+7
* (move_it_vertically_backward): Change heuristicGerd Moellmann2001-12-121-2/+10
* (display_mode_element): Don't read past end of string if it ends with '%'.Andreas Schwab2001-12-071-1/+3
* (syms_of_xdisp): Make `tool-bar-button-relief` an option.Pavel Janík2001-12-031-1/+1
* Fix typo in doc-string.Pavel Janík2001-12-021-1/+1
* (message_dolog): Remove unused variables `gcpro2', `gcpro3' and `gcpro4'.Pavel Janík2001-11-281-1/+1
* (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