aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey2011-02-08 14:42:56 -0700
committerTom Tromey2011-02-08 14:42:56 -0700
commit00b3c7ac85c3811774305d8ccca6a17ec207b3f1 (patch)
tree808628395db74d42f5755e5898d04b3d9b69e1b7 /src/ChangeLog
parent6ca94a0b49f08f2e59aabc51545eb8a1f726ba8b (diff)
downloademacs-00b3c7ac85c3811774305d8ccca6a17ec207b3f1.tar.gz
emacs-00b3c7ac85c3811774305d8ccca6a17ec207b3f1.zip
Make globals.h a generated header
* configure: Rebuild. * configure.in (NS_OBJC_OBJ): New subst. lib-src * make-docfile.c: Unconditionally include stdlib.h. (generate_globals): New global. (xrealloc): New function. (main): Handle '-g'. Call start_globals, write_globals. (scan_file): Conditionally call put_filename. (start_globals): New function. (struct global): New. (num_globals, globals): New globals. (add_global, compare_globals, write_globals): New functions. (scan_c_file): Update for "-g". (scan_lisp_file): Fail if "-g". (enum global_type): New. src * Makefile.in (NS_OBJC_OBJ): New variable. (base_obj): Rename from 'obj'. (obj): New variable. (globals.h, gl-stamp, $(obj)): New targets. (GLOBAL_SOURCES): New variable. * globals.h: Remove. * nsselect.m (Vselection_alist): Define. Reverts part of 2011-01-19T22:11:33Z!jan.h.d@swipnet.se. * buffer.c: Don't use "no_cell" for name of kill-buffer-hook's variable. * xselect.c (Vselection_alist): Define. Reverts part of 2011-01-19T23:32:42Z!eggert@cs.ucla.edu.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 75f673b532c..0a9cb607793 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12011-02-08 Tom Tromey <tromey@redhat.com>
2
3 * Makefile.in (NS_OBJC_OBJ): New variable.
4 (base_obj): Rename from 'obj'.
5 (obj): New variable.
6 (globals.h, gl-stamp, $(obj)): New targets.
7 (GLOBAL_SOURCES): New variable.
8 * globals.h: Remove.
9 * nsselect.m (Vselection_alist): Define. Reverts part of
10 2011-01-19T22:11:33Z!jan.h.d@swipnet.se.
11 * buffer.c: Don't use "no_cell" for name of kill-buffer-hook's
12 variable.
13 * xselect.c (Vselection_alist): Define. Reverts part of 2011-01-19T23:32:42Z!eggert@cs.ucla.edu.
14
12011-02-08 Kenichi Handa <handa@m17n.org> 152011-02-08 Kenichi Handa <handa@m17n.org>
2 16
3 * font.c (Ffont_get): Do not cache :otf value. 17 * font.c (Ffont_get): Do not cache :otf value.