diff options
| author | Glenn Morris | 2014-07-08 19:04:12 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-07-08 19:04:12 -0700 |
| commit | 5613a6f6d52bca0018c5777aba67a99f51016a35 (patch) | |
| tree | c070100c79442ae2f9876f82af4eeebadc39249c /src/ChangeLog | |
| parent | 27e81f9f4e368176a3b17ceeadd2e0aa5dd9d1ed (diff) | |
| parent | d8899d09b992d733dc1cc6ec93b11cb75ce84f5d (diff) | |
| download | emacs-5613a6f6d52bca0018c5777aba67a99f51016a35.tar.gz emacs-5613a6f6d52bca0018c5777aba67a99f51016a35.zip | |
Merge from emacs-24; up to 2014-06-19T14:03:45Z!monnier@iro.umontreal.ca
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4c4ca3a5e00..ba56edda715 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,37 @@ | |||
| 1 | 2014-07-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (move_it_to): Adjust calculation of line_start_x to what | ||
| 4 | x_produce_glyphs does when it generates a stretch glyph that | ||
| 5 | represents a TAB. (Bug#17969) | ||
| 6 | |||
| 7 | * xdisp.c (pos_visible_p): If CHARPOS is at beginning of window, | ||
| 8 | and there is a display property at that position, don't call | ||
| 9 | move_it_to to move to a position before window start. (Bug#17942) | ||
| 10 | Fix condition for finding CHARPOS by the first call to move_it_to. | ||
| 11 | (Bug#17944) | ||
| 12 | |||
| 13 | 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 14 | |||
| 15 | * syntax.c (find_defun_start): Try the cache even | ||
| 16 | if !open_paren_in_column_0_is_defun_start. | ||
| 17 | (back_comment): If find_defun_start was pessimistic, use the | ||
| 18 | scan_sexps_forward result to improve the cache (bug#16526). | ||
| 19 | |||
| 20 | 2014-07-09 Eli Zaretskii <eliz@gnu.org> | ||
| 21 | |||
| 22 | * xdisp.c (redisplay_window): If redisplay of a window ends up | ||
| 23 | with point in a partially visible line at end of the window, make | ||
| 24 | sure the amended position of point actually has smaller Y | ||
| 25 | coordinate; if not, give up and scroll the display. (Bug#17905) | ||
| 26 | |||
| 27 | * window.c (window_scroll_pixel_based): When point ends up at the | ||
| 28 | last fully visible line, don't let move_it_to stop at the left | ||
| 29 | edge of the line and dupe us into thinking point is inside the | ||
| 30 | scroll margin. | ||
| 31 | |||
| 32 | * w32.c (network_interface_info): Make sure the argument is a | ||
| 33 | Lisp string. | ||
| 34 | |||
| 1 | 2014-07-08 Paul Eggert <eggert@cs.ucla.edu> | 35 | 2014-07-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 36 | ||
| 3 | * process.c (read_and_dispose_of_process_output): Fix typo | 37 | * process.c (read_and_dispose_of_process_output): Fix typo |