| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fformat_mode_line): Fix typo. | Juanma Barranquero | 2002-06-12 | 1 | -1/+1 |
| * | (Fformat_mode_line): New function. | Kim F. Storm | 2002-06-11 | 1 | -8/+63 |
| * | Comment change. | Richard M. Stallman | 2002-06-08 | 1 | -1/+1 |
| * | (message_with_string): Error if STRING is not a string. | Richard M. Stallman | 2002-06-03 | 1 | -0/+2 |
| * | (redisplay_internal, redisplay_window, decode_mode_spec): Cast | Thien-Thi Nguyen | 2002-06-03 | 1 | -511/+514 |
| * | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 1 | -8/+8 |
| * | Remove unused global variable `minibuf_prompt_pixel_width'. | Pavel Janík | 2002-04-22 | 1 | -1/+0 |
| * | (display_mode_element): Don't let mode_line_proptrans_alist | Richard M. Stallman | 2002-04-13 | 1 | -1/+14 |
| * | (sync_frame_with_window_matrix_rows): Don't give frame | Gerd Moellmann | 2002-04-12 | 1 | -5/+20 |
| * | (display_mode_element): New arg RISKY. | Richard M. Stallman | 2002-04-04 | 1 | -27/+52 |
| * | Typo. | Stefan Monnier | 2002-04-01 | 1 | -1/+1 |
| * | Comment change. | Richard M. Stallman | 2002-03-30 | 1 | -3/+6 |
| * | Fix typo. | Pavel Janík | 2002-03-26 | 1 | -1/+1 |
| * | (update_menu_bar): Test only update_mode_lines; | Richard M. Stallman | 2002-03-26 | 1 | -1/+9 |
| * | (message_with_string): Fix syntax of a call to GCPRO2. | Eli Zaretskii | 2002-03-22 | 1 | -1/+1 |
| * | (cursor_type_changed): New variable. | Richard M. Stallman | 2002-03-18 | 1 | -4/+16 |
| * | (redisplay_internal, redisplay_windows): | Richard M. Stallman | 2002-03-16 | 1 | -4/+20 |
| * | (display_mode_element): Fix int/Lisp_Object mixup. | Stefan Monnier | 2002-03-13 | 1 | -1/+2 |
| * | (move_it_vertically_backward): At the end of the | Gerd Moellmann | 2002-03-08 | 1 | -4/+16 |
| * | Use new string macros. | Gerd Moellmann | 2002-03-08 | 1 | -64/+56 |
| * | (message_with_string): Use Fformat instead of doprnt and | Gerd Moellmann | 2002-03-06 | 1 | -9/+14 |
| * | (hscroll_margin): Change to EMACS_INT. | Andreas Schwab | 2002-03-05 | 1 | -2/+2 |
| * | Change defvar_int def and vars to use EMACS_INT instead of just int. | Stefan Monnier | 2002-03-04 | 1 | -8/+8 |
| * | (display_mode_element): Move the places where | Richard M. Stallman | 2002-03-03 | 1 | -8/+33 |
| * | (syms_of_xdisp) <auto-hscroll-mode>: Renamed from | Eli Zaretskii | 2002-03-03 | 1 | -21/+20 |
| * | (minibuf_selected_window): Renamed from Vminibuf_selected_window. | Kim F. Storm | 2002-02-28 | 1 | -2/+2 |
| * | (init_iterator): Compare with Vminibuf_selected_window | Kim F. Storm | 2002-02-26 | 1 | -2/+2 |
| * | (automatic_hscroll_margin, Vautomatic_hscroll_step): New variables. | Eli Zaretskii | 2002-02-16 | 1 | -11/+87 |
| * | (QCpropertize): New variable. | Richard M. Stallman | 2002-02-13 | 1 | -27/+74 |
| * | (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3 to get mode line face. | Kim F. Storm | 2002-02-11 | 1 | -2/+2 |
| * | (display_mode_lines): Fix last change. | Eli Zaretskii | 2002-02-09 | 1 | -1/+3 |
| * | (window_box_height): Use CURRENT_MODE_LINE_FACE_ID. | Kim F. Storm | 2002-02-08 | 1 | -11/+14 |
| * | (try_scrolling): Exchange uses of scroll_down_aggressively | Richard M. Stallman | 2002-01-26 | 1 | -2/+2 |
| * | Remove forgotten extern declaration of `Qimage'. | Pavel Janík | 2002-01-16 | 1 | -16/+16 |
| * | (display_mode_element): When computing charpos, depend | Eli Zaretskii | 2002-01-15 | 1 | -1/+1 |
| * | (x_consider_frame_title): Don't count the tooltip frame | Jason Rumney | 2002-01-09 | 1 | -1/+3 |
| * | (try_scrolling) <PT below scroll margin>: Add the | Gerd Moellmann | 2001-12-28 | 1 | -7/+5 |
| * | Fix typo. | Pavel Janík | 2001-12-24 | 1 | -1/+1 |
| * | Doc fix. | Pavel Janík | 2001-12-20 | 1 | -1/+1 |
| * | (window_box_height): Do not return negative values. | Pavel Janík | 2001-12-18 | 1 | -1/+3 |
| * | (redisplay_window_0, redisplay_window_1): New functions. | Richard M. Stallman | 2001-12-16 | 1 | -3/+40 |
| * | (CLEAR_FACE_CACHE_COUNT): Redefine as 500. | Richard M. Stallman | 2001-12-12 | 1 | -3/+7 |
| * | (move_it_vertically_backward): Change heuristic | Gerd Moellmann | 2001-12-12 | 1 | -2/+10 |
| * | (display_mode_element): Don't read past end of string if it ends with '%'. | Andreas Schwab | 2001-12-07 | 1 | -1/+3 |
| * | (syms_of_xdisp): Make `tool-bar-button-relief` an option. | Pavel Janík | 2001-12-03 | 1 | -1/+1 |
| * | Fix typo in doc-string. | Pavel Janík | 2001-12-02 | 1 | -1/+1 |
| * | (message_dolog): Remove unused variables `gcpro2', `gcpro3' and `gcpro4'. | Pavel Janík | 2001-11-28 | 1 | -1/+1 |
| * | (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame | Jason Rumney | 2001-11-24 | 1 | -1/+1 |
| * | (message_dolog_marker1, message_dolog_marker2) | Richard M. Stallman | 2001-11-18 | 1 | -7/+29 |
| * | (tool_bar_item_info): Avoid calling Fget_text_property | Gerd Moellmann | 2001-11-17 | 1 | -1/+8 |