diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
| @@ -1,3 +1,40 @@ | |||
| 1 | 2010-05-24 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * make-dist: Look for version in src/emacs.c. | ||
| 4 | Use lisp/subr.el rather than lisp/version.el for location check. | ||
| 5 | |||
| 6 | 2010-05-21 Glenn Morris <rgm@gnu.org> | ||
| 7 | |||
| 8 | * configure.in (MKDEPDIR): Parallel build tweak. | ||
| 9 | |||
| 10 | * configure.in (ns_frag): New output file. | ||
| 11 | |||
| 12 | * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK. | ||
| 13 | (OLDXMENU_TARGET): Set to empty if USE_GTK. | ||
| 14 | |||
| 15 | * configure.in (cannot_dump): New output variable. | ||
| 16 | |||
| 17 | 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com> | ||
| 18 | |||
| 19 | * configure.in: On NetBSD, if terminfo is found, use it in | ||
| 20 | preference to termcap. (Bug#6190) | ||
| 21 | |||
| 22 | 2010-05-20 Glenn Morris <rgm@gnu.org> | ||
| 23 | |||
| 24 | * make-dist (src): Include *.mk. | ||
| 25 | * config.bat: Concatenate deps.mk onto the end of src/Makefile. | ||
| 26 | * configure.in (DEPFLAGS, MKDEPDIR): New output variables. | ||
| 27 | (deps_frag): New output file. | ||
| 28 | (AUTO_DEPEND): Remove this definition. | ||
| 29 | |||
| 30 | * configure.in (--with-gtk, --with-gcc): Remove option stubs. | ||
| 31 | |||
| 32 | 2010-05-19 Glenn Morris <rgm@gnu.org> | ||
| 33 | |||
| 34 | * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables. | ||
| 35 | (ORDINARY_LINK): New AC_DEFINE. | ||
| 36 | (LIB_GCC): No need to set if ORDINARY_LINK. | ||
| 37 | |||
| 1 | 2010-05-18 Glenn Morris <rgm@gnu.org> | 38 | 2010-05-18 Glenn Morris <rgm@gnu.org> |
| 2 | 39 | ||
| 3 | * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o. | 40 | * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o. |