diff options
| author | Dan Nicolaescu | 2007-11-20 17:58:52 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-11-20 17:58:52 +0000 |
| commit | 202c09a889e637eb4162db551252c80bbf46b02b (patch) | |
| tree | 91c9a3f493ce067ab3d389783a683348cb1c6b45 /src/ChangeLog | |
| parent | 1571d112d97475f53d99a3aff303139ff6ac748b (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2007-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. |