log src/xdisp.c @ 53333:c23cf5520cd9

age author description
2003-12-28 Kim F. Storm (Qarrow, Qhand, Qtext, Qpointer): New variables for
2003-12-27 Karoly Lorentey Full support for multiple terminal I/O (with some rough edges).
2003-12-26 Karoly Lorentey lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
2003-12-25 Karoly Lorentey Implemented multiple tty support.
2003-12-24 Karoly Lorentey Add a level of indirection to terminal characteristics.
2003-11-27 Kim F. Storm (Vdisplay_pixels_per_inch): New variable.
2003-11-23 Kim F. Storm (note_mode_line_or_margin_highlight): Adapt to new
2003-11-18 Kim F. Storm (init_iterator): Initialize it->start to position
2003-11-16 Kim F. Storm (start_display): Set it->first_vpos.
2003-11-16 Jan Djärv Implement multiple display handling for GTK.
2003-11-13 Kenichi Handa (select_frame_for_redisplay): New function.
2003-10-11 Kim F. Storm (compute_fringe_widths): Doc fix.
2003-09-08 Lute Kamstra (pint2hrstr): New function.
2003-09-03 Kim F. Storm (get_window_cursor_type): Partially undo 2002-03-01 change (superseded
2003-09-01 Miles Bader Add arch taglines
2003-08-31 Jason Rumney (init_iterator): Remove old WINDOWSNT conditional.
2003-08-29 Gerd Moellmann (redisplay_internal): Fix change of 2003-04-30. Don't
2003-07-09 Stefan Monnier (load_overlay_strings): Use new type for overlays_(before|after).
2003-07-08 Stefan Monnier (fast_find_position): Remove unused var.
2003-07-07 Richard M. Stallman (reseat_1): Set it->area to TEXT_AREA.
2003-06-27 Richard M. Stallman (fast_find_position): Enable Gerd's new definition.
2003-06-26 Stefan Monnier (message_dolog): Update for new types.
2003-06-15 Stefan Monnier (handle_tool_bar_click): Don't pass uninitialized
2003-06-14 Kim F. Storm (x_fix_overlapping_area): Always use area relative X to fix redisplay
2003-06-09 Kim F. Storm (phys_cursor_in_rect_p): Fix 2003-05-24 change.
2003-06-03 Stefan Monnier (update_tool_bar): Add missing UNGCPRO.
2003-05-27 Kim F. Storm (expose_window): Fix error in calculation of
2003-05-26 Andreas Schwab (try_window_id): Avoid aborting if PT is inside a
2003-05-25 Stefan Monnier (window_text_bottom_y, draw_row_fringe_bitmaps)
2003-05-24 Kim F. Storm Make (many) trivial substitutions for renamed and
2003-05-23 Stefan Monnier (display_mode_element): Increase max depth.
2003-05-10 Stefan Monnier (single_display_prop_intangible_p): Make `space' display
2003-04-30 Richard M. Stallman (move_it_vertically_backward): Do the final big else even if nlines is 0.
2003-04-23 Jan Djärv * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
2003-04-16 Richard M. Stallman (try_window, try_window_reusing_current_matrix):
2003-03-30 Andreas Schwab (x_insert_glyphs): Fix swapped width and height
2003-03-28 Stefan Monnier (set_vertical_scroll_bar): New fun. Extracted from redisplay_window.
2003-03-27 Richard M. Stallman (update_tool_bar): Recompute tool bar if
2003-03-26 Jan Djärv * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
2003-03-24 Andrew Choi Allow building on Mac OS X again after Kim's merging of display code.
2003-03-24 John Paul Wallington (redisplay_window): If mini window's buffer is not
2003-03-23 Jan Djärv * xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endif
2003-03-21 Kim F. Storm * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
2003-03-21 Kim F. Storm (get_glyph_string_clip_rect): Use FRAME_INTERNAL_BORDER_WIDTH.
2003-03-21 Kim F. Storm Fix compilation for --with-x=no.
2003-03-21 Kim F. Storm The following changes consolidate code related to writing and
2003-03-18 Kim F. Storm Fix compilation with --with-x=no.
2003-03-17 Stefan Monnier Include blockinput.h for interrupt_input_blocked.
2003-03-16 Juanma Barranquero (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
2003-03-16 Kim F. Storm Consolidate gui-independent "glyph string" code here.
2003-03-12 Kim F. Storm Make last change compile on non-X systems.
2003-03-12 Kim F. Storm The following changes consolidates the fringe handling from
2003-02-25 Kim F. Storm (redisplay_window): Fix infinite loop in redisplay.
2003-02-24 Juanma Barranquero (Qwhen): Declare external; it's now defined in callint.c.
2003-02-18 Andreas Schwab (in_display_vector_p): New function.
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2003-01-31 Kenichi Handa (SKIP_GLYPHS): New macro.
2003-01-29 Kenichi Handa (set_cursor_from_row): Pay attention to string display properties.
2003-01-20 Richard M. Stallman Comment change.
2003-01-20 Richard M. Stallman (redisplay_window): If mini window's buffer is not
2003-01-19 Jan Djärv GTK version
2003-01-15 Kenichi Handa (message_dolog): Fix bug of the case that *Message*
2003-01-06 Richard M. Stallman (try_scrolling): New arg LAST_LINE_MISFIT.
2002-12-22 Richard M. Stallman (try_cursor_movement): Don't call try_window here.
2002-12-21 Richard M. Stallman (row_containing_pos): Change exit test using last_y.
2002-12-11 Kim F. Storm (try_window_id): Don't call set_cursor_from_row if
2002-12-09 Richard M. Stallman (row_containing_pos): Check more carefully
2002-11-29 Richard M. Stallman (start_display): Check more intelligently for
2002-11-22 Dave Love (store_frame_title_char) [PROTOTYPES]: Provide ISO C
2002-11-14 Dave Love (message2_nolog, set_message):
2002-11-03 Stefan Monnier (single_display_prop_intangible_p): Strings are intangible.
2002-10-24 Kim F. Storm (get_window_cursor_type): New arg ACTIVE_CURSOR.
2002-10-18 Juanma Barranquero Fix typo in comment.
2002-09-29 Richard M. Stallman (STOP_POLLING, RESUME_POLLING): New macros.
2002-09-12 Richard M. Stallman (try_scrolling): If after make_cursor_line_fully_visible
2002-09-11 Richard M. Stallman (pop_message_unwind): Renamed from push_message_unwind.
2002-09-01 Richard M. Stallman (redisplay_window) <force-start case>:
2002-08-31 Eli Zaretskii (get_window_cursor_type): Don't use x_highlight_frame
2002-08-30 Kim F. Storm (Valternate_cursor_type, Qalternate_cursor_type): Removed.
2002-08-30 Kenichi Handa (get_next_display_element): Fix previous change.
2002-08-30 Kim F. Storm (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
2002-08-29 Richard M. Stallman (redisplay_updating_p): Variable removed.
2002-08-27 Kenichi Handa (get_next_display_element): In unibyte case, don't use
2002-08-22 Kim F. Storm (redisplay_window): Do not `goto try_to_scroll' when we
2002-08-09 Gerd Moellmann (forward_to_next_line_start): Return 0 when reaching the
2002-08-03 Gerd Moellmann (forward_to_next_line_start): Fix a condition that
2002-07-25 Richard M. Stallman (unwind_redisplay): Clear redisplay_updating_p.
2002-07-23 Richard M. Stallman (redisplay_updating_p): New variable.
2002-07-23 Kenichi Handa (face_before_or_after_it_pos): Call
2002-07-22 Richard M. Stallman (display_line): Replace an unconditional abort with an assertion.
2002-07-21 Richard M. Stallman (redisplay_window): Don't test BEG_UNCHANGED
2002-07-20 Richard M. Stallman (redisplay_window): Test MODIFF to set buffer_unchanged_p.
2002-07-19 Juanma Barranquero (syms_of_xdisp): Remove redundant deprecation info.
2002-07-16 Ken Raeburn (store_frame_title, string_char_and_length):
2002-07-16 Richard M. Stallman (reconsider_clip_changes): Don't test prevent_redisplay_optimizations_p.
2002-07-15 Stefan Monnier (Ftrace_to_stderr): Add usage to docstring.
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-11 Richard M. Stallman (message_dolog): Do nothing if Vmemory_full is non-nil.
2002-07-10 Juanma Barranquero Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
2002-07-07 Richard M. Stallman Treat a partially visible line like "cursor off screen".
2002-07-05 Pavel Janík Remove unused variable `face'.
2002-07-01 Richard M. Stallman (redisplay_internal): Make optional_new_start really work.
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.