aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog99
1 files changed, 99 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61a3131d02c..27395616072 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,102 @@
12013-08-19 Paul Eggert <eggert@cs.ucla.edu>
2
3 Merge from gnulib, incorporating:
4 2013-08-15 warnings: minor optimization
5 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
6
72013-08-15 Ken Brown <kbrown@cornell.edu>
8
9 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
10
112013-08-15 Glenn Morris <rgm@gnu.org>
12
13 * make-dist: Do not distribute etc/refcards TeX intermediate files.
14 * Makefile.in (install-arch-indep):
15 Do not install etc/refcards TeX intermediate files.
16
172013-08-14 Ulrich Müller <ulm@gentoo.org>
18
19 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
20
212013-08-12 Eli Zaretskii <eliz@gnu.org>
22
23 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
24
252013-08-12 Paul Eggert <eggert@cs.ucla.edu>
26
27 Minor zlib configuration tweaks.
28 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
29
302013-08-12 Eli Zaretskii <eliz@gnu.org>
31
32 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
33
342013-08-12 Paul Eggert <eggert@cs.ucla.edu>
35
36 Merge from gnulib, incorporating:
37 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
38 2013-08-10 sys_time: port to OpenBSD
39
402013-08-12 Glenn Morris <rgm@gnu.org>
41
42 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
43 with configure's standard --docdir argument. All uses updated.
44 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
45 (install-etcdoc): Rename from install-doc. All uses updated.
46 (uninstall): Run uninstall-doc.
47 (PSS): Add misc-ps.
48 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
49 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
50 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
51 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
52 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
53 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
54
552013-08-11 Paul Eggert <eggert@cs.ucla.edu>
56
57 Add --with-zlib to 'configure'.
58 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
59 can be built without zlib. Don't assume that -lz is needed on
60 non-PNG hosts. Mention zlib configuration status in 'configure' output.
61
622013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
63
64 * configure.ac: Test for zlib.
65
662013-08-10 Eli Zaretskii <eliz@gnu.org>
67
68 * configure.ac: Define and substitute UPDATE_MANIFEST.
69
702013-08-04 Stephen Berman <stephen.berman@gmx.net>
71
72 * info/dir: Add todo-mode.
73
742013-08-04 Paul Eggert <eggert@cs.ucla.edu>
75
76 Fix some minor races in hosts lacking mkostemp (Bug#15015).
77 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
78 * configure.ac (mkostemp): Remove check for this function;
79 gnulib does the check now.
80 (mkstemp): Remove check for this no-longer-used function.
81 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
82 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
83 New files, copied from Gnulib.
84 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
85
862013-07-29 Michael Albinus <michael.albinus@gmx.de>
87
88 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add
89 --without-file-notification to --without-all.
90
912013-07-29 Xue Fuqiao <xfq.free@gmail.com>
92
93 * INSTALL: Fix description.
94
952013-07-27 Glenn Morris <rgm@gnu.org>
96
97 * configure.ac: Extend the --with-sound option to allow
98 specification of OSS or ALSA (see bug#14812#64).
99
12013-07-25 Glenn Morris <rgm@gnu.org> 1002013-07-25 Glenn Morris <rgm@gnu.org>
2 101
3 * info/dir: Add ido. 102 * info/dir: Add ido.