aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-12-26 22:11:17 +0000
committerRichard M. Stallman2005-12-26 22:11:17 +0000
commitd7504d5c73b260b73aaf04d58dd650671ac2a713 (patch)
treeb039681159fbd49fee960c1f911c4d39a9009e48
parent3cece6938dcd1006b7114967bbf4305871c75b1d (diff)
downloademacs-d7504d5c73b260b73aaf04d58dd650671ac2a713.tar.gz
emacs-d7504d5c73b260b73aaf04d58dd650671ac2a713.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog10
2 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 61c4171d2bf..174e9d71bf1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-12-26 Richard M. Stallman <rms@gnu.org>
2
3 * apropos.el (apropos, apropos-value): Doc fix.
4 (apropos-documentation): Doc fix.
5
12005-12-26 Stefan Monnier <monnier@iro.umontreal.ca> 62005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * subr.el (lazy-completion-table): Remove argument `args'. 8 * subr.el (lazy-completion-table): Remove argument `args'.
diff --git a/src/ChangeLog b/src/ChangeLog
index 517a5ddced6..384fe3828de 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12005-12-26 Richard M. Stallman <rms@gnu.org>
2
3 * keyboard.h: Undo previous change.
4
5 * Makefile.in (undo.o): Undo previous change.
6
7 * undo.c: Undo previous change.
8
12005-12-26 Luc Teirlinck <teirllm@auburn.edu> 92005-12-26 Luc Teirlinck <teirllm@auburn.edu>
2 10
3 * keyboard.h: extern last_point_position_window. 11 * keyboard.h: extern last_point_position_window.
@@ -8,6 +16,8 @@
8 16
92005-12-26 Richard M. Stallman <rms@gnu.org> 172005-12-26 Richard M. Stallman <rms@gnu.org>
10 18
19 * commands.h (last_point_position_window): Declare.
20
11 * undo.c: Depend on window.h. 21 * undo.c: Depend on window.h.
12 (record_point): Save old point from the correct window. 22 (record_point): Save old point from the correct window.
13 23