aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-02-13 00:04:17 +0100
committerJoakim Verona2013-02-13 00:04:17 +0100
commite46029ad6dda065541c8de40de0fe9d5800ac770 (patch)
tree891ff36967b0ef02459ee46b6363b75bf810d524 /src/ChangeLog
parente0444a0966fa001953bb97cfb60451c42220be8e (diff)
parentc4131562319d3529841136d236ac39fb1e3d2b7c (diff)
downloademacs-e46029ad6dda065541c8de40de0fe9d5800ac770.tar.gz
emacs-e46029ad6dda065541c8de40de0fe9d5800ac770.zip
auto upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b3d3958853b..05737bb1194 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,29 @@
12013-02-12 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (redisplay_internal): Don't set w->region_showing to the
4 marker's position.
5 (display_line): Set w->region_showing to the value of
6 it->region_beg_charpos, not to -1. This fixes redisplay
7 optimization when cursor is moved up after M->. (Bug#13623)
8 (Bug#13626)
9 (try_scrolling): Scroll text up more if point is too close to ZV
10 and inside the scroll margin. This makes sure point is moved
11 outside the scroll margin in these cases.
12
13 * window.h (struct window): region_showing can no longer be
14 negative.
15
12013-02-11 Paul Eggert <eggert@cs.ucla.edu> 162013-02-11 Paul Eggert <eggert@cs.ucla.edu>
2 17
18 Tune by using memchr and memrchr.
19 * doc.c (Fsnarf_documentation):
20 * fileio.c (Fsubstitute_in_file_name):
21 * search.c (find_newline, scan_newline):
22 * xdisp.c (pos_visible_p, display_count_lines):
23 Use memchr and memrchr rather than scanning byte-by-byte.
24 * search.c (find_newline): Rename from scan_buffer.
25 Omit first arg TARGET, as it's always '\n'. All callers changed.
26
3 Clean up read_key_sequence a tiny bit more. 27 Clean up read_key_sequence a tiny bit more.
4 * keyboard.c (read_char_x_menu_prompt) [HAVE_MENUS]: 28 * keyboard.c (read_char_x_menu_prompt) [HAVE_MENUS]:
5 (read_key_sequence): Remove unused locals. 29 (read_key_sequence): Remove unused locals.