diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b561ceb73f5..3db5a7d4e19 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 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. |