aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2007-11-20 17:58:52 +0000
committerDan Nicolaescu2007-11-20 17:58:52 +0000
commit202c09a889e637eb4162db551252c80bbf46b02b (patch)
tree91c9a3f493ce067ab3d389783a683348cb1c6b45 /src/ChangeLog
parent1571d112d97475f53d99a3aff303139ff6ac748b (diff)
downloademacs-202c09a889e637eb4162db551252c80bbf46b02b.tar.gz
emacs-202c09a889e637eb4162db551252c80bbf46b02b.zip
* term/mac-win.el (x-setup-function-keys): Only setup
local-function-key-map if it has not been setup already for the current frame. Move the suspend-emacs processing here. * s/darwin.h (MULTI_KBOARD): Remove. * macfns.c (x_create_tip_frame, Fx_create_frame) (x_create_tip_frame): Don't deal with MULTI_KBOARD.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4113948bc97..dda5b989775 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * s/darwin.h (MULTI_KBOARD): Remove.
4
5 * macfns.c (x_create_tip_frame, Fx_create_frame)
6 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
7
12007-11-19 Stefan Monnier <monnier@iro.umontreal.ca> 82007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2 9
3 * buffer.c (Fbuffer_local_value): Remove redundant test. 10 * buffer.c (Fbuffer_local_value): Remove redundant test.