diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 166 |
1 files changed, 166 insertions, 0 deletions
| @@ -1,3 +1,169 @@ | |||
| 1 | 2013-09-02 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * configure.ac: Add ns_check_file. | ||
| 4 | |||
| 5 | 2013-08-31 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio, | ||
| 8 | and voxware to oss. | ||
| 9 | |||
| 10 | 2013-08-31 Ulrich Müller <ulm@gentoo.org> | ||
| 11 | |||
| 12 | * configure.ac: Allow for --with-sound=voxware that will enable | ||
| 13 | sound but otherwise disable ALSA. This will use the OSS device, | ||
| 14 | typically /dev/dsp, for sound output. (Bug#15067) | ||
| 15 | |||
| 16 | 2013-08-31 Glenn Morris <rgm@gnu.org> | ||
| 17 | |||
| 18 | * make-dist: Update for nt/INSTALL* changes. | ||
| 19 | |||
| 20 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 21 | |||
| 22 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | ||
| 23 | for portability to hosts where /bin/sh has problems. | ||
| 24 | |||
| 25 | 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 26 | |||
| 27 | * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32. | ||
| 28 | |||
| 29 | 2013-08-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 30 | |||
| 31 | Simplify EMACS_TIME-related code. | ||
| 32 | Merge from gnulib, incorporating: | ||
| 33 | 2013-08-27 timespec: new convenience constants and function | ||
| 34 | |||
| 35 | 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 36 | |||
| 37 | * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32) | ||
| 38 | (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces! | ||
| 39 | |||
| 40 | 2013-08-27 Glenn Morris <rgm@gnu.org> | ||
| 41 | |||
| 42 | * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd. | ||
| 43 | |||
| 44 | * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32) | ||
| 45 | (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables. | ||
| 46 | * Makefile.in (check-info-dir): Ignore efaq-w32. | ||
| 47 | |||
| 48 | * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean) | ||
| 49 | (maintainer-clean, check-declare): Remove pointless subshells. | ||
| 50 | Check cd return value. | ||
| 51 | |||
| 52 | 2013-08-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 53 | |||
| 54 | Minor merge from gnulib (mostly just for texinfo.tex). | ||
| 55 | |||
| 56 | 2013-08-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 57 | |||
| 58 | * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274). | ||
| 59 | This improves on the patch already installed, by quoting options | ||
| 60 | that contain spaces and suchlike systematically, so that | ||
| 61 | EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain | ||
| 62 | these characters. | ||
| 63 | |||
| 64 | 2013-08-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 65 | |||
| 66 | Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129). | ||
| 67 | * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails | ||
| 68 | and reports EINVAL, try it again without O_CLOEXEC. This should | ||
| 69 | port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC. | ||
| 70 | What were they thinking? | ||
| 71 | |||
| 72 | 2013-08-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 73 | |||
| 74 | * Makefile.in (distclean, bootstrap-clean, maintainer-clean): | ||
| 75 | Fix shell-operator precedence problem in previous change. | ||
| 76 | |||
| 77 | 2013-08-20 Glenn Morris <rgm@gnu.org> | ||
| 78 | |||
| 79 | * Makefile.in (distclean, bootstrap-clean, maintainer-clean): | ||
| 80 | Clean test/automated if present. | ||
| 81 | |||
| 82 | 2013-08-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 83 | |||
| 84 | Merge from gnulib, incorporating: | ||
| 85 | 2013-08-15 warnings: minor optimization | ||
| 86 | 2013-08-15 warnings: check -Wfoo rather than -Wno-foo | ||
| 87 | |||
| 88 | 2013-08-15 Ken Brown <kbrown@cornell.edu> | ||
| 89 | |||
| 90 | * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment. | ||
| 91 | |||
| 92 | 2013-08-15 Glenn Morris <rgm@gnu.org> | ||
| 93 | |||
| 94 | * make-dist: Do not distribute etc/refcards TeX intermediate files. | ||
| 95 | * Makefile.in (install-arch-indep): | ||
| 96 | Do not install etc/refcards TeX intermediate files. | ||
| 97 | |||
| 98 | 2013-08-14 Ulrich Müller <ulm@gentoo.org> | ||
| 99 | |||
| 100 | * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091) | ||
| 101 | |||
| 102 | 2013-08-12 Eli Zaretskii <eliz@gnu.org> | ||
| 103 | |||
| 104 | * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW. | ||
| 105 | |||
| 106 | 2013-08-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 107 | |||
| 108 | Minor zlib configuration tweaks. | ||
| 109 | * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is. | ||
| 110 | |||
| 111 | 2013-08-12 Eli Zaretskii <eliz@gnu.org> | ||
| 112 | |||
| 113 | * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ. | ||
| 114 | |||
| 115 | 2013-08-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 116 | |||
| 117 | Merge from gnulib, incorporating: | ||
| 118 | 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h | ||
| 119 | 2013-08-10 sys_time: port to OpenBSD | ||
| 120 | |||
| 121 | 2013-08-12 Glenn Morris <rgm@gnu.org> | ||
| 122 | |||
| 123 | * configure.ac (etcdocdir): Rename from docdir, to avoid confusion | ||
| 124 | with configure's standard --docdir argument. All uses updated. | ||
| 125 | * Makefile.in (etcdocdir): Rename from docdir. All uses updated. | ||
| 126 | (install-etcdoc): Rename from install-doc. All uses updated. | ||
| 127 | (uninstall): Run uninstall-doc. | ||
| 128 | (PSS): Add misc-ps. | ||
| 129 | (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS) | ||
| 130 | (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF) | ||
| 131 | (UNINSTALL_PS, UNINSTALL_DOC): New variables. | ||
| 132 | ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf) | ||
| 133 | (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi) | ||
| 134 | (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules. | ||
| 135 | |||
| 136 | 2013-08-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 137 | |||
| 138 | Add --with-zlib to 'configure'. | ||
| 139 | * configure.ac: Add --with-zlib option to 'configure', so that Emacs | ||
| 140 | can be built without zlib. Don't assume that -lz is needed on | ||
| 141 | non-PNG hosts. Mention zlib configuration status in 'configure' output. | ||
| 142 | |||
| 143 | 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 144 | |||
| 145 | * configure.ac: Test for zlib. | ||
| 146 | |||
| 147 | 2013-08-10 Eli Zaretskii <eliz@gnu.org> | ||
| 148 | |||
| 149 | * configure.ac: Define and substitute UPDATE_MANIFEST. | ||
| 150 | |||
| 151 | 2013-08-04 Stephen Berman <stephen.berman@gmx.net> | ||
| 152 | |||
| 153 | * info/dir: Add todo-mode. | ||
| 154 | |||
| 155 | 2013-08-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 156 | |||
| 157 | Fix some minor races in hosts lacking mkostemp (Bug#15015). | ||
| 158 | Gnulib's emulation of mkostemp doesn't have races that Emacs's does. | ||
| 159 | * configure.ac (mkostemp): Remove check for this function; | ||
| 160 | gnulib does the check now. | ||
| 161 | (mkstemp): Remove check for this no-longer-used function. | ||
| 162 | * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h: | ||
| 163 | * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4: | ||
| 164 | New files, copied from Gnulib. | ||
| 165 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. | ||
| 166 | |||
| 1 | 2013-07-29 Michael Albinus <michael.albinus@gmx.de> | 167 | 2013-07-29 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 168 | ||
| 3 | * INSTALL (DETAILED BUILDING AND INSTALLATION): Add | 169 | * INSTALL (DETAILED BUILDING AND INSTALLATION): Add |