Mercurial > emacs
diff src/ChangeLog @ 97266:80acedef7417
cleanup in s/darwin.h, define DARWIN_OS and use it instead of DARWIN and/or MAC_OSX; also, nsterm.m: small unrelated cleanups
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Mon, 04 Aug 2008 14:39:27 +0000 |
parents | 69df98840af7 |
children | 248808aeee3e |
line wrap: on
line diff
--- a/src/ChangeLog Mon Aug 04 14:17:35 2008 +0000 +++ b/src/ChangeLog Mon Aug 04 14:39:27 2008 +0000 @@ -1,6 +1,27 @@ +2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com> + + * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS. + + * keyboard.h: Comment an #endif. + + * nsterm.m (EmacsView -converstationIdentifier): Use NSInteger + version for GNUstep (handled by conditional typedef in nsterm.m). + (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now + in rgb.txt). + + * process.c (init_process): Use DARWIN_OS, not DARWIN. + + * sysselect.h: Conditionalize init_process undef on DARWIN_OS. + + * m/inter386.h: Change DARWIN to DARWIN_OS. + + * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def. + Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs + closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. + 2008-08-03 Chong Yidong <cyd@stupidchicken.com> - * nsterm.m (windowDidResize): Remove stopModel call. + * nsterm.m (windowDidResize): Remove stopModal call. 2008-08-03 Andreas Schwab <schwab@suse.de>