aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-01-15 13:22:25 +0400
committerDmitry Antipov2013-01-15 13:22:25 +0400
commit2b30549c493d7b67fa92c2b4bcd2bd2e55210ae1 (patch)
treeac4cc77344b3285eb47d5145eb0b28dd6034f54d /src/ChangeLog
parent1b971ac155006504b6b1c2688199747f976723af (diff)
downloademacs-2b30549c493d7b67fa92c2b4bcd2bd2e55210ae1.tar.gz
emacs-2b30549c493d7b67fa92c2b4bcd2bd2e55210ae1.zip
* src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction
from any Lisp_Save_Value slot. Add type checking. * src/alloc.c, src/dired.c, src/editfns.c, src/fileio.c, src/ftfont.c: * src/gtkutil.c, src/keymap.c, src/lread.c, src/nsterm.h, src/nsmenu.c: * src/xfns.c, src/xmenu.c, src/xselect.c: All users changed. * admin/coccinelle/xsave.cocci: Semantic patch to adjust users of XSAVE_POINTER and XSAVE_INTEGER macros.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 34c137a35c6..289aed36088 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12013-01-15 Dmitry Antipov <dmantipov@yandex.ru> 12013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow
4 extraction from any Lisp_Save_Value slot. Add type checking.
5 * alloc.c, dired.c, editfns.c, fileio.c, ftfont.c, gtkutil.c:
6 * keymap.c, lread.c, nsterm.h, nsmenu.c, xfns.c, xmenu.c:
7 * xselect.c: All users changed.
8
92013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
10
3 Some convenient bits to deal with Lisp_Save_Values. 11 Some convenient bits to deal with Lisp_Save_Values.
4 * lisp.h (XSAVE_OBJECT): New macro to extract saved objects. 12 * lisp.h (XSAVE_OBJECT): New macro to extract saved objects.
5 (allocate_misc): Remove prototype. 13 (allocate_misc): Remove prototype.