Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GTK version | Jan Djärv | 2003-01-19 | 1 | -1/+3 |
| | |||||
* | (safe_bcopy): Source pointer now points to const. | Ken Raeburn | 2002-07-19 | 1 | -2/+3 |
| | |||||
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -6/+6 |
| | | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now. | ||||
* | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -1/+1 |
| | |||||
* | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 1 | -4/+4 |
| | | | | lisp/ChangeLog, and src/ChangeLog for list of changes. | ||||
* | (update_text_area): Set phys_cursor_on_p to 0 in the | Gerd Moellmann | 2002-04-24 | 1 | -0/+10 |
| | | | | | case of writing a whole row, more or less analogous to the case of writing only parts of a row. | ||||
* | (marginal_area_string): Sort arguments. | Pavel Janík | 2002-04-14 | 1 | -1/+1 |
| | |||||
* | (marginal_area_string): New. | Gerd Moellmann | 2002-04-12 | 1 | -0/+51 |
| | |||||
* | Update copyright. | Gerd Moellmann | 2002-03-30 | 1 | -1/+1 |
| | |||||
* | (direct_output_for_insert): Call | Gerd Moellmann | 2002-03-30 | 1 | -8/+1 |
| | | | | mark_window_display_accurate. | ||||
* | (sit_for): Don't wait if executing a kbd macro. | Stefan Monnier | 2002-03-05 | 1 | -1/+1 |
| | |||||
* | Change defvar_int def and vars to use EMACS_INT instead of just int. | Stefan Monnier | 2002-03-04 | 1 | -1/+1 |
| | |||||
* | (update_frame): Move the variable `tem' to the block where it is used. | Pavel Janík | 2002-01-19 | 1 | -31/+28 |
| | | | | Fix typos in comments. | ||||
* | Test GNU_LINUX, not LINUX. | Richard M. Stallman | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -4/+4 |
| | | | | Comment fix. Use renamed symbols. | ||||
* | (direct_output_forward_char): Fix character/byte | Gerd Moellmann | 2001-11-15 | 1 | -2/+2 |
| | | | | position comparison. | ||||
* | (syms_of_display): Doc fix. | Richard M. Stallman | 2001-11-14 | 1 | -2/+3 |
| | |||||
* | (Fsit_for): Reindent. | Pavel Janík | 2001-11-13 | 1 | -13/+13 |
| | | | | | | (Fframe_or_buffer_changed_p): Likewise. (Finternal_show_cursor_p): Likewise. (syms_of_display): Likewise. | ||||
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -6/+6 |
| | |||||
* | (change_frame_size_1): Set frame's resized_p. | Gerd Moellmann | 2001-10-30 | 1 | -1/+2 |
| | |||||
* | (syms_of_display) <visible-bell>: Add a reference to | Eli Zaretskii | 2001-10-26 | 1 | -1/+3 |
| | | | | ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no> | ||||
* | (sync_window_with_frame_matrix_rows): Remove unused variable `area'. | Pavel Janík | 2001-10-24 | 1 | -1/+1 |
| | |||||
* | (sync_window_with_frame_matrix_rows): Fix | Gerd Moellmann | 2001-10-23 | 1 | -16/+19 |
| | | | | | handling of windows which aren't full-width, fix handling of marginal areas. | ||||
* | (update_frame_line): Don't call reassert_line_highlight. | Miles Bader | 2001-10-20 | 1 | -73/+24 |
| | | | | | | | (line_hash_code, row_equal_p, fake_current_matrices) (build_frame_matrix_from_leaf_window, update_frame_line) (update_frame_line, update_frame_line, update_frame_line): Don't use `inverse_p' field. | ||||
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Miles Bader | 2001-10-17 | 1 | -52/+50 |
| | |||||
* | (Fsleep_for): Fix typo in a doc string. | Pavel Janík | 2001-10-15 | 1 | -1/+1 |
| | |||||
* | Put doc strings in comments. | Gerd Moellmann | 2001-10-14 | 1 | -89/+91 |
| | |||||
* | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -3/+0 |
| | |||||
* | (required_matrix_width, required_matrix_height): New | Gerd Moellmann | 2001-09-26 | 1 | -43/+73 |
| | | | | | | | functions. (allocate_matrices_for_window_redisplay) (allocate_matrices_for_frame_redisplay: Use them. Remove parameters CH_DIM. | ||||
* | (set_window_cursor_after_update): Fix code | Gerd Moellmann | 2001-09-12 | 1 | -8/+7 |
| | | | | | finding glyph row containing cursor when cursor_in_echo_area is >= 0. | ||||
* | (direct_output_for_insert): Don't change IT's | Gerd Moellmann | 2001-09-10 | 1 | -0/+1 |
| | | | | stop_charpos to something in front of its current position. | ||||
* | (direct_output_for_insert): Set updated_area | Gerd Moellmann | 2001-08-28 | 1 | -0/+1 |
| | | | | before insering/writing glyphs. | ||||
* | (adjust_glyph_matrix): Undo last change. | Gerd Moellmann | 2001-08-09 | 1 | -3/+1 |
| | |||||
* | (adjust_glyph_matrix): In the optimization for | Gerd Moellmann | 2001-08-08 | 1 | -1/+3 |
| | | | | | windows whose height has changed, disable partially visible lines. | ||||
* | (shift_glyph_matrix, blank_row): Fix computation | Gerd Moellmann | 2001-07-27 | 1 | -11/+9 |
| | | | | of row's visible height. | ||||
* | (adjust_glyph_matrix): In the optimization for | Gerd Moellmann | 2001-07-23 | 1 | -6/+8 |
| | | | | | windows whose height has changed, use the new window height to compute which rows to invalidate. | ||||
* | (update_window): Don't set the cursor at the end | Gerd Moellmann | 2001-07-19 | 1 | -6/+28 |
| | | | | of the update if display update has been paused. | ||||
* | (update_window): Don't skip the header-line | Gerd Moellmann | 2001-07-10 | 1 | -14/+2 |
| | | | | update when scrolling_window returns 0. | ||||
* | (adjust_glyph_matrix): Don't try to reuse the current | Gerd Moellmann | 2001-03-30 | 1 | -1/+4 |
| | | | | | matrix of a window when the header line changes, when new rows are allocated, or when the width changes. | ||||
* | (buffer_posn_from_coords): Add parameters OBJECT and | Gerd Moellmann | 2001-03-09 | 1 | -6/+11 |
| | | | | POS; return void. | ||||
* | (syms_of_display) <glyph-table>: Doc fix. | Eli Zaretskii | 2001-03-06 | 1 | -2/+3 |
| | |||||
* | Check HAVE_TERM_H before including term.h. | Gerd Moellmann | 2001-02-26 | 1 | -2/+2 |
| | |||||
* | (direct_output_for_insert): Give up if we are showing | Gerd Moellmann | 2001-02-22 | 1 | -0/+4 |
| | | | | | a message or just cleared the message because we might need to resize the echo area window or display an empty echo area. | ||||
* | (direct_output_for_insert): Recognize more cases where | Gerd Moellmann | 2001-02-16 | 1 | -1/+4 |
| | | | | glyphs can be written instead of being inserted. | ||||
* | (update_text_area): Undo change of 2001-01-12. | Gerd Moellmann | 2001-02-15 | 1 | -5/+3 |
| | |||||
* | (update_frame_line): Rename parameter FRAME to F. | Gerd Moellmann | 2001-02-06 | 1 | -20/+34 |
| | | | | Avoid some unnecessary cursor positioning. | ||||
* | (adjust_glyph_matrix): Always clear desired matrices. | Gerd Moellmann | 2001-01-26 | 1 | -30/+43 |
| | |||||
* | (Fredraw_frame): Remove reference to | Andrew Innes | 2001-01-20 | 1 | -1/+1 |
| | | | | FRAME_W32_CONSOLE_P. | ||||
* | (direct_output_for_insert): If char_ins_del_ok is | Gerd Moellmann | 2001-01-17 | 1 | -0/+6 |
| | | | | zero, use this method only at the end of a line. | ||||
* | Call redisplay_preserve_echo_area with additional arg. | Gerd Moellmann | 2001-01-16 | 1 | -1/+1 |
| |