changeset 67490:76e4d7c8d043

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sun, 11 Dec 2005 01:06:48 +0000
parents e9ee2ee1d26e
children e5693a64f4ea 39bb10ce301a
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Dec 11 01:06:29 2005 +0000
+++ b/lisp/ChangeLog	Sun Dec 11 01:06:48 2005 +0000
@@ -1,3 +1,7 @@
+2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+	* term/mac-win.el: Create keymap for mac-apple-event-map.
+
 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
 
 	* tooltip.el (tooltip-mode): Move to start of file so that it
--- a/src/ChangeLog	Sun Dec 11 01:06:29 2005 +0000
+++ b/src/ChangeLog	Sun Dec 11 01:06:48 2005 +0000
@@ -1,3 +1,10 @@
+2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+	* emacs.c (main) [MAC_OS8]: Undo previous change.
+
+	* macselect.c (syms_of_macselect) <mac-apple-event-map>:
+	Initialize to nil.  Keymap is now created in lisp/term/mac-win.el.
+
 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
 	* Makefile.in (macselect.o): Depend on keymap.h.