changeset 63188:461a31b5c269

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 10 Jun 2005 02:36:07 +0000
parents dd0624f7bb99
children cf4a5258f723
files src/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jun 10 02:31:13 2005 +0000
+++ b/src/ChangeLog	Fri Jun 10 02:36:07 2005 +0000
@@ -1,3 +1,15 @@
+2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
+
+	* window.c (Fselect_window): Adapt call to Fselect_frame.
+
+	* lisp.h: Update EXFUN of Fselect_frame.
+
+	* keyboard.c (command_loop_1): Adapt call to Fselect_frame.
+
+	* frame.c (do_switch_frame, Fselect_frame): Delete unused arg no_enter.
+	(set-mouse-position, set-mouse-pixel-position, iconify-frame):
+	Adapt to above change.
+
 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
 
 	* fns.c (Fmemq, Fmaphash): Doc fixes.