]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
(x_draw_glyphs): Remove parameters READ_START and
[gnu-emacs] / src / ChangeLog
index 97be71da5423dd7a24b5dcbaebcf1ba8860095f4..1041152ea84c4e617e72be82c4a993e02447e027 100644 (file)
@@ -1,3 +1,43 @@
+2001-10-23  Gerd Moellmann  <gerd@gnu.org>
+
+       * xterm.c (x_draw_glyphs): Remove parameters READ_START and 
+       REAL_END.  Notice if cursor gets overwritten.
+       (notice_overwritten_cursor): Take X positions as parameters.
+       (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
+       around call to x_draw_glyphs.
+
+2001-10-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * syntax.c: Fix argument names and usage.
+
+       * editfns.c: Fix argument names and usage.
+
+       * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
+       `left', `max_width' and `max_height'.
+
+2001-10-23  Gerd Moellmann  <gerd@gnu.org>
+
+       * xdisp.c (display_line): For a tab continued to the next line,
+       set row's ends_in_middle_of_char_p.
+
+2001-10-22  Gerd Moellmann  <gerd@gnu.org>
+
+       * xdisp.c (display_line): Fix computation of continuation lines
+       width for TABs.
+
+2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * xdisp.c (build_desired_tool_bar_string): Remove unused variable
+       `Qlaplace'.
+
+       * fileio.c: Remove unused code.
+
+2001-10-22  Miles Bader  <miles@gnu.org>
+
+       * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
+       (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
+       Remove `DOC_STRINGS_IN_COMMENTS' cases.
+
 2001-10-21  Jason Rumney  <jasonr@gnu.org>
 
        * w32term.c (x_erase_phys_cursor): Remove inverse_p again.