aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2015-02-09 18:24:46 +0200
committerEli Zaretskii2015-02-09 18:24:46 +0200
commit403cb178c75a80603dbd8ed23e342d2109645401 (patch)
tree815315bef8212ed239805f13089612ebcef78a82 /src/ChangeLog
parentaf560cd6f15e7cc7e42bff5b3c802b9d1d1640b5 (diff)
downloademacs-403cb178c75a80603dbd8ed23e342d2109645401.tar.gz
emacs-403cb178c75a80603dbd8ed23e342d2109645401.zip
Speed up vertical-motion when screen coordinates are known
src/indent.c (Fvertical_motion): Accept an additional argument CUR-COL and use it as the starting screen coordinate. src/window.c (window_scroll_line_based, Fmove_to_window_line): All callers of vertical-motion changed. doc/lispref/positions.texi (Screen Lines): Update the documentation of vertical-motion to document the new additional argument.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2a702a29a7d..4afcdcf0711 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12015-02-09 Eli Zaretskii <eliz@gnu.org>
2
3 * indent.c (Fvertical_motion): Accept an additional argument
4 CUR-COL and use it as the starting screen coordinate.
5 * window.c (window_scroll_line_based, Fmove_to_window_line): All
6 callers of vertical-motion changed.
7
12015-02-09 Dima Kogan <dima@secretsauce.net> 82015-02-09 Dima Kogan <dima@secretsauce.net>
2 9
3 * font.c (font_score): Remove unused variable assignment. 10 * font.c (font_score): Remove unused variable assignment.