comparison 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
comparison
equal deleted inserted replaced
97265:26b2f138dae9 97266:80acedef7417
1 2008-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
1 2008-08-03 Chong Yidong <cyd@stupidchicken.com> 22 2008-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
5 2008-08-03 Andreas Schwab <schwab@suse.de> 26 2008-08-03 Andreas Schwab <schwab@suse.de>
6 27
7 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define. 28 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
8 (check_memory_limits): Don't handle HAVE_GETRLIMIT here. 29 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.