aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 1c451168e15..677b78ccbfb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Use XCAR and XCDR instead of Fcar and Fcdr where possible.
4 * callint.c, coding.c, doc.c, editfns.c, eval.c, font.c, fontset.c,
5 * frame.c, gnutls.c, minibuf.c, msdos.c, textprop.c, w32fns.c,
6 * w32menu.c, window.c, xmenu.c: Changed to use XCAR and XCDR
7 where argument type is known to be a Lisp_Cons.
8
12012-07-10 Tom Tromey <tromey@redhat.com> 92012-07-10 Tom Tromey <tromey@redhat.com>
2 10
3 * bytecode.c (BYTE_CODE_THREADED): New macro. 11 * bytecode.c (BYTE_CODE_THREADED): New macro.