diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
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 @@ | |||
| 1 | 2011-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 | |||
| 6 | 2011-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 | |||
| 1 | 2011-02-12 Paul Eggert <eggert@cs.ucla.edu> | 15 | 2011-02-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 16 | ||
| 3 | Remove no-longer needed getloadavg symbols. | 17 | Remove no-longer needed getloadavg symbols. |