diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2aa0e157afe..1ffc464ce5c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-08-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * eval.c (internal_condition_case, internal_condition_case_1) | ||
| 4 | (internal_condition_case_2, internal_condition_case_n): Remove | ||
| 5 | unnecessary aborts (Bug#9081). | ||
| 6 | |||
| 1 | 2011-08-17 Eli Zaretskii <eliz@gnu.org> | 7 | 2011-08-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file | 9 | * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file |
| @@ -61,7 +67,7 @@ | |||
| 61 | 2011-08-14 Kenichi Handa <handa@m17n.org> | 67 | 2011-08-14 Kenichi Handa <handa@m17n.org> |
| 62 | 68 | ||
| 63 | * process.c (create_process): Call setup_process_coding_systems | 69 | * process.c (create_process): Call setup_process_coding_systems |
| 64 | after the pid of the process is set to -1. | 70 | after the pid of the process is set to -1 (Bug#8162). |
| 65 | 71 | ||
| 66 | 2011-08-14 Eli Zaretskii <eliz@gnu.org> | 72 | 2011-08-14 Eli Zaretskii <eliz@gnu.org> |
| 67 | 73 | ||