]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
(note_mouse_highlight): Fix type of variable `ignore'.
[gnu-emacs] / src / ChangeLog
index 4188e7de20501995e7020f47839ee1e50f5969ca..f73c7ddcbc3712c694574e84af2bc4987cb7b841 100644 (file)
@@ -1,5 +1,48 @@
+2001-11-17  Andreas Schwab  <schwab@suse.de>
+
+       * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
+
+2001-11-17  Richard M. Stallman  <rms@gnu.org>
+
+       * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
+
+2001-11-17  Jason Rumney  <jasonr@gnu.org>
+
+       * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
+
+2001-11-17  Gerd Moellmann  <gerd@gnu.org>
+
+       * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
+       with invalid position.
+
+2001-11-16  Richard M. Stallman  <rms@gnu.org>
+
+       * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
+
+       * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
+       * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
+       * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
+
+       * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
+
+2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * fileio.c (build_annotations): Split off the tail.
+       (build_annotations_2): New fun.  Extracted from build_annotations.
+       (Fwrite_region): Split the call to build_annotations into two
+       calls to build_annotations and build_annotations_2.
+
 2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
+       clear_waiting_for_input with argument.
+
+       * xterm.h (x_update_cursor): Remove duplicated prototype.
+
+       * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
+
+       * xterm.c (waiting_for_input): Remove unnecessary prototype.
+
        * data.c (Ftimes): Doc fix.
        (Fquo): Likewise.
        (Frem): Likewise.