]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
(x_draw_glyphs): Remove parameters READ_START and
[gnu-emacs] / src / ChangeLog
index c6bc374e73f07b9fba45ee7e52223dff1c63dc09..1041152ea84c4e617e72be82c4a993e02447e027 100644 (file)
@@ -1,3 +1,52 @@
+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.
+
+2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
+       (Finsert_string): Avoid the multi-line string literals warning.
+
 2001-10-22  Miles Bader  <miles@gnu.org>
 
        * doc.c (Vhelp_manyarg_func_alist): Variable removed.
@@ -49,6 +98,9 @@
        (note_mouse_movement): If the mouse moved off the glyph, remember
        its new position.
        
+       * w32term.h (struct w32_output): Correct spelling of x_compatible.
+       (w32_display_info): Add mouse_face_overlay.
+
        * w32term.c (notice_overwritten_cursor): Renamed from
        note_overwritten_text_cursor.  Rewritten to take glyph widths into
        account.
        a widget to zero height.
 
        * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
-       Protect unibyte stings created by replacing their multibyte
+       Protect unibyte strings created by replacing their multibyte
        equivalents in menu_items.
        (w32_menu_show): Don't overwrite an item's name with its key
        description in case the description is a multibyte string.
 
 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
 
-       * Version 21.1 released.
+       * (Version 21.1 released.)
 
 2001-10-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>