aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLuc Teirlinck2005-06-10 02:36:07 +0000
committerLuc Teirlinck2005-06-10 02:36:07 +0000
commitc869384d74ca1fc2c33b25eb28316b3a6415dcf8 (patch)
tree32fb355f1e009f56dcba8d5e4a7ae1e328a47e35 /src/ChangeLog
parent9848feb480dbc9255f770d23ca7f3db9b1ba8d40 (diff)
downloademacs-c869384d74ca1fc2c33b25eb28316b3a6415dcf8.tar.gz
emacs-c869384d74ca1fc2c33b25eb28316b3a6415dcf8.zip
(Fselect_window): Adapt call to Fselect_frame.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4ab24a42e41..0962308155e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12005-06-09 Luc Teirlinck <teirllm@auburn.edu>
2
3 * window.c (Fselect_window): Adapt call to Fselect_frame.
4
5 * lisp.h: Update EXFUN of Fselect_frame.
6
7 * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
8
9 * frame.c (do_switch_frame, Fselect_frame): Delete unused arg no_enter.
10 (set-mouse-position, set-mouse-pixel-position, iconify-frame):
11 Adapt to above change.
12
12005-06-10 Juanma Barranquero <lekktu@gmail.com> 132005-06-10 Juanma Barranquero <lekktu@gmail.com>
2 14
3 * fns.c (Fmemq, Fmaphash): Doc fixes. 15 * fns.c (Fmemq, Fmaphash): Doc fixes.