log src/xdisp.c @ 46099:d441fc235798

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