aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-12 12:00:35 -0800
committerPaul Eggert2011-02-12 12:00:35 -0800
commit583dab51b0c1962c10d5b8baf9da7af7921e8775 (patch)
tree69e6178b399ecfaed2e3b757e2d68e96b7b0334d /src/ChangeLog
parent64640ce2d31c153698c501e9385e3d5397181de9 (diff)
parent470d996db4b850a0c4676e03de805e53703b80e0 (diff)
downloademacs-583dab51b0c1962c10d5b8baf9da7af7921e8775.tar.gz
emacs-583dab51b0c1962c10d5b8baf9da7af7921e8775.zip
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 43ca62aedfc..031b254739e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12011-02-12 Andreas Schwab <schwab@linux-m68k.org>
2
3 * process.c (create_process): Reset SIGPIPE handler in the child.
4 * callproc.c (Fcall_process): Likewise. (Bug#5238)
5
62011-02-12 Eli Zaretskii <eliz@gnu.org>
7
8 * xdisp.c <this_line_min_pos>: New variable.
9 (move_it_in_display_line_to): Record in this_line_min_pos the
10 smallest position iterated across.
11 (display_line): Use this_line_min_pos to record the smallest
12 position in the line even if it is not displayed due to
13 hscrolling. (Bug#7939)
14
12011-02-12 Paul Eggert <eggert@cs.ucla.edu> 152011-02-12 Paul Eggert <eggert@cs.ucla.edu>
2 16
3 Remove no-longer needed getloadavg symbols. 17 Remove no-longer needed getloadavg symbols.