aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-08-10 13:24:03 +0400
committerDmitry Antipov2012-08-10 13:24:03 +0400
commit9fb0c957319ac71aca7b668bd3ee781590f59b19 (patch)
treebfd56f79f4033bcd62e1edd443687541299cadde /src/ChangeLog
parent65e8ee52931d3885fd75491a8f5b22ddc80c7208 (diff)
downloademacs-9fb0c957319ac71aca7b668bd3ee781590f59b19.tar.gz
emacs-9fb0c957319ac71aca7b668bd3ee781590f59b19.zip
Define Qnone once for all platforms.
* frame.c (Qnone): Define here. (syms_of_frame): DEFSYM it. * lisp.h (Qnone): New declaration. * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c: * xfns.c: Remove duplication. Adjust users.
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 79dcf0bbaa6..ec53ff2a264 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12012-08-10 Dmitry Antipov <dmantipov@yandex.ru> 12012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 Define Qnone once for all platforms.
4 * frame.c (Qnone): Define here.
5 (syms_of_frame): DEFSYM it.
6 * lisp.h (Qnone): New declaration.
7 * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c:
8 * xfns.c: Remove duplication. Adjust users.
9
102012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
11
3 Remove unused macros from intervals.h. 12 Remove unused macros from intervals.h.
4 * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove. 13 * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove.
5 * intervals.c: Adjust comment. 14 * intervals.c: Adjust comment.