summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* GTK versionJan Djärv2003-01-191-1/+3
* (safe_bcopy): Source pointer now points to const.Ken Raeburn2002-07-191-2/+3
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-6/+6
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-1/+1
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-4/+4
* (update_text_area): Set phys_cursor_on_p to 0 in theGerd Moellmann2002-04-241-0/+10
* (marginal_area_string): Sort arguments.Pavel Janík2002-04-141-1/+1
* (marginal_area_string): New.Gerd Moellmann2002-04-121-0/+51
* Update copyright.Gerd Moellmann2002-03-301-1/+1
* (direct_output_for_insert): CallGerd Moellmann2002-03-301-8/+1
* (sit_for): Don't wait if executing a kbd macro.Stefan Monnier2002-03-051-1/+1
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-1/+1
* (update_frame): Move the variable `tem' to the block where it is used.Pavel Janík2002-01-191-31/+28
* Test GNU_LINUX, not LINUX.Richard M. Stallman2001-12-111-2/+2
* Fringe cleanup.Kim F. Storm2001-11-161-4/+4
* (direct_output_forward_char): Fix character/byteGerd Moellmann2001-11-151-2/+2
* (syms_of_display): Doc fix.Richard M. Stallman2001-11-141-2/+3
* (Fsit_for): Reindent.Pavel Janík2001-11-131-13/+13
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-6/+6
* (change_frame_size_1): Set frame's resized_p.Gerd Moellmann2001-10-301-1/+2
* (syms_of_display) <visible-bell>: Add a reference toEli Zaretskii2001-10-261-1/+3
* (sync_window_with_frame_matrix_rows): Remove unused variable `area'.Pavel Janík2001-10-241-1/+1
* (sync_window_with_frame_matrix_rows): FixGerd Moellmann2001-10-231-16/+19
* (update_frame_line): Don't call reassert_line_highlight.Miles Bader2001-10-201-73/+24
* Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader2001-10-171-52/+50
* (Fsleep_for): Fix typo in a doc string.Pavel Janík2001-10-151-1/+1
* Put doc strings in comments.Gerd Moellmann2001-10-141-89/+91
* Don't define min/max.Gerd Moellmann2001-10-081-3/+0
* (required_matrix_width, required_matrix_height): NewGerd Moellmann2001-09-261-43/+73
* (set_window_cursor_after_update): Fix codeGerd Moellmann2001-09-121-8/+7
* (direct_output_for_insert): Don't change IT'sGerd Moellmann2001-09-101-0/+1
* (direct_output_for_insert): Set updated_areaGerd Moellmann2001-08-281-0/+1
* (adjust_glyph_matrix): Undo last change.Gerd Moellmann2001-08-091-3/+1
* (adjust_glyph_matrix): In the optimization forGerd Moellmann2001-08-081-1/+3
* (shift_glyph_matrix, blank_row): Fix computationGerd Moellmann2001-07-271-11/+9
* (adjust_glyph_matrix): In the optimization forGerd Moellmann2001-07-231-6/+8
* (update_window): Don't set the cursor at the endGerd Moellmann2001-07-191-6/+28
* (update_window): Don't skip the header-lineGerd Moellmann2001-07-101-14/+2
* (adjust_glyph_matrix): Don't try to reuse the currentGerd Moellmann2001-03-301-1/+4
* (buffer_posn_from_coords): Add parameters OBJECT andGerd Moellmann2001-03-091-6/+11
* (syms_of_display) <glyph-table>: Doc fix.Eli Zaretskii2001-03-061-2/+3
* Check HAVE_TERM_H before including term.h.Gerd Moellmann2001-02-261-2/+2
* (direct_output_for_insert): Give up if we are showingGerd Moellmann2001-02-221-0/+4
* (direct_output_for_insert): Recognize more cases whereGerd Moellmann2001-02-161-1/+4
* (update_text_area): Undo change of 2001-01-12.Gerd Moellmann2001-02-151-5/+3
* (update_frame_line): Rename parameter FRAME to F.Gerd Moellmann2001-02-061-20/+34
* (adjust_glyph_matrix): Always clear desired matrices.Gerd Moellmann2001-01-261-30/+43
* (Fredraw_frame): Remove reference toAndrew Innes2001-01-201-1/+1
* (direct_output_for_insert): If char_ins_del_ok isGerd Moellmann2001-01-171-0/+6
* Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann2001-01-161-1/+1