comparison src/ChangeLog @ 96774:3760da9fe15e

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1339
author Miles Bader <miles@gnu.org>
date Thu, 17 Jul 2008 23:18:58 +0000
parents 8b4d07d37cc5 0436fdfe2a5f
children 326ca810843d
comparison
equal deleted inserted replaced
96773:8b4d07d37cc5 96774:3760da9fe15e
1 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * gtkutil.c: Include <config.h> instead of "config.h".
4
5 * lisp.h (Foverlay_buffer): Add EXFUN.
6
7 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8 child process to complete child_setup. Undo 2005-09-21 change.
9
10 * s/darwin.h: Mention setsid after vfork.
11
12 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13
14 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
15 Depend on macgui.h.
16
17 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
18 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
19
20 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
21 and f19.
22 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
23
24 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
25 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
26 Remove enumerators.
27
28 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
29 Check if FACE_FROM_ID returns NULL.
30
1 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change) 31 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
2 32
3 * w32inevt.c (change_frame_size): Remove extern declaration. 33 * w32inevt.c (change_frame_size): Remove extern declaration.
4 (resize_event, maybe_generate_resize_event): Pass SAFE arg to 34 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
5 change_frame_size. 35 change_frame_size.