diff options
| author | Chong Yidong | 2012-04-20 16:48:50 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-20 16:48:50 +0800 |
| commit | c07a4c0b599e0debfb10acdf02ac6559b998a88a (patch) | |
| tree | f87bca47c21f04b43cca2347a21ed89c57b67958 /src/ChangeLog | |
| parent | 6cf2a23e297b8a57a70c2a1dab5aa28b73461b0b (diff) | |
| parent | 50e5ebca7edcf5299b89ff74499991de01e22046 (diff) | |
| download | emacs-c07a4c0b599e0debfb10acdf02ac6559b998a88a.tar.gz emacs-c07a4c0b599e0debfb10acdf02ac6559b998a88a.zip | |
Merge from emacs-24 branch
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ae91f04635b..fa6c47bf955 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2012-04-20 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * process.c (wait_reading_process_output): If EIO occurs on a pty, | ||
| 4 | set the status to "failed" and ensure that sentinel is run. | ||
| 5 | |||
| 6 | 2012-04-20 Glenn Morris <rgm@gnu.org> | ||
| 7 | |||
| 8 | * process.c (Fset_process_inherit_coding_system_flag) | ||
| 9 | (Fset_process_query_on_exit_flag): Doc fix (mention return value). | ||
| 10 | (Fmake_network_process, Fmake_serial_process): Doc fix. | ||
| 11 | |||
| 12 | 2012-04-20 Eli Zaretskii <eliz@gnu.org> | ||
| 13 | |||
| 14 | * xdisp.c (string_buffer_position_lim): Limit starting position to | ||
| 15 | BEGV. | ||
| 16 | (set_cursor_from_row): If called for a mode-line or header-line | ||
| 17 | row, return zero immediately. | ||
| 18 | (try_cursor_movement): If inside continuation line, don't back up | ||
| 19 | farther than the first row after the header line, if any. Don't | ||
| 20 | consider the header-line row as "partially visible", even if | ||
| 21 | MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261) | ||
| 22 | |||
| 23 | 2012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change) | ||
| 24 | |||
| 25 | * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n" (bug#11238). | ||
| 26 | |||
| 27 | 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 1 | 2012-04-18 Paul Eggert <eggert@cs.ucla.edu> | 28 | 2012-04-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 29 | ||
| 3 | configure: new option --enable-gcc-warnings (Bug#11207) | 30 | configure: new option --enable-gcc-warnings (Bug#11207) |