comparison src/ChangeLog @ 5091:ed624ab64583

fix compile errors/warnings -------------------- ChangeLog entries follow: -------------------- lib-src/ChangeLog addition: 2010-03-02 Ben Wing <ben@xemacs.org> * digest-doc.c: * make-path.c: `emacs' isn't defined, but HAVE_CONFIG_H is, so use it to get config.h. * getopt.h: Conditionalize on HAVE_CONFIG_H to get real prototypes. src/ChangeLog addition: 2010-03-02 Ben Wing <ben@xemacs.org> * Makefile.in.in: * Makefile.in.in (objs): glyphs-shared.o, glyphs-eimage.o only needed when HAVE_WINDOW_SYSTEM. glyphs-widget.o should be too, but we need a bit of work ifdeffing out the subwindow stuff from redisplay.c et al. * bytecode.c (init_opcode_table_multi_op): Change var name to avoid shadowing with `basename'. * emacs.c (main_1): Don't call init/etc. routines for glyphs-shared, glyphs-eimage unless HAVE_WINDOW_SYSTEM is defined. * linuxplay.c: * linuxplay.c (sighandler): * vdb-posix.c (vdb_fault_handler): Use const for variables holding string constants to avoid C++ warnings.
author Ben Wing <ben@xemacs.org>
date Tue, 02 Mar 2010 05:22:10 -0600
parents 88f955fa5a7f
children 3aa3888729c3
comparison
equal deleted inserted replaced
5083:88f955fa5a7f 5091:ed624ab64583
1 2010-03-02 Ben Wing <ben@xemacs.org>
2
3 * Makefile.in.in:
4 * Makefile.in.in (objs):
5 glyphs-shared.o, glyphs-eimage.o only needed when HAVE_WINDOW_SYSTEM.
6 glyphs-widget.o should be too, but we need a bit of work ifdeffing
7 out the subwindow stuff from redisplay.c et al.
8
9 * bytecode.c (init_opcode_table_multi_op):
10 Change var name to avoid shadowing with `basename'.
11
12 * emacs.c (main_1):
13 Don't call init/etc. routines for glyphs-shared, glyphs-eimage unless
14 HAVE_WINDOW_SYSTEM is defined.
15
16 * linuxplay.c:
17 * linuxplay.c (sighandler):
18 * vdb-posix.c (vdb_fault_handler):
19 Use const for variables holding string constants to avoid C++
20 warnings.
21
1 2010-02-26 Aidan Kehoe <kehoea@parhasard.net> 22 2010-02-26 Aidan Kehoe <kehoea@parhasard.net>
2 23
3 * file-coding.c (Fmake_coding_system_internal): 24 * file-coding.c (Fmake_coding_system_internal):
4 Be somewhat clearer in this docstring, especially for the sake of 25 Be somewhat clearer in this docstring, especially for the sake of
5 people running non-Mule builds who will see this docstring when 26 people running non-Mule builds who will see this docstring when