aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-11-09 23:24:10 +0200
committerEli Zaretskii2013-11-09 23:24:10 +0200
commit85f37d101104e812c545d6ae9275508bc20c8fe1 (patch)
treef26da8e8e40c24fc53070acf13de3eec8bae6077 /src/ChangeLog
parentb24ac90f5d01e4999b9571ce3a51e8797859c193 (diff)
downloademacs-85f37d101104e812c545d6ae9275508bc20c8fe1.tar.gz
emacs-85f37d101104e812c545d6ae9275508bc20c8fe1.zip
Fix bug #15841 with missing line numbers in linum-mode.
src/search.c (find_newline): If buffer text is relocated during the "dumb loop", adjust C pointers into buffer text to follow suit.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5ff279a4400..9a485533266 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12013-11-09 Eli Zaretskii <eliz@gnu.org>
2
3 * search.c (find_newline): If buffer text is relocated during the
4 "dumb loop", adjust C pointers into buffer text to follow suit.
5 (Bug#15841)
6
12013-11-09 Łukasz Stelmach <stlman@poczta.fm> (tiny change) 72013-11-09 Łukasz Stelmach <stlman@poczta.fm> (tiny change)
2 8
3 * gtkutil.c (xg_check_special_colors): Use rgb: instead of rgbi: 9 * gtkutil.c (xg_check_special_colors): Use rgb: instead of rgbi: