log src/xdisp.c @ 58095:fbc455eba14e

age author description
Tue, 09 Nov 2004 13:26:01 +0000 Kim F. Storm (produce_image_glyph): Remove unused variable 'face_ascent'.
Mon, 08 Nov 2004 22:25:30 +0000 Kim F. Storm (note_mouse_highlight): Clear mouse face if we move out of text area.
Mon, 08 Nov 2004 22:12:13 +0000 Kim F. Storm (fast_find_position): Fix start pos if header line present.
Tue, 02 Nov 2004 09:08:42 +0000 Richard M. Stallman (back_to_previous_visible_line_start):
Sun, 31 Oct 2004 15:11:31 +0000 Jan Dj¸«£rv * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
Wed, 27 Oct 2004 14:46:25 +0000 Richard M. Stallman (get_next_display_element): In mode lines,
Tue, 26 Oct 2004 22:38:50 +0000 Kim F. Storm Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
Mon, 18 Oct 2004 22:53:13 +0000 Kim F. Storm (display_mode_element): Fix display of wide chars.
Sun, 17 Oct 2004 13:17:00 +0000 Kim F. Storm (overlay_arrow_at_row): Return overlay string rather
Fri, 15 Oct 2004 12:02:27 +0000 Kim F. Storm (x_draw_vertical_border): Undo last change.
Fri, 15 Oct 2004 11:56:41 +0000 Kim F. Storm (x_draw_vertical_border): Do nothing if non-window system.
Wed, 13 Oct 2004 09:07:17 +0000 Kim F. Storm (redisplay_preserve_echo_area): Fix last change.
Tue, 12 Oct 2004 14:14:35 +0000 Kim F. Storm (redisplay_preserve_echo_area): Flush display in case
Tue, 12 Oct 2004 07:37:06 +0000 Kenichi Handa (get_next_display_element): If
Thu, 07 Oct 2004 21:58:16 +0000 Kim F. Storm (redisplay_window): Fix flicker on vertical line between
Mon, 04 Oct 2004 13:57:31 +0000 Kim F. Storm (x_draw_vertical_border): Do not draw line if frame has scroll bars.
Mon, 04 Oct 2004 13:52:26 +0000 Kim F. Storm (define_frame_cursor1): Do not change frame cursor
Wed, 29 Sep 2004 11:58:05 +0000 Kim F. Storm (handle_single_display_prop): Use lookup_fringe_bitmap.
Tue, 28 Sep 2004 23:02:41 +0000 Kim F. Storm (handle_single_display_prop): Fringe bitmaps are now
Sat, 18 Sep 2004 14:52:59 +0000 Richard M. Stallman (try_window_reusing_current_matrix):
Thu, 09 Sep 2004 14:53:23 +0000 Richard M. Stallman (decode_mode_spec): Use current buffer for most purposes.
Thu, 09 Sep 2004 01:30:27 +0000 Richard M. Stallman (Fformat_mode_line): New arg BUFFER says which buffer to use.
Wed, 08 Sep 2004 11:37:16 +0000 Kim F. Storm (set_cursor_from_row): Also look at 'cursor' property in
Tue, 07 Sep 2004 20:51:16 +0000 Kim F. Storm (set_cursor_from_row): Fix last change. Only use 'cursor'
Fri, 03 Sep 2004 20:43:38 +0000 Richard M. Stallman Fix line breaks to follow Emacs conventions.
Fri, 03 Sep 2004 20:42:04 +0000 Richard M. Stallman Fix line breaks to follow Emacs conventions.
Thu, 02 Sep 2004 22:34:07 +0000 Kim F. Storm (set_cursor_from_row): Look for non-nil `cursor' property
Thu, 02 Sep 2004 17:01:20 +0000 Steven Tamm (note_mouse_highlight): Set the mouse pointer shape to
Fri, 20 Aug 2004 10:34:12 +0000 Kim F. Storm Rename wait_reading_process_input to wait_reading_process_output.
Mon, 26 Jul 2004 23:16:48 +0000 Kim F. Storm (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
Sun, 25 Jul 2004 22:15:03 +0000 Kim F. Storm (move_it_in_display_line_to): If overflow-newline-into-fringe
Wed, 21 Jul 2004 21:09:43 +0000 Kim F. Storm (display_line): Increment nrows_scale_factor and set
Mon, 19 Jul 2004 00:50:20 +0000 Luc Teirlinck (syms_of_xdisp): Correct capitalization error in
Mon, 21 Jun 2004 21:55:56 +0000 Kim F. Storm (add_to_log): Use SAFE_ALLOCA.
Tue, 15 Jun 2004 10:35:05 +0000 Kim F. Storm (try_cursor_movement): Exclude header line from scroll
Mon, 14 Jun 2004 20:49:05 +0000 Juanma Barranquero (Vimage_types): Delete (moved to image.c).
Sun, 30 May 2004 00:18:41 +0000 Steven Tamm Support Tooltips with the Carbon emacs port.
Wed, 26 May 2004 22:11:29 +0000 Kim F. Storm (back_to_previous_visible_line_start): Skip backwards
Sat, 22 May 2004 22:11:24 +0000 Richard M. Stallman (try_scrolling): If scroll-up-aggressively or scroll-down-aggressively
Mon, 17 May 2004 22:48:56 +0000 Kim F. Storm (next_overlay_change, note_mouse_highlight): Use GET_OVERLAYS_AT.
Mon, 10 May 2004 11:16:37 +0000 Kim F. Storm (calc_line_height_property): Use string position when
Tue, 04 May 2004 12:51:45 +0000 Kim F. Storm (Qtotal): New var.
Sat, 01 May 2004 21:19:31 +0000 Stefan Monnier (calc_line_height_property): YAILOM (yet another int/Lisp_Object mixup).
Thu, 29 Apr 2004 22:37:52 +0000 Kim F. Storm (init_iterator): Handle line-spacing float value.
Wed, 28 Apr 2004 21:00:40 +0000 Kim F. Storm (null_glyph_slice): New var.
Tue, 27 Apr 2004 22:00:03 +0000 Stefan Monnier (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
Tue, 27 Apr 2004 08:48:12 +0000 Kim F. Storm (x_produce_glyphs): Fix last change; handle newline in
Mon, 26 Apr 2004 22:05:43 +0000 Kim F. Storm (Qline_height): New variable.
Sat, 24 Apr 2004 23:28:10 +0000 Kim F. Storm (append_space_for_newline): Rename from append_space.
Tue, 20 Apr 2004 22:19:09 +0000 Kim F. Storm (Qslice): New variable.
Fri, 16 Apr 2004 20:11:17 +0000 Kim F. Storm (update_overlay_arrows): Fix handling of up_to_date < 0.
Fri, 16 Apr 2004 19:32:23 +0000 Juanma Barranquero (try_scrolling): Make sure `scroll-conservatively' is not too large before
Tue, 13 Apr 2004 21:31:23 +0000 Kim F. Storm (get_glyph_string_clip_rect): Fix reduction of cursor
Mon, 05 Apr 2004 21:54:43 +0000 Kim F. Storm (clear_mouse_face): Only clear mouse highlight if not hidden.
Fri, 26 Mar 2004 00:33:18 +0000 Kim F. Storm (syms_of_xdisp): Include `void-variable' in list_of_error
Fri, 19 Mar 2004 20:32:39 +0000 Kim F. Storm (move_it_in_display_line_to): Fix MOVE_TO_POS case when
Fri, 19 Mar 2004 13:57:08 +0000 Jan Dj¸«£rv xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
Fri, 19 Mar 2004 00:43:16 +0000 Kim F. Storm (Qcenter): Declare here.
Tue, 16 Mar 2004 13:12:03 +0000 Masatake YAMATO (note_mode_line_or_margin_highlight): Accept HEADER_LINE when keymap and cursor are setup.
Wed, 03 Mar 2004 09:02:50 +0000 Kim F. Storm (display_line): Fix call to get_overlay_arrow_glyph_row.