aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-12-26 18:10:11 +0400
committerDmitry Antipov2012-12-26 18:10:11 +0400
commit8847a0de5bd2e0df62f85c53c4b8d57d942d49ba (patch)
treef99dfa2d00682881fa829f83c5eee085b0e1ca82 /src/ChangeLog
parent2e0515202201e83d1845918760c888805164d369 (diff)
downloademacs-8847a0de5bd2e0df62f85c53c4b8d57d942d49ba.tar.gz
emacs-8847a0de5bd2e0df62f85c53c4b8d57d942d49ba.zip
* lisp.h (toplevel): Add two notices to the comment about
defining a new Lisp data type.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8a228214507..d0e08317fba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12012-12-26 Dmitry Antipov <dmantipov@yandex.ru> 12012-12-26 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * lisp.h (toplevel): Add two notices to the comment about
4 defining a new Lisp data type.
5
62012-12-26 Dmitry Antipov <dmantipov@yandex.ru>
7
3 * keyboard.c (record_asynch_buffer_change): Initialize an event 8 * keyboard.c (record_asynch_buffer_change): Initialize an event
4 only if it's really needed. 9 only if it's really needed.
5 * frame.h (enum output_method): Remove output_mac member since 10 * frame.h (enum output_method): Remove output_mac member since