diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 09a6180e79d..62424f794cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS | ||
| 4 | and LC_VERSION_MIN_MACOSX. | ||
| 5 | (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function. | ||
| 6 | (dump_it) [LC_FUNCTION_STARTS]: Use it. | ||
| 7 | |||
| 1 | 2011-07-22 Chong Yidong <cyd@stupidchicken.com> | 8 | 2011-07-22 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * frame.c (Fmodify_frame_parameters): In tty case, update the | 10 | * frame.c (Fmodify_frame_parameters): In tty case, update the |