aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2384178e82c..1feddc0a8e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
12013-08-12 Paul Eggert <eggert@cs.ucla.edu>
2
3 Merge from gnulib, incorporating:
4 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
5 2013-08-10 sys_time: port to OpenBSD
6
72013-08-12 Glenn Morris <rgm@gnu.org>
8
9 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
10 with configure's standard --docdir argument. All uses updated.
11 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
12 (install-etcdoc): Rename from install-doc. All uses updated.
13 (uninstall): Run uninstall-doc.
14 (PSS): Add misc-ps.
15 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
16 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
17 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
18 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
19 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
20 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
21
222013-08-11 Paul Eggert <eggert@cs.ucla.edu>
23
24 Add --with-zlib to 'configure'.
25 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
26 can be built without zlib. Don't assume that -lz is needed on
27 non-PNG hosts. Mention zlib configuration status in 'configure' output.
28
12013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org> 292013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 30
3 * configure.ac: Test for zlib. 31 * configure.ac: Test for zlib.