aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-10 15:04:14 -0400
committerGlenn Morris2012-07-10 15:04:14 -0400
commitc59592b32f5b5808c12720bfd37ea73b473fa1db (patch)
treefa7ec1092246364913aa7e54aebfb09c5a48ee85 /src/ChangeLog
parent7d7bbefd049fc22cf3bf333592abf57a3bde8766 (diff)
downloademacs-c59592b32f5b5808c12720bfd37ea73b473fa1db.tar.gz
emacs-c59592b32f5b5808c12720bfd37ea73b473fa1db.zip
* dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]: Clarify fallback case.
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 677b78ccbfb..84703fcdc2f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-07-10 Glenn Morris <rgm@gnu.org>
2
3 * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]:
4 Clarify fallback case.
5
12012-07-10 Dmitry Antipov <dmantipov@yandex.ru> 62012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
2 7
3 Use XCAR and XCDR instead of Fcar and Fcdr where possible. 8 Use XCAR and XCDR instead of Fcar and Fcdr where possible.