aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-04-20 16:48:50 +0800
committerChong Yidong2012-04-20 16:48:50 +0800
commitc07a4c0b599e0debfb10acdf02ac6559b998a88a (patch)
treef87bca47c21f04b43cca2347a21ed89c57b67958 /src/ChangeLog
parent6cf2a23e297b8a57a70c2a1dab5aa28b73461b0b (diff)
parent50e5ebca7edcf5299b89ff74499991de01e22046 (diff)
downloademacs-c07a4c0b599e0debfb10acdf02ac6559b998a88a.tar.gz
emacs-c07a4c0b599e0debfb10acdf02ac6559b998a88a.zip
Merge from emacs-24 branch
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog27
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 @@
12012-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
62012-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
122012-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
232012-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
272012-04-20 Teodor Zlatanov <tzz@lifelogs.com>
12012-04-18 Paul Eggert <eggert@cs.ucla.edu> 282012-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)