aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-02-13 16:16:42 +0400
committerDmitry Antipov2014-02-13 16:16:42 +0400
commit28c16c40704c05721077617faad01cf6526fbc0c (patch)
treea2d8db05106f70799eff3eeafc499aae96336ac6 /src/ChangeLog
parentace9793861c5ccc602143d9bbe8f6e1a4e429370 (diff)
downloademacs-28c16c40704c05721077617faad01cf6526fbc0c.tar.gz
emacs-28c16c40704c05721077617faad01cf6526fbc0c.zip
* composite.c (fill_gstring_header): Pass positions as C integers
and move parameters checking to... * composite.c (Fcomposition_get_gstring): ...this function. Handle case when buffer positions are in reversed order and avoid crash (Bug#16739). Adjust docstring. * buffer.c (validate_region): Mention current buffer in error message.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a8bc522939c..5ea85516c71 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12014-02-13 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * composite.c (fill_gstring_header): Pass positions as C integers
4 and move parameters checking to...
5 * composite.c (Fcomposition_get_gstring): ...this function. Handle
6 case when buffer positions are in reversed order and avoid crash
7 (Bug#16739). Adjust docstring.
8 * buffer.c (validate_region): Mention current buffer in error message.
9
12014-02-12 Marcus Karlsson <mk@acc.umu.se> (tiny change) 102014-02-12 Marcus Karlsson <mk@acc.umu.se> (tiny change)
2 11
3 * image.c (pbm_load): Set to NO_PIXMAP on error (Bug#16683). 12 * image.c (pbm_load): Set to NO_PIXMAP on error (Bug#16683).