aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-09 23:04:56 -0800
committerPaul Eggert2011-02-09 23:04:56 -0800
commitbe6d99804b3efdecf3660c4b51da1945e955fb4d (patch)
tree99b523c445f7b95572ab668f4e878cd703ff3527 /lib-src/ChangeLog
parentdd4638842ad1921562bc66049ec81a4530651cdf (diff)
parent67f02b82f496be403353a1dc918cc4f2278841bb (diff)
downloademacs-be6d99804b3efdecf3660c4b51da1945e955fb4d.tar.gz
emacs-be6d99804b3efdecf3660c4b51da1945e955fb4d.zip
Merge from mainline.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 3f4e4b1b9ff..0f93941151e 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,23 @@
12011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2
3 * make-docfile.c (EMACS_INTEGER): Rename from EMACS_INT.
4 This avoids collision with config.h's EMACS_INT on some
5 configurations. All uses changed.
6
72011-02-08 Tom Tromey <tromey@redhat.com>
8
9 * make-docfile.c: Unconditionally include stdlib.h.
10 (generate_globals): New global.
11 (xrealloc): New function.
12 (main): Handle '-g'. Call start_globals, write_globals.
13 (scan_file): Conditionally call put_filename.
14 (start_globals): New function.
15 (struct global): New.
16 (num_globals, globals): New globals.
17 (add_global, compare_globals, write_globals): New functions.
18 (scan_c_file): Update for "-g".
19 (scan_lisp_file): Fail if "-g".
20
12011-02-05 Paul Eggert <eggert@cs.ucla.edu> 212011-02-05 Paul Eggert <eggert@cs.ucla.edu>
2 22
3 * emacsclient.c: conform to C89 pointer rules 23 * emacsclient.c: conform to C89 pointer rules