aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-10-27 15:07:06 +0000
committerRichard M. Stallman <[email protected]>2004-10-27 15:07:06 +0000
commit4660a9e3d607f8c4212f6d2598aa8e83cc7f89ff (patch)
tree108f78d3d2a433a97cc5ebd2ba74c57cd509b7c1 /src
parent58cc447b2397b97131ee346d68c4752faee436b5 (diff)
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fbef104296..3dbe191d9c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2004-10-27 Richard M. Stallman <[email protected]>
+
+ * 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 <[email protected]>
* editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.