aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey2013-06-03 12:25:05 -0600
committerTom Tromey2013-06-03 12:25:05 -0600
commit68359abba96d7ec4db8aab3d3dd9cf1105c3bab5 (patch)
tree862703e7e1a1888170136a8296a5750d6b2ae2eb /ChangeLog
parentcbcba8ce7f980b01c18c0fd561ef6687b1361507 (diff)
parente2d8a6f0a229b4ebe26484b892ec4f14888f58b6 (diff)
downloademacs-68359abba96d7ec4db8aab3d3dd9cf1105c3bab5.tar.gz
emacs-68359abba96d7ec4db8aab3d3dd9cf1105c3bab5.zip
merge from trunk; clean up some issues
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog229
1 files changed, 219 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fcd7c77114..22607d59529 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,218 @@
12013-06-03 Michael Albinus <michael.albinus@gmx.de>
2
3 * configure.ac (file-notification): New option, replaces inotify option.
4 (HAVE_W32): Remove w32notify.o.
5 (with_file_notification): Add checks for glib and w32. Adapt check
6 for inotify.
7 (Summary): Add entry for file notification.
8
9 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
10 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
11
122013-06-02 Juanma Barranquero <lekktu@gmail.com>
13
14 * .bzrignore: Ignore dirs libexec/, share/ and var/.
15
162013-05-29 Xue Fuqiao <xfq.free@gmail.com>
17
18 * INSTALL: Fix description.
19
202013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21
22 * configure.ac (HAVE_XRANDR): Check availability of
23 XRRGetScreenResources rather than that of XRRQueryExtension.
24
252013-05-18 Eli Zaretskii <eliz@gnu.org>
26
27 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
28 nt/epaths.nt, and nt/INSTALL.MSYS.
29
302013-05-18 Paul Eggert <eggert@cs.ucla.edu>
31
32 Port --enable-gcc-warnings to clang.
33 * configure.ac (nw): Remove obsolescent warnings.
34 These aren't needed for clang, or for gcc for that matter.
35 (emacs_cv_clang): New var, which tests for clang.
36 Omit warnings that clang is too picky about.
37 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
38 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
39
40 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
41 Otherwise, 'configure; make' fails on non-Windows builds.
42
432013-05-16 Eli Zaretskii <eliz@gnu.org>
44
45 * lib/Makefile.am: If building for MS-Windows, include
46 nt/gnulib.mk instead of lib/gnulib.mk.
47
48 * configure.ac: Adapt to MSYS build on MS-Windows.
49
50 * Makefile.in (NTDIR): New variable, for the MSYS build on
51 MS-Windows.
52 (SUBDIR): Add $(NTDIR).
53 (.PHONY): Add epaths-force-w32.
54 (msys_to_w32): New variable.
55 (epaths-force-w32, install-nt, uninstall-nt): New targets.
56 (lib-src src): Add $(NTLIB) to prerequisites.
57 (lib lib-src lisp leim nt): Add 'nt'.
58 (config.status): Use $(CFG).
59 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
60 (install, install-arch-dep): Add install-$(NTDIR).
61 (uninstall): Depend on uninstall-$(NTDIR).
62 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
63
64 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
65 CONFIG_SITE for the MSYS build on MS-Windows.
66 (Makefile): Use $(CFG).
67
68 * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
69 src/emacs.res.
70
712013-05-16 Paul Eggert <eggert@cs.ucla.edu>
72
73 Merge from gnulib, incorporating:
74 2013-05-15 manywarnings: update for GCC 4.8.0
75 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
76 2013-05-15 sig2str, stdio, warnings: port to clang
77
782013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * Makefile.in (install-doc): DOC file is not version specific any more.
81 * .bzrignore: Don't ignore DOC-* any more.
82
832013-05-13 Paul Eggert <eggert@cs.ucla.edu>
84
85 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
86 Reported privately by Han Boetes <han@boetes.org>.
87
882013-05-08 Juanma Barranquero <lekktu@gmail.com>
89
90 * lib/makefile.w32-in (ACL_H): New macro.
91 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
92
932013-05-07 Paul Eggert <eggert@cs.ucla.edu>
94
95 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
96 * configure.ac: Remove -with-acl option, since Gnulib does that for
97 us now.
98 (LIBACL_LIBS): Remove; no longer needed.
99 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
100 for the benefit of the new ACL implementation.
101 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
102 ($(BLD)/acl-errno-valid.$(O)): New rule.
103 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
104 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
105 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
106 New files, taken from gnulib.
107 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
108
1092013-05-07 Jan Djärv <jan.h.d@swipnet.se>
110
111 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
112 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
113
1142013-05-06 Paul Eggert <eggert@cs.ucla.edu>
115
116 Merge from gnulib, incorporating:
117 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
118
1192013-05-01 Paul Eggert <eggert@cs.ucla.edu>
120
121 * make-dist: Keep necessary restrictions on file access.
122
1232013-04-29 Paul Eggert <eggert@cs.ucla.edu>
124
125 Merge from gnulib, incorporating:
126 2013-04-28 extern-inline: work around bug in Sun c99
127
1282013-04-27 Paul Eggert <eggert@cs.ucla.edu>
129
130 Merge from gnulib, incorporating:
131 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
132
1332013-04-26 Paul Eggert <eggert@cs.ucla.edu>
134
135 Port better to AIX (Bug#14258).
136 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
137 we did not already infer an optimization option, and -O works.
138 AIX xlc needs -O, otherwise garbage collection doesn't work.
139
1402013-04-22 Paul Eggert <eggert@cs.ucla.edu>
141
142 * make-dist: Do not distribute admin/unidata/Makefile.
143 It is generated by 'configure'.
144
145 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
146 It messes up 'make distclean', and contains no useful information
147 because it's a copy of subdirs.el.
148
1492013-04-18 John Marino <gnugcc@marino.st> (tiny change)
150
151 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
152
1532013-04-18 Glenn Morris <rgm@gnu.org>
154
155 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
156 (LN_S_FILEONLY): New output variable.
157 * Makefile.in (LN_S): Remove.
158 (LN_S_FILEONLY): New, set by configure.
159 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
160
1612013-04-12 Ken Brown <kbrown@cornell.edu>
162
163 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
164 `canonical' is `x86_64-unknown-cygwin'.
165
1662013-04-09 Ken Brown <kbrown@cornell.edu>
167
168 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
169 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
170 (Bug#12993)
171
1722013-04-07 Paul Eggert <eggert@cs.ucla.edu>
173
174 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
175 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
176 and if not on GNU/Linux or FreeBSD.
177 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
178 lib/*.o is profiled too.
179
1802013-03-30 Paul Eggert <eggert@cs.ucla.edu>
181
182 Merge from gnulib, incorporating:
183 2013-03-29 stdalign: port to stricter ISO C11
184 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
185 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
186
1872013-03-27 Paul Eggert <eggert@cs.ucla.edu>
188
189 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
190 Subsumed by HAVE_XKB. All uses changed.
191
1922013-03-25 Jan Djärv <jan.h.d@swipnet.se>
193
194 * configure.ac (HAVE_XKB): Define if Xkb is present.
195
1962013-03-24 Paul Eggert <eggert@cs.ucla.edu>
197
198 Merge from gnulib, incorporating:
199 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
200
2012013-03-18 Paul Eggert <eggert@cs.ucla.edu>
202
203 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
204 * Makefile.in (QUIET_SUBMAKE): New macro.
205 (install-info, uninstall): Use it.
206
207 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
208 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
209 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
210 no way to do this in pkg-config, so make do with a reasonable
211 approximation.
212
213 Automate the build of ja-dic.el (Bug#13984).
214 * .bzrignore: Add leim/ja-dic/.
215
12013-03-13 Paul Eggert <eggert@cs.ucla.edu> 2162013-03-13 Paul Eggert <eggert@cs.ucla.edu>
2 217
3 File synchronization fixes (Bug#13944). 218 File synchronization fixes (Bug#13944).
@@ -14,6 +229,10 @@
14 2013-03-11 putenv: avoid compilation warning on mingw 229 2013-03-11 putenv: avoid compilation warning on mingw
15 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod. 230 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
16 231
2322013-03-11 Glenn Morris <rgm@gnu.org>
233
234 * Merge in all changes up to version 24.3 release.
235
172013-03-06 Paul Eggert <eggert@cs.ucla.edu> 2362013-03-06 Paul Eggert <eggert@cs.ucla.edu>
18 237
19 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872). 238 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
@@ -47,11 +266,6 @@
47 not always needed. 266 not always needed.
48 (HAVE_DATA_START): New macro. 267 (HAVE_DATA_START): New macro.
49 268
502013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
51
52 * lisp/eshell/em-cmpl.el: Corrected "context-related help"
53 keybinding in commentary.
54
552013-02-21 Paul Eggert <eggert@cs.ucla.edu> 2692013-02-21 Paul Eggert <eggert@cs.ucla.edu>
56 270
57 Parallelize documentation builds. 271 Parallelize documentation builds.
@@ -64,11 +278,6 @@
64 (info-real): Depend on $(INFOS) rather than doing it sequentially. 278 (info-real): Depend on $(INFOS) rather than doing it sequentially.
65 (dvi): Depend on $(DVIS) rather than doing it sequentially. 279 (dvi): Depend on $(DVIS) rather than doing it sequentially.
66 280
672013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
68
69 * doc/misc/eshell.texi: Added documentation for Eshell insert
70 output redirection operator, >>>.
71
722013-02-15 Paul Eggert <eggert@cs.ucla.edu> 2812013-02-15 Paul Eggert <eggert@cs.ucla.edu>
73 282
74 Fix AIX port (Bug#13650). 283 Fix AIX port (Bug#13650).