aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2004-10-27 15:07:06 +0000
committerRichard M. Stallman2004-10-27 15:07:06 +0000
commit4660a9e3d607f8c4212f6d2598aa8e83cc7f89ff (patch)
tree108f78d3d2a433a97cc5ebd2ba74c57cd509b7c1 /src
parent58cc447b2397b97131ee346d68c4752faee436b5 (diff)
downloademacs-4660a9e3d607f8c4212f6d2598aa8e83cc7f89ff.tar.gz
emacs-4660a9e3d607f8c4212f6d2598aa8e83cc7f89ff.zip
*** 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 fbef104296f..3dbe191d9c2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12004-10-27 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (get_next_display_element): In mode lines,
4 treat newline and tab like other control characters.
5
6 * editfns.c (Fmessage): Doc fix.
7
8 * indent.c (vmotion): When moving up, check the newline before.
9 Make prevline an int, not a Lisp_Object.
10
12004-10-27 Kim F. Storm <storm@cua.dk> 112004-10-27 Kim F. Storm <storm@cua.dk>
2 12
3 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA. 13 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.