aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog67
1 files changed, 67 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8504062dc3..4fc4e065e92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
12013-09-09 Glenn Morris <rgm@gnu.org>
2
3 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
4 (LDFLAGS): Move nocombreloc option from here...
5 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
6
72013-09-08 Glenn Morris <rgm@gnu.org>
8
9 * configure.ac (--without-compress-install):
10 Rename from --without-compress-info. (Bug#9789)
11 (GZIP_INFO): Remove.
12 (GZIP_PROG): Allow --without-compress-install to disable it.
13 * Makefile.in (GZIP_INFO): Remove all references.
14
15 * info/dir: Tweak emacs-gnutls entry.
16
172013-09-07 Paul Eggert <eggert@cs.ucla.edu>
18
19 Port --without-x --enable-gcc-warnings to Fedora 19.
20 * configure.ac (WERROR_CFLAGS): Omit redundant use of
21 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
22 -Wunused-parameter. If there is no window system, also omit
23 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
24 is needed for Fedora 19.
25
262013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
27
28 Make --without-x compatible with --enable-gcc-warnings.
29 * configure.ac: If both --without-x and --enable-gcc-warnings are
30 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
31 and -Wno-unused-but-set-parameter.
32
332013-09-04 Paul Eggert <eggert@cs.ucla.edu>
34
35 Makefile improvements.
36 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
37 (src): Remove duplicate dependency on FRC.
38 Invoke just one submake, not two. Avoid the need for 'pwd'.
39
402013-09-02 Jan Djärv <jan.h.d@swipnet.se>
41
42 * configure.ac: Add ns_check_file.
43
442013-08-31 Glenn Morris <rgm@gnu.org>
45
46 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
47 and voxware to oss.
48
492013-08-31 Ulrich Müller <ulm@gentoo.org>
50
51 * configure.ac: Allow for --with-sound=voxware that will enable
52 sound but otherwise disable ALSA. This will use the OSS device,
53 typically /dev/dsp, for sound output. (Bug#15067)
54
552013-08-31 Glenn Morris <rgm@gnu.org>
56
57 * make-dist: Update for nt/INSTALL* changes.
58
592013-08-28 Paul Eggert <eggert@cs.ucla.edu>
60
61 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
62 for portability to hosts where /bin/sh has problems.
63
642013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
67
12013-08-27 Paul Eggert <eggert@cs.ucla.edu> 682013-08-27 Paul Eggert <eggert@cs.ucla.edu>
2 69
3 Simplify EMACS_TIME-related code. 70 Simplify EMACS_TIME-related code.