aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAdrian Robert2008-08-05 03:05:14 +0000
committerAdrian Robert2008-08-05 03:05:14 +0000
commit4e6225928e54d42a7899dc20a5f56da51e056332 (patch)
tree27cc44228ee044d447283489a52a3fc352dfb79a /src/ChangeLog
parentcd1c5ce121ba476ca1472cd6f84a15a34c5b2d65 (diff)
downloademacs-4e6225928e54d42a7899dc20a5f56da51e056332.tar.gz
emacs-4e6225928e54d42a7899dc20a5f56da51e056332.zip
Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4b157961e80..ed88f0c45d2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 Dock menu customization, based on a patch by Ken Raeburn, plus some
4 other fixes.
5 * nsmenu.m (dockMenu): New variable.
6 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
7
8 * nsterm.h (dockMenu): Declare.
9
10 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
11 (ns_term_init): Initialize dockMenu.
12 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
13 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
14 left.
15
16 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
17
12008-08-04 Chong Yidong <cyd@stupidchicken.com> 182008-08-04 Chong Yidong <cyd@stupidchicken.com>
2 19
3 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it. 20 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
@@ -30,7 +47,7 @@
30 when popup done. 47 when popup done.
31 (ns_popup_dialog): Set popup_activated_flag. 48 (ns_popup_dialog): Set popup_activated_flag.
32 49
33 * nsterm.m (EmacsView -converstationIdentifier): Use NSInteger 50 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
34 version for GNUstep (handled by conditional typedef in nsterm.m). 51 version for GNUstep (handled by conditional typedef in nsterm.m).
35 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now 52 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
36 in rgb.txt). 53 in rgb.txt).