aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAdrian Robert2008-08-04 14:39:27 +0000
committerAdrian Robert2008-08-04 14:39:27 +0000
commit14145fa3d03d61fec15d5939b5c4417c9d6472d9 (patch)
tree3720d80ab307127573cb2f685536a2e1c570198e /src/ChangeLog
parentd7982012851b8772c623287a11aa497e15ac6c3d (diff)
downloademacs-14145fa3d03d61fec15d5939b5c4417c9d6472d9.tar.gz
emacs-14145fa3d03d61fec15d5939b5c4417c9d6472d9.zip
cleanup in s/darwin.h, define DARWIN_OS and use it instead of DARWIN and/or MAC_OSX; also, nsterm.m: small unrelated cleanups
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog23
1 files changed, 22 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5504b4423c7..b6ef8670e75 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,27 @@
12008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
4
5 * keyboard.h: Comment an #endif.
6
7 * nsterm.m (EmacsView -converstationIdentifier): Use NSInteger
8 version for GNUstep (handled by conditional typedef in nsterm.m).
9 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
10 in rgb.txt).
11
12 * process.c (init_process): Use DARWIN_OS, not DARWIN.
13
14 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
15
16 * m/inter386.h: Change DARWIN to DARWIN_OS.
17
18 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
19 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
20 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood.
21
12008-08-03 Chong Yidong <cyd@stupidchicken.com> 222008-08-03 Chong Yidong <cyd@stupidchicken.com>
2 23
3 * nsterm.m (windowDidResize): Remove stopModel call. 24 * nsterm.m (windowDidResize): Remove stopModal call.
4 25
52008-08-03 Andreas Schwab <schwab@suse.de> 262008-08-03 Andreas Schwab <schwab@suse.de>
6 27