aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-01-14 12:15:17 +0000
committerKim F. Storm2005-01-14 12:15:17 +0000
commit88948d55b15b3f6e5730ea69e597818c8b01103f (patch)
treeadec05f58a0b8f1632b89293237fe07f6db4a780
parenta25f766aa391b708a1e98e8471d767358048cac3 (diff)
downloademacs-88948d55b15b3f6e5730ea69e597818c8b01103f.tar.gz
emacs-88948d55b15b3f6e5730ea69e597818c8b01103f.zip
*** empty log message ***
-rw-r--r--lispref/ChangeLog2
-rw-r--r--src/ChangeLog4
2 files changed, 6 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 3e2849ea859..635ca735e55 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,5 +1,7 @@
12005-01-14 Kim F. Storm <storm@cua.dk> 12005-01-14 Kim F. Storm <storm@cua.dk>
2 2
3 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
4
3 * text.texi (Links and Mouse-1): Fix string and vector item. 5 * text.texi (Links and Mouse-1): Fix string and vector item.
4 6
52005-01-13 Richard M. Stallman <rms@gnu.org> 72005-01-13 Richard M. Stallman <rms@gnu.org>
diff --git a/src/ChangeLog b/src/ChangeLog
index ae4c8fd4c5d..e707c61b83f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12005-01-14 Kim F. Storm <storm@cua.dk>
2
3 * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
4
12005-01-13 Richard M. Stallman <rms@gnu.org> 52005-01-13 Richard M. Stallman <rms@gnu.org>
2 6
3 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map 7 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map