aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7ec6980bd08..8d05ec13295 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,16 @@
12015-01-13 Paul Eggert <eggert@cs.ucla.edu> 12015-01-13 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Don't say Fnext_read_file_uses_dialog_p is const
4 It's const only if a windowing system is not used; don't say it's
5 const otherwise. See:
6 http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00310.html
7 * fileio.c (next_read_file_uses_dialog_p): Remove.
8 Move guts back to ...
9 (Fnext_read_file_uses_dialog_p): ... here.
10 Don't declare as const, as make-docfile.c now has a special case
11 for this function. This is an ugly hack, but it's better than
12 lying to the compiler.
13
3 Remove now-unnecessary forward XTYPE decl 14 Remove now-unnecessary forward XTYPE decl
4 * lisp.h (XTYPE): Remove forward declaration. The recent merge 15 * lisp.h (XTYPE): Remove forward declaration. The recent merge
5 from emacs-24 fixed the problem in a better way, by moving XPNTR's 16 from emacs-24 fixed the problem in a better way, by moving XPNTR's