aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 740359605fd..e9205fdd12a 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,20 @@
12015-01-13 Paul Eggert <eggert@cs.ucla.edu>
2
3 Don't say Fnext_read_file_uses_dialog_p is const
4 * make-docfile.c (write_globals):
5 Add a special hack for Fnext_read_file_uses_dialog_p.
6
72015-01-13 Dmitry Antipov <dmantipov@yandex.ru>
8
9 Support DEFUN attributes.
10 * make-docfile.c (struct global): New field 'flags'.
11 (DEFUN_noreturn, DEFUN_const): New enum bitfields.
12 (add_global): Now return pointer to global.
13 (write_globals): Add _Noreturn and ATTRIBUTE_CONST attributes
14 if requested by global's flags.
15 (stream_match): New function.
16 (scan_c_stream): Recognize 'attributes:' of DEFUN.
17
12015-01-10 Paul Eggert <eggert@cs.ucla.edu> 182015-01-10 Paul Eggert <eggert@cs.ucla.edu>
2 19
3 Port to 32-bit --with-wide-int 20 Port to 32-bit --with-wide-int