changeset 37923:090e5993c4c7

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 28 May 2001 13:42:52 +0000
parents fcd11c3e6341
children 24103cc6e9c4
files etc/TODO lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/TODO	Mon May 28 13:42:21 2001 +0000
+++ b/etc/TODO	Mon May 28 13:42:52 2001 +0000
@@ -160,3 +160,7 @@
   programs to native code is probably the first thing to try, though.
 
 * Add a feature to Info similar to "info --apropos SUBJECT".
+
+* If you do an insert-file and that file is currently modified in
+  another buffer but not written yet, print a warning.
+
--- a/lisp/ChangeLog	Mon May 28 13:42:21 2001 +0000
+++ b/lisp/ChangeLog	Mon May 28 13:42:52 2001 +0000
@@ -1,3 +1,12 @@
+2001-05-28  Miles Bader  <miles@gnu.org>
+
+	* comint.el (comint-carriage-motion): Renamed from
+	`comint-cr-magic'.  Operate on the buffer instead of the string
+	(for use as a comint post-output filter, instead of as a
+	pre-output filter).  Handle backspaces too.  Add to the
+	`comint-output-filter-functions' hook instead of
+	`comint-preoutput-filter-functions'.
+
 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
 
 	* language/japan-util.el (japanese-hankaku): Prefer the charset
--- a/src/ChangeLog	Mon May 28 13:42:21 2001 +0000
+++ b/src/ChangeLog	Mon May 28 13:42:52 2001 +0000
@@ -1,5 +1,9 @@
 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
 
+	* xterm.c (cursor_in_mouse_face_p): New function.
+	(x_draw_stretch_glyph_string): Use it to choose a different GC
+	when drawing a cursor within highlighted text.
+
 	* editfns.c (char_property_eq): Put in #if 0.
 
 	* indent.c (string_display_width): Put in #if 0.