aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5ea85516c71..72ed95909e4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,9 +2,9 @@
2 2
3 * composite.c (fill_gstring_header): Pass positions as C integers 3 * composite.c (fill_gstring_header): Pass positions as C integers
4 and move parameters checking to... 4 and move parameters checking to...
5 * composite.c (Fcomposition_get_gstring): ...this function. Handle 5 (Fcomposition_get_gstring): ...this function. Handle case when
6 case when buffer positions are in reversed order and avoid crash 6 buffer positions are in reversed order and avoid crash (Bug#16739).
7 (Bug#16739). Adjust docstring. 7 Adjust docstring.
8 * buffer.c (validate_region): Mention current buffer in error message. 8 * buffer.c (validate_region): Mention current buffer in error message.
9 9
102014-02-12 Marcus Karlsson <mk@acc.umu.se> (tiny change) 102014-02-12 Marcus Karlsson <mk@acc.umu.se> (tiny change)