Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4740:ff037e1dc33c
automatic merge
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Thu, 12 Nov 2009 00:00:11 +0900 |
parents | a6f27e2b3d84 d261888e5069 |
children | 17f7e9191c0b |
comparison
equal
deleted
inserted
replaced
4739:679041362cd4 | 4740:ff037e1dc33c |
---|---|
1 2009-11-11 Stephen Turnbull <stephen@xemacs.org> | 1 2009-11-11 Stephen Turnbull <stephen@xemacs.org> |
2 | 2 |
3 * darwin.h: Remove. Functionality implemented in configure.ac. | 3 * darwin.h: Remove. Functionality implemented in configure.ac. |
4 | |
5 * config.h.in (USE_PARAM_H): New. Used by Darwin to #define BSD. | 4 * config.h.in (USE_PARAM_H): New. Used by Darwin to #define BSD. |
5 | |
6 2009-11-09 Aidan Kehoe <kehoea@parhasard.net> | |
7 | |
8 * sysfile.h (DEFAULT_DIRECTORY_FALLBACK): | |
9 Move the WIN32_NATIVE definition inside the #ifdef emacs | |
10 conditional, clear up the comment after #else; thanks for the | |
11 build failure report, Vin! | |
12 Cast DEFAULT_DIRECTORY_FALLBACK to (const CIbyte *) by default, | |
13 which better reflects its contents. | |
14 * editfns.c (get_home_directory): | |
15 * buffer.c (init_initial_directory): | |
16 Cast DEFAULT_DIRECTORY_FALLBACK to (Ibyte *) with functions that | |
17 take that type, now that is necessary. | |
6 | 18 |
7 2009-11-09 Jerry James <james@xemacs.org> | 19 2009-11-09 Jerry James <james@xemacs.org> |
8 | 20 |
9 * Makefile.in.in: Remove support for malloc.c ("old" GNU malloc). Do | 21 * Makefile.in.in: Remove support for malloc.c ("old" GNU malloc). Do |
10 not define GNU_MALLOC, which was only used to distinguish between | 22 not define GNU_MALLOC, which was only used to distinguish between |