aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-08-28 10:01:29 +0000
committerRichard M. Stallman2006-08-28 10:01:29 +0000
commit24d8984e70c0623f8d004cec369e68e1cef0a627 (patch)
treefa9e1892eaf0c3c2bf43b7b791576a336ac33187
parent6cd1754c7fcec3b99bc2a2b3728eb60ff22c4c4c (diff)
downloademacs-24d8984e70c0623f8d004cec369e68e1cef0a627.tar.gz
emacs-24d8984e70c0623f8d004cec369e68e1cef0a627.zip
*** empty log message ***
-rw-r--r--man/ChangeLog13
-rw-r--r--src/ChangeLog4
2 files changed, 17 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index ee0dac8359c..c43e6cf55ae 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,16 @@
12006-08-28 Richard Stallman <rms@gnu.org>
2
3 * windows.texi (Split Window): Update xref.
4
5 * basic.texi (Continuation Lines): Update xref.
6
7 * indent.texi (Tab Stops): Update xref.
8
9 * emacs.texi (Top): Update subnode menu.
10
11 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
12 split out of Display Custom.
13
12006-08-25 Kim F. Storm <storm@cua.dk> 142006-08-25 Kim F. Storm <storm@cua.dk>
2 15
3 * display.texi (Display Custom): Add variables overline-margin 16 * display.texi (Display Custom): Add variables overline-margin
diff --git a/src/ChangeLog b/src/ChangeLog
index 5eef31bb142..19625735579 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -73,6 +73,10 @@
73 (Frename_file, Fadd_name_to_file, Fmake_symbolic_link): 73 (Frename_file, Fadd_name_to_file, Fmake_symbolic_link):
74 Simplify; remove NO_ARG_ARRAY stuff, use list2. 74 Simplify; remove NO_ARG_ARRAY stuff, use list2.
75 75
762006-08-25 Richard Stallman <rms@gnu.org>
77
78 * buffer.c (Fswitch_to_buffer): Fix previous change.
79
762006-08-25 Kim F. Storm <storm@cua.dk> 802006-08-25 Kim F. Storm <storm@cua.dk>
77 81
78 * keyboard.c (Fcurrent_idle_time): Simplify. 82 * keyboard.c (Fcurrent_idle_time): Simplify.