diff src/ChangeLog @ 57746:394f5aa03475

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Oct 2004 15:07:06 +0000
parents 66e97a54985f
children 507a7395d0ef
line wrap: on
line diff
--- a/src/ChangeLog	Wed Oct 27 15:05:12 2004 +0000
+++ b/src/ChangeLog	Wed Oct 27 15:07:06 2004 +0000
@@ -1,3 +1,13 @@
+2004-10-27  Richard M. Stallman  <rms@gnu.org>
+
+	* xdisp.c (get_next_display_element): In mode lines,
+	treat newline and tab like other control characters.
+
+	* editfns.c (Fmessage): Doc fix.
+
+	* indent.c (vmotion): When moving up, check the newline before.
+	Make prevline an int, not a Lisp_Object.
+
 2004-10-27  Kim F. Storm  <storm@cua.dk>
 
 	* editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.