* Makefile.in (install-arch-indep): Put back a chmod
[bpt/emacs.git] / ChangeLog
CommitLineData
94898d72
GM
12013-01-16 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (install-arch-indep): Put back a chmod that was
4 removed 2012-05-19. (Bug#13430)
5
39aff4a7
GM
62013-01-10 Glenn Morris <rgm@gnu.org>
7
8 * make-dist: Add options for xz compression and no compression.
9
92d59611
GM
102013-01-04 Glenn Morris <rgm@gnu.org>
11
12 * info/dir: Add htmlfontify.
13
2550c6e4
AS
142012-12-29 Andreas Schwab <schwab@linux-m68k.org>
15
16 * configure.ac (TEMACS_LDFLAGS2): Don't define.
17 (LIBS_GNUSTEP): Set for GNUstep and substitute.
18 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
19
02e7729e
AS
202012-12-24 Andreas Schwab <schwab@linux-m68k.org>
21
22 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
23 (Bug#13222)
24
01824657
AM
252012-12-20 Akinori MUSHA <knu@iDaemons.org> (tiny change)
26
27 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
28
98c94021
GM
292012-12-13 Glenn Morris <rgm@gnu.org>
30
bfe6ffb6 31 * info/dir: Add bovine, wisent.
98c94021 32
0f59daaf
AS
332012-12-12 Andreas Schwab <schwab@suse.de>
34
35 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
36 (uninstall): Likewise.
37
4c2dd4ee
GM
382012-12-12 Glenn Morris <rgm@gnu.org>
39
40 * info/dir: Add srecode.
41
02925206
NA
422012-12-11 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
43
44 * Makefile.in (install-info, uninstall): Ensure make's messages
45 about changing directories are in English. (Bug#13143)
46
de0e31ed
GM
472012-12-05 Glenn Morris <rgm@gnu.org>
48
49 * configure.ac: Handle info/ files with or without ".info" extension.
50
50a60e02
EZ
512012-11-24 Eli Zaretskii <eliz@gnu.org>
52
de0e31ed 53 * make-dist (nt): Adjust to changes in names of the *.manifest files.
50a60e02 54
1b3b7caa
GM
552012-11-21 Glenn Morris <rgm@gnu.org>
56
57 * configure.ac (--enable-profiling): Doc fix.
58
b3cf17f6
EZ
592012-11-03 Eli Zaretskii <eliz@gnu.org>
60
61 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
62
25ca4587
GM
632012-10-26 Glenn Morris <rgm@gnu.org>
64
59696ae0
GM
65 * Makefile.in (EMACS_NAME): New variable.
66 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
67
eeced60b
GM
68 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
69 applied to $EXEEXT.
70
25ca4587
GM
71 * Makefile.in (uninstall): Don't abort if some directories are missing.
72 Apply transformation rules to manual pages, desktop and icon files.
73 No more emacs22 icons to uninstall.
74
a6c2cc07
GM
752012-10-24 Glenn Morris <rgm@gnu.org>
76
8bfcb8a6
GM
77 * Makefile.in (install-etc, install-man):
78 Don't apply program transform to standard file suffixes.
a6c2cc07 79
7f8de58c
PE
802012-10-23 Paul Eggert <eggert@cs.ucla.edu>
81
82 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
83 This ports to Gentoo. Problem originally reported against coreutils,
84 but Emacs has it too.
85
ed68379e
GM
862012-10-23 Glenn Morris <rgm@gnu.org>
87
88 * Makefile.in (emacs_transform): Remove.
89 (install-man): Revert 2012-10-21 change. (Bug#12713)
90
8dc2a723
GM
912012-10-21 Glenn Morris <rgm@gnu.org>
92
ad483434
GM
93 * Makefile.in (install-etc): Don't install emacs22 icons.
94
8dc2a723
GM
95 * Makefile.in (emacs_transform): New variable.
96 (install-etc): Prefer a make variable to a shell variable.
97
90eacf99
SM
982012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
101
1a9c6830
GM
1022012-10-15 Glenn Morris <rgm@gnu.org>
103
104 * Makefile.in (install-man, install-etc):
105 Apply $TRANSFORM. (Bug#12536#34)
106 (clean): Delete etc/emacs.tmpdesktop.
107
cde44a77
KH
1082012-10-11 Kenichi Handa <handa@gnu.org>
109
110 * .bzrignore: Add several files under admin/charsets.
111
e08348a0
DC
1122012-10-08 Daniel Colascione <dancol@dancol.org>
113
90eacf99
SM
114 * configure.ac: Add --with-w32 as a window system option.
115 Limit it to Cygwin for now. Integrate w32 into the refactored window
e08348a0
DC
116 system configuration and set TERM_HEADER to w32term.h when w32 is
117 configured.
118
119 (CYGWIN_OBJ): Add cygw32.o.
120
335f5ae4
JD
1212012-10-07 Jan Djärv <jan.h.d@swipnet.se>
122
123 * configure.ac: Check that OSX is 10.4 or newer.
124
c622b48f
PE
1252012-10-07 Paul Eggert <eggert@cs.ucla.edu>
126
127 Improve sys_siglist detection.
128 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
129 Otherwise, it's not found in either Fedora 17 or Solaris 11.
130
2b794d69
PE
1312012-10-04 Paul Eggert <eggert@cs.ucla.edu>
132
bb1dfdad
PE
133 Merge from gnulib, incorporating:
134 2012-10-02 pselect: reject invalid file descriptors
135 2012-10-02 ptsname: reject invalid file descriptors
136 2012-10-02 manywarnings: cater to more gcc infelicities
137 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
138 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
139 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
140 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
141
65788e2e
PE
1422012-09-30 Paul Eggert <eggert@cs.ucla.edu>
143
144 Merge from gnulib, incorporating:
145 2012-09-28 extern-inline: provide a -Wundef safe config.h
146
a615a3ae
PE
1472012-09-27 Paul Eggert <eggert@cs.ucla.edu>
148
149 Check more robustly for timer_settime.
150 This should fix an OS X build problem reported by Ivan Andrus in
151 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
152 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
153 does threads its own way.
89d17fd0 154 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
a615a3ae 155
c462dda8
PE
1562012-09-23 Paul Eggert <eggert@cs.ucla.edu>
157
158 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
159 to avoid problems with recursion when using GNU make.
160
e41c05e5
PE
1612012-09-22 Paul Eggert <eggert@cs.ucla.edu>
162
bbe099e7
PE
163 * Makefile.in (bootstrap): Simplify build procedure.
164 Suggested by Wolfgang Jenker in
165 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
166
e41c05e5
PE
167 Merge from gnulib, incorporating:
168 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
169
db8a5a18
TH
1702012-09-19 Tassilo Horn <tsdh@gnu.org>
171
172 * doc/emacs/misc.texi (DocView Slicing): Document new slice from
173 BoundingBox feature.
174
5fb91e71
JD
1752012-09-18 Jan Djärv <jan.h.d@swipnet.se>
176
177 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
178
d3612ac3
AS
1792012-09-17 Andreas Schwab <schwab@linux-m68k.org>
180
181 * Makefile.in (bootstrap): Revert last change. Run config.status
182 after config.status --recheck, run configure from $(srcdir).
183 (config.status): Run configure from $(srcdir).
184
eeceac93
PE
1852012-09-17 Paul Eggert <eggert@cs.ucla.edu>
186
50bfc824
PE
187 * Makefile.in: Fix build error on FreeBSD.
188 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
189 Suggested by Wolfgang Jenker in
190 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
191 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
192 This undoes part of the 2012-09-10 patch.
193 (bootstrap): Run ./configure, rather than trying to run config.status
194 if it exists. That builds src/epaths.h more reliably.
dee26dfa
PE
195 Run autogen/copy_autogen if autogen.sh fails,
196 to create 'configure'; problem reported by Andreas Schwab in
197 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
198 * autogen.sh: Exit with status 1 when failing due to missing tools,
199 reverting the 2012-09-10 change to this file.
200 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
201 Use 'cp -f' for the build-aux files, since the destinations are
202 typically read-only.
50bfc824 203
eeceac93
PE
204 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
205 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
206 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
207
78f83752
GM
2082012-09-17 Glenn Morris <rgm@gnu.org>
209
210 * configure.ac (copyright): New output variable.
211 (COPYRIGHT): New AC_DEFINE.
212
0caaedb1
PE
2132012-09-16 Paul Eggert <eggert@cs.ucla.edu>
214
215 Remove configure's --without-sync-input option (Bug#12450).
216 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
217
83da1b55
GM
2182012-09-16 Glenn Morris <rgm@gnu.org>
219
220 Increase compartmentalization of Nextstep builds rules,
221 and store Emacs version number in fewer versioned files.
222 * configure.ac (ns_appsrc): Use relative names.
223 (ns_frag): Remove.
224 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
225 (nextstep/Makefile): Generate these nextstep files.
226 (SUBDIR_MAKEFILES): Add nextstep.
227 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
228 * make-dist (nextstep/templates): Add directory.
229 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
230 (nextstep/Cocoa/Emacs.base/Contents)
92f7c6f1 231 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
83da1b55 232
0328b6de
PE
2332012-09-15 Paul Eggert <eggert@cs.ucla.edu>
234
235 Port better to POSIX hosts lacking _setjmp (Bug#12446).
236 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
237 (_setjmp, _longjmp): Remove.
238
e3141fcf
PE
2392012-09-14 Paul Eggert <eggert@cs.ucla.edu>
240
2af03429
PE
241 * configure.ac (--without-sync-input): Fix typo in usage message.
242
e3141fcf
PE
243 * configure.ac: Port to hosts lacking gtk.
244 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
245 better, in particular, problems in invoking pkg-config itself.
246 This is useful on hosts that don't have pkg-config.
247 (GTK_MODULES): Do not exit 'configure' simply because gtk3
248 and gtk2 are both missing. Problem found on Solaris 8.
249
2c484e75
JD
2502012-09-13 Jan Djärv <jan.h.d@swipnet.se>
251
252 * configure.ac: Reorder Xaw3d messages.
4d0b77fc 253 Report Gtk+ 3 as GTK.
2c484e75 254
4a4bbad2
PE
2552012-09-13 Paul Eggert <eggert@cs.ucla.edu>
256
257 Simplify SIGIO usage (Bug#12408).
258 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
259 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
260 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
261 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
262 to #undef SIGIO now (which was error-prone). Likewise, all uses
263 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
264
d673aedc
JD
2652012-09-12 Jan Djärv <jan.h.d@swipnet.se>
266
267 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
268 and then gtk2 if not found.
269 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
270 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
271 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
272
9d9edd4b
GM
2732012-09-11 Glenn Morris <rgm@gnu.org>
274
275 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
276 Be more explicit about dependencies, for parallel `make install'.
277
c990426a
PE
2782012-09-11 Paul Eggert <eggert@cs.ucla.edu>
279
280 Simplify, document, and port floating-point (Bug#12381).
281 * configure.ac (logb, cbrt): Do not check for these functions,
282 as they are not being used.
283
b8b0239f
PE
2842012-09-10 Paul Eggert <eggert@cs.ucla.edu>
285
286 Improve robustness of 'make bootstrap' (Bug#12376).
287 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
288 * INSTALL, README: Document autogen.sh.
289 * Makefile.in (Makefile): Mark it as precious, since it's updated
290 atomically.
291 (MAKE_CONFIG_STATUS): New macro.
292 (config.status, bootstrap): Use it. This causes 'make bootstrap'
293 to run config.status with the --recheck option, which is more
294 appropriate for a bootstrap.
295 (bootstrap): Run autogen.sh right after cleaning. Don't worry
296 about failures due to missing tools.
297 * autogen.sh: Exit with status 101 when failing due to missing tools.
298 * make-dist: Distribute autogen.sh.
299
f6196b87
PE
3002012-09-09 Paul Eggert <eggert@cs.ucla.edu>
301
302 Assume C89 or later for math functions (Bug#12381).
303 * configure.ac (frexp, fmod): Remove checks for these functions,
304 as we now assume them.
305 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
306 (HAVE_EXCEPTION):
307 Remove; no longer needed.
308
1a4f1e9b
PE
3092012-09-07 Paul Eggert <eggert@cs.ucla.edu>
310
311 More signal-handler cleanup (Bug#12327).
312 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
313
2fe28299
PE
3142012-09-06 Paul Eggert <eggert@cs.ucla.edu>
315
316 Signal-handler cleanup (Bug#12327).
317 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
318 Adjust to syssignal.h changes.
319 (SIGNAL_H_AB): Remove; no longer needed.
320
7b6c362e
PE
3212012-09-04 Paul Eggert <eggert@cs.ucla.edu>
322
1088b922
PE
323 Simplify redefinition of 'abort' (Bug#12316).
324 * configure.ac (NO_ABRT): Remove.
325
7b6c362e
PE
326 * configure.ac (_setjmp, _longjmp): Check by compiling
327 instead of by guessing. The guesses were wrong for
328 recent versions of Solaris, such as Solaris 11.
329
7f507777
PE
3302012-09-03 Paul Eggert <eggert@cs.ucla.edu>
331
79a7bafe
PE
332 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
333 It generates false alarms in doc.c, regex.c, xdisp.c. See
334 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
335
7f507777
PE
336 Merge from gnulib, incorporating:
337 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
338 2011-11-30 manywarnings: update the list of "all" warnings
339
f278d339
JD
3402012-09-02 Jan Djärv <jan.h.d@swipnet.se>
341
342 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
343
2d3800d2
PE
3442012-09-01 Paul Eggert <eggert@cs.ucla.edu>
345
346 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
347 This ports to glibc 2.15 or later, when configured with
348 --enable-gcc-warnings. See Eric Blake in
349 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
350
17a2cbbd
DC
3512012-09-01 Daniel Colascione <dan.colascione@gmail.com>
352
353 * configure.ac: Introduce term_header variable, which holds the
354 value which will become TERM_HEADER in code. We effect our choice
355 of window system by setting term_header and WINDOW_SYSTEM_OBJ
356 instead of using ad-hoc variables and flags for each window
357 system.
358
6e8aca60
PE
3592012-08-26 Paul Eggert <eggert@cs.ucla.edu>
360
361 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
362 and if the user has not specified CFLAGS. -g3 simplifies
363 debugging, since it makes macros visible to the debugger.
364
f0602979
JB
3652012-08-25 Juanma Barranquero <lekktu@gmail.com>
366
367 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
368
391ceac5
EZ
3692012-08-25 Eli Zaretskii <eliz@gnu.org>
370
371 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
372 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
373
f4a681b0
PE
3742012-08-24 Paul Eggert <eggert@cs.ucla.edu>
375
376 On assertion failure, print backtrace if available.
377 Merge from gnulib, incorporating:
378 2012-08-24 execinfo: port to FreeBSD
379 2012-08-22 execinfo: new module
380 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
381 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
382
5af9cb6b
GM
3832012-08-22 Glenn Morris <rgm@gnu.org>
384
385 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
386 do not create the bin/emacs link. (Bug#12011)
387
01b13eb7
PE
3882012-08-21 Paul Eggert <eggert@cs.ucla.edu>
389
390 Merge from gnulib, incorporating:
391 2012-08-20 extern-inline: support old GCC 'inline'
392
9aa0092c
GM
3932012-08-20 Glenn Morris <rgm@gnu.org>
394
395 * configure.ac (AC_PROG_LN_S): Test for ln.
396 * Makefile.in (LN_S): New, set by configure.
397 (install-arch-dep): Use $LN_S.
398
562d4436
PE
3992012-08-19 Paul Eggert <eggert@cs.ucla.edu>
400
401 Merge from gnulib, incorporating:
402 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
403 2012-08-19 mktime, sys_select: avoid 'static inline'
404 2012-08-19 gnulib-tool: Fix indentation.
405
51e6d6b2
PE
4062012-08-18 Paul Eggert <eggert@cs.ucla.edu>
407
408 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
409 These files have been unused since the 2012-06-22 patch that
410 introduced high-resolution time stamps.
411
1598ef28
JB
4122012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
413
414 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
415 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
416
76d0e68f
PE
4172012-08-14 Paul Eggert <eggert@cs.ucla.edu>
418
419 Merge from gnulib, incorporating:
420 2012-08-05 extern-inline: also ignore -Wmissing-declarations
421
57239922
JB
4222012-08-10 Juanma Barranquero <lekktu@gmail.com>
423
424 * lib/makefile.w32-in (STAT_TIME_H): New macro.
425 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
426 ($(BLD)/u64.$(O)): Update dependencies.
427
9374581a
GM
4282012-08-10 Glenn Morris <rgm@gnu.org>
429
430 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
431
da3d2105
DA
4322012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
433
434 * configure.ac (--disable-features): Rename to --without-all.
435 (OPTION_DEFAULT_ON): Change to use with_features.
436 * INSTALL: Fix description.
437
c30d4aef
DA
4382012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
439
440 * configure.ac: New option --disable-features.
441 (OPTION_DEFAULT_ON): Change to use enable_features.
442 * INSTALL: Explain --disable-features.
443
7d732d1a
GM
4442012-08-07 Glenn Morris <rgm@gnu.org>
445
446 * configure.ac: Require automake 1.11 (fairly arbitrarily).
447 * autogen.sh (automake_min): Get it from configure.ac.
448
1c6f11f4
GM
4492012-08-06 Glenn Morris <rgm@gnu.org>
450
1db4583a
GM
451 * configure.ac (BROKEN_GETWD) [unixware]: New define.
452
1c6f11f4
GM
453 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
454 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
455 (DISPNEW_NEEDS_STDIO_EXT): New define.
456
68b0c113
MA
4572012-08-05 Michael Albinus <michael.albinus@gmx.de>
458
a4fe5376 459 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
68b0c113 460
32d9ba9a
UM
4612012-08-05 Ulrich Müller <ulm@gentoo.org>
462
463 * configure.ac: Disable paxctl if binaries don't have a
464 PT_PAX_FLAGS program header. (Bug#11979)
465
fddc1855
EZ
4662012-08-03 Eli Zaretskii <eliz@gnu.org>
467
468 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
469 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
470 (SHA512_H): Don't mention u64.h twice.
471 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
472 New targets.
473
f35ef0ed
PE
4742012-08-03 Paul Eggert <eggert@cs.ucla.edu>
475
476 Merge from gnulib, incorporating:
477 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
478
d7844221
YM
4792012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
480
481 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
482 out-of-tree build.
483
837b365b
GM
4842012-08-02 Glenn Morris <rgm@gnu.org>
485
d66b744d
GM
486 * make-dist: Remove src/s.
487
837b365b
GM
488 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
489
3f750e43
PE
4902012-08-02 Paul Eggert <eggert@cs.ucla.edu>
491
a0d4efe9
PE
492 Merge from gnulib (Bug#12116), incorporating:
493 2012-08-01 extern-inline: new module
494 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
bff2a4b8 495 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
a0d4efe9
PE
496 New files. The new .c files are for instantiating extern inline
497 functions.
498
13294f95
PE
499 Port to Solaris 8.
500 Without this change, 'configure' fails because the recently-added
501 wait3 prototype in config.h messes up later 'configure' tests.
502 Fix this problem by droping wait3 and WRETCODE, as they're
503 no longer needed on hosts that are current porting targets.
504 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
505 All uses changed to waitpid and WEXITSTATUS.
506
3f750e43
PE
507 Avoid needless autoheader after autogen.sh.
508 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
509 * .bzrignore: Add it.
510 * autogen.sh: Create it.
511
ae21c275
GM
5122012-08-01 Glenn Morris <rgm@gnu.org>
513
514 * configure.ac (DOS_NT, MSDOS): New system type templates.
515
fca64dbd
UM
5162012-08-01 Ulrich Müller <ulm@gentoo.org>
517
518 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
519 Don't include crtbegin.o and crtend.o. (Bug#12047)
520
5c0c0e8a
GM
5212012-08-01 Glenn Morris <rgm@gnu.org>
522
ca35a5f7
GM
523 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
524 (INTERNAL_TERMINAL): New.
b72c9a8c 525
5c0c0e8a
GM
526 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
527 (IS_ANY_SEP): Move here from src/lisp.h.
528
552a99b4
JB
5292012-08-01 Juanma Barranquero <lekktu@gmail.com>
530
531 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
532 (CONF_POST_H): New macro.
533
8d8e2dfe
GM
5342012-07-31 Glenn Morris <rgm@gnu.org>
535
bc96620a
GM
536 * configure.ac (S_FILE): Remove output variable.
537
68169a33
GM
538 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
539
b2c7a106
GM
540 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
541 Move here from src.
542
8d8e2dfe
GM
543 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
544 Move here from conf_post.h.
545
c09bfb2f
DA
5462012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
547
548 Improve OpenMotif detection on GNU/Linux systems.
549 * configure.ac (MOTIF): Check for /usr/include/openmotif
550 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
551
57ae02b1
AS
5522012-07-31 Andreas Schwab <schwab@linux-m68k.org>
553
554 * Makefile.in (install-arch-indep): Avoid eval.
555
c1529ded
GM
5562012-07-31 Glenn Morris <rgm@gnu.org>
557
b3a56300
GM
558 * configure.ac (opsysfile, S_FILE): Now they are always empty.
559
cd8bac79
GM
560 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
561 when removing src/s/sol2-6.h yesterday.
562
268e2432
GM
563 * configure.ac (USG5_4): Reintroduce this.
564 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
565
400d5621
GM
566 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
567
7552f3ee
GM
568 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
569 and to s/usg5-4-common.h on irix6-5.
c1529ded 570
b429a4ee
GM
5712012-07-30 Glenn Morris <rgm@gnu.org>
572
573 * configure.ac (AH_BOTTOM): Use an include file, so that the
574 contents do not get processed by autoheader.
575
0aee6912
PE
5762012-07-30 Paul Eggert <eggert@cs.ucla.edu>
577
8f25abd3
PE
578 Do not overwrite config.status while executing it (Bug#11214).
579 * Makefile.in (MAKEFILE_NAME): New macro.
580 ($(MAKEFILE_NAME)): Rename rule from Makefile.
581 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
582 so that GNU 'make' isn't tempted to make the Makefile and then
583 regenerate config.status while config.status is running.
584
0aee6912
PE
585 Update .PHONY listings in makefiles.
586 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
587 FRC, install-arch-dep, install-arch-indep, install-doc,
588 install-info, install-man, install-etc, install-strip, uninstall,
589 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
590 (.RECURSIVE): Remove; hasn't been needed for years.
591
0a763bd1
GM
5922012-07-30 Glenn Morris <rgm@gnu.org>
593
32bac6d6
GM
594 * configure.ac (SIGNAL_H_AHB): New hack macro.
595 (opsysfile): Set to empty on netbsd, openbsd.
596 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
597
b65e7c46 598 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
0a763bd1 599
847bb9eb
JD
6002012-07-30 Jan Djärv <jan.h.d@swipnet.se>
601
602 * Makefile.in (install-arch-indep): Remove sh -x.
603
d34d6ffc
GM
6042012-07-30 Glenn Morris <rgm@gnu.org>
605
abc7ec54
GM
606 * configure.ac (opsysfile): Tweak message for null case.
607
227f5bd0
GM
608 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
609 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
d34d6ffc 610
dc5493f1
PE
6112012-07-30 Paul Eggert <eggert@cs.ucla.edu>
612
613 Merge from gnulib, incorporating:
614 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
615
ffd817eb
JD
6162012-07-29 Jan Djärv <jan.h.d@swipnet.se>
617
618 * Makefile.in (install-arch-indep): Handle space in locallisppath.
619
e32a5799
PE
6202012-07-28 Paul Eggert <eggert@cs.ucla.edu>
621
622 Use Gnulib environ module (Bug#9772).
623 * m4/environ.m4: New file, from gnulib.
624 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
625
626 Use Gnulib stdalign module (Bug#9772, Bug#9960).
627 This should improve portability of macros like alignof and DECL_ALIGN.
628 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
629 * .bzrignore: Add lib/stdalign.h.
630 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
631 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
632 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
633 fiddles with this, as gnulib now does this for us.
634
441efe9f
DA
6352012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
636
637 Fix toolkit configuration report.
638 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
639 --with-x-toolkit=gtk3 is used.
640
5dad233c
PE
6412012-07-17 Paul Eggert <eggert@cs.ucla.edu>
642
643 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
644 * configure.ac: Configure gnulib at the end, not before running
645 pkg-config. This restores the behavior before 2012-06-22, when
646 higher-resolution time stamps were added, and fixes a bug whereby
647 LIB_PTHREAD was not used and gnulib's part of 'configure'
648 therefore incorrectly assumed that pthread_sigmask wasn't working.
649 Fix the problem with -lrt and clock_gettime a different way.
650 This should complete the fix for Bug#11884.
651 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
652
b6e9e0ff
PE
6532012-07-15 Paul Eggert <eggert@cs.ucla.edu>
654
655 Merge from gnulib, incorporating:
656 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
657 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
658
5b3f250f
GM
6592012-07-14 Glenn Morris <rgm@gnu.org>
660
661 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
662 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
663
dbee5793
GM
6642012-07-13 Glenn Morris <rgm@gnu.org>
665
32fb4bb6
GM
666 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
667
983188fd
GM
668 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
669 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
670 Move "system type" macros here from src/s.
671 (BSD_SYSTEM_AHB): New hack macro.
672 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
673
5b633342
GM
674 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
675 (GC_MARK_SECONDARY_STACK): Move here from src/s.
dbee5793 676
308aab79
GM
6772012-07-12 Glenn Morris <rgm@gnu.org>
678
4fae5a7a
GM
679 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
680 setting here from src/s/darwin.h.
681
51c3b9b4
GM
682 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
683 as src/s/darwin.h used to.
684
42bd1719
GM
685 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
686 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
ba9e4b84 687 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
0ab7b23a 688 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3f922c37 689 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3e91a053 690 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
7ccad002 691 (XOS_NEEDS_TIME_H): Move here from src/s.
308aab79 692
c43fb4c3
GM
6932012-07-11 Glenn Morris <rgm@gnu.org>
694
695 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
ee1cf5cf 696 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
c43fb4c3 697
554fef51
PE
6982012-07-11 Paul Eggert <eggert@cs.ucla.edu>
699
700 * configure.ac (tzset): Remove check that's redundant with gnulib.
701
c8add24e
GM
7022012-07-11 Glenn Morris <rgm@gnu.org>
703
172bedef
GM
704 * configure.ac (CLASH_DETECTION): Define unconditionally.
705
249685df
GM
706 * configure.ac (opsysfile): Use bsd-common on gnu systems.
707
c8add24e 708 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
09f4e3b0 709 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
c8add24e 710
5ebbef1d
PE
7112012-07-11 Paul Eggert <eggert@cs.ucla.edu>
712
bb352260
PE
713 Assume mkdir, rename, rmdir, strerror.
714 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
5ebbef1d 715
20e94fdd
GM
7162012-07-11 Glenn Morris <rgm@gnu.org>
717
9d596af3
GM
718 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
719
20e94fdd
GM
720 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
721
22ffb973
PE
7222012-07-10 Paul Eggert <eggert@cs.ucla.edu>
723
724 Remove "#define unix" that is no longer needed (Bug#11905).
725 Merge from gnulib to make "#define unix" unnecessary, incorporating:
726 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
727 2012-07-09 getopt: Simplify after Emacs changed.
728
882cf227
GM
7292012-07-10 Glenn Morris <rgm@gnu.org>
730
d02eb359
GM
731 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
732 Move here from src/s.
882cf227 733
cda158b4
AS
7342012-07-09 Andreas Schwab <schwab@linux-m68k.org>
735
736 * configure.ac (PNG_DEPSTRUCT): Define this instead of
737 PNG_DEPRECATED.
738
5994c183
PE
7392012-07-09 Paul Eggert <eggert@cs.ucla.edu>
740
741 Add GCC-style 'const' attribute to functions that can use it.
742 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
743 (ATTRIBUTE_CONST): New macro, in config.h.
744
52331d2c
JB
7452012-07-09 Juanma Barranquero <lekktu@gmail.com>
746
747 * lib/makefile.w32-in: Rework dependencies.
748 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
749 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
750 (U64_H, SHA512_H): New macros.
751 (SRC): Redefine to point to src/, not current directory.
752 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
753 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
754 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
755 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
756 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
757 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
758 ($(BLD)/filemode.$(O)): Update dependencies.
759
c4444d16
PE
7602012-07-09 Paul Eggert <eggert@cs.ucla.edu>
761
2f93ecce
PE
762 Merge from gnulib, incorporating:
763 2012-07-09 timespec: mark functions with const attributes
764
c4444d16
PE
765 Rename configure.in to configure.ac (Bug#11603).
766 The name 'configure.in' has been obsolescent for quite some time,
767 and the next release of Autoconf will generate warnings for it.
61a11606
PE
768 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
769 'configure.in' as autoconf input" in the Autoconf git repository.
c4444d16
PE
770 * configure.ac: Rename from configure.in.
771 * INSTALL, INSTALL.BZR, README, make-dist:
772 * Makefile.in (AUTOCONF_INPUTS):
773 * autogen.sh (autoconf_min):
774 * autogen/update_autogen (sources):
775 Adjust to reflect new name.
776
0ccb0b09
PE
7772012-07-08 Paul Eggert <eggert@cs.ucla.edu>
778
779 Restore deprecation warnings, except for older libpng.
780 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
781 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
782 (PNG_DEPRECATED): Define when compiling with older PNG versions.
783
4da41f1c
AS
7842012-07-07 Andreas Schwab <schwab@linux-m68k.org>
785
786 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
787
6045c4fd
PE
7882012-07-07 Paul Eggert <eggert@cs.ucla.edu>
789
790 Improve static checking when configured --with-ns.
791 See Samuel Bronson's remarks in
792 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
793 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
794 a no-op with recent GCC and harmful in earlier ones.
795 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
796 warning when compiling with ObjC. Always omit
797 -Wunsafe-loop-optimizations, as we don't mind when optimization is
798 being done correctly.
799
4516fbef
GM
8002012-07-07 Glenn Morris <rgm@gnu.org>
801
41f9404e
GM
802 * configure.in (BROKEN_SA_RESTART): Doc fix.
803
4516fbef
GM
804 * configure.in: Rather than checking for things then undef'ing
805 them on some platforms, simply don't check for them.
806 (getwd): Don't check for it on unixware.
807 (random, rint): Don't check for these on hpux.
808 (res_init, libresolv): Don't check for these on darwin.
809
07adc2c6
JB
8102012-07-07 Juanma Barranquero <lekktu@gmail.com>
811
812 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
813 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
814 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
815 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
816
a69ca799
PE
8172012-07-06 Paul Eggert <eggert@cs.ucla.edu>
818
f5c08e17
PE
819 * configure.in: Document --enable-gcc-warnings better.
820
fee5959d
PE
821 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
822 This is safer than strcasecmp, which has unspecified behavior
823 outside the POSIX locale and in practice sometimes does not work
824 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
825 * configure.in (strcasecmp, strncasecmp): Remove checks.
f5c08e17 826
fee5959d
PE
827 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
828 * lib/c-strncasecmp.c: New files, taken from gnulib.
829 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
830
a69ca799
PE
831 Merge from gnulib, incorporating:
832 2012-07-06 timespec-sub: avoid duplicate include
833 Reported by Juanma Barranquero.
834
a02d99e7
GM
8352012-07-06 Glenn Morris <rgm@gnu.org>
836
837 * make-dist [update]: Let autoreconf figure out what needs updating.
838 Use `make info-real'. leim/leim-list.el should always exist.
839 Check cd return value.
840
7dca65a4
PE
8412012-07-06 Paul Eggert <eggert@cs.ucla.edu>
842
843 Merge from gnulib. This is for OpenBSD 5.1 amd64.
844 * m4/sys_time_h.m4: New version from gnulib, incorporating:
845 2012-07-05 sys_time: allow too-wide tv_sec
846
013aabf1
PE
8472012-07-04 Paul Eggert <eggert@cs.ucla.edu>
848
849 Merge from gnulib.
850 * lib/alloca.in.h: New version from gnulib, incorporating:
851 2012-07-03 alloca: add support for HP NonStop TNS/E native
852
8ce70ed2
DA
8532012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
854
855 * configure.in: If --enable-gcc-warnings, disable
856 -Wunsafe-loop-optimizations for -O1 optimization level.
857
ca26824c
GM
8582012-06-30 Glenn Morris <rgm@gnu.org>
859
860 * configure.in (standardlisppath): New output variable.
861 (lisppath): Use standardlisppath.
862 * Makefile.in (standardlisppath): New, set by configure.
863 (epaths-force): Use standardlisppath and locallisppath rather than
864 lisppath.
865
94eb8e0a
DA
8662012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
867
1f9f395d 868 * configure.in: Fix previous change. Remove --enable-asserts.
94eb8e0a
DA
869 (CPPFLAGS): Remove conditional -DXASSERTS=1.
870 Add --enable-link-time-optimization.
871 * INSTALL: Mention this.
872
e509cfa6
DA
8732012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
874
875 * configure.in: Add glyphs category to --enable-checking option.
876 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
877
a54e2c05
DA
8782012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
879
880 * configure.in (ENABLE_CHECKING): Update comment.
881
059e4fb5
PE
8822012-06-28 Paul Eggert <eggert@cs.ucla.edu>
883
15458df4
PE
884 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
885 Emacs proper no longer uses these headers, and can rely on Gnulib
886 for these checks.
887
059e4fb5
PE
888 Merge from gnulib.
889 * m4/getopt.m4: Copy new version from gnulib, incorporating:
890 getopt-posix: No longer guarantee that option processing is resettable.
891
1ba6038a
GM
8922012-06-27 Glenn Morris <rgm@gnu.org>
893
0b6b25d5
GM
894 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
895
1ba6038a
GM
896 * INSTALL: Remove references to paths.el.
897
cc06e7e7
EZ
8982012-06-26 Eli Zaretskii <eliz@gnu.org>
899
90eacf99
SM
900 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
901 This replaces separate dependency for each object file, which required
cc06e7e7
EZ
902 the same object file to be mentioned twice, causing failures in
903 parallel builds.
904
cf38a720
PE
9052012-06-26 Paul Eggert <eggert@cs.ucla.edu>
906
907 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
908 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
909
3511c784
DA
9102012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
911
912 * configure.in (AC_CHECK_FUNCS): Detect library functions
913 strcasecmp and strncasecmp.
914
845ca893
PE
9152012-06-24 Paul Eggert <eggert@cs.ucla.edu>
916
917 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
918 We might as well use the spelling standardized by C11,
919 as in the long run that should simplify maintenance.
920 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
921
696056c2
EZ
9222012-06-24 Eli Zaretskii <eliz@gnu.org>
923
924 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
925 ($(BLD)/timespec-add.$(O)):
926 ($(BLD)/timespec-sub.$(O)): Don't depend on
927 $(EMACS_ROOT)/nt/inc/sys/time.h.
928
929 * lib/stat-time.h:
930 * lib/timespec.h:
931 * lib/utimens.h: Revert last change.
932
47d0c011
PE
9332012-06-23 Paul Eggert <eggert@cs.ucla.edu>
934
935 Merge from gnulib.
936 * m4/getopt.m4: Copy new version from gnulib, incorporating:
937 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
938
388cdec0
EZ
9392012-06-23 Eli Zaretskii <eliz@gnu.org>
940
941 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
942 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
943 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
944 $(BLD)/timespec-sub.$(O).
945 ($(BLD)/dtotimespec.$(O)):
946 ($(BLD)/gettime.$(O)):
947 ($(BLD)/timespec-add.$(O)):
948 ($(BLD)/timespec-sub.$(O)): New dependencies.
949
950 * lib/stat-time.h:
951 * lib/timespec.h:
ed9265fc 952 * lib/utimens.h: Include sys/time.h.
388cdec0 953
54e8a418
AS
9542012-06-23 Andreas Schwab <schwab@linux-m68k.org>
955
956 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
957 the correct CFLAGS and LIBS.
958
d35af63c
PE
9592012-06-22 Paul Eggert <eggert@cs.ucla.edu>
960
961 Support higher-resolution time stamps (Bug#9000).
962 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
963 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
964 that the new clock stuff doesn't clash with RSVG_LIBS.
965 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
966 as gnulib does that for us now.
967 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
968 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
969 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
970 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
971 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
972 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
973 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
974 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
975 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
976 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
977 New files, copied automatically from gnulib.
978 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
979
05730648
PE
9802012-06-22 Paul Eggert <eggert@cs.ucla.edu>
981
982 Merge from gnulib.
983 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
984 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
985 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
986 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
987 Copy new versions from gnulib, incorporating the following changes:
988 2012-06-22 time_r: fix typo that always overrode localtime_r decl
989 2012-06-22 Write "Mac OS X" instead of "MacOS X".
990 2012-06-21 mktime: fix integer overflow in 'configure'-time test
991 2012-06-21 nonblocking: Avoid compilation error on mingw64.
992 2012-06-19 stat, fstat: Avoid warnings on mingw64.
993 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
994
646b5f55
AS
9952012-06-13 Andreas Schwab <schwab@linux-m68k.org>
996
997 * configure.in: Rename --enable-use-lisp-union-type to
998 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
999 instead of USE_LISP_UNION_TYPE.
1000
8a07a8c6
GM
10012012-06-12 Glenn Morris <rgm@gnu.org>
1002
b4492cba
GM
1003 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
1004 (opsysfile): Set specially for sol2-10.
1005
8a07a8c6
GM
1006 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
1007 New AC_DEFINEs, for hpux11.
1008 (opsysfile): Set specially for hpux11.
1009
03043c1b
PE
10102012-06-12 Paul Eggert <eggert@cs.ucla.edu>
1011
1012 * configure.in: Coalesce some function checking.
1013 This makes 'configure' a bit smaller.
1014 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
1015
ed846e5f
GM
10162012-06-12 Glenn Morris <rgm@gnu.org>
1017
0d369729
GM
1018 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
1019
45fa9c0f
GM
1020 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
1021
ed846e5f
GM
1022 * configure.in: Anticipate platforms with no src/s file.
1023
0e25d334
CY
10242012-06-12 Chong Yidong <cyd@gnu.org>
1025
1026 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
1027
a9be7d2b
GM
10282012-06-11 Glenn Morris <rgm@gnu.org>
1029
1030 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
1031
e3a3e213
MA
10322012-06-09 Michael Albinus <michael.albinus@gmx.de>
1033
1034 * configure.in (dbus_type_is_valid): Check for library function.
1035
276d5f5d
GM
10362012-06-06 Glenn Morris <rgm@gnu.org>
1037
1038 * INSTALL, make-dist: Remove vcdiff.
1039
418cd726
GM
10402012-06-03 Glenn Morris <rgm@gnu.org>
1041
1042 * INSTALL, make-dist: Remove rcs-checkin.
1043
c71232db
UM
10442012-06-03 Ulrich Müller <ulm@gentoo.org>
1045
1f9f395d 1046 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
c71232db 1047
501390c5
PE
10482012-06-01 Paul Eggert <eggert@cs.ucla.edu>
1049
1050 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
1051 It is confusingly named and rarely useful. See, for example,
1052 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
1053 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
1054 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
1055 * configure.in: Remove --disable-maintainer-mode.
1056 (USE_MAINTAINER_MODE, MAINT): Remove.
1057
0e7a053e
PE
10582012-05-28 Paul Eggert <eggert@cs.ucla.edu>
1059
1060 Make 'configure' a bit smaller and faster.
1061 * configure.in (INSTALL_INFO): Set it with one call to
1062 AC_PATH_PROG, not three.
1063 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
1064 so likely that it'll be needed.
1065 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
1066 (AC_PROG_MAKE_SET): Remove; Automake does this.
1067 (sysinfo): Do not check for this function, as it's never used.
1068 (tzset): Check for this function just once.
1069 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
1070 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
1071
cd376509
EZ
10722012-05-27 Eli Zaretskii <eliz@gnu.org>
1073
42a53d84
EZ
1074 * config.bat (lib): Create/update lib/stdalign.in-h and
1075 lib/sys_types.in-h.
1076
0e7a053e
PE
1077 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
1078 ($(BLD)/sha1.$(O)):
1079 ($(BLD)/sha256.$(O)):
cd376509
EZ
1080 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
1081 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
1082
1083 * lib/getopt_.h: Regenerate.
1084
50c4645e
PE
10852012-05-27 Paul Eggert <eggert@cs.ucla.edu>
1086
1087 Assume gnulib does largefile.
1088 Gnulib does the largefile configuration anyway, so when configure.in
1089 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
1090 * configure.in (AC_SYS_LARGEFILE): Remove.
1091 * lib/gnulib.mk: Autoupdate.
1092
caf8a9b2
PE
10932012-05-26 Paul Eggert <eggert@cs.ucla.edu>
1094
1095 Merge from gnulib. (Bug#11527)
1096
1097 The build procedure now creates <stdalign.h> and <sys/types.h> for
1098 older hosts that lack a working <stdalign.h> or whose
90eacf99
SM
1099 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
1100 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
caf8a9b2
PE
1101 msdos and nt builds.
1102
1103 Here is a precis of gnulib changes that seem relevant; please see
1104 the gnulib ChangeLog for details.
1105
1106 2012-05-18 crypto: fix bug in large buffer handling
1107 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
1108 2012-05-10 _Noreturn: port config.h to gcc -Wundef
1109 2012-05-08 warnings.m4: give a means to specify the program to compile
1110 2012-05-07 stdint: be more consistent with glibc, SunOS libc
1111 2012-04-21 Large File Support for native Windows platforms.
1112 2012-04-14 stat: Bypass buggy override in mingw64.
1113 2012-03-29 stdio: don't assume gets any more
1114 2012-03-24 Enable common subexpression optimization in GCC.
1115 2012-02-09 maint: replace FSF snail-mail addresses with URLs
1116 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
1117 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
1118 2012-01-21 stdint: Add support for Android.
1119 2012-01-15 Improve support for MSVC 9.
1120 2012-01-08 mktime: Avoid compilation error on Solaris 11.
1121 2012-01-05 Use ', not `, for quoting output.
1122 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
1123 2012-01-05 strtoimax: Work around AIX 5.1 bug.
1124 2012-01-05 inttypes: Modernize.
1125 2011-12-13 inttypes, stdint: add C++11 support
1126 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
1127 2011-11-21 _Noreturn: Check that _MSC_VER is defined
1128 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
1129 2011-11-09 raise: fix mingw handling of SIGPIPE
1130 2011-10-27 Add stdalign module and use it in other modules.
1131
1132 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
1133 * m4/sys_types_h.m4:
1134 New files.
1135 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
1136 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
1137 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
1138 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
1139 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
1140 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
1141 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1142 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
1143 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
1144 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
1145 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
1146 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
1147 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
1148 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
1149 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
1150 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
1151 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
1152 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
1153 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
1154 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
1155 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
1156 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
1157 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
1158 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
1159 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
1160 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
1161 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
1162 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
1163 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
1164 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
1165 Update from gnulib.
1166
34374650
PE
11672012-05-22 Paul Eggert <eggert@cs.ucla.edu>
1168
1169 Remove src/m/*.
1170 * configure.in: Remove all mention of src/m/*.
1171 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
1172 All uses removed.
1173 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
1174 (BITS_PER_LONG_LONG): Move to src/lisp.h.
1175 * lib/makefile.w32-in: Remove dependencies on
1176 $(EMACS_ROOT)/src/m/intel386.h.
1177 * make-dist: Don't make links to src/m.
1178
ec21c7f8
PE
11792012-05-22 Paul Eggert <eggert@cs.ucla.edu>
1180
1181 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
1182 Without this further fix, aclocal was being invoked unnecessarily.
1183
39078e4a
GM
11842012-05-22 Glenn Morris <rgm@gnu.org>
1185
1186 * Makefile.in (blessmail, install-arch-dep, uninstall):
1187 Check cd lib-src works.
1188 (install-arch-dep, uninstall): Remove unneeded subshells.
1189
be17565b
GM
11902012-05-21 Glenn Morris <rgm@gnu.org>
1191
ff0c3cfb
GM
1192 * update-subdirs: Move to build-aux/.
1193 * make-dist, Makefile.in (install-arch-indep): Update for this change.
1194
d10cfddd
GM
1195 * Makefile.in (leimdir): New, set by configure.
1196 (COPYDIR, COPYDESTS): Add leim directories.
1197 (install-leim): Remove.
1198 (install-arch-indep): Handle leim installation directly.
1199
be17565b
GM
1200 * vpath.sed: Remove unused file.
1201 * make-dist: No more vpath.sed.
1202
9b4ee616
PE
12032012-05-21 Paul Eggert <eggert@cs.ucla.edu>
1204
fb77d37e
PE
1205 Use full name for m4/gnulib-comp.m4. (Bug#11529)
1206 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
1207 even though the file's name in gnulib is m4/gnulib-comp.m4.
1208 This had a problem when merging from gnulib, as the code temporarily
1209 renamed it to the full name, causing problems when interrupted.
1210 Now the file has its full name, with the idea that we will find
1211 a solution for MS-DOS that does not affect the rest of Emacs.
1212 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
1213
261cb4bb
PE
1214 Assume C89 or later.
1215 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
1216 (POINTER_TYPE, PROTOTYPES): Remove.
1217
9b4ee616
PE
1218 Make merging from gnulib a script, not a makefile action.
1219 Putting it in a makefile has some problems with reflection, as
1220 merging from gnulib updates 'configure', which can update the makefile.
1221 Putting it in a standalone script breaks this loop.
1222 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
1223 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
1224 Remove, moving the actions to the script admin/merge-gnulib.
1225
261cb4bb
PE
12262012-05-21 Glenn Morris <rgm@gnu.org>
1227
1228 * configure.in (LEIM_INSTALLDIR):
1229 Rename to leimdir, treat like lispdir.
1230
b847032c
GM
12312012-05-21 Glenn Morris <rgm@gnu.org>
1232
1233 * Makefile.in (install-arch-indep, install-doc, install-info)
1234 (uninstall): Scrap superfluous subshells.
1235
af006ad5
UM
12362012-05-19 Ulrich Mueller <ulm@gentoo.org>
1237
1238 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
1239
003fdae2
PE
12402012-05-19 Paul Eggert <eggert@cs.ucla.edu>
1241
9232a6d9
PE
1242 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
1243 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
1244 getsockopt, setsockopt, mremap, mempcpy.
1245
003fdae2
PE
1246 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
1247 is being removed.
1248 (AC_CHECK_FUNCS): Remove ftime.
1249
e7333757
GM
12502012-05-19 Glenn Morris <rgm@gnu.org>
1251
e39b9806 1252 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 1253
42d5aa3e
GM
1254 * Makefile.in (install-arch-indep): Remove unneeded chmod.
1255 Set permissions of lisp/subdirs.el.
1256
9192d37d
GM
1257 * Makefile.in (SUBDIR): Add leim. Update users.
1258
2e5d41e4
GM
1259 * Makefile.in (lib, lib-src, lisp): Check cd return value.
1260
e7333757
GM
1261 * Makefile.in (leim): No need to set PARALLEL.
1262
7606c360
GM
12632012-05-18 Glenn Morris <rgm@gnu.org>
1264
6d1a623e
GM
1265 * Makefile.in (install-arch-indep, install-info, install-man):
1266 Simplify some one-sided ifs.
1267
29473393
GM
1268 * Makefile.in: Install only the relevant DOC file.
1269 (install-arch-indep): Delete etc/DOC*.
1270 (install-doc): No more need to delete etc/DOC.
1271
660c8c1e
GM
1272 * Makefile.in (install-arch-indep): Split into several rules.
1273 (install-doc, innstall-info, install-man): New rules.
1274
37f36bcb
GM
1275 * configure.in (mandir): May as well include it in the NS app bundle.
1276
0629a797
GM
1277 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
1278 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
1279 (install-arch-indep): Don't install-etc for self-contained ns builds.
1280
136c45ee
GM
1281 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
1282 No longer unconditonally add /sw directories. (Bug#2280)
1283
ed0ba302
GM
1284 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
1285 (install-arch-indep): Depend on install-leim.
1286 (install): Remove explicit install-leim dependence.
1287
62061397
GM
1288 * Makefile.in (install-arch-indep):
1289 Move last element of mkdir rule here.
1290 (mkdir): Remove rule.
1291
37baa3c8
GM
1292 * Makefile.in (install-arch-indep): Remove unneeded chmods.
1293 INSTALL_DATA does this for us.
1294
b533f05e
GM
1295 * Makefile.in (install-arch-dep): Ensure bindir exists.
1296 Drop mkdir dependency.
1297 (install-arch-indep): Ensure docdir, infodir, mandir exist.
1298 (install-leim): Drop mkdir dependency.
1299 (mkdir): Remove most directories, now made in relevant rules.
1300
7606c360
GM
1301 * Makefile.in (install-arch-indep): Combine adjacent loops.
1302
3a4155de
GM
13032012-05-17 Glenn Morris <rgm@gnu.org>
1304
d9a1e2c2
GM
1305 * Makefile.in (install-etc, mkdir):
1306 Make relevant directories in install-etc rather than mkdir.
1307
4c54abe1
GM
1308 * Makefile.in (write_subdir): Create the directory if needed.
1309 (install-arch-dep, mkdir): No need to make site-lisp directories.
1310
9f1ea7dc 1311 * Makefile.in (write_subdir): New.
05f3d308 1312 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 1313
40c117e7 1314 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 1315 For a self-contained ns build, set these to the appropriate values.
40c117e7 1316 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 1317
b4a36200
GM
1318 * configure.in (ns_self_contained): New output variable.
1319 * Makefile.in (ns_self_contained): New, set by configure.
1320 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
1321 don't bother installing binaries then immediately deleting them.
1322
3a4155de
GM
1323 * Makefile.in (ns_appbindir, ns_appresdir):
1324 Move them before things that may refer to them.
1325 (install-arch-dep): No need to relocate self-contained ns libexec.
1326
1327 * configure.in (archlibdir): Set it for self-contained ns builds.
1328 (libexecdir): Don't expand it now (this is mainly cosmetic).
1329
f04940ae
PE
13302012-05-16 Paul Eggert <eggert@cs.ucla.edu>
1331
1332 * configure.in: Simplify by removing CPP etc.
1333 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
1334 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
1335 In particular we no longer need to fiddle with CPP, since we don't
1336 use CPP specially any more.
1337 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
1338 adjusted compiler.
1339 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
1340 since gl_EARLY and/or Autoconf already does these.
1341
27cb7be2
GM
13422012-05-16 Glenn Morris <rgm@gnu.org>
1343
1344 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
1345 (CPP): Do not unconditionally set it on Darwin.
1346 Instead, try to test if -no-cpp-precomp is accepted.
1347 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
1348
ec3ca9ec
GM
13492012-05-15 Glenn Morris <rgm@gnu.org>
1350
4e7d487c 1351 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 1352
75a9f5f5
GM
1353 * Makefile.in (install-arch-dep): Do not hard-code version number.
1354
ec3ca9ec
GM
1355 * Makefile.in (install-arch-dep): NS install no longer needs to
1356 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
1357
3fe7cdc8
GM
13582012-05-12 Glenn Morris <rgm@gnu.org>
1359
9e6b06ed
GM
1360 * configure.in (ns_appbindir): Remove trailing "/".
1361
3fe7cdc8
GM
1362 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
1363 (MKDEPDIR): Use $MKDIR_P.
1364 * Makefile.in (MKDIR_P): New, set by configure.
1365 (mkdir): Use $MKDIR_P.
1366
a873f274
GM
13672012-05-11 Glenn Morris <rgm@gnu.org>
1368
1369 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 1370 Use INSTALL_DATA for the DOC file.
c8e32179 1371 Remove dead code for ./lisp that never executes.
a873f274 1372
ff57c2ec
GM
13732012-05-10 Glenn Morris <rgm@gnu.org>
1374
1375 * configure.in (LEIM_INSTALLDIR): New output variable.
1376
49ed9c8e
SM
13772012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
1380
5122804a
GM
13812012-05-08 Glenn Morris <rgm@gnu.org>
1382
1383 * make-dist: No more doc/lispref/*.el.
1384
01319a4e
AS
13852012-05-05 Andreas Schwab <schwab@linux-m68k.org>
1386
1387 * configure.in: Fix quoting bugs.
1388
8045b906
GM
13892012-05-04 Glenn Morris <rgm@gnu.org>
1390
1391 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
1392
9fa0e416
GM
13932012-05-02 Glenn Morris <rgm@gnu.org>
1394
3c30e766
GM
1395 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
1396 the choices made by FreeBSD and NetBSD. (Bug#10313)
1397
9aa071df
GM
1398 * Makefile.in (INFO_FILES): Remove variable.
1399 (INFO_NONMISC): New variable.
1400 (install-arch-indep, uninstall): Don't use $INFO_FILES.
1401
cd3771a0
GM
1402 * Makefile.in (uninstall): Remove useless-use-of-for; that for
1403 some reason caused problems on an old Solaris.
1404
a36e64d0
GM
1405 * Makefile.in (install-arch-indep, uninstall):
1406 Ensure that INSTALL-type commands are run from top-level.
1407
9e7a4bcf
GM
1408 * info/dir: Make some entries consistent with the source texi files.
1409
9fa0e416
GM
1410 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
1411
7adecb99
GM
14122012-05-02 Glenn Morris <rgm@gnu.org>
1413
1414 * Makefile.in (install-arch-indep):
1415 Combine adjacent install-data and install-info loops.
1416
4737362e
GM
14172012-05-01 Glenn Morris <rgm@gnu.org>
1418
ab1121bd
GM
1419 * Makefile.in (MAN_PAGES): Remove.
1420 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
1421
a4a18b8b
GM
1422 * configure.in: Try libtinfo for tputs.
1423 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
1424
3ba0a545
GM
1425 * configure.in: Combine adjacent $opsys case blocks.
1426
e3da5b19
GM
1427 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
1428
262f06da
GM
1429 * configure.in: Invert the TERMINFO logic,
1430 since "yes" is far more common than "no".
1431
9311dcff
GM
1432 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
1433
4d5c6349
GM
1434 * configure.in (LD_SWITCH_X_SITE_RPATH):
1435 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
1436
4737362e
GM
1437 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
1438
562e638f
GM
14392012-04-26 Glenn Morris <rgm@gnu.org>
1440
1441 * make-dist: No more doc/lispref/tindex.pl.
1442
dcbf5805
MA
14432012-04-22 Michael Albinus <michael.albinus@gmx.de>
1444
1445 * configure.in (dbus_validate_bus_name, dbus_validate_path)
1446 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 1447 these library functions.
dcbf5805 1448
4b5b5289
PE
14492012-04-22 Paul Eggert <eggert@cs.ucla.edu>
1450
1451 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
1452 With glibc 2.14 or later, when compiled with GCC 4.7.0's
1453 -Werror=deprecated-declarations flag, use of hooks like
1454 __malloc_initialize_hook causes compilation to fail because these
1455 hooks are deprecated. Modify 'configure' to check for these hooks too.
1456 Simplify the 'configure' code to test for all the hooks at once.
1457 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
1458 (emacs_cv_var_doug_lea_malloc): ... this new var.
1459
9ee7d8b9
PE
14602012-04-21 Paul Eggert <eggert@cs.ucla.edu>
1461
1462 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
1463 dated 2011-10-07. Regenerating from current gnulib would be a
1464 pervasive change, and currently the trunk isn't open to such changes.
1465 * configure.in (WARN_CFLAGS): Remove; no longer needed now
1466 that gnulib does it.
1467 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1468
5e6ab4e6
AS
14692012-04-21 Andreas Schwab <schwab@linux-m68k.org>
1470
1471 * m4/gl-comp.m4: Update. (Bug#11285)
1472
c07a4c0b 14732012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
1474
1475 * configure.in: Don't use the -R option (Bug#11251).
1476
6c94c34f 14772012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 1478
9f46df23 1479 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
1480 I have been using this change for many months in my private copy
1481 of Emacs, and have used it to find several bugs. It's mature
1482 enough to publish now.
1483 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
1484 * configure.in: Support --enable-gcc-warnings, in the style of
1485 other GNU packages such as coreutils.
1486 (C_WARNINGS_SWITCH): Remove, replacing with...
1487 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
1488 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
1489 when including system files with GCC.
1490 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 1491 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
1492 * lib/Makefile.am (AM_CFLAGS): New macro.
1493 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
1494
316411f0
DA
14952012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1496
1497 * configure.in (AC_CHECK_FUNCS):
1f9f395d 1498 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
316411f0 1499
9b9b2ef2
GM
15002012-04-16 Glenn Morris <rgm@gnu.org>
1501
b1aa797c
GM
1502 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
1503
9b9b2ef2
GM
1504 * configure.in: Remove X libs workaround for old autoconf.
1505
badf86af
KB
15062012-04-12 Ken Brown <kbrown@cornell.edu>
1507
1508 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
1509
2f097256
GM
15102012-04-11 Glenn Morris <rgm@gnu.org>
1511
1512 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
1513
a9f72fc1
GM
15142012-04-10 Glenn Morris <rgm@gnu.org>
1515
1516 * configure.in: Conditionally generate admin/unidata/Makefile.
1517
6b4f4a2d
TZ
15182012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1519
a9f72fc1 1520 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 1521
23df914b
GM
15222012-04-09 Glenn Morris <rgm@gnu.org>
1523
fd9d85c2
GM
1524 * Makefile.in (leim): Check cd return value. Pass fewer variables.
1525 (install-leim): Check cd return value. Pass $MFLAGS.
1526 (install-strip): Pass $MFLAGS.
1527
23df914b
GM
1528 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
1529 Eg org.texi has been using 4.7 functions for some time.
1530
bf6bba2b
PE
15312012-04-07 Paul Eggert <eggert@cs.ucla.edu>
1532
1533 Check pkg-config exit status when configuring (Bug#10626).
1534 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
1535 works; check its exit status. Problem reported by Jordi Gutiérrez
1536 Hermoso in
1537 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
1538
f3774f20
GM
15392012-04-07 Glenn Morris <rgm@gnu.org>
1540
1541 * README, configure.in (AC_INIT): Bump version to 24.1.50.
1542
d67a9a85
EZ
15432012-04-07 Eli Zaretskii <eliz@gnu.org>
1544
1545 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
1546
f20f95c6
PE
15472012-03-04 Paul Eggert <eggert@cs.ucla.edu>
1548
1549 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
1550 * configure.in (LIBS_TERMCAP): Default this to the result of
1551 the tputs library search. Do a run-time test for the linkability
1552 of tputs unless cross-compiling, as that's more reliable if the
1553 link flags and libraries are messed up. Don't change LIBS as
1554 a result of the test, as that may mess up later tests.
1555
75197633
CS
15562012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
1557
533183f3 1558 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 1559
75197633
CS
1560 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
1561 specific makefiles to support getopt_.h generation with MSVC.
1562
7eb21b49
GM
15632012-02-04 Glenn Morris <rgm@gnu.org>
1564
1565 * Makefile.in (uninstall):
1566 Handle compressed info files and man pages. (Bug#10718)
1567
44f92739
GM
15682012-02-02 Glenn Morris <rgm@gnu.org>
1569
1570 * configure.in [HAVE_NS]:
1571 Error if use --without-toolkit-scroll-bars. (Bug#10673)
1572
6df37268
PE
15732012-02-01 Paul Eggert <eggert@cs.ucla.edu>
1574
1575 Port to older Solaris 10 versions (Bug#10677).
1576 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
1577 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
1578 possibly this is because Sun fixed the 'stat' bug in my version.
1579 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
1580 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
1581 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1582 These changes are based on gnulib version
1583 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
1584 because Emacs is in feature freeze and we do not want to merge any
1585 more-recent changes from gnulib.
1586
8d8939e8
GM
15872012-01-31 Glenn Morris <rgm@gnu.org>
1588
e4070def
GM
1589 * configure.in: Throw an explicit error if Motif toolkit was
1590 requested but requirements could not be found.
1591
8d8939e8
GM
1592 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
1593
5a26ec89
EZ
15942012-01-30 Eli Zaretskii <eliz@gnu.org>
1595
1596 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
1597 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
1598 with "make -j3".
1599
1b0880d5
JB
16002012-01-16 Juanma Barranquero <lekktu@gmail.com>
1601
1602 * .bzrignore: Ignore etc/__pycache__.
1603
adee8a65
PE
16042011-12-17 Paul Eggert <eggert@cs.ucla.edu>
1605
1606 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
090bd7cb 1607 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
adee8a65
PE
1608 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
1609 by Nelson H. F. Beebe in
1610 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
1611
e152e577
JB
16122011-12-10 Juanma Barranquero <lekktu@gmail.com>
1613
1614 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
1615
46d14be7
JD
16162011-12-10 Jan Djärv <jan.h.d@swipnet.se>
1617
1618 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
1619 instead of LDFLAGS (Bug#10230).
1620
6c269a38
PE
16212011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1622
4eec8d6f
PE
1623 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
1624
6c269a38 1625 Propagate configure flags to sub-configures.
1350a3cc 1626 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
1627 New macros.
1628 (config.status, bootstrap): Use them to propagate configure flags
1629 to sub-configures.
1630 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
1631
63e94eb8
PE
16322011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1633
1634 * .bzrignore: Add config.cache.
1635
54e9e3bf
JD
16362011-11-27 Jan Djärv <jan.h.d@swipnet.se>
1637
1638 * configure.in: Check for gtk_window_set_has_resize_grip.
1639
20db1522
JB
16402011-11-24 Juanma Barranquero <lekktu@gmail.com>
1641
1642 * configure.in (HAVE_XPM): Fix typo.
1643
60bf278f
GM
16442011-11-22 Glenn Morris <rgm@gnu.org>
1645
5f77c86c
GM
1646 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
1647 have confusing effects on the build. (Bug#6401)
1648
60bf278f
GM
1649 * Makefile.in (install-arch-dep): Tweak previous change.
1650
816be9f6
YD
16512011-11-22 Yavor Doganov <yavor@gnu.org>
1652
1653 Do not install arch-dependent files in the app bundle if
1654 --disable-ns-self-contained is requested. (Bug#1335)
1655 * configure.in (exec_prefix, libexecdir): Define relative to
1656 `ns_appbindir' only if configured for a self-contained app.
1657 * Makefile.in (install-arch-dep): Test for the existence of
1658 libexec in the Emacs.app bundle before executing commands.
1659
d5ff9cd0
AS
16602011-11-20 Andreas Schwab <schwab@linux-m68k.org>
1661
1662 * configure.in: Remove reference to src/m/ibms390.h.
1663
1c889bf6
GM
16642011-11-13 Glenn Morris <rgm@gnu.org>
1665
1666 * INSTALL: Tiny updates for disk space used during installation.
1667
a6fc3b5c
EZ
16682011-11-05 Eli Zaretskii <eliz@gnu.org>
1669
1670 * lib/makefile.w32-in (FRC): New dummy target.
1671 (TAGS): Depend on FRC.
1672
9f77899d
GM
16732011-11-04 Glenn Morris <rgm@gnu.org>
1674
1f9f395d 1675 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
9f77899d
GM
1676 Do not include GnuTLS version info in final summary message.
1677
0bd3cb7b
EZ
16782011-10-31 Eli Zaretskii <eliz@gnu.org>
1679
07f3add9
EZ
1680 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
1681 they exist there, else from autogen/.
1682
1683 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 1684
d2eaf3e4
NT
16852011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
1686
1687 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
1688
e782cfab
PE
16892011-10-24 Paul Eggert <eggert@cs.ucla.edu>
1690
1691 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
1692 if the library is found. Otherwise, later configure-time tests,
1693 such as the test for pthread_sigmask, generate the wrong results
1694 on some platforms. Problem reported for FreeBSD by Nali Toja.
1695
7da0b018
PE
16962011-10-20 Paul Eggert <eggert@cs.ucla.edu>
1697
1698 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
1699 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
1700 Remove; no longer needed, now that we defer to strftime for time
1701 zone names.
1702
0ffe1065
JD
17032011-10-18 Jan Djärv <jan.h.d@swipnet.se>
1704
1705 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
1706
23769e49
CY
17072011-10-18 Chong Yidong <cyd@gnu.org>
1708
1709 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
1710
fd8dea03
GM
17112011-10-13 Glenn Morris <rgm@gnu.org>
1712
1713 * configure.in: Also look for tputs in libcurses. (Bug#9736)
1714
f4cc5b54
PE
17152011-10-12 Paul Eggert <eggert@cs.ucla.edu>
1716
1717 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 1718 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
1719 The check was helpful but not essential in Solaris 2.6 (1997),
1720 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
1721 obsolete -- Sun dropped support for it in 2006 -- and without
1722 access to that Silurian platform we can't maintain the code anyway.
1723
7c5ee88e
PE
17242011-10-07 Paul Eggert <eggert@cs.ucla.edu>
1725
d47439a3
PE
1726 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
1727 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
1728 * m4/gnulib-common.m4: Merge from gnulib.
1729 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
1730 command not found" on powerpc-apple-darwin9.8.0.
1731
7c5ee88e
PE
1732 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
1733 This is now done by src/alloc.c.
1734
423dbf9b
RS
17352011-10-02 Richard Stallman <rms@gnu.org>
1736
1737 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
1738 and xlinux_second_failure to xgnu_linux_second_failure.
1739
31bed486
EZ
17402011-09-29 Eli Zaretskii <eliz@gnu.org>
1741
5f91c1e5
EZ
1742 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
1743 lib/signal.in-h.
31bed486 1744
e785f2ec 1745 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
1746 Rename signal.in.h and alloca.in.h.
1747
e1504b9b
EZ
17482011-09-28 Eli Zaretskii <eliz@gnu.org>
1749
1750 * INSTALL: Mention that m17n libraries and libotf are needed for
1751 Arabic shaping.
1752
316f8af0
PE
17532011-09-26 Paul Eggert <eggert@cs.ucla.edu>
1754
1755 Merge from gnulib, improving some licensing wording.
1756 This clarifies and fixes some licensing issues raised by Glenn Morris
1757 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
1758 It also merges the latest version of texinfo.tex and has some
1759 MSVC-related changes that don't affect Emacs.
1760 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
1761 pathmax, and raise, since these are needed only to address
1762 MSVC-related issues that Emacs doesn't have.
1763 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
1764 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
1765 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
1766 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
1767 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
1768 * m4/unistd_h.m4: Merge from gnulib.
1769
04d51ad4
AS
17702011-09-26 Andreas Schwab <schwab@linux-m68k.org>
1771
1772 * configure.in: Initialize HAVE_LIBXML2.
1773
6e99ef20
GM
17742011-09-26 Glenn Morris <rgm@gnu.org>
1775
1776 * make-dist: Add lib/makefile.w32-in.
1777
0538fab0
GM
17782011-09-24 Glenn Morris <rgm@gnu.org>
1779
1780 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
1781
c5b01d8c
LMI
17822011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1783
1784 * .dir-locals.el: Change the debbugs regexp to allow having the
1785 bug number as the first thing on a line.
1786
0cc87afb
GM
17872011-09-15 Glenn Morris <rgm@gnu.org>
1788
1789 * configure.in: Make configure work with recent GNUsteps.
1790 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
1791 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 1792 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 1793
3f44249e
PE
17942011-09-11 Paul Eggert <eggert@cs.ucla.edu>
1795
1796 Merge from gnulib, porting to Tru64.
1797 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
1798 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1799 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
1800 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
1801 doesn't affect Emacs.
1802
c8199d0f
PE
18032011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1804
1805 * configure.in (isnan): Remove now-unnecessary check.
1806
e39b275c 18072011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 1808
abec06ff 1809 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
1810 This is to fix the following problems:
1811 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
1812 configured not to use gtk or any other thread-using library,
1813 signals aren't blocked correctly.
1814 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
1815 and IRIX's signal handling.
1816 . On Cygwin 1.7.5 it works around an incompatibility with
1817 the system pthread_sigmask.
1818 . On MacOS X 10.5 (32-bit), files whose inode numbers
1819 exceed 2**31 cannot be read or manipulated.
1820 . pthread_sigmask: Actually use results of gl_THREADLIB.
1821 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
1822 . find 'ar' program that fits with --host argument.
1823 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
1824 * autogen/README: Update destination list.
1825 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
1826 The autogenerated files compile, config.guess,
1827 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
1828 * m4/largefile.m4: New file, so that Emacs does not mess up when
1829 accessing files with large inode numbers in MacOS X 10.5 and later.
1830 * m4/nocrash.m4: New file, to avoid triggering background debugger
1831 and/or create core dumps during 'configure'.
1832 * build-aux/move-if-change: Renamed from move-if-change.
1833 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
1834 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
1835 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
1836 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
1837 * Makefile.in (epaths-force, sync-from-gnulib):
1838 move-if-change is now in build-aux.
1839 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
1840 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
1841 (mkdir): install-sh is now in build-aux.
1842 * config.bat: c++defs.h is now in build-aux/snippets.
1843 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
1844 usual parameter).
1845 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1846 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
1847 to build-aux/snippet.
1848 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
1849 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
1850 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
1851 Solaris, enables MacOS extensions, and enables nocrash during
1852 'configure'.
1853 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
1854
86633eab 18552011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
1856
1857 * configure.in (snprintf): New check.
1858
015faae4
PE
18592011-08-30 Paul Eggert <eggert@cs.ucla.edu>
1860
695a3dc5 1861 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 1862 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
1863 Remove unreachable pattern hppa*-*-linux-gnu*.
1864 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
1865 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 1866
52ec1feb
JD
18672011-08-26 Jan Djärv <jan.h.d@swipnet.se>
1868
1869 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
1870
377538cb
JD
18712011-08-13 Jan Djärv <jan.h.d@swipnet.se>
1872
1873 * configure.in: Add header check: sys/socket.h (Bug#8477),
1874 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
1875 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
1876
ae9e757a
JD
18772011-08-04 Jan Djärv <jan.h.d@swipnet.se>
1878
1879 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
1880 (HAVE_GTK_AND_PTHREAD): Remove.
1881
be8ec0b3
AA
18822011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
1883
1884 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
1885 build, not just GNUstep (Bug#9177).
1886
2573a837 18872011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
1888
1889 Assume freestanding C89 headers, string.h, stdlib.h.
1890 Again, this simplifies the code, and all current platforms have these.
1891 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
1892 (AC_HEADER_STDC): Remove.
1893 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
1894 (strchr, strrchr): Remove fallback macros.
1895
9cfdb3ec
PE
1896 Assume support for memcmp, memcpy, memmove, memset.
1897 This simplifies the code a bit. All current platforms have these,
1898 as they are required for C89. If this turns into a problem we
1899 can add the gnulib modules for these (a 1-line change to Makefile.in).
1900 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
1901
427c285b
PE
19022011-07-27 Paul Eggert <eggert@cs.ucla.edu>
1903
1904 * GNUmakefile: New file.
1905 This is for convenience, so that one can run GNU make in an
1906 unconfigured source tree, and get a default build.
1907
2ad77c9d
JD
19082011-07-13 Jan Djärv <jan.h.d@swipnet.se>
1909
1910 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
1911
c8618a06
YM
19122011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1913
1914 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
1915 so as to suppress address randomization (Bug#8395).
1916
f6ce9b9a
PE
19172011-07-09 Paul Eggert <eggert@cs.ucla.edu>
1918
3fcf7a1c
PE
1919 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
1920 This fixes a build problem on older Mac OS X hosts.
1921
d9706d9f
PE
1922 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
1923 test, which runs afoul of Automake installations where, for example,
1924 /usr/share/aclocal contains a copy of gl_THREADLIB.
1925 Problem reported by Sven Joachim in
1926 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
1927 This is just a quick temporary fix, specific to Emacs; I'll work
1928 with the other gnulib maintainers to get a more-permanent fix.
1929
af66a2d7 1930 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
1931 * Makefile.in (GNULIB_MODULES): Add strtoimax.
1932 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
1933 automatically imported from gnulib.
1934 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1935
1692ae2d 19362011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 1937
8a6ebd58 1938 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 1939 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
1940 * configure.in (AC_TYPE_UID_T): New dummy macro.
1941 Configure gnulib after adjusting LIBS,
1942 so that gnulib can assume the libraries in LIBS.
6db30f83 1943 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 1944 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 1945 * lib/pthread_sigmask.c:
6db30f83
PE
1946 New files, automatically imported from gnulib.
1947 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
1948 due to the above changes.
1949 * .bzrignore: Add lib/signal.h.
1950
4a621aae
PE
1951 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
1952
5e94cadb
AS
19532011-07-07 Andreas Schwab <schwab@linux-m68k.org>
1954
1955 * configure.in (maintainer-mode): Reflect default in help string.
1956
76b397fb
DN
19572011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1958
1959 * configure.in: Remove reference to iris4d.h.
1960
869795d6
JD
19612011-07-05 Jan Djärv <jan.h.d@swipnet.se>
1962
1963 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
1964
3279eb87
GM
19652011-07-01 Glenn Morris <rgm@gnu.org>
1966
1967 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
1968
2e6e11eb
LMI
19692011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1970
1971 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
1972 which made ./configure infloop.
1973
9851bfc5
JD
19742011-06-30 Jan Djärv <jan.h.d@swipnet.se>
1975
1976 * configure.in (gsettings): New option and check for GSettings.
1977
adbc4ef4
GM
19782011-06-29 Glenn Morris <rgm@gnu.org>
1979
1980 * configure.in: Try to test for the required crt*.o files.
1981
1f773f32
BW
19822011-06-27 Bill Wohler <wohler@newt.com>
1983
1984 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
1985
7a7ef429
PE
19862011-06-25 Paul Eggert <eggert@cs.ucla.edu>
1987
1988 Use gnulib's dup2 module instead of rolling our own.
1989 * Makefile.in (GNULIB_MODULES): Add dup2.
1990 * configure.in: Do not check for dup2; gnulib does that now.
1991 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
1992
6dd7e400
PE
19932011-06-23 Paul Eggert <eggert@cs.ucla.edu>
1994
1995 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
1996
94a807ac 19972011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
1998
1999 Use gnulib's alloca-opt module.
2000 * .bzrignore: Add lib/alloca.h.
2001 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
2002 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
2003 as gnulib now does that for us. Put alloca check in config.h.
2004 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
2005 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2006 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
2007
3ce9d0d4
LL
20082011-06-21 Leo Liu <sdl.web@gmail.com>
2009
2010 * m4/sha256.m4:
2011 * m4/sha512.m4:
2012 * m4/gl-comp.m4:
2013 * lib/u64.h:
2014 * lib/sha256.c:
2015 * lib/sha256.h:
2016 * lib/sha512.c:
2017 * lib/sha512.h:
2018 * lib/makefile.w32-in (GNULIBOBJS):
2019 * lib/gnulib.mk:
2020 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
2021 crypto/sha512 modules from gnulib.
2022
add3f049
PE
20232011-06-19 Paul Eggert <eggert@cs.ucla.edu>
2024
2025 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
2026
3a4725e1
GM
20272011-06-17 Glenn Morris <rgm@gnu.org>
2028
2029 * configure.in: Restore the behavior of checking crt-dir only
2030 when the user specified it (not all platforms use it).
2031
bf4846e7
PE
20322011-06-16 Paul Eggert <eggert@cs.ucla.edu>
2033
2034 * m4/lstat.m4: Merge from gnulib (Bug#8878).
2035
4d61f28d 20362011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
2037
2038 * configure.in: Try to determine CRT_DIR automatically when
2039 using gcc.
2040
8c9b2106
PE
20412011-06-15 Paul Eggert <eggert@cs.ucla.edu>
2042
8aeb5be9
PE
2043 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
2044 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
2045 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
2046 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
2047 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
2048 Merge from gnulib.
8c9b2106 2049
c195f2de
JD
20502011-06-14 Jan Djärv <jan.h.d@swipnet.se>
2051
2052 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
2053
7e2aa385
PE
20542011-06-08 Paul Eggert <eggert@cs.ucla.edu>
2055
2056 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
2057
81eafe29
PE
20582011-06-07 Paul Eggert <eggert@cs.ucla.edu>
2059
2060 * configure.in: Add --with-wide-int.
2061 * INSTALL: Mention this.
2062
9afafefb
PE
20632011-06-06 Paul Eggert <eggert@cs.ucla.edu>
2064
2065 Merge from gnulib.
2066 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
2067
f797625a
PE
20682011-06-02 Paul Eggert <eggert@cs.ucla.edu>
2069
2070 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
2071
90856fe0 20722011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
2073
2074 Use 'inline', not 'INLINE'.
eefc9486 2075 * configure.in (INLINE): Remove.
55d4c1b2 2076
6a3e57bb
PE
20772011-05-29 Paul Eggert <eggert@cs.ucla.edu>
2078
2079 Adjust to recent gnulib change for @GUARD_PREFIX@.
2080 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
2081 All uses of _GL_ for guard prefixes in lib/*.h replaced with
2082 _@GUARD_PREFIX@_.
2083
842b28a0
PE
20842011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2085
e61923c8 2086 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 2087
70716b1d
GM
20882011-05-24 Glenn Morris <rgm@gnu.org>
2089
a22d9d2c
GM
2090 * Makefile.in (check): Just give a message if no test/ directory.
2091
bdd556a2
GM
2092 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
2093
70716b1d
GM
2094 * configure.in (OPT_MAKEFILES_IN): Remove.
2095 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
2096 (SUBDIR_MAKEFILES_IN): New output variable.
2097 * Makefile.in (OPT_MAKEFILES_IN): Remove.
2098 (SUBDIR_MAKEFILES_IN): Let configure set it.
2099
13c3daa4
LL
21002011-05-24 Leo Liu <sdl.web@gmail.com>
2101
2102 * m4/sha1.m4:
2103 * m4/gl-comp.m4:
2104 * lib/sha1.h:
2105 * lib/sha1.c:
2106 * lib/makefile.w32-in (GNULIBOBJS):
2107 * lib/gnulib.mk:
2108 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
2109
e09e38a8
GM
21102011-05-24 Glenn Morris <rgm@gnu.org>
2111
4ba4c54a
GM
2112 * configure.in: Remove test for already configured source directory.
2113 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
2114
5a95c002
GM
2115 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
2116
fa5d79db
GM
21172011-05-24 Glenn Morris <rgm@gnu.org>
2118
6c7e099d
GM
2119 * make-dist: Don't distribute test/. (Bug#8107)
2120 * configure.in (OPT_MAKEFILES_IN): New output variable.
2121 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
2122 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
2123 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
2124 (check): Give an explicit error if test/ is not present.
2125
fa5d79db
GM
2126 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
2127 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
2128 (Makefile): Use $SUBDIR_MAKEFILES_IN.
2129
2df215b5
PE
21302011-05-23 Paul Eggert <eggert@cs.ucla.edu>
2131
2132 * lib/verify.h: Merge from gnulib.
2133
f518ae90
PE
21342011-05-22 Paul Eggert <eggert@cs.ucla.edu>
2135
2136 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
2137 Merge from gnulib.
2138
16b71f3a
AS
21392011-05-21 Andreas Schwab <schwab@linux-m68k.org>
2140
2141 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
2142
7285dc67
EZ
21432011-05-20 Eli Zaretskii <eliz@gnu.org>
2144
6a45b46f
EZ
2145 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
2146
7285dc67
EZ
2147 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
2148
b9704ad9
GM
21492011-05-20 Glenn Morris <rgm@gnu.org>
2150
2151 * configure.in (lisp_frag): New output file.
2152
4a720484
GM
21532011-05-19 Glenn Morris <rgm@gnu.org>
2154
2155 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
2156 (WINDOW_SUPPORT): Remove output variables that are no longer used.
2157
a3c92bc1
EZ
21582011-05-17 Paul Eggert <eggert@cs.ucla.edu>
2159
8f906c40
EZ
2160 * lib/gnulib.mk:
2161 * lib/intprops.h:
2162 * lib/unistd.in.h:
2163 * m4/inttypes.m4:
2164 * m4/stdint.m4:
2165 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 2166
d681f183
GM
21672011-05-14 Glenn Morris <rgm@gnu.org>
2168
2169 * configure.in: Treat failure to find an X toolkit the same way we treat
2170 failure to find X and image support.
2171
4f8c52a9
GM
21722011-05-12 Glenn Morris <rgm@gnu.org>
2173
2174 * Makefile.in (src, install-arch-indep, bootstrap-clean)
2175 (check-declare): Shell portability fixes. (Bug#8642)
2176
5a7f0a30
TZ
21772011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
2178
2179 * configure.in: Require GnuTLS 2.6.x or higher.
2180
b08a63cc 21812011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 2182
c378da0b
PE
2183 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
2184 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
2185 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
2186
19548d08
PE
2187 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
2188 This new gnulib-tool option saves 'configure' the trouble of
2189 checking for strtoull when strtoumax exists.
2190
d1a2ac5c
PE
2191 * configure.in (BITS_PER_LONG_LONG): New macro.
2192
773233f8
GM
21932011-05-05 Glenn Morris <rgm@gnu.org>
2194
2195 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
2196 (top_distclean): Delete config.log~.
2197
40697cd9
BK
21982011-04-27 Ben Key <bkey76@gmail.com>
2199
2200 * configure.in: Fixed a bug that caused configure with
2201 --enable-checking=stringoverrun to have no effect.
2202
671875da 22032011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
2204
2205 * configure.in: Suppress unnecessary checks for size_t.
2206 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
2207 (size_t): Do not check for this, and do not typedef. This code
2208 is never exercised now.
2209
a8a2bb29
PE
2210 * Makefile.in (GNULIB_MODULES): Add strtoumax.
2211 This is needed for the new integer-reading code in lread.c.
2212 It automatically pulls in the following gnulib files, which
2213 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
2214 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
2215 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
2216 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 2217 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 2218
33630d51
TZ
22192011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
2220
2221 * configure.in: Check for GnuTLS certificate verify callbacks.
2222
bfab7d85
SM
22232011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2224
2225 * Makefile.in (config.status): Don't erase in case of error.
2226 In case it disappeared, rebuild it with `configure'.
2227
fe0e7ad7
KB
22282011-04-20 Ken Brown <kbrown@cornell.edu>
2229
2230 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
2231
f5b06c35
GM
22322011-04-12 Glenn Morris <rgm@gnu.org>
2233
2234 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
2235
762f8d96 22362011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
2237
2238 * lib/allocator.c: New file, automatically generated by gnulib.
2239
5fac7083
GM
22402011-04-07 Glenn Morris <rgm@gnu.org>
2241
2242 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
2243
973f782d
EZ
22442011-04-06 Eli Zaretskii <eliz@gnu.org>
2245
2246 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
2247 Revert last change.
2248
f1f81baa
JB
22492011-04-06 Juanma Barranquero <lekktu@gmail.com>
2250
2251 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
2252 ($(BLD)/careadlinkat.$(O)): New target.
2253 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
2254 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
2255 Update dependencies.
2256
b70d23ff 22572011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 2258
41cf7d1a
PE
2259 Fix more problems found by GCC 4.6.0's static checks.
2260
aa181334
PE
2261 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
2262
1f7196bf 2263 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
2264 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
2265 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
2266 * m4/ssize_t.m4: New files, automatically generated from gnulib.
2267
c0274801
GM
22682011-04-06 Glenn Morris <rgm@gnu.org>
2269
2270 * autogen/update_autogen: Handle loaddefs-like files as well.
2271 (usage): Add -l, -C.
2272 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
2273 With -l, check status of lisp/ as well.
2274 With -C, clean before building.
2275 (autoreconf): Only pass -f in the `clean' case.
2276 (commit): New function.
2277
42e85a8f
GM
22782011-03-28 Glenn Morris <rgm@gnu.org>
2279
39f31873
GM
2280 * autogen/update_autogen: Pass -f to autoreconf.
2281
42e85a8f
GM
2282 * autogen.sh (get_version): Discard "not found" lines.
2283 (check_version): Respect $AUTOCONF etc environment variables.
2284
9af30bdf
GM
22852011-03-27 Glenn Morris <rgm@gnu.org>
2286
2287 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
2288 (AH_BOTTOM): Do not define SIGTYPE.
2289
181855e6
GM
22902011-03-26 Glenn Morris <rgm@gnu.org>
2291
2292 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
2293 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
2294
9ee0d174
AS
22952011-03-25 Andreas Schwab <schwab@linux-m68k.org>
2296
2297 * autogen/update_autogen: Remove useless function keyword.
2298
07da4b3c
EZ
22992011-03-25 Eli Zaretskii <eliz@gnu.org>
2300
2301 * config.bat: Generate src/config.h and lib/Makefile from
2302 autogen/config.in and autogen/Makefile.in.
2303
f6ca84c0
GM
23042011-03-25 Glenn Morris <rgm@gnu.org>
2305
2306 * compile, config.guess, config.sub, depcomp, install-sh, missing:
2307 Remove; autoreconf can supply them.
2308 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
2309 config.guess, install-sh. Pass -i to autoreconf.
2310 * autogen/update_autogen (genfiles): Add compile, config.guess,
2311 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
2312 Discard non-error output from autoreconf in -q case.
2313 * autogen/compile, autogen/config.guess, autogen/config.sub:
2314 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
2315 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
2316 install-sh, missing.
2317
8cc1d519
GM
23182011-03-23 Glenn Morris <rgm@gnu.org>
2319
9bb73912 2320 * autogen/update_autogen: Fix typo.
904a432c 2321 (msg): Remove function; use `exec' instead.
9bb73912 2322
8cc1d519
GM
2323 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
2324 (sync-from-gnulib): Don't sync mkinstalldirs.
2325 * make-dist: Don't distribute mkinstalldirs.
2326
c9c49752 23272011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 2328
c9c49752 2329 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
2330 * Makefile.in (GNULIB_MODULES): Add socklen.
2331 * configure.in: Do not check for sys/socket.h, since socklen does that.
2332 * m4/socklen.m4: New automatically-generated file, from gnulib.
2333
d5cad867
PE
2334 fakemail: Remove dependency on ignore-value.
2335 * Makefile.in (GNULIB_MODULES): Add stdio.
2336 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
2337 imported from gnulib.
cbd350f1 2338 * .bzrignore: Add lib/stdio.h.
c9c49752 2339
34cb1cc6
GM
23402011-03-22 Glenn Morris <rgm@gnu.org>
2341
2342 * autogen/copy_autogen: Work from ./ or ../.
2343 Fix time-stamps.
2344 * autogen.sh: Doc fix.
2345
66b87493
GM
23462011-03-20 Glenn Morris <rgm@gnu.org>
2347
2348 * autogen/: New directory, to be excluded from releases.
2349 * autogen/copy_autogen, autogen/update_autogen: New scripts.
2350 * autogen/README: New file.
2351 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
2352 * autogen/Makefile.in: Add auto-updated generated files.
2353 * autogen.sh: No longer a no-op, now it tests for autotools
2354 and runs them as necessary.
cd1181db 2355 * configure.in: Default maintainer-mode to on.
66b87493
GM
2356 * aclocal.m4, configure, lib/Makefile.in: Remove files.
2357
1ef6de05
PE
23582011-03-13 Paul Eggert <eggert@cs.ucla.edu>
2359
2360 Update for gnulib.
2361 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
2362 includes <intprops.h> directly.
2363 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
2364 when building Emacs on Solaris 9 and running it on Solaris 10.
2365
0afb4571
J
23662011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2367
2368 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
2369
33383987
JB
23702011-03-07 Chong Yidong <cyd@stupidchicken.com>
2371
2372 * Version 23.3 released.
2373
870d9cf6
GM
23742011-03-06 Glenn Morris <rgm@gnu.org>
2375
2376 * configure.in (FREETYPE_LIBS): Actually set it to something.
2377
6c0dea8a
PE
23782011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2379
2380 Work around some portability problems with symlinks.
2381
2382 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
2383 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
2384 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
2385 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
2386 * m4/symlink.m4:
2387 New files, automatically generated from gnulib.
2388 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2389 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
2390
945d8b44
EZ
23912011-02-26 Eli Zaretskii <eliz@gnu.org>
2392
03382788
EZ
2393 * .bzrignore: Ignore new lib/*.in-h files.
2394
90eacf99
SM
2395 * config.bat: Rename stdint.in.h and sys_stat.in.h.
2396 Call depfiles.bat even if lib/deps already exist.
945d8b44 2397
9411886d
PE
23982011-02-25 Paul Eggert <eggert@cs.ucla.edu>
2399
2400 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
2401 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
2402 recent changes to configure.in and to gnulib.
9411886d 2403
1e8dbdc6
GM
24042011-02-24 Glenn Morris <rgm@gnu.org>
2405
2406 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
2407 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
2408
f68c809d
PE
24092011-02-22 Paul Eggert <eggert@cs.ucla.edu>
2410
2411 Assume S_ISLNK etc. work, since gnulib supports this.
2412 * Makefile.in (GNULIB_MODULES): Add sys_stat.
2413 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
2414 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
2415 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
2416
ba01e9d7
PE
24172011-02-21 Paul Eggert <eggert@cs.ucla.edu>
2418
2419 * lib/min-max.h: New file, for "min" and "max".
2420
9f8370e6
CS
24212011-02-21 Christoph Scholtes <cschol2112@gmail.com>
2422
90eacf99 2423 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
9f8370e6
CS
2424 $(EMACS_ROOT)/nt/inc/stdint.h.
2425
25c51af3
EZ
24262011-02-21 Eli Zaretskii <eliz@gnu.org>
2427
2428 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
2429 src/makefile.w32-in and adapt. Depend on stamp_BLD.
2430 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
2431
5fa4ac76
PE
24322011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2433
2434 Import filemode module from gnulib.
2435 * .bzrignore: Add lib/sys/.
2436 * Makefile.in (GNULIB_MODULES): Add filemode.
2437 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
2438 * lib/filemode.c: Renamed from src/filemode.c and regenerated
2439 from gnulib. This adds support for some more file types, e.g.,
2440 Cray DMF migrated files.
2441 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
2442 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
2443 * m4/sys_stat_h.m4: New files, generated from gnulib.
2444 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2445 Regenerate.
2446
e1e6b4fb
EZ
24472011-02-20 Eli Zaretskii <eliz@gnu.org>
2448
2449 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
2450 $(EMACS_ROOT)/nt/inc/sys/stat.h.
2451
6cac9cb1
PE
24522011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2453
2454 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
2455 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
2456 is no longer needed, due to the recent SSDATA and related changes.
2457 Perhaps -Wno-pointer-sign should also be removed from
2458 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
2459 way to test this so I left it alone.
2460 * configure: Regenerate.
2461
0a19a6f8 24622011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
2463
2464 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
2465 src/makefile.w32-in.
2466
61353ac8 24672011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 2468
61353ac8 2469 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 2470 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
2471 Regenerate.
2472 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
2473 Import the new versions from gnulib; they assume a C99-style
2474 <stdint.h>, supplied by the stdint module.
2475 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
2476 imported from gnulib.
942f733f
PE
2477 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
2478 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
2479 special cases.
61353ac8 2480
9d9d12cd
EZ
24812011-02-19 Eli Zaretskii <eliz@gnu.org>
2482
152be435 2483 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 2484 Add lib/deps/.
152be435 2485
9d9d12cd 2486 * config.bat: Configure in `lib'.
219463da 2487 Generate *.Po files in lib/deps.
9d9d12cd 2488
7d315eb6
PE
24892011-02-18 Paul Eggert <eggert@cs.ucla.edu>
2490
2491 Import IRIX 6.5 getloadavg fixes from gnulib.
2492 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
2493
1f5d53eb
PE
24942011-02-16 Paul Eggert <eggert@cs.ucla.edu>
2495
2496 Import getloadavg module from gnulib.
2497 * .bzrignore: Add lib/stdlib.h.
2498 * Makefile.in (GNULIB_MODULES): Add getloadavg.
2499 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
2500 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
2501 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
2502 Remove; gnulib does this now.
2503 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
2504 from gnulib. This adds support for several other systems, such
2505 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
2506 buffer overrun on Linux hosts under very high load, and on hosts
2507 that maintain a channel to the load average file it makes sure
2508 the file descriptor is close-on-exec (on hosts that support this)
2509 and is not stdin, stdout, or stderr.
2510 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
2511 from gnulib.
2512 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2513 * src/config.in: Regenerate.
2514
bb55f713
PE
25152011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2516
2517 Merge from gnulib.
2518
7127b760
PE
2519 * install-sh: Update to scriptversion 2011-01-19.21.
2520
bb55f713
PE
2521 2011-02-13 Bruno Haible <bruno@clisp.org>
2522
2523 Consistent macro naming for macros that use GCC __attribute__.
90eacf99 2524 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
bb55f713
PE
2525 ATTRIBUTE_DEPRECATED.
2526
2527 2011-02-12 Bruno Haible <bruno@clisp.org>
2528
2529 setlocale: Prefer gnulib's override over libintl's override.
2530 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
2531 GNULIB_defined_setlocale is set.
2532
57e96f8e
GM
25332011-02-13 Glenn Morris <rgm@gnu.org>
2534
2535 * make-dist: Exclude generated file src/globals.h.
2536
988c07df
PE
25372011-02-10 Paul Eggert <eggert@cs.ucla.edu>
2538
2539 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
2540 Sync from gnulib, which has been patched to fix the problem
2541 with the license notices. Problem reported by Glenn Morris in
2542 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
2543
ccded26c
SM
25442011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * .bzrignore: Ignore globals.h and related stamp.
2547
6ffb2c0c
PE
25482011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2549
2550 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
2551 This merges the following fix from gnulib:
2552
2553 2011-02-08 Bruno Haible <bruno@clisp.org>
2554
2555 Split large sed scripts, for HP-UX sed.
2556
00b3c7ac
TT
25572011-02-08 Tom Tromey <tromey@redhat.com>
2558
2559 * configure: Rebuild.
2560 * configure.in (NS_OBJC_OBJ): New subst.
2561
91ccade4
PE
25622011-02-06 Paul Eggert <eggert@cs.ucla.edu>
2563
6ffb2c0c
PE
2564 gnulib: allow multiple gnulib generated replacements to coexist
2565 This defines a few preprocessor symbols that should not affect Emacs.
2566 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
2567 via "make sync-from-gnulib".
2568
e765a388
PE
2569 gnulib: undo previous change
2570 The upstream _HEADERS change was backed out of gnulib (see the
2571 same thread). Stay in sync with gnulib.
2572
91ccade4 2573 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
2574 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
2575 New empty macros, to accommodate recent changes to gnulib. See
2576 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
2577 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
2578 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
2579 * lib/time.in.h, lib/unistd.in.h:
2580 Regenerate.
91ccade4 2581
d67985d3
PE
25822011-02-05 Paul Eggert <eggert@cs.ucla.edu>
2583
2584 sync from gnulib to remove HAVE_STDBOOL_H
90eacf99 2585 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
d67985d3
PE
2586 AC_HEADER_STDBOOL. All uses changed. Do not define
2587 HAVE_STDBOOL_H, as gnulib does not need this. This change is
2588 imported from the latest Autoconf git. It was motivated by Emacs,
2589 which uses gnulib but does not need HAVE_STDBOOL_H.
2590 * configure, src/config.in: Regenerate.
2591 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
2592
67342916
PE
25932011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2594
2595 allow C code to suppress warnings about ignored return values
2596 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
2597 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2598 * lib/ignore-value.h: New file.
67342916 2599
14beddf4 26002011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
2601
2602 * configure.in: Test existence of xaw3d library, not just the
2603 header (Bug#7642).
2604
6ffb2c0c
PE
26052011-01-31 Eli Zaretskii <eliz@gnu.org>
2606
2607 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
2608 $(BLD)/time_r.$(O).
2609 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
2610 $(EMACS_ROOT)/src/m/intel386.h.
2611 ($(BLD)/strftime.$(O)):
2612 ($(BLD)/time_r.$(O)): Define prerequisites.
2613
16fab143
PE
26142011-01-31 Paul Eggert <eggert@cs.ucla.edu>
2615
2616 src/emacs.c now gets version number from configure.in
2617 * configure.in (version): Set this from $PACKAGE_VERSION,
2618 which is set from AC_INIT, rather than scouting through src/emacs.c.
2619 * configure: Regenerate.
2620 * make-dist (version): Get it from configure.in, not src/emacs.c.
2621
16c3e636
PE
26222011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2623
2624 strftime: import from gnulib
2625 * Makefile.in (GNULIB_MODULES): Add strftime.
2626 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
2627 needed.
6ffb2c0c 2628 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 2629 Regenerate.
6ffb2c0c
PE
2630 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
2631 imported from gnulib.
16c3e636
PE
2632 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
2633 This incorporates many changes from gnulib, including simpler
2634 handling of multibyte formats, porting to mingw32 and other
2635 platforms, and support for higher-resolution time stamps.
2636 Emacs does not yet use the higher-resolution interface.
2637
3de84ad9
PE
26382011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2639
2640 gnulib: import mktime and move-if-change fixes from gnulib
2641
2642 * configure: Regenerate from the following.
2643
6ffb2c0c
PE
2644 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2645
2646 mktime: clarify long_int width checking
2647 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
2648 the top level, to make it clearer that the assumption about
2649 long_int width is being checked. See
2650 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
2651
3de84ad9
PE
2652 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
2653
2654 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 2655 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
2656 negative number, which the C Standard says has undefined behavior.
2657 In practice this is not a problem, but might as well do it by the book.
2658 Reported by Rich Felker and Eric Blake; see
2659 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
2660 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2661 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
2662
2663 mktime: #undef mktime before #defining it
2664 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
2665
2666 mktime: systematically normalize tm_isdst comparisons
2667 * lib/mktime.c (isdst_differ): New function.
2668 (__mktime_internal): Use it systematically for all isdst comparisons.
2669 This completes the fix for libc BZ #6723, and removes the need for
90eacf99
SM
2670 normalizing tm_isdst.
2671 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
6ffb2c0c
PE
2672 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
2673
2674 mktime: fix some integer overflow issues and sidestep the rest
2675
2676 This was prompted by a bug report by Benjamin Lindner for MinGW
2677 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
2678 His bug is due to signed integer overflow (0 - INT_MIN), and I
2679 I scanned through mktime.c looking for other integer overflow
2680 problems, fixing all the bugs I found.
2681
2682 Although the C Standard says the resulting code is still not safe
2683 in the presence of integer overflow, in practice it should be good
2684 enough for all real-world two's-complement implementations, except
2685 for debugging environments that deliberately trap on integer
2686 overflow (e.g., gcc -ftrapv).
2687
2688 * lib/mktime.c (WRAPV): New macro.
2689 (SHR): Also check that long_int and time_t shift right in the
2690 usual way, before using the fast-but-unportable method.
2691 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
2692 used. The code already assumed two's complement, so there's
2693 no need to test for alternatives. All uses removed.
2694 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
2695 the C standard. Problem reported by Rich Felker in
2696 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
2697 (twos_complement_arithmetic): Also check long_int and time_t.
2698 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
2699 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
2700 (__mktime_internal): Avoid integer overflow with unary subtraction
2701 in two instances where -1 - X is an adequate replacement for -X,
2702 since the calculations are approximate.
3de84ad9
PE
2703
2704 2011-01-29 Eric Blake <eblake@redhat.com>
2705
2706 mktime: avoid infinite loop
2707 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
2708 type; behavior is still undefined but portable to all known targets.
2709 Reported by Rich Felker.
2710
6ffb2c0c
PE
2711 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2712
2713 mktime: avoid problems on NetBSD 5 / i386
2714 * lib/mktime.c (long_int): New type. This works around a problem
2715 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
2716 but time_t is 64 bits, and where I expect the existing code is
2717 wrong in some cases.
2718 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
2719 (ydhms_diff): Bring back the compile-time check for wide-enough
2720 year and yday.
2721
2722 mktime: fix misspelling in comment
2723 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
2724 This merges all recent glibc changes of importance.
2725
3de84ad9
PE
2726 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2727
2728 move-if-change: cope with concurrent mv of identical file.
2729 * move-if-change (CMPPROG): Accept environment
2730 variable as an override for `cmp'.
2731 (usage): Document CMPPROG.
2732 Adjust comparison to drop stdout. Cope with failure of mv if
2733 the target file exists and is identical to the source, for
2734 parallel builds.
2735 Report from H.J. Lu against binutils in PR binutils/12283.
2736
6ffb2c0c
PE
27372011-01-29 Eli Zaretskii <eliz@gnu.org>
2738
2739 * lib/makefile.w32-in:
2740 * lib/getopt_.h: New files.
2741
c7e95b91
PE
27422011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2743
2744 improve fix for MS-DOS file name clash
90eacf99 2745 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
c7e95b91
PE
2746 for portability to POSIX make. Reported by Bruno Haible.
2747 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
2748 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
2749 files from accumulating as garbage. Also reported by Bruno Haible.
2750
125c3718
PE
27512011-01-27 Paul Eggert <eggert@cs.ucla.edu>
2752
2753 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
2754 * Makefile.in (DOS-gnulib-comp.m4): New macro.
2755 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
2756 problems with MS-DOS 8+3 file name restrictions.
2757 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
2758 it, it would also cause problems when extracting Emacs distribution
2759 tarballs on MS-DOS hosts.
2760 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 2761 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
2762 * config.guess, config.sub: Sync from gnulib.
2763 * m4/gnulib-cache.m4: Remove from repository.
2764 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
2765
4004ef46
GM
27662011-01-25 Glenn Morris <rgm@gnu.org>
2767
0b5c5d82
GM
2768 * README: Add a note about ranges in copyright years.
2769
4004ef46
GM
2770 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
2771
06d8ace5 27722011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
2773
2774 * configure.in: Add HP-UX on IA64 (Bug#6811).
2775
d6974efa
PE
27762011-01-24 Paul Eggert <eggert@cs.ucla.edu>
2777
2778 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
2779 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
2780 as it is no longer needed.
6ffb2c0c 2781 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
2782 * configure.in: Invoke the new gnulib macro
2783 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
2784 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
2785 * m4/getopt.m4: Sync from gnulib; this removes the need for
2786 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
2787 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
2788 New macro, synced from gnulib.
2789 * m4/warn-on-use.m4: Remove.
2790
e02ea74b
PE
27912011-01-22 Paul Eggert <eggert@cs.ucla.edu>
2792
2793 aclocal.m4: put this file back into repository
2794 This way, we don't have to assume that the maintainer has
2795 the automake package installed. See
2796 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
2797 * .bzrignore: Remove aclocal.m4, undoing the previous change.
2798 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
2799 undoing the previous change.
2800 * aclocal.m4: New file (actually, resurrected).
2801
48dcd482
MB
28022011-01-22 Miles Bader <miles@gnu.org>
2803
2804 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
2805 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
2806 Emacs directly uses fontconfig, and breaks building when using a
2807 strict linker).
2808
925e561d
PE
28092011-01-21 Paul Eggert <eggert@cs.ucla.edu>
2810
b06b1098
PE
2811 src/config.in: shrink slightly
2812 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
2813 This makes src/config.in a bit smaller, by removing identifiers
2814 like GNULIB_TEST_MKTIME that Emacs does not need.
2815 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
2816 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2817 Sync from gnulib. This removes a few more unnecessary symbols from
2818 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
2819 * configure, src/config.in: Regenerate.
2820
925e561d
PE
2821 aclocal.m4: tweaks to regenerate more conveniently
2822 This attempts to act better when the source is in a weird state. See
2823 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
2824 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
2825 * .bzrignore: Add aclocal.m4.
2826
942be821
PE
28272011-01-20 Paul Eggert <eggert@cs.ucla.edu>
2828
2829 aclocal.m4: omit auto-generated file from repository
2830 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
2831 the most recent change here.
2832 * aclocal.m4: Remove from bzr repository. This file is
2833 auto-generated and isn't needed to run 'configure'. See
2834 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
2835
0813c96e
PE
28362011-01-19 Paul Eggert <eggert@cs.ucla.edu>
2837
2838 Minor Makefile.in tweaks to build from gnulib better.
2839 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
2840 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
2841 (top_maintainer_clean): Don't remove aclocal.m4.
2842
7cae64b4
PE
28432011-01-18 Paul Eggert <eggert@cs.ucla.edu>
2844
53911e8f
PE
2845 Minor cleanups for 'bzr status'
2846 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
2847 the output of config.guess.
2848 * Makefile.in (top_distclean): Remove stamp-h1 too.
2849
7cae64b4
PE
2850 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
2851 defined if the compiler supports GCC-style __attribute__
2852 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
2853 this syntax.
2854
a3e44e79 28552011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 2856
3cbecb8f
PE
2857 Makefile.in: tidy up the building of lib
2858 * Makefile.in (am--refresh): Mark as .PHONY.
2859 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
2860 as they're not rebuilt unless you do a "make sync-from-gnulib"
2861 and the former is needed for "configure".
2862 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
2863 has already removed lib/Makefile.
2864
ecbfcc83
PE
2865 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
2866 This avoids building ftoastr and ldtoastr, which aren't needed. See
2867 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 2868
803059b9
PE
2869 * .bzrignore: Add .h files that are host-dependent.
2870 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
2871 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
2872 host-dependent and are built as part of an ordinary 'make', and
2873 should not be checked in.
2874
6ffb2c0c
PE
2875 * lib/Makefile.in: Regenerate.
2876 * lib/COPYING: New file, a copy of COPYING.
2877
2a78afcc 2878 * configure: Regenerate.
37564543
PE
2879 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
2880
e275c824 2881 Regenerate.
6ffb2c0c
PE
2882 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2883 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
2884 New files, copied from gnulib by gnulib-tool.
2885 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
2886 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2887 Regenerate.
ecbfcc83 2888
84bbb1ad
PE
2889 Use gnulib's getopt-gnu module.
2890 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
2891 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
2892 representative of the dependencies.
2893 * configure.in: Do not configure getopt, as gnulib does that now.
2894 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
2895 getopt now, in lib.
ecbfcc83 2896
1fd182f0 2897 Regenerate.
6ffb2c0c
PE
2898 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
2899 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
2900 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
2901 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
2902 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
2903 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
2904 * m4/wchar_t.m4, warn-on-use.h:
2905 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 2906 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
2907 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2908 Regenerate.
2909
1e11dbe3
PE
2910 Use gnulib's mktime module.
2911 * Makefile.in (GNULIB_MODULES): Add mktime.
2912 * configure.in: Remove code no longer needed, as gnulib now does it.
2913 (AC_CHECK_FUNCS): Remove mktime.
2914 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
2915 (__restrict): Remove, as this now gets in the way of the C99
2916 support for 'restrict' pulled in by the gnulib mktime module.
2917 Code should now use 'restrict' and not '__restrict".
2918 (mktime): Remove.
2919 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
2920 and warn-on-use.h into the distribution.
1fd182f0
PE
2921
2922 Regenerate.
6ffb2c0c
PE
2923 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
2924 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 2925 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
2926 * lib/dummy.c: Remove.
2927 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
2928 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2929 Regenerate.
ecbfcc83 2930
1e11dbe3 2931 Use gnulib's ftoastr module.
fa2c4f56
PE
2932 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
2933
743c80a7 2934 Regenerate.
6ffb2c0c
PE
2935 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
2936 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
2937 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
2938 New files, generated automatically, with 'make sync-from-gnulib'
2939 followed by 'make'.
2940 * configure, lisp/dired.el, src/config.in: Regenerate.
2941
9a514d4a
PE
2942 Automate syncing from gnulib.
2943 * INSTALL, README: Document new subdirectory 'lib'.
2944 * Makefile.in (SUBDIR): Add lib.
2945 (SUBDIR_MAKEFILES): Add lib/Makefile.
2946 (lib-src, src, TAGS, tags): Depend on lib.
2947 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
2948 ($(gnulib_srcdir)): New rule.
2949 (sync-from-gnulib): New rule, which is .PHONY.
2950 (lib): New rule, which is like lib-src.
2951 (Makefile): Depend on lib/Makefile.in.
2952 (AUTOCONF_INPUTS): Depend on aclocal.m4.
2953 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
2954 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
2955 (am--refresh): New rule, to pacify Automake.
2956 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
2957 Clean lib, too.
2958 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
2959 droppings.
2960 (maintainer-clean, extraclean): Use it.
2961 * configure.in: Initialize for automake and gnulib, by invoking
2962 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
2963 lib/Makefile, too. Use automake to build gnulib, as gnulib works
2964 more conveniently with automake.
6ffb2c0c 2965 * lib/Makefile.am: New file.
9a514d4a
PE
2966 * make-dist: Also put into the distribution aclocal.m4,
2967 compile, depcomp, missing, and the files under lib/.
2968
dc3e3e7b
GM
29692011-01-15 Glenn Morris <rgm@gnu.org>
2970
2971 * Makefile.in (epaths-force): No more arch-tag to edit.
2972
dab73760
CY
29732011-01-15 Chong Yidong <cyd@stupidchicken.com>
2974
2975 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
2976
9f4b8b47
PE
29772011-01-14 Paul Eggert <eggert@cs.ucla.edu>
2978
2979 * make-dist: Distribute test/ files too.
2980 Distribute every file under test/ that is under version control,
2981 using patterns like *.el to capture files that are added later.
2982 Without this change, "configure" would fail, because it would
2983 attempt to build from a Makefile.in that was not distributed.
2984
d221e780
CO
29852011-01-13 Christian Ohler <ohler@gnu.org>
2986
2987 * Makefile.in (INFO_FILES): Add ERT.
2988
2989 * Makefile.in (check): Run tests in test/automated.
2990
2991 * Makefile.in:
2992 * configure.in: Add test/automated/Makefile.
2993
bc5585d1
PE
29942011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2995
2b3f5bc8
PE
2996 * install-sh, mkinstalldirs, move-if-change: Update from master
2997 source in gnulib.
2998
bc5585d1
PE
2999 * config.guess, config.sub: Updated from master source.
3000
2018939f
AS
30012011-01-05 Andreas Schwab <schwab@linux-m68k.org>
3002
3003 * configure.in: Check for __builtin_unwind_init.
3004
e5365138
GM
30052011-01-05 Glenn Morris <rgm@gnu.org>
3006
3007 * configure.in (HAVE_MAKEINFO): New output variable.
3008 (MAKEINFO): Reset to "makeinfo" if not found.
3009 * Makefile.in (install-arch-indep, info):
3010 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
3011
4fc5868a
UM
30122010-12-29 Ulrich Mueller <ulm@gentoo.org>
3013
3014 * configure.in: Make gameuser configurable (Bug#7717).
3015
68251e16
GM
30162010-12-15 Glenn Morris <rgm@gnu.org>
3017
3018 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
3019 long absent lib-src/fns-*.el.
3020
838db889
GM
30212010-12-11 Glenn Morris <rgm@gnu.org>
3022
3023 * make-dist: Exclude etc/*.pyc.
3024
fe646d2c
AS
30252010-12-10 Andreas Schwab <schwab@linux-m68k.org>
3026
3027 * configure.in: Don't double machfile in final message.
3028
d96c83fa
CY
30292010-12-04 Chong Yidong <cyd@stupidchicken.com>
3030
3031 * configure.in: Fix last change.
3032
d6a003a8
AS
30332010-12-04 Andreas Schwab <schwab@linux-m68k.org>
3034
3035 * configure.in: Remove reference to removed machine description
90eacf99
SM
3036 files and allow $machine and $machfile to be empty.
3037 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
d6a003a8 3038
067d23c9
KY
30392010-12-03 Glenn Morris <rgm@gnu.org>
3040
3041 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
3042
30432010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
3044
3045 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
3046 (EXTERNALLY_VISIBLE): New definition.
3047
30482010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3049
3050 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
3051
30522010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3053
3054 * configure.in: Do not check for unconditionally included headers.
3055
30562010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3057
3058 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
3059
30602010-11-09 Michael Albinus <michael.albinus@gmx.de>
3061
3062 * configure.in: Don't write a warning for D-Bus anymore.
3063
30642010-11-06 Andreas Schwab <schwab@linux-m68k.org>
3065
3066 * configure.in: Fix indentation.
3067
30682010-10-31 Ken Brown <kbrown@cornell.edu>
3069
90eacf99
SM
3070 * configure.in (checking whether localtime caches TZ):
3071 Use unsetenv instead of modifying environment directly.
067d23c9
KY
3072
30732010-10-25 Andreas Schwab <schwab@linux-m68k.org>
3074
3075 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
3076 to avoid warning.
3077
30782010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3079
e9fce1ac 3080 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
3081
30822010-10-22 Glenn Morris <rgm@gnu.org>
3083
3084 * make-dist: Avoid listing .el files twice. Don't try to run
3085 autoconf if --no-update.
3086
30872010-10-20 Glenn Morris <rgm@gnu.org>
3088
3089 * make-dist: No longer create lisp/MANIFEST.
3090
30912010-10-14 Glenn Morris <rgm@gnu.org>
3092
3093 * BUGS, INSTALL.BZR, README: Updates.
3094
30952010-10-13 Glenn Morris <rgm@gnu.org>
3096
3097 * make-dist: Remove --compress. Check for the appropriate
3098 gzip-like executable, and if not found, don't compress.
3099 Check version number in README, don't change it.
3100 Use find for nt/inc/*.h.
3101
31022010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3103
90eacf99
SM
3104 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
3105 Remove trailing / from directory names.
067d23c9
KY
3106
31072010-10-12 Glenn Morris <rgm@gnu.org>
3108
3109 * make-dist: Update and simplify.
3110
31112010-10-12 Eli Zaretskii <eliz@gnu.org>
3112
3113 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
3114
31152010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3116
3117 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
3118
31192010-10-09 Glenn Morris <rgm@gnu.org>
3120
3121 * make-dist: No more doc/emacs/*.texi.in.
3122
3123 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
3124
31252010-10-09 Glenn Morris <rgm@gnu.org>
3126
3127 * configure.in: Combine some conditionals.
3128
3129 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
3130 * make-dist: Include doc/emacs/*.texi.in.
3131
3132 * INSTALL, make-dist: Remove references to b2m.
3133 * Makefile.in (MAN_PAGES): Remove b2m.1.
3134
31352010-10-05 Glenn Morris <rgm@gnu.org>
3136
3137 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
3138
31392010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3140
3141 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
3142
31432010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
3144
3145 * configure.in: Include stdlib.h and string.h unconditionally.
3146
31472010-09-29 Romain Francoise <romain@orebokech.com>
3148
3149 * configure.in: Don't enable ImageMagick unless HAVE_X11.
3150
31512010-09-28 Glenn Morris <rgm@gnu.org>
3152
3153 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
3154 happy.
3155
31562010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3157
3158 * configure.in: Enable imagemagick by default.
3159
31602010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3161
3162 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 3163 GnuTLS libraries.
067d23c9
KY
3164
31652010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
3166
3167 * configure.in: Set up GnuTLS.
3168
31692010-09-22 Chong Yidong <cyd@stupidchicken.com>
3170
3171 * configure.in: Announce whether libxml2 is linked to.
3172
31732010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3174
3175 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
3176
31772010-09-18 Eli Zaretskii <eliz@gnu.org>
3178
3179 * config.bat: Detect that libxml2 is installed and if so, build
3180 with it.
3181
31822010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3183
3184 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
3185 be used. This fixes a conf problem on Mac OS X.
3186
31872010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3188
3189 * configure.in: Check for libxml2.
3190
31912010-09-09 Glenn Morris <rgm@gnu.org>
3192
3193 * make-dist: No more TODO files under lisp/.
3194
31952010-09-04 Eli Zaretskii <eliz@gnu.org>
3196
3197 * config.bat: Produce lisp/gnus/_dir-locals.el from
3198 lisp/gnus/.dir-locals.el.
3199
32002010-08-23 Andreas Schwab <schwab@linux-m68k.org>
3201
3202 * configure.in: Fix check for librsvg, imagemagick and
3203 MagickExportImagePixels.
3204
32052010-08-18 Joakim Verona <joakim@verona.se>
3206
3207 * Makefile.in, configure.in: Checks for ImageMagick.
3208
32092010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
3210
3211 * configure.in (AC_PREREQ): Require autoconf 2.65.
3212
32132010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
3214
3215 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
3216
32172010-08-09 Andreas Schwab <schwab@linux-m68k.org>
3218
3219 * configure.in: Add AC_C_BIGENDIAN.
3220
32212010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
3222
3223 * configure.in (ORDINARY_LINK): Use on hpux* too.
3224
32252010-08-06 Jan Djärv <jan.h.d@swipnet.se>
3226
3227 * configure.in: Check for util.h.
3228 Use -Wimplicit-function-declaration if compiler supports it.
3229
32302010-08-05 Eli Zaretskii <eliz@gnu.org>
3231
3232 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
3233
32342010-08-04 Andreas Schwab <schwab@linux-m68k.org>
3235
3236 * configure.in: Restore accidentally removed use of
3237 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
3238
32392010-07-29 Chad Brown <yandros@mit.edu>
3240
3241 * configure.in: Check for dirent.h.
3242
32432010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3244
3245 * configure.in: Remove reference to usg5-4, unused.
3246
32472010-07-25 Andreas Schwab <schwab@linux-m68k.org>
3248
3249 * configure.in: Check for __executable_start.
3250
32512010-07-24 Ken Brown <kbrown@cornell.edu>
3252
3253 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
3254
32552010-07-24 Juanma Barranquero <lekktu@gmail.com>
3256
3257 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
3258
32592010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
3260
3261 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
3262
32632010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3264
3265 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
3266 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
3267 (C_OPTIMIZE_SWITCH): Remove.
3268 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
3269
32702010-07-11 Andreas Schwab <schwab@linux-m68k.org>
3271
3272 * configure.in: Don't check for index and rindex, check for strchr
3273 and strrchr. Define strchr and strrchr as index and rindex,
3274 resp., in src/config.h if not available.
3275
32762010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
3277
3278 * configure.in: Use -Wold-style-definition if available.
3279 This helps with the transition to standard C code, it can be
3280 removed when done.
3281
3282 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
3283
3284 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
3285 and MSWindows.
3286
32872010-07-07 Andreas Schwab <schwab@linux-m68k.org>
3288
3289 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
3290 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
3291
32922010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3293
3294 * configure.in (getenv): Remove K&R declaration.
3295
32962010-07-02 Jan Djärv <jan.h.d@swipnet.se>
3297
3298 * configure.in: Remove define __P.
3299
33002010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3301
3302 * configure.in (--enable-use-lisp-union-type): New flag.
3303
33042010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3305
3306 Fix CFLAGS for non-GCC compilers.
3307 * configure.in (CFLAGS): Always use -g like it was done before the
3308 2010-03-30 change.
3309 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
3310 (Bug#6538)
3311
33122010-06-30 Glenn Morris <rgm@gnu.org>
3313
3314 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
3315 Set with AC_DEFINE rather than AH_BOTTOM.
3316
3317 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
3318 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
3319 Set with shell, not cpp.
3320 (LIBX): Remove, just use -lX11 in the one place this was used.
3321 (cannot_dump): Replace with CANNOT_DUMP.
3322
33232010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3324
0a19a6f8 3325 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
3326 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
3327 by minimum required Gtk+ 2.6). Add checks for functions introduced
3328 in Gtk+ 2.14 or newer (bug#6505).
3329
33302010-06-26 Eli Zaretskii <eliz@gnu.org>
3331
3332 * config.bat: Remove white space around "+" in COPY commands.
3333
33342010-06-23 Glenn Morris <rgm@gnu.org>
3335
3336 * info/dir: Start descriptions in column 32, per Texinfo convention.
3337
33382010-06-16 Chong Yidong <cyd@stupidchicken.com>
3339
3340 * INSTALL: Update font information (Bug#6389).
3341
33422010-06-16 Glenn Morris <rgm@gnu.org>
3343
3344 * INSTALL: General update.
3345
33462010-06-12 Glenn Morris <rgm@gnu.org>
3347
3348 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
3349
33502010-06-11 Glenn Morris <rgm@gnu.org>
3351
3352 * configure.in (--without-compress-info): New option.
3353 (GZIP_INFO): New output variable.
3354
3355 * Makefile.in (GZIP_INFO): New, set by configure.
3356 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
3357 Handle man pages in the same way.
3358
33592010-06-10 Glenn Morris <rgm@gnu.org>
3360
3361 * Makefile.in (install-arch-indep): Gzip the info files too.
3362
3363 * make-dist: Remove references to non-existent directories and files.
3364
33652010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
3366
3367 * configure.in: Include <strings.h> and <string.h> instead of
3368 "strings.h" and "string.h".
3369
33702010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3371
3372 * configure.in: Remove code dealing with BSTRING.
3373
33742010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3375
3376 * configure.in (AC_PREREQ): Require autoconf 2.65.
3377
3378 * configure.in (unxec): Do not define and substitute.
3379 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
3380
33812010-06-03 Glenn Morris <rgm@gnu.org>
3382
3383 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
3384
33852010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3386
3387 Fix alloca definition when using gcc on non-gnu systems.
3388 * configure.in: Use the code sequence indicated by "info autoconf"
3389 for alloca (bug#6170).
3390
33912010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 * .bzrignore: Ignore new files from trunk, which appear if you use
3394 colocated branches (i.e. "bzr switch").
3395
33962010-05-28 Glenn Morris <rgm@gnu.org>
3397
3398 * configure.in: Simplify some of the $canonical tests.
3399
34002010-05-27 Glenn Morris <rgm@gnu.org>
3401
3402 * config.bat: Do not preprocess src/Makefile.in.
3403
3404 * configure.in: Do not preprocess src/Makefile.in.
3405 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
3406 (AC_EGREP_CPP): Test no longer needed.
3407
3408 * make-dist: No more Makefile.c files.
3409
34102010-05-26 Glenn Morris <rgm@gnu.org>
3411
3412 * configure.in (YMF_PASS_LDFLAGS): Remove.
3413 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
3414
3415 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
3416 Add $GNUSTEP_LOCAL_HEADERS.
3417 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
3418
3419 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
3420 (GNUSTEP_MAKEFILES): Remove.
3421 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
3422 stuff to here.
3423
34242010-05-25 Glenn Morris <rgm@gnu.org>
3425
3426 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
3427 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
3428
3429 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
3430 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
3431 here instead.
3432
34332010-05-24 Romain Francoise <romain@orebokech.com>
3434
3435 * make-dist: Look for version in src/emacs.c.
3436 Use lisp/subr.el rather than lisp/version.el for location check.
3437
34382010-05-21 Glenn Morris <rgm@gnu.org>
3439
3440 * configure.in (MKDEPDIR): Parallel build tweak.
3441
3442 * configure.in (ns_frag): New output file.
3443
3444 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
3445 (OLDXMENU_TARGET): Set to empty if USE_GTK.
3446
3447 * configure.in (cannot_dump): New output variable.
3448
34492010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
3450
3451 * configure.in: On NetBSD, if terminfo is found, use it in
3452 preference to termcap. (Bug#6190)
3453
34542010-05-20 Glenn Morris <rgm@gnu.org>
3455
3456 * make-dist (src): Include *.mk.
3457 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
3458 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
3459 (deps_frag): New output file.
3460 (AUTO_DEPEND): Remove this definition.
3461
3462 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
3463
34642010-05-19 Glenn Morris <rgm@gnu.org>
3465
3466 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
3467 (ORDINARY_LINK): New AC_DEFINE.
3468 (LIB_GCC): No need to set if ORDINARY_LINK.
3469
34702010-05-18 Glenn Morris <rgm@gnu.org>
3471
3472 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
3473 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
3474
3475 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
3476 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
3477 (RALLOC_OBJ): New output variable.
3478
3479 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
3480 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
3481
34822010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3483
3484 * Makefile.in (src): Provide the name of the VCS file that witnesses
3485 a pull.
3486 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
3487
34882010-05-17 Glenn Morris <rgm@gnu.org>
3489
3490 * configure.in (OLDXMENU_DEPS): New output variable.
3491
34922010-05-16 Glenn Morris <rgm@gnu.org>
3493
3494 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
3495
3496 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
3497 * Makefile.in (install-arch-dep): Update for above change.
3498
3499 * Makefile.in (ns_appdir): Remove.
3500 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
3501
3502 * configure.in (TEMACS_LDFLAGS2): New output variable.
3503
3504 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
3505 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
3506 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
3507 nothing uses.
3508
35092010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
3510
3511 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
3512 does not use them.
3513 (X11R5_INHIBIT_I18N): Remove, unused.
3514
35152010-05-15 Glenn Morris <rgm@gnu.org>
3516
3517 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
3518
3519 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
3520
35212010-05-15 Ken Raeburn <raeburn@raeburn.org>
3522
3523 * configure.in: Look for version string in its new location.
3524
35252010-05-15 Eli Zaretskii <eliz@gnu.org>
3526
3527 * config.bat: Remove support for DJGPP v1.x.
3528
35292010-05-15 Glenn Morris <rgm@gnu.org>
3530
3531 * configure.in (OLDXMENU_TARGET): New output variable.
3532
3533 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
3534
3535 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
3536 and other files that no longer exist.
3537
35382010-05-14 Glenn Morris <rgm@gnu.org>
3539
3540 * configure.in (cpp_undefs): Add mktime, register, X11.
3541
3542 * configure.in (GPM_MOUSE_SUPPORT): Remove.
3543 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
3544 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
3545
3546 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
3547 (GNUSTEP_MAKEFILES): Do not output.
3548
35492010-05-13 Glenn Morris <rgm@gnu.org>
3550
3551 * configure.in: Fix some paren typos.
3552
3553 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
3554
3555 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
3556
35572010-05-12 Glenn Morris <rgm@gnu.org>
3558
3559 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
3560
3561 * configure.in (LIB_GCC): New output variable.
3562
35632010-05-11 Glenn Morris <rgm@gnu.org>
3564
3565 * make-dist (msdos): No more mainmake.
3566
3567 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
3568 * config.bat: Do not run cpp on lib-src/Makefile.in.
3569
3570 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
3571
35722010-05-10 Glenn Morris <rgm@gnu.org>
3573
3574 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
3575
3576 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
3577 (BLESSMAIL_TARGET): New output variable.
3578
35792010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3580
3581 * INSTALL: Fix typos.
3582
35832010-05-08 Chong Yidong <cyd@stupidchicken.com>
3584
3585 * configure.in: Add check for buggy version of GCC (Bug#6031).
3586
35872010-05-08 Glenn Morris <rgm@gnu.org>
3588
3589 * configure.in (HAVE_LIBNCURSES): New local variable.
3590 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
3591 replacing cpp in src/s/*.h and src/Makefile.in.
3592
35932010-05-07 Chong Yidong <cyd@stupidchicken.com>
3594
3595 * Version 23.2 released.
3596
35972010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3598
3599 * configure.in: Add tests for `isnan' and `copysign'.
3600
36012010-05-07 Eli Zaretskii <eliz@gnu.org>
3602
3603 * config.bat: Allow for 2 leading `#'s in comments in
3604 src/Makefile.in.
3605
36062010-05-07 Glenn Morris <rgm@gnu.org>
3607
3608 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
3609 Merges logic from src/s/* and src/Makefile.in.
3610 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3611
36122010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3613
3614 Define START_FILES and LIB_STANDARD using autoconf.
3615 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
3616 here from src/s/*.h.
3617 (HAVE_CRTIN): Remove, inline logic in the netbsd
3618 START_FILES/LIB_STANDARD computation.
3619
36202010-05-06 Glenn Morris <rgm@gnu.org>
3621
3622 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
3623
3624 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
3625 (LD_SWITCH_X_SITE): Remove unused variables.
3626
36272010-05-04 Glenn Morris <rgm@gnu.org>
3628
3629 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
3630 as well.
3631 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
3632
3633 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3634
3635 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
3636 variables, replacing c_switch_machine, c_switch_system.
3637 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
3638 @c_switch_system@.
3639
36402010-05-03 Glenn Morris <rgm@gnu.org>
3641
3642 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
3643
3644 * make-dist: There are no more src/m/*.inp files.
3645
36462010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3647
3648 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
3649 (ac_link): Do not use ld_switch_machine.
3650
36512010-05-01 Glenn Morris <rgm@gnu.org>
3652
3653 * configure.in (OTHER_OBJ): Remove.
3654 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
3655
36562010-04-30 Glenn Morris <rgm@gnu.org>
3657
3658 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
3659 Elsewhere, maybe include it.
3660
3661 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
3662 (OLDXMENU, LIBXMENU): New output variables.
3663
3664 * configure.in (OTHER_OBJ): New output variable.
3665
36662010-04-28 Glenn Morris <rgm@gnu.org>
3667
3668 * configure.in (CYGWIN_OBJ): New output variable.
3669
3670 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
3671
3672 * configure.in (FONT_OBJ): New output variable.
3673
3674 * configure.in (LIBXMU): New output variable.
3675
3676 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
3677
3678 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
3679 userland and maybe change values to i386 (move test from s/amdx86-64.h).
3680
36812010-04-27 Glenn Morris <rgm@gnu.org>
3682
3683 * configure.in (LIBXTR6): New output variable. Move unixware special
3684 case here from src/s/unixware.h.
3685
3686 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
3687 in Makefiles.
3688 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
3689
3690 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
3691 (LIBXP): No longer substitute in Makefiles.
3692 (MOTIF_LIBW): New output variable. Move system-specific settings here
3693 from src/s files.
3694
36952010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3696
3697 Reduce CPP usage.
3698 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
3699 (unexec): Define unconditionally, all platforms define
3700 UNEXEC. AC_SUBST it.
3701 (UNEXEC_SRC): Remove, unused.
3702 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
3703
37042010-04-27 Glenn Morris <rgm@gnu.org>
3705
3706 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
3707 replaced by LIBXP.
3708
3709 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
3710 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
3711 On hpux10-20, default to /lib.
3712
3713 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
3714
37152010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
3716
3717 * configure.in (LIBS_MACHINE): Remove, unused.
3718
3719 * configure.in (LIB_MATH): New output variable. Set it for some systems.
3720
37212010-04-24 Glenn Morris <rgm@gnu.org>
3722
3723 * configure.in (CRT_DIR): New output variable.
3724 (--with-crt-dir): New option. (Bug#5655)
3725 (HAVE_LIB64_DIR): Remove.
3726
37272010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
3728
3729 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
3730
37312010-04-22 Miles Bader <miles@gnu.org>
3732
3733 * configure.in: Get rid of "unix" pre-defined macro when
3734 preprocessing Makefile. (Bug#5857)
3735
37362010-04-21 Andreas Schwab <schwab@linux-m68k.org>
3737
3738 Avoid non-portable shell command negation
3739 * configure.in: Revert last change.
3740
37412010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3742
3743 * configure.in: Change "if test ! -f" to "if ! test -f".
3744
37452010-04-21 Glenn Morris <rgm@gnu.org>
3746
3747 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
3748 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
3749
37502010-04-21 Karel Klíč <kklic@redhat.com>
3751
3752 * configure.in: New option: --with(out)-selinux, on by default.
3753 Set HAVE_LIBSELINUX if we find libselinux, and substitute
3754 LIBSELINUX_LIBS in Makefiles.
3755
37562010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
3757
3758 * configure.in: Remove all references to LIBX11_SYSTEM.
3759
37602010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3761
3762 * configure.in: Remove all references to C_DEBUG_SWITCH.
3763
37642010-03-27 Eli Zaretskii <eliz@gnu.org>
3765
3766 * config.bat <lib-src>: Edit out lines that begin with several #
3767 characters.
3768
37692010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3770
3771 * configure.in: Remove support for old UNIX System V systems and
3772 for Unixware on non-x86 machines.
3773
3774 * configure.in: Remove support for Solaris on PPC and for old versions.
3775
3776 * configure.in: Remove non-working lynxos port.
3777
37782010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3779
3780 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
3781
37822010-03-19 Glenn Morris <rgm@gnu.org>
3783
3784 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
3785 happy.
3786
37872010-03-18 Jan Djärv <jan.h.d@swipnet.se>
3788
3789 * configure.in: Check for tputs and friends, abort if not
3790 found (bug#5735).
3791
37922010-03-18 Glenn Morris <rgm@gnu.org>
3793
3794 * configure.in (--with-x-toolkit): In the help text, say which options
3795 are synonyms.
3796
3797 * configure.in (--with-mmdf, --with-mail-unlink):
3798 New options, off by default.
3799 (--with-mailhost): New option to set default POP host.
3800 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
3801 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
3802 New variables, substituted in Makefiles.
3803 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
3804 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
3805 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
3806 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
3807 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
3808
38092010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3810
3811 * Makefile.in (uninstall): Handle the case where archlibdir does not
3812 exist. (Bug#5720)
3813
38142010-03-12 Eli Zaretskii <eliz@gnu.org>
3815
75f1671a 3816 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
3817 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
3818
3819 * configure: Regenerated.
3820
38212010-03-10 Chong Yidong <cyd@stupidchicken.com>
3822
3823 * Branch for 23.2.
3824
38252010-01-31 Juri Linkov <juri@jurta.org>
3826
3827 * .bzrignore: Add TAGS-LISP.
3828
38292010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3830
3831 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
3832 this header file).
3833
38342010-01-12 Juanma Barranquero <lekktu@gmail.com>
3835
3836 * .bzrignore: Ignore all .exe, instead of individual files.
3837
38382010-01-12 Chong Yidong <cyd@stupidchicken.com>
3839
3840 * configure.in: Explicitly check for and link to -lXrender.
3841
38422010-01-12 Glenn Morris <rgm@gnu.org>
3843
3844 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
3845 for bug reports for development versions.
3846
38472010-01-02 Eli Zaretskii <eliz@gnu.org>
3848
3849 * .bzrignore: Add more ignored patterns, including for the MS-DOS
3850 build.
3851
38522009-12-27 Karl Fogel <kfogel@red-bean>
3853
3854 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
3855 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
3856
38572009-12-17 Glenn Morris <rgm@gnu.org>
3858
3859 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
3860
38612009-12-15 Glenn Morris <rgm@gnu.org>
3862
3863 * info/dir: Add EDT entry.
3864 * Makefile.in (INFO_FILES): Add edt.
3865
38662009-12-10 Jan Djärv <jan.h.d@swipnet.se>
3867
1154d12e 3868 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
3869
38702009-12-09 Jan Djärv <jan.h.d@swipnet.se>
3871
3872 * configure.in: Don't check for RSVG or GConf unless X11 is used.
3873
38742009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3875
3876 * configure.in: Allow compiling Emacs with GTK on Cygwin.
3877
38782009-12-01 Glenn Morris <rgm@gnu.org>
3879
3880 * make-dist: Add etc/images/mpc directory.
3881
38822009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3883
3884 * configure.in: Don't check for GConf unless X is used.
3885
38862009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3887
3888 * configure.in: Use -Wdeclaration-after-statement if available.
3889
38902009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3891
3892 * configure.in: New option: --with(out)-gconf.
3893 Set HAVE_GCONF if we find gconf.
3894
38952009-11-17 Glenn Morris <rgm@gnu.org>
3896
3897 * Makefile.in (INFO_FILES): Add semantic.
3898
38992009-11-16 Chong Yidong <cyd@stupidchicken.com>
3900
3901 * info/dir: Add Semantic.
3902
39032009-11-16 Glenn Morris <rgm@gnu.org>
3904
3905 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
3906 pattern, so as not to exclude makefile*.el. (Bug#4912)
3907
39082009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3909
3910 * configure.in: --enable-autodepend is new. Check for GNU Make
3911 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
3912 gcc and GNU make to generate dependencies.
3913
39142009-10-27 Glenn Morris <rgm@gnu.org>
3915
3916 * make-dist: Make links to doc/lispintro/*.pdf.
3917
39182009-10-23 Jim Meyering <meyering@redhat.com>
3919
3920 * configure.in: Invoke $CPP with -P when creating Makefile and
3921 src/Makefile. Without this, gcc 4.4.2 converts each
3922 backslash-newline pair in the input to a bare newline, yielding
3923 invalid Makefiles.
3924
3925 * configure: Regenerate.
3926
39272009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3928
3929 * configure.in (vax-dec-vms): Remove, not supported anymore.
3930
39312009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3932
3933 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
3934 (*-apple-darwin*): Add x86_64 architecture.
3935
39362009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3937
3938 * config.guess, config.sub: Updated from master source.
3939
39402009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
3941
3942 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
3943
39442009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
3945
3946 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
3947
39482009-09-29 Glenn Morris <rgm@gnu.org>
3949
3950 * make-dist (check): Update for two new levels of subdirectory in lisp/.
3951
39522009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3953
3954 * config.guess, config.sub: Updated from master source.
3955
3956 * configure.in (OTHER_FILES): Define using autoconf not cpp.
3957
39582009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3959
3960 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
3961
39622009-09-13 Chong Yidong <cyd@stupidchicken.com>
3963
3964 * INSTALL: Update URL for GNU FreeFont.
3965
39662009-09-09 Glenn Morris <rgm@gnu.org>
3967
3968 * Makefile.in (install-arch-indep): Don't recursively change perms of
3969 site-lisp and infodir. There may be non-Emacs files in here, and the
3970 files supplied by Emacs are all handled explicitly already. (Bug#3800)
3971 (mkdir): Set umask to world-readable before creating directories.
3972 mkinstalldirs already checks if dirs exist, don't duplicate this test.
3973
39742009-08-29 Glenn Morris <rgm@gnu.org>
3975
3976 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
3977 (info): Don't give an error in the absence of makeinfo - let the doc
3978 Makefiles do that, if the info files need rebuilding. (Bug#3982)
3979
39802009-08-23 Ken Raeburn <raeburn@raeburn.org>
3981
3982 * Makefile.in (install-arch-indep): If the versioned DOC-####
3983 generated during loadup+dump isn't found, install the plain DOC
3984 file that always gets generated, in case CANNOT_DUMP is set.
3985
3986 * configure.in: Warn if package version specified here doesn't
3987 match the version in version.el.
3988 * configure: Regenerate.
3989
39902009-08-22 Michael Albinus <michael.albinus@gmx.de>
3991
3992 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
3993
3994 * configure: Regenerate.
3995
39962009-08-19 Glenn Morris <rgm@gnu.org>
3997
3998 * INSTALL: Remove reference to cvtmail.
3999
40002009-08-15 CHENG Gao <chenggao@gmail.com>
4001
4002 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
4003
40042009-08-02 Kevin Ryde <user42@zip.com.au>
4005
4006 * INSTALL: Fix free fonts URL.
4007
40082009-07-22 Glenn Morris <rgm@gnu.org>
4009
4010 * configure.in (AC_PREREQ): Require autoconf 2.62.
4011
40122009-07-04 Andreas Schwab <schwab@linux-m68k.org>
4013
4014 * configure.in (--enable-checking, --enable-profiling):
4015 Use AS_HELP_STRING.
4016
40172009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
4018
4019 * configure.in (--enable-profiling): New option.
4020 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
4021
40222009-06-27 Glenn Morris <rgm@gnu.org>
4023
4024 * configure.in: Restore netbsd on mips, mipsel, mipseb.
4025
40262009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4027
4028 * configure.in (--enable-checking): New option.
4029
40302009-06-24 Glenn Morris <rgm@gnu.org>
4031
4032 * make-dist: Warn if subdir does not exist in source.
4033 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
4034 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
4035 No longer make links.
4036
40372009-06-24 Yavor Doganov <yavor@gnu.org>
4038
4039 * make-dist (tempdir): Don't create directories preferences.gorm
4040 and preferences.nib, they are no longer required.
4041
40422009-06-21 Chong Yidong <cyd@stupidchicken.com>
4043
4044 * Branch for 23.1.
4045
40462009-06-12 Chong Yidong <cyd@stupidchicken.com>
4047
4048 * configure.in: Delete mac-fix-env target, which has been
4049 removed (Bug#3531).
4050
40512009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4052
1154d12e 4053 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
4054
40552009-05-05 Per Starbäck <per@starback.se> (tiny change)
4056
4057 * BUGS: Use new binding of view-emacs-problems.
4058
c7015153 40592009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
4060
4061 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
4062 for Solaris compatibility.
4063
40642009-04-25 Chong Yidong <cyd@stupidchicken.com>
4065
4066 * configure: Regenerate.
4067
4068 * configure.in: Disable use of FreeType without libXft.
4069
40702009-04-19 Jan Djärv <jan.h.d@swipnet.se>
4071
4072 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
4073 Check if it is declared in gtk.h.
4074
40752009-04-12 Andreas Schwab <schwab@linux-m68k.org>
4076
4077 * Makefile.in (install-arch-indep): Remove .gitignore files.
4078
40792009-04-03 Kenichi Handa <handa@m17n.org>
4080
4081 * INSTALL: Make the section "Complex Text Layout support
4082 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
4083
40842009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
4085
4086 * configure.in (rs6000-ibm-aix6*): Fix typo.
4087
40882009-03-04 Glenn Morris <rgm@gnu.org>
4089
4090 * Makefile.in (INFO_FILES): Add auth.
4091
40922009-03-03 Glenn Morris <rgm@gnu.org>
4093
4094 * info/dir: Add Auth-source.
4095
40962009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
4099 the second.
4100
41012009-02-28 Eli Zaretskii <eliz@gnu.org>
4102
4103 * config.bat: Copy .dbxinit to _dbxinit.
4104
4105 * make-dist (Making links to `info'): Remove .gitignore.
4106
41072009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4108
4109 * Makefile.in (lib-src, lisp): Use simpler rule.
4110 (src): Be more specific to avoid recompiling all the .elc files just
4111 because the bootstrap-emacs is missing.
4112
41132009-02-26 Chong Yidong <cyd@stupidchicken.com>
4114
4115 * configure.in: Require librsvg >= 2.11.
4116
41172009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4118
4119 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
4120 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
4121
41222009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4123
4124 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
4125
41262009-02-03 Glenn Morris <rgm@gnu.org>
4127
4128 * make-dist: Add some missing files, remove some that are no longer
4129 present.
4130
41312009-02-02 Glenn Morris <rgm@gnu.org>
4132
4133 * make-dist: Add some missing nextstep/ files.
4134
41352009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
4136
4137 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
4138
41392009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4140
4141 * configure.in: Add support for m68k-*-netbsd.
4142
41432009-01-14 Juri Linkov <juri@jurta.org>
4144
4145 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
4146
4147 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
4148 and bug-reference-mode.
4149
41502009-01-11 Juri Linkov <juri@jurta.org>
4151
4152 * INSTALL.CVS: Move configuration explicitly to the first step.
4153
41542009-01-09 Glenn Morris <rgm@gnu.org>
4155
4156 * .dir-locals.el: Don't set indent-tabs-mode.
4157
41582008-12-30 Kenichi Handa <handa@m17n.org>
4159
4160 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
4161 the function OTF_get_variation_glyphs.
4162
41632008-12-30 Jan Djärv <jan.h.d@swipnet.se>
4164
4165 * Makefile.in (install-arch-dep): Remove old directories in
4166 ns_app* before moving new directories there.
4167
41682008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
4169
4170 * .dir-locals.el: Remove non-working entry for pmail.
4171 (fill-column): Fix typo.
4172 (change-log-mode): Add fill column.
4173
41742008-12-26 Eli Zaretskii <eliz@gnu.org>
4175
4176 * config.bat: Produce _dir-locals.el from .dir-locals.el.
4177
41782008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
4179
4180 * make-dist (tempdir): Distribute .dir-locals.el.
4181
4182 * .dir-locals.el: New file.
4183
41842008-12-19 Eli Zaretskii <eliz@gnu.org>
4185
4186 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
4187 for rationale.
4188
41892008-12-13 Glenn Morris <rgm@gnu.org>
4190
4191 * Makefile.in (install-arch-indep): Add new man-pages.
4192 (manext): Remove variable.
4193 (MAN_PAGES): New variable.
4194 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
4195 and remove.
4196 (uninstall): Remove desktop file and icons, game scores if empty.
4197
41982008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
4199
4200 * config.guess, config.sub: Updated from master source.
4201
42022008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4203
4204 * Makefile.in (install-arch-indep): Install ebrowse.1.
4205
42062008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
4207
4208 * configure.in: Add Solaris on x86_64.
4209
42102008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4211
4212 * config.guess, config.sub: Updated from master source.
4213
42142008-12-08 Eli Zaretskii <eliz@gnu.org>
4215
4216 * info/dir: Fix last change.
4217
42182008-12-07 Eli Zaretskii <eliz@gnu.org>
4219
4220 * info/dir: Untabify.
4221
42222008-11-28 Ulrich Mueller <ulm@gentoo.org>
4223
4224 * configure.in: Fix last change.
4225
42262008-11-28 Richard M Stallman <rms@gnu.org>
4227
4228 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
4229 New configurations.
4230
42312008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
4232
4233 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
4234 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
4235
42362008-11-15 Eli Zaretskii <eliz@gnu.org>
4237
4238 * Makefile.in (INFO_FILES): Remove ns-emacs.
4239
4240 * info/dir (NS-Emacs): Remove entry.
4241
42422008-11-08 Eli Zaretskii <eliz@gnu.org>
4243
4244 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
4245
42462008-11-07 Glenn Morris <rgm@gnu.org>
4247
4248 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
4249
42502008-10-31 Eli Zaretskii <eliz@gnu.org>
4251
4252 * config.bat: Tell user to expect one "File not found" message
4253 while the `doc' directory is being configured.
4254
42552008-10-30 Chong Yidong <cyd@stupidchicken.com>
4256
4257 * update-subdirs: Put obsolete directory last.
4258
42592008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
4260
4261 * configure.in: Check fontconfig always.
4262
42632008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4264
4265 * configure (*-solaris2.[7-9]*): Fix typo.
4266
42672008-10-24 Glenn Morris <rgm@gnu.org>
4268
4269 * configure.in (--without-sync-input, --with-pkg-config-prog):
4270 Help strings start with lower case.
4271 (--with-gnustep-conf): New option.
4272 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
4273
42742008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
4275
4276 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
4277 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
4278 is not found. (Bug#1230)
4279
42802008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
4281
4282 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
4283 Use sol2-6.h for Solaris 7-9.
4284
42852008-10-18 Ulrich Mueller <ulm@gentoo.org>
4286
4287 * configure.in: Add support for GNU/Linux on SuperH.
4288
42892008-10-12 Andreas Schwab <schwab@suse.de>
4290
4291 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
4292
1a71cb28 42932008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
4294
4295 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
4296 "X") to avoid confusion.
4297
4298 * configure: Regenerate.
4299
43002008-09-07 Romain Francoise <romain@orebokech.com>
4301
4302 * make-dist: Distribute doc/man/ChangeLog.
4303
43042008-08-28 Chong Yidong <cyd@stupidchicken.com>
4305
4306 * configure.in: Disable XFT and Freetype when without X.
4307
4308 * configure: Regenerate.
4309
43102008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4311
4312 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
4313
43142008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4315
90eacf99
SM
4316 * configure.in (GNUSTEP_SYSTEM_HEADERS):
4317 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
067d23c9
KY
4318
4319 * configure: Regenerate.
4320
43212008-08-20 Eli Zaretskii <eliz@gnu.org>
4322
4323 * configure.in: Move "#define subprocesses" before
4324 config_opsysfile is included.
4325
43262008-08-19 Kenichi Handa <handa@m17n.org>
4327
4328 * INSTALL (Extra fonts): Mention local fonts, don't mention
4329 mule-unicode.
4330
43312008-08-16 Chong Yidong <cyd@stupidchicken.com>
4332
4333 * make-dist: Omit info/.arch-inventory.
4334
43352008-08-16 Jason Rumney <jasonr@gnu.org>
4336
4337 * make-dist (tempdir/nt): Link emacsclient.rc.
4338
43392008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4340
4341 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
4342 AC_SUBST it.
4343 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
4344 AC_SUBST it.
4345 (OTHER_FILES): Always define for HAVE_NS.
4346 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
4347 * configure: Regenerate.
4348
43492008-08-07 Andreas Schwab <schwab@suse.de>
4350
4351 * configure.in: Correctly handle
4352 --enable-cocoa-experimental-ctrl-g=no and
4353 --enable-ns-self-contained=yes.
4354
43552008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4356
4357 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
90eacf99
SM
4358 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
4359 Don't bother undef'ing since won't have desired effect.
067d23c9
KY
4360
43612008-08-06 Andreas Schwab <schwab@suse.de>
4362
4363 * configure.in: Fix quoting.
4364
43652008-08-06 Chong Yidong <cyd@stupidchicken.com>
4366
4367 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
4368
43692008-08-05 Ulrich Mueller <ulm@gentoo.org>
4370
4371 * configure.in: Add checks for krb5_error.text and
4372 krb5_error.e_text struct members.
4373
43742008-08-04 Chong Yidong <cyd@stupidchicken.com>
4375
4376 * configure.in: Test for existence of NSInteger.
4377 Suggested by Yavor Doganov.
4378
43792008-08-02 Romain Francoise <romain@orebokech.com>
4380
4381 * Makefile.in (INFO_FILES): Add mairix-el.
4382
43832008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4384
4385 * make-dist:
4386 * README: Remove VMS support.
4387 * vms: Remove directory.
4388
43892008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4390
4391 * configure.in (MULTI_KBOARD): Remove.
4392
43932008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4394
4395 * configure.in (DO_BLOCK_INPUT): Remove, unused.
4396
43972008-07-29 Chong Yidong <cyd@stupidchicken.com>
4398
4399 * info/dir (File): Add mairix-el.
4400
44012008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4402
4403 Remove support for Mac Carbon.
4404 * mac: Remove directory.
4405 * make-dist:
4406 * configure.in:
4407 * README:
4408 * Makefile.in:
4409 * INSTALL: Remove code for Carbon.
4410 * configure: Regenerate.
4411
44122008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4413
4414 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
4415
44162008-07-25 Chong Yidong <cyd@stupidchicken.com>
4417
4418 * configure.in: Check for getrlimit.
4419
4420 * configure: Regenerate.
4421
44222008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4423
4424 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
4425 in src/Makefile.in.
4426 (static): Remove, autoconf would always comment it out anyway.
4427 (subprocesses): Define unconditionally.
4428
44292008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
4430
4431 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
4432 compilation under GNUstep.
4433
44342008-07-18 Kenichi Handa <handa@m17n.org>
4435
4436 * INSTALL (Complex Text Layout support libraries): Delete the
4437 paragraph about --enable-font-backend.
4438
44392008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
4440
4441 * configure.in: Print out some info to user for NeXTstep builds.
4442 (ns-app): Remove enable option.
4443 (ns-self-contained): Add enable option.
4444 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
4445 GNUstep, use to set install prefixes, and substitute in Makefiles.
4446 * configure: Regenerate.
4447 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
4448 NS app bundle.
4449
44502008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
4453
44542008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
4455
4456 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
4457 NS_IMPL_COCOA.
4458
44592008-07-16 Glenn Morris <rgm@gnu.org>
4460
4461 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
4462 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
4463 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
4464 never unset.
4465
4466 * make-dist: Add nextstep/ directories.
4467 (src, lib-src): Add .m files.
4468
44692008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4470
4471 * configure.in (freebsd, kfreebsd): Undo part of previous change.
4472 (USER_FULL_NAME): Remove, not used anymore.
4473 * configure: Regenerate.
4474
44752008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4476
4477 Changes and additions for NeXTstep windowing system (Cocoa and
4478 GNUstep) support.
4479
4480 * configure.in: Add support for NS window system: --with-ns (default
4481 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
4482 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
4483 disable font backend if window system is "none", not if !HAVE_X11.
4484 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
4485 (install-arch-dep): Add commands to assemble NS .app package.
4486
44872008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
4488
4489 * configure.in: Use macppc for Darwin. Remove references to
4490 desupported systems.
4491 * configure: Regenerate.
4492
44932008-07-05 Glenn Morris <rgm@gnu.org>
4494
4495 * make-dist (EMACS): Doc fix.
4496 (lisp): There are no *.dat or image files here any more.
4497 (src): There are no *.s files here any more.
4498 (etc/images, etc/images/*): Link to most regular files.
4499
45002008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4501
4502 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
4503
45042008-07-01 Glenn Morris <rgm@gnu.org>
4505
4506 * configure.in (cpp_undefs): Rename from `undefs', update uses.
4507 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
4508 and explicitly export there. (Bug#507.)
4509
45102008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4511
4512 * configure.in:
4513 * configure: Remove references to obsolete systems.
4514
45152008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * Makefile.in (Makefile): Use it for its timestamp value as well, and
4518 make it depend on all other */.in files.
4519 (src/Makefile, src/config.stamp, lib-src/Makefile)
4520 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
4521 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
4522 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
4523 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
4524
4525 * configure.in: Don't create src/config.stamp any more.
4526
45272008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4528
4529 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
4530
45312008-06-22 Glenn Morris <rgm@gnu.org>
4532
4533 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
4534
45352008-06-21 Romain Francoise <romain@orebokech.com>
4536
4537 * Makefile.in (INFO_FILES): Add sasl.
4538
45392008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4540
4541 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
4542 (bootstrap-build): Remove.
4543 (top_bootclean): New var.
4544 (top_distclean, bootstrap-clean): Use it.
4545 (bootstrap): Don't recheck config. Make normally.
4546
45472008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4548
4549 * Makefile.in (SUBDIR): Include `lisp'.
4550 (lisp): Depend on `src'.
4551 (top_distclean): Don't remove config.status.
4552 (bootstrap-clean): New target.
4553 (maintainer-clean): Use it.
4554 (bootstrap): Use bootstrap-clean. Re-run config.status.
4555 (src/bootstrap-emacs${EXEEXT}): New target.
4556 (bootstrap-build): Use it. Don't use bootstrap-prepare because
4557 src/Makefile now takes care of it.
4558 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
4559
45602008-06-15 Glenn Morris <rgm@gnu.org>
4561
4562 * info/dir: Add sasl.
4563
45642008-06-09 Alan Mackenzie <acm@muc.de>
4565
4566 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
4567
45682008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
4569
4570 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
4571
45722008-06-07 Glenn Morris <rgm@gnu.org>
4573
4574 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
4575 serve no purpose.
4576
45772008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4578
4579 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
4580 * configure: Regenerate.
4581
45822008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4583
4584 * update-subdirs: Don't touch subdirs.el if it is unchanged.
4585
45862008-05-14 Kenichi Handa <handa@m17n.org>
4587
4588 * configure: Regenerate.
4589
4590 * configure.in: Don't handle --disable-font-backend. Don't print
4591 a message about a font backend.
4592
45932008-05-09 Glenn Morris <rgm@gnu.org>
4594
4595 * configure.in: Make absence of makeinfo a fatal error only if the info
4596 files don't exist.
4597 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
4598
45992008-05-07 Eli Zaretskii <eliz@gnu.org>
4600
4601 * config.bat: Fix last change: don't use < and > in "rem" lines,
4602 they are interpreted as redirection by DOS shells.
4603
46042008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4605
4606 * configure.in: Check availability of AvailabilityMacros.h
4607 if HAVE_CARBON.
4608
4609 * configure: Regenerate.
4610
46112008-05-03 Glenn Morris <rgm@gnu.org>
4612
4613 * configure.in (x_libraries): Remove standard 64-bit directories -
4614 experimental workaround for minor autoconf bug.
4615
4616 * configure.in (--without-makeinfo): New option. If set,
4617 absence of suitable makeinfo is not a fatal error.
4618 * Makefile.in (MAKEINFO): New, set by configure.
4619 (install-arch-indep): Without makeinfo, ignore any missing manuals.
4620 (info-real): New target.
4621 (info): Without makeinfo, do nothing, else call `info-real'.
4622
46232008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4624
4625 * configure.in: Remove hpux10.20 from the desupported list.
4626
46272008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4628
4629 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
4630
46312008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
4634 rather than change CPPFLAGS.
4635 (HAVE_GTK): Rename to USE_GTK.
4636
46372008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
4638
4639 * configure.in: Replace the obsolete macros AC_AIX and
4640 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
4641
46422008-04-05 Andreas Schwab <schwab@suse.de>
4643
4644 * configure.in: No longer create admin/unidata/Makefile.
4645
46462008-03-28 Andreas Schwab <schwab@suse.de>
4647
4648 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
4649 (lisp/Makefile): New rule.
4650
46512008-03-13 Glenn Morris <rgm@gnu.org>
4652
4653 * configure.in (AC_INIT): Fix version number.
4654 (sync-input): Reword the option, since it's on by default.
4655
46562008-03-11 Jan Djärv <jan.h.d@swipnet.se>
4657
4658 * configure.in: Add --enable-sync-input, default yes.
4659
46602008-03-11 Glenn Morris <rgm@gnu.org>
4661
4662 * Makefile.in (install-etc, mkdir): Handle directory
4663 etc/images/icons/hicolor/*/mimetypes/.
4664
4665 * make-dist: Handle icons/hicolor/scalable directory.
4666
46672008-03-05 Glenn Morris <rgm@gnu.org>
4668
4669 * configure.in: Enable font-backend by default.
4670 (USE_FONT_BACKEND): Set to "no" in absence of X.
4671 (PKG_CONFIG): Don't set multiple times, once is enough.
4672 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
4673
46742008-03-03 Glenn Morris <rgm@gnu.org>
4675
4676 * Makefile.in (iconsrcdir): New variable.
4677 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
4678 directory.
4679
46802008-02-29 Glenn Morris <rgm@gnu.org>
4681
4682 * test/: New directory.
4683
46842008-02-27 Jan Djärv <jan.h.d@swipnet.se>
4685
4686 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
4687
46882008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4689
4690 * configure.in: Print an error for systems that we think are obsolete
4691 and are proposed to be removed. Remove some more unused systems.
4692 Add support for powerpc-ibm-aix6*.
4693
46942008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4695
4696 * configure.in: Remove references to obsolete variables and systems.
4697
46982008-02-21 Glenn Morris <rgm@gnu.org>
4699
4700 * Makefile.in (set_installuser): New.
4701 (install-arch-indep): Use set_installuser to avoid duplicate code.
4702
4703 * README.unicode: Split into admin/notes/unicode,font-backend and
4704 remove.
4705
47062008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
4707
4708 * configure.in (arm*-*-freebsd*): Add.
4709
47102008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
4711
4712 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
4713 dealing with obsolete variables.
4714
47152008-02-08 Glenn Morris <rgm@gnu.org>
4716
4717 * Makefile.in (check-info-dir): New target.
4718
47192008-02-08 Michael Olson <mwolson@gnu.org>
4720
4721 * Makefile.in (INFO_FILES): Add epa.
4722
4723 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
4724 features" section.
4725
47262008-02-06 Glenn Morris <rgm@gnu.org>
4727
4728 * configure.in (--with-gcc): Give an error saying this option has
4729 been removed.
4730 (--with-gtk): Remove this option.
4731
47322008-02-06 Tom Tromey <tromey@redhat.com>
4733
4734 * configure.in (--with-gcc): Remove.
4735 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
4736
47372008-02-05 Ulrich Mueller <ulm@gentoo.org>
4738
4739 * INSTALL: Recommend giflib, not libungif.
4740
47412008-02-05 Tom Tromey <tromey@redhat.com>
4742
4743 * configure.in (--with-dbus): Default to enabled.
4744
47452008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
4746
4747 * INSTALL (Complex Text Layout support libraries): New section.
4748
47492008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
4750
4751 * make-dist: Remove references to files in mac/ that have been
4752 deleted.
4753
47542008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4755
4756 * configure.in: For libotf and m17n-flt checks, set shell vars
4757 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
4758 pkg_check_m17n_flt, respectively, for the sake of the summary output.
4759 Reported by Ulrich Mueller.
4760
47612008-02-02 Eli Zaretskii <eliz@gnu.org>
4762
4763 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
4764 admin/unidata/Makefile.in to Makefile.
4765
47662008-02-02 Glenn Morris <rgm@gnu.org>
4767
4768 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
4769 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
4770 (HAVE_XFT): Add "Does Emacs use..." messages at end.
4771
47722008-02-01 Miles Bader <miles@gnu.org>
4773
4774 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
4775 [libotf], and [m17n-flt] options.
4776
47772008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4778
4779 * configure.in: Add EMACS_ARG_N([libotf]...), and
4780 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
4781 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
4782 CFLAGS, and LIBS in checking of m17n-flt.
4783
47842008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4785
4786 * configure.in: Check the availability of m17n-flt library.
4787
47882008-02-01 Kenichi Handa <handa@m17n.org>
4789
4790 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
4791 not available.
4792
47932008-02-01 Kenichi Handa <handa@m17n.org>
4794
4795 * configure.in: New args --enable-font-backend, --with-xft,
4796 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
4797 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
4798 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
4799 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
4800
48012008-02-01 Kenichi Handa <handa@m17n.org>
4802
4803 * make-dist: Include etc/charsets in tarball.
4804
48052008-02-01 Kenichi Handa <handa@m17n.org>
4806
4807 * configure.in: While running cpp on junk.c, include
4808 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
4809 exists.
4810
48112008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4812
4813 * configure.in (xtensa): Match more configurations.
4814
48152008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
4816
4817 * configure.in: Update comment.
4818
48192008-01-26 Glenn Morris <rgm@gnu.org>
4820
4821 * configure.in (--without-gcc): By default, neither off nor on.
4822 (--with-carbon): Tone down rhetoric in help text.
4823
48242008-01-25 Glenn Morris <rgm@gnu.org>
4825
4826 * configure.in: Correct usage of OPTION_DEFAULT_ON,
4827 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
4828 Default `Carbon' to off (it's unsupported).
4829
48302008-01-24 Glenn Morris <rgm@gnu.org>
4831
4832 * configure.in: Standardize dbus-related messages.
4833
48342008-01-23 Michael Olson <mwolson@gnu.org>
4835
4836 * configure.in (pkg-config-prog): Remove initial whitespace.
4837
48382008-01-23 Tom Tromey <tromey@redhat.com>
4839
4840 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
4841 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
4842 Update all users.
4843
48442008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
4845
4846 * config.guess, config.sub: Updated from master source.
4847
48482008-01-17 Andreas Schwab <schwab@suse.de>
4849
4850 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
4851
48522008-01-17 Glenn Morris <rgm@gnu.org>
4853
4854 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
4855
48562008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
4857
4858 * configure.in: Remove more references to unsupported systems.
4859
48602008-01-16 Sven Joachim <svenjoac@gmx.de>
4861
4862 * make-dist: Add --lzma.
4863
48642008-01-16 Glenn Morris <rgm@gnu.org>
4865
4866 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
4867 configure checks for this.
4868
48692008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
4870
4871 * configure.in: Remove more references to unsupported systems.
4872
48732008-01-06 Romain Francoise <romain@orebokech.com>
4874
4875 * configure.in: Delete extra semicolons.
4876
48772008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4878
4879 * configure.in: Remove references to unsupported systems.
4880
48812008-01-05 Romain Francoise <romain@orebokech.com>
4882
4883 * make-dist: Add --bzip2. Update copyright.
4884
48852008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4886
4887 * configure.in: Remove support for Masscomp.
4888
48892008-01-05 Glenn Morris <rgm@gnu.org>
4890
4891 * Makefile.in (desktopdir, icondir): New variables.
4892 (install-arch-indep): Also depend on `install-etc'.
4893 (install-etc): New target.
4894 (mkdir): Also create the `applications' and `icons' directories.
4895
48962008-01-04 Glenn Morris <rgm@gnu.org>
4897
4898 * make-dist: Update for new etc/images/icons/hicolor directory.
4899
49002007-12-09 Andreas Schwab <schwab@suse.de>
4901
4902 * configure.in: D-Bus is not enabled by default.
4903
49042007-12-06 Jan Djärv <jan.h.d@swipnet.se>
4905
4906 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
4907 change.
4908
49092007-12-04 Jan Djärv <jan.h.d@swipnet.se>
4910
4911 * configure.in: Give package name and version to AC_INIT.
4912
49132007-12-03 Magnus Henoch <mange@freemail.hu>
4914
4915 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
4916
49172007-12-03 Michael Albinus <michael.albinus@gmx.de>
4918
4919 * configure.in: No need for DBUS_INFO anymore.
4920
4921 * Makefile.in (INFO_FILES): Use dbus unconditionally.
4922
49232007-12-02 Michael Albinus <michael.albinus@gmx.de>
4924
4925 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
4926
4927 * Makefile.in (INFO_FILES): Add dbus.
4928
49292007-12-02 Romain Francoise <romain@orebokech.com>
4930
4931 * make-dist: Fix last change.
4932
49332007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
4934
4935 * configure.in: Add support for gnu-kfreebsd.
4936
49372007-11-28 Glenn Morris <rgm@gnu.org>
4938
4939 * make-dist: Add etc/nxml.
4940
49412007-11-24 Romain Francoise <romain@orebokech.com>
4942
4943 * Makefile.in (INFO_FILES): Add nxml-mode.
4944
49452007-11-23 Romain Francoise <romain@orebokech.com>
4946
4947 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
4948 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
4949
49502007-11-20 Andreas Schwab <schwab@suse.de>
4951
4952 * configure.in: Always include <resolv.h> when checking for res_init.
4953
49542007-11-17 Andreas Schwab <schwab@suse.de>
4955
4956 * update-subdirs: Atomically update subdirs.el.
4957
49582007-11-17 Glenn Morris <rgm@gnu.org>
4959
4960 * Makefile.in (check-declare): New target.
4961
49622007-11-07 Glenn Morris <rgm@gnu.org>
4963
4964 * configure.in: Deprecate Mac Carbon port.
4965
49662007-11-01 Jan Djärv <jan.h.d@swipnet.se>
4967
4968 * configure.in: Remove HAVE_X11R5 check.
4969
49702007-10-31 Glenn Morris <rgm@gnu.org>
4971
4972 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
4973 when changing ownership of installed files.
4974
49752007-10-30 Glenn Morris <rgm@gnu.org>
4976
4977 * make-dist: Add new directory etc/gnus.
4978
49792007-10-30 Michael Olson <mwolson@gnu.org>
4980
4981 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
4982
49832007-10-29 Glenn Morris <rgm@gnu.org>
4984
4985 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
4986
49872007-10-23 Glenn Morris <rgm@gnu.org>
4988
4989 * MAINTAINERS: Move to admin/.
4990
49912007-10-17 Chong Yidong <cyd@stupidchicken.com>
4992
4993 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
4994 (HAVE_LIBRESOLV): Also define if we are using res_init().
4995
49962007-10-17 Glenn Morris <rgm@gnu.org>
4997
4998 * FTP: Remove file, since it's just a duplicate of one in etc/.
4999
50002007-10-05 Eli Zaretskii <eliz@gnu.org>
5001
5002 * config.bat: Fix configuring `doc' due to changes in the
5003 directory structure.
5004
50052007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
5006
5007 * configure.in: Don't use -lpthread on HP-UX.
5008
50092007-09-16 Glenn Morris <rgm@gnu.org>
5010
5011 * make-dist: File gfdl.1 has been removed.
5012
50132007-09-15 Glenn Morris <rgm@gnu.org>
5014
5015 * configure.in: Fix makeinfo version regexp.
5016
50172007-09-12 Glenn Morris <rgm@gnu.org>
5018
5019 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
5020 implementation of alloca is not found.
5021
5022 * Makefile.in (SOURCES, unlock, relock): Delete.
5023 (install-arch-indep): Do not exclude the etc/ Makefiles.
5024
50252007-09-09 Juri Linkov <juri@jurta.org>
5026
5027 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
5028
5029 * README: Add doc/ to documentation directories.
5030
50312007-09-08 Michael Olson <mwolson@gnu.org>
5032
5033 * MAINTAINERS: Add myself for ERC and tq.el.
5034 Update for new doc/ directory layout.
5035
50362007-09-06 Romain Francoise <romain@orebokech.com>
5037
5038 * make-dist: Update for new doc/ directory layout.
5039
50402007-09-06 Glenn Morris <rgm@gnu.org>
5041
5042 * Makefile.in (mansrcdir): New variable.
5043 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
5044 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
5045 update these targets for new doc/ directory layout.
5046 (doc/misc/Makefile): New target.
5047 (install-arch-indep): Use mansrcdir for new location of manpages.
5048 (mostlyclean, clean, distclean, maintainer-clean, unlock)
5049 (relock, info, dvi): Update targets for new doc/ directory layout.
5050
5051 * configure.in (AC_OUTPUT): Update names of generated Makefiles
5052 for new doc/ directory layout.
5053
50542007-09-02 Andreas Schwab <schwab@suse.de>
5055
5056 * configure.in: Use AS_HELP_STRING throughout.
5057 * configure: Regenerate.
5058
50592007-09-02 Jan Djärv <jan.h.d@swipnet.se>
5060
5061 * configure.in: Require Gtk/Glib 2.6.
5062
50632007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5064
5065 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
5066 Use them throughout in place of AC_ARG_WITH calls.
5067 * configure: Regenerate.
5068
50692007-09-01 Andreas Schwab <schwab@suse.de>
5070
5071 * configure.in: Put quotes around nested macro calls.
5072
50732007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
5074
5075 * configure.in: Fix typo.
5076 * configure: Regenerate.
5077
50782007-08-30 Glenn Morris <rgm@gnu.org>
5079
5080 * configure.in (AH_BOTTOM): Copy some manual changes made to
5081 src/config.in here so they are not lost when it regenerates.
5082
5083 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
5084
50852007-08-29 Károly Lőrentey <karoly@lorentey.hu>
5086
5087 * README.multi-tty: New file.
5088
50892007-08-29 Glenn Morris <rgm@gnu.org>
5090
5091 * README: Increase version to 23.0.50.
5092
50932007-08-29 Jan Djärv <jan.h.d@swipnet.se>
5094
5095 * configure.in: New option: --without-xaw3d.
5096
50972007-08-24 Glenn Morris <rgm@gnu.org>
5098
5099 * configure.in: Check for a suitably recent makeinfo.
5100
51012007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
5102
5103 * configure.in (Check for required libraries): Typo.
5104
51052007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5106
5107 * configure.in: Check librsvg2 also for Mac Carbon.
5108
51092007-08-22 Romain Francoise <romain@orebokech.com>
5110
5111 * make-dist: Follow reorganization of files in etc/.
5112
51132007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
5114
5115 * configure.in: Add support for SVG images through librsvg2.
5116
51172007-07-28 Eli Zaretskii <eliz@gnu.org>
5118
5119 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
5120 to avoid an error message if there is no DOC there.
5121
51222007-07-25 Glenn Morris <rgm@gnu.org>
5123
5124 * Relicense all FSF files to GPLv3 or later.
5125
5126 * COPYING, info/COPYING: Switch to GPLv3.
5127
51282007-06-20 Jan Djärv <jan.h.d@swipnet.se>
5129
5130 * configure.in: Complain if X seems to be installed but no
5131 development files were found.
5132
51332007-06-20 Glenn Morris <rgm@gnu.org>
5134
5135 * configure.in: Prefer libgif over libungif.
5136
51372007-06-14 Jan Djärv <jan.h.d@swipnet.se>
5138
5139 * configure.in: Check for all image libraries before exiting.
5140
51412007-06-13 Jan Djärv <jan.h.d@swipnet.se>
5142
5143 * configure.in: Exit with error if image libraries aren't found.
5144
51452007-06-13 Chong Yidong <cyd@stupidchicken.com>
5146
5147 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
5148 when compiling without scrollbars.
5149
51502007-06-12 Glenn Morris <rgm@gnu.org>
5151
5152 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
5153
51542007-06-11 Jan Djärv <jan.h.d@swipnet.se>
5155
5156 * configure.in: Change wording about yes/gtk and lucid/athena
5157 being synonyms.
5158
51592007-06-08 Glenn Morris <rgm@gnu.org>
5160
5161 * configure.in: Make gtk the default toolkit.
5162
51632007-06-07 Glenn Morris <rgm@gnu.org>
5164
5165 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
5166 for a Sun C compiler.
5167
5168 * Makefile.in (install-arch-indep): Install only the DOC- file
5169 specific to the build, if possible, rather than DOC-*.
5170
51712007-06-02 Chong Yidong <cyd@stupidchicken.com>
5172
5173 * Version 22.1 released.
5174
51752007-05-25 Chong Yidong <cyd@stupidchicken.com>
5176
5177 * mkinstalldirs: Sync to version in automake CVS.
5178
51792007-05-22 Andreas Schwab <schwab@suse.de>
5180
5181 * configure.in: Prefer build_alias over host when host_alias is not set.
5182 * configure: Regenerate.
5183
51842007-05-20 Andreas Schwab <schwab@suse.de>
5185
5186 * configure.in: Remove empty AC_SUBST.
5187 * configure: Regenerate.
5188
51892007-05-20 Nick Roberts <nickrob@snap.net.nz>
5190
5191 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
5192 it like others.
5193 * configure: Regenerate.
5194
51952007-05-20 Nick Roberts <nickrob@snap.net.nz>
5196
5197 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
5198 (AC_CHECK_LIB): Add -lgpm.
5199 * configure: Regenerate.
5200
52012007-05-03 Glenn Morris <rgm@gnu.org>
5202
5203 * configure: Tweak message about the absence of shell functions.
5204
52052007-04-27 Andreas Schwab <schwab@suse.de>
5206
5207 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
5208
52092007-04-26 Glenn Morris <rgm@gnu.org>
5210
5211 * README: Increase version to 22.1.50.
5212
52132007-04-24 Juanma Barranquero <lekktu@gmail.com>
5214
5215 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
5216
52172007-04-19 Glenn Morris <rgm@gnu.org>
5218
5219 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
5220
52212007-04-18 Glenn Morris <rgm@gnu.org>
5222
5223 * INSTALL: Mention CPP.
5224
52252007-04-15 Glenn Morris <rgm@gnu.org>
5226
5227 * FTP: Replace with a pointer to the web version.
5228
52292007-04-13 Glenn Morris <rgm@gnu.org>
5230
5231 * INSTALL: In lib-src, timer, wakeup, yow are removed.
5232
52332007-04-04 Glenn Morris <rgm@gnu.org>
5234
5235 * configure.in (NON_GNU_CPP): Use associated preprocessor when
5236 compiling with Sun Studio on Solaris.
5237
52382007-03-23 Glenn Morris <rgm@gnu.org>
5239
5240 * configure.in: Restore support for hp800 (removed 2007-01-27)
5241 following clarification of legal status.
5242
52432007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
5244
5245 * configure.in: Add support for AIX4.3 on IBM RS6000.
5246
5247 * configure: Regenerate.
5248
52492007-03-20 Richard Stallman <rms@gnu.org>
5250
5251 * configure.in: Fix previous change.
5252
52532007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
5254
5255 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
90eacf99
SM
5256 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
5257 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
067d23c9
KY
5258
52592007-03-19 Chong Yidong <cyd@stupidchicken.com>
5260
5261 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
5262 user specifies "without".
5263
5264 * configure: Regenerate.
5265
52662007-03-18 Jan Djärv <jan.h.d@swipnet.se>
5267
5268 * configure.in: Warning for Gtk+ and Cygwin added.
5269 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
5270
52712007-02-27 Glenn Morris <rgm@gnu.org>
5272
5273 * make-dist (oldXMenu): Remove Imakefile.
5274 (etc/images): Add README.
5275
52762007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
5277
5278 * configure.in (xtensa-*-linux-gnu*): New configuration.
5279
5280 * configure: Regenerate.
5281
52822007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
5283
5284 * config.guess, config.sub: Updated from master source.
5285
52862007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5287
5288 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
5289
52902007-01-29 Chong Yidong <cyd@stupidchicken.com>
5291
5292 * configure.in: Restore support for hp800's not running HP-UX.
5293
5294 * configure: Regenerate.
5295
52962007-01-27 Chong Yidong <cyd@stupidchicken.com>
5297
5298 * configure.in: Remove support for hp800 and sr2k machine types.
5299
5300 * configure: Regenerate.
5301
53022007-01-26 Jan Djärv <jan.h.d@swipnet.se>
5303
5304 * configure.in: Add check for libXft.
5305
53062007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5307
5308 * INSTALL: Info files moved to share/info.
5309
53102007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
5311
5312 * configure.in: Detect and use fink-installed in intel-based Mac
5313 builds; change Apple Darwin section to support both PowerPC and
5314 Intel-based Macs.
5315
53162006-12-26 Andreas Schwab <schwab@suse.de>
5317
5318 * Makefile.in (datarootdir): Define.
5319
53202006-12-24 Richard Stallman <rms@gnu.org>
5321
5322 * configure.in: Require Autoconf 2.61.
5323
53242006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
5325
5326 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
5327 Remove redundant entry for powerpc-apple-netbsd.
5328
5329 * configure: Regenerate.
5330
53312006-12-22 Chong Yidong <cyd@stupidchicken.com>
5332
5333 * configure: Regenerate with autoconf 2.61.
5334
53352006-12-20 Jan Djärv <jan.h.d@swipnet.se>
5336
5337 * configure.in: Detect alsa/asoundlib.h also.
5338 * configure: Regenerate.
5339
53402006-12-19 Jan Djärv <jan.h.d@swipnet.se>
5341
5342 * configure.in: Check if GTK+ compiles at all.
5343
53442006-12-10 Andreas Schwab <schwab@suse.de>
5345
5346 * configure.in: Remove check for struct timezone, its result is
5347 never used.
5348
53492006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
5350
5351 * configure.in: Add support for Solaris 10 on x86-64.
5352
53532006-12-08 Jan Djärv <jan.h.d@swipnet.se>
5354
5355 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
5356 of PKG_CONFIG_PATH.
5357
53582006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5359
5360 * configure.in (HAVE_SYNC): New test.
5361
53622006-12-03 Glenn Morris <rgm@gnu.org>
5363
5364 * Makefile.in: Fix Copyright format.
5365
5366 * configure.in (AH_TOP): Add missing Copyright year.
5367
5368 * update-subdirs: Add missing Copyright years.
5369
53702006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
5371
5372 * Makefile.in: Touch only the parts of the share/emacs directory
5373 specific to this version.
5374
53752006-11-26 Chong Yidong <cyd@stupidchicken.com>
5376
5377 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
5378
53792006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5380
5381 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
5382
53832006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5384
5385 * configure.in: Prefer X11 to Carbon only when some X-specific
5386 option is specified (Thanks to Jan Djärv and Andreas Schwab).
5387
53882006-11-04 Romain Francoise <romain@orebokech.com>
5389
5390 * Makefile.in (bootstrap-clean-before): Fix typo.
5391 Use new target `bootstrap-clean' in the leim subdirectory.
5392
53932006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5394
5395 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
5396
53972006-10-30 Chong Yidong <cyd@stupidchicken.com>
5398
5399 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
5400 directories.
5401
54022006-10-29 Jeramey Crawford <jeramey@jeramey.com>
5403
5404 * configure.in: Enable x86-64 OpenBSD compilation.
5405
54062006-10-28 Glenn Morris <rgm@gnu.org>
5407
5408 * AUTHORS: Add cal-html.el author.
5409
54102006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5411
5412 * make-dist: Make links to mac/make-package and
5413 mac/Emacs.app/Contents/Resources/Emacs.icns.
5414
54152006-10-27 Chong Yidong <cyd@stupidchicken.com>
5416
5417 * README: Bump version number to 22.0.90.
5418
54192006-10-23 Andreas Schwab <schwab@suse.de>
5420
5421 * configure.in: Make sure x_default_search_path is always set even
5422 when x_libraries is empty, and look in .../share as well for each
5423 library directory.
5424
54252006-09-28 Kenichi Handa <handa@m17n.org>
5426
5427 * configure.in (locallisppath): Don't include leim dir.
5428 (lisppath): Include leim dir.
5429
54302006-09-15 Jay Belanger <belanger@truman.edu>
5431
5432 * COPYING: Replace "Library Public License" by "Lesser Public
5433 License" throughout.
5434
54352006-09-11 Paul Eggert <eggert@cs.ucla.edu>
5436
5437 * make-dist (EMACS): Exit and fail if the EMACS environment
5438 variable is set to something other than an absolute file name.
5439
54402006-08-16 Andreas Schwab <schwab@suse.de>
5441
5442 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
5443 of hardcoding it.
5444
54452006-08-16 Richard Stallman <rms@gnu.org>
5446
5447 * INSTALL.CVS: Clean up wording.
5448
54492006-07-14 Eli Zaretskii <eliz@gnu.org>
5450
5451 * configure.in (PKG_CHECK_MODULES): Redirect the output of
5452 $PKG_CONFIG --exists "$2" to config.log.
5453 * configure: Regenerate.
5454
1a71cb28 54552006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
5456
5457 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
5458
54592006-07-09 Kim F. Storm <storm@cua.dk>
5460
5461 * CONTRIBUTE: Use outline format.
5462 Add section on copyright years (from admin/notes/years).
5463
54642006-07-08 Eli Zaretskii <eliz@gnu.org>
5465
5466 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
5467 to /dev/null, since we don't need the error message, just the
5468 exit status.
5469
54702006-07-07 Eli Zaretskii <eliz@gnu.org>
5471
5472 * CONTRIBUTE: Slight formatting changes and typo fixes.
5473 Add description of NEWS markings.
5474
54752006-07-07 Kim F. Storm <storm@cua.dk>
5476
5477 * CONTRIBUTE: Mention INSTALL.CVS.
5478
54792006-07-05 Romain Francoise <romain@orebokech.com>
5480
5481 * make-dist (top-level): Add CONTRIBUTE.
5482
54832006-07-04 Richard Stallman <rms@gnu.org>
5484
5485 * CONTRIBUTE: Much rewrite.
5486
54872006-07-04 Nick Roberts <nickrob@snap.net.nz>
5488
5489 * CONTRIBUTE: New file.
5490
54912006-06-24 Eli Zaretskii <eliz@gnu.org>
5492
5493 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
5494
54952006-05-18 Jan Djärv <jan.h.d@swipnet.se>
5496
5497 * configure.in: Add check for ALSA.
5498
54992006-05-06 Eli Zaretskii <eliz@gnu.org>
5500
5501 * Makefile.in (INFO_FILES): Remove emacs-xtra.
5502
5503 * info/dir: Remove the Emacs-Xtra entry.
5504
55052006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
5506
5507 Update copyright year(s) in many files.
5508
55092006-04-01 Eli Zaretskii <eliz@gnu.org>
5510
5511 * configure: Regenerated.
5512
55132006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5514
5515 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
5516 --without-toolkit-scroll-bars was specified.
5517
55182006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
5519
5520 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
5521 to CFLAGS. Update Copyright years written to src/config.in.
5522
55232006-03-18 Claudio Fontana <claudio@gnu.org>
5524
5525 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
5526 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
5527 to be installed/uninstalled.
5528 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
5529 to Info files installed by Emacs.
5530
55312006-03-03 Claudio Fontana <claudio@gnu.org>
5532
5533 * Makefile.in (install, uninstall): Add DESTDIR variable to
5534 support staged installations.
5535
55362006-02-14 Richard M. Stallman <rms@gnu.org>
5537
5538 * configure.in (s390x-*-linux-gnu*): New configuration.
5539
55402006-01-31 Jan Djärv <jan.h.d@swipnet.se>
5541
5542 * configure.in: Require GTK 2.4 or newer.
5543
55442006-01-29 Michael Olson <mwolson@gnu.org>
5545
5546 * Makefile.in (install-arch-indep, uninstall): Add ERC.
5547 * info/dir (ERC): New entry.
5548
55492006-01-29 Eli Zaretskii <eliz@gnu.org>
5550
5551 * info/dir: Fix last change.
5552
55532006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5554
5555 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
5556
55572006-01-27 Eli Zaretskii <eliz@gnu.org>
5558
5559 * info/dir: Untabify the whole file.
5560 (Rcirc): New entry.
5561
55622006-01-12 Andreas Schwab <schwab@suse.de>
5563
5564 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
5565 check.
5566
55672006-01-02 Chong Yidong <cyd@stupidchicken.com>
5568
5569 * configure.in: Use -Wno-pointer-sign if available.
5570
55712005-12-29 Andreas Schwab <schwab@suse.de>
5572
5573 * config.guess, config.sub: Updated from master source.
5574
55752005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5576
5577 * configure.in: Use amdx86-64 for freebsd on x86_64.
5578
55792005-11-22 Romain Francoise <romain@orebokech.com>
5580
5581 * make-dist: Add etc/images/icons.
5582
55832005-11-03 Andreas Schwab <schwab@suse.de>
5584
5585 * configure.in: Use GZIP_PROG instead of GZIP.
5586
90eacf99 5587 * Makefile.in (GZIP_PROG): Rename from GZIP.
067d23c9
KY
5588 (install-arch-indep): Adjust.
5589
55902005-11-01 Andreas Schwab <schwab@suse.de>
5591
5592 * Makefile.in (bootstrap): Fix dependencies for parallel build.
5593 (bootfast): Likewise.
5594
55952005-11-01 Romain Francoise <romain@orebokech.com>
5596
5597 * configure.in: Check for gzip.
5598
5599 * Makefile.in (install): Compress source files.
5600
56012005-10-24 Steven Tamm <steventamm@mac.com>
5602
5603 * configure.in: Fix darwin386 configuration issue.
5604
56052005-10-22 Eli Zaretskii <eliz@gnu.org>
5606
5607 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
5608
56092005-10-17 Bill Wohler <wohler@newt.com>
5610
5611 * make-dist: Create and populate etc/images/low-color.
5612
56132005-10-15 Bill Wohler <wohler@newt.com>
5614
5615 * make-dist: Create and populate etc/images/gud.
5616
56172005-10-08 Richard M. Stallman <rms@gnu.org>
5618
5619 * make-dist (tempparent): Don't check for 14-char file name limit.
5620
56212005-10-07 Romain Francoise <romain@orebokech.com>
5622
5623 * make-dist: Add etc/images/ezimage and etc/images/mail
5624 directories. Install images in etc/images.
5625
56262005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5627
5628 * configure.in: Prefer Carbon if --enable-carbon-app or
5629 --with-carbon is explicitly specified even when X11 is detected.
5630
56312005-09-15 Ulf Jasper <ulf.jasper@web.de>
5632
5633 * Makefile.in (install-arch-indep, uninstall):
5634 Handle newsticker manual.
5635 (info): Add - to commands.
5636
56372005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
5638
5639 Remove the MAXPATHLEN limitations:
5640
5641 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
5642
56432005-09-09 Eli Zaretskii <eliz@gnu.org>
5644
5645 * configure.in <lynxsos*>: Support for LynxOS on PPC.
5646 * configure: Regenerate.
5647
56482005-09-05 Paul Eggert <eggert@cs.ucla.edu>
5649
5650 * config.guess, config.sub: Updated from master source.
5651
56522005-08-03 Juanma Barranquero <lekktu@gmail.com>
5653
5654 * .cvsignore: Add `lock'.
5655
56562005-07-28 Juanma Barranquero <lekktu@gmail.com>
5657
5658 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
5659
56602005-07-26 Paul Eggert <eggert@cs.ucla.edu>
5661
5662 Merge gnulib getopt implementation into Emacs.
5663
5664 * Makefile.in (AUTOCONF_INPUTS): New macro.
5665 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
5666 so that these files also depend on m4/getopt.m4.
5667 * configure.in: Configure getopt by including m4/getopt.m4,
5668 and configuring a getopt replacement if necessary.
5669 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
5670 * m4/getopt.m4: New file.
5671
56722005-07-06 Lute Kamstra <lute@gnu.org>
5673
5674 * configure.in: Fix capitalization.
5675
56762005-07-04 Lute Kamstra <lute@gnu.org>
5677
5678 Update FSF's address in GPL notices.
5679
56802005-06-19 Jérôme Marant <jerome@marant.org>
5681
5682 * Makefile.in (epaths-force): Protect both lisppath and
5683 buildlisppath from whitespace.
5684
56852005-06-08 Steven Tamm <steventamm@mac.com>
5686
090bd7cb 5687 * configure.in: Support Darwin/MacOSX on Intel.
067d23c9
KY
5688
56892005-06-06 Jan Djärv <jan.h.d@swipnet.se>
5690
5691 * configure.in (HAVE_CANCELMENUTRACKING): New test.
5692
1a71cb28 56932005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
5694
5695 * configure.in: Add --enable-locallisppath.
5696
56972005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5698
5699 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
90eacf99
SM
5700 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
5701 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
067d23c9
KY
5702
57032005-05-07 Jérôme Marant <jerome@marant.org>
5704
5705 * make-dist: Remove references to makefile.nt and makefile.def.
5706 Include widgets and images subdirectories of etc. Do not exclude
5707 ldefs-boot.el.
5708
57092005-04-23 Andreas Schwab <schwab@suse.de>
5710
5711 * configure.in: Remove duplicate match for powerpc configuration.
5712
57132005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
5714
5715 * configure.in: Check for <pwd.h>.
5716
57172005-04-14 Lute Kamstra <lute@gnu.org>
5718
5719 * make-dist: Distribute all ChangeLog files in lisp/.
5720 Don't distribute ldefs-boot.el.
5721 lisp/makefile.nt no longer exists.
5722
57232005-04-13 Lute Kamstra <lute@gnu.org>
5724
5725 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
5726 for "no-byte-compile: t" in the file instead.
5727
57282005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
5731 shadow the main Lesstif/Motif-2.1 libs and includes.
5732
57332005-03-10 Jan Djärv <jan.h.d@swipnet.se>
5734
5735 * configure.in: Only add XASSERTS to cppflags.
5736
57372005-03-04 Jan Djärv <jan.h.d@swipnet.se>
5738
5739 * configure.in: Added --enable-asserts.
5740
57412005-02-09 Kim F. Storm <storm@cua.dk>
5742
5743 Change release version from 21.4 to 22.1 throughout.
5744 Change development version from 21.3.50 to 22.0.50.
5745
57462005-01-19 Steven Tamm <steventamm@mac.com>
5747
5748 * configure.in: Check for <sys/utsname.h>.
5749
57502004-12-11 Kim F. Storm <storm@cua.dk>
5751
5752 * Makefile.in (info): Undo 2004-12-05 change.
5753
57542004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5755
5756 * info/dir (File): Add URL and Org Mode manuals.
5757 * Makefile.in (install-arch-indep, uninstall): Add url and org
5758 manuals.
5759
57602004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5761
5762 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
5763 committed to src/config.in.
5764
57652004-12-07 Jan Djärv <jan.h.d@swipnet.se>
5766
5767 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
5768 pthreads and define HAVE_GTK_AND_PTHREAD.
5769
57702004-12-05 Richard M. Stallman <rms@gnu.org>
5771
5772 * Makefile.in (info): Ignore errors building info files.
5773
57742004-11-27 Eli Zaretskii <eliz@gnu.org>
5775
5776 * config.bat: If 8-byte alignment is not supported, define
5777 NO_DECL_ALIGN in src/config.h, instead of trivially defining
5778 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
5779 filter through Sed to remove the quotes.
5780
57812004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5782
5783 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
5784 not apply to files explicitly `cvs add'ed.
5785
57862004-11-12 Eli Zaretskii <eliz@gnu.org>
5787
5788 * config.bat: Don't require djecho.exe for the v1.x build.
5789 Add a test for DECL_ALIGN support, and add a trivial definition to
5790 src/config.h if 8-byte alignment is not supported.
5791
57922004-11-08 Kim F. Storm <storm@cua.dk>
5793
5794 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
5795 files before building.
5796 (bootfast, bootstrap-clean-before-fast): New targets, like
5797 bootstrap but don't remove .elc files.
5798
57992004-11-06 Lars Brinkhoff <lars@nocrew.org>
5800
5801 * configure.in: Add check for getrusage.
5802
58032004-11-02 Jan Djärv <jan.h.d@swipnet.se>
5804
5805 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
5806 New tests for new and old GTK file dialogs.
5807 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
5808 to no.
5809
58102004-10-20 Jan Djärv <jan.h.d@swipnet.se>
5811
5812 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
5813 can be set. Remove SETARCH test.
5814
58152004-10-08 Steven Tamm <steventamm@mac.com>
5816
ed9265fc 5817 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
067d23c9
KY
5818
58192004-10-06 Jan Djärv <jan.h.d@swipnet.se>
5820
5821 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
5822 AC_MSG_WARN. Move output of warning message to end of configure run.
5823
58242004-10-05 Jan Djärv <jan.h.d@swipnet.se>
5825
5826 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
5827 Run test to see if heap start address is random.
5828
58292004-09-29 Miles Bader <miles@gnu.org>
5830
5831 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
5832 if setarch is present.
5833
58342004-09-25 Jan Djärv <jan.h.d@swipnet.se>
5835
5836 * configure.in (HAVE_EXECSHIELD): Only define on x86.
5837
58382004-09-24 Jan Djärv <jan.h.d@swipnet.se>
5839
5840 * configure.in: Check for exec-shield.
5841
1a71cb28
GM
58422004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
5843
5844 * Makefile.in (install-arch-indep): Add pgg and sieve.
5845
5846 * info/.cvsignore: Added pgg and sieve.
5847
067d23c9
KY
58482004-08-06 Andreas Schwab <schwab@suse.de>
5849
5850 * Makefile.in (install-arch-indep, uninstall): Add flymake.
5851
58522004-07-31 Eli Zaretskii <eliz@gnu.org>
5853
5854 * config.bat: Update URLs in the comments.
5855
067d23c9
KY
58562004-07-05 Andreas Schwab <schwab@suse.de>
5857
5858 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
5859
58602004-06-21 Kenichi Handa <handa@m17n.org>
5861
5862 * make-dist: Link leim-ext.el into tempdir.
5863
58642004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5865
5866 * info/dir (File): Add emacs-xtra.
5867 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
5868
58692004-06-12 Juri Linkov <juri@jurta.org>
5870
5871 * info/dir: Move menu help lines from `* Menu:' to file header.
5872 Describe the purpose of a red *.
5873
58742004-05-04 Dave Love <fx@gnu.org>
5875
5876 * configure.in: Don't use `extrasub'.
5877
58782004-04-29 Dave Love <fx@gnu.org>
5879
5880 * configure.in: Don't forget to quote args to `test'.
5881
58822004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
5883
5884 * autogen.sh: Update filename in "please read" message.
5885
58862004-04-17 Richard M. Stallman <rms@gnu.org>
5887
5888 * INSTALL: Move the info about site-lisp dirs,
5889 and say uninstalled Emacs looks there too.
5890
58912004-04-04 Eli Zaretskii <eliz@gnu.org>
5892
5893 * config.bat (lib-src): Recognize comment lines in Makefile.in
5894 that have a TAB after the #, to avoid errors in preprocessing with
5895 GCC 3.3.3.
5896
58972004-03-31 Luc Teirlinck <teirllm@auburn.edu>
5898
5899 * Makefile.in: Mention in comment that `make maintainer-clean'
5900 deletes .elc files.
5901
59022004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * update-subdirs: Add local variables to prevent byte-compiling.
5905
59062004-03-21 Dave Love <fx@gnu.org>
5907
5908 * configure.in: Fix previous change.
5909
59102004-03-18 Dave Love <fx@gnu.org>
5911
5912 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
5913
59142004-03-15 Luc Teirlinck <teirllm@auburn.edu>
5915
5916 * info/dir (File): Add SMTP and SES.
5917
59182004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
5921 (bootstrap): Use the new bootstrap-prepare target in lisp.
5922
59232004-02-18 Kim F. Storm <storm@cua.dk>
5924
5925 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
5926
59272004-02-16 Eli Zaretskii <eliz@gnu.org>
5928
5929 * make-dist: Don't link index.*perm and permute-index into tempdir.
5930
59312004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5932
5933 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
5934 to match previous changes by Eli Zaretskii.
5935
59362004-02-09 Luc Teirlinck <teirllm@auburn.edu>
5937
5938 * Makefile.in: Set CDPATH to an empty string.
5939
59402004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * configure.in <darwin>: Use fink packages if available.
5943
59442004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
5945
5946 * make-dist (lispref): Do include lispref/index.texi.
5947
59482004-01-06 Eric Hanchrow <offby1@blarg.net>
5949
5950 * make-dist (tempdir): Include cursors in nt/icons.
5951
59522003-12-30 Eli Zaretskii <eliz@gnu.org>
5953
5954 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
5955 clashes with install-sh on 8+3 filesystems.
5956
1a71cb28 59572003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
5958
5959 * .cvsignore: Add .arch-inventory.
5960
59612003-12-24 Andreas Schwab <schwab@suse.de>
5962
5963 * configure.in: Check for <sys/socket.h>. Include it before
5964 including <net/if.h>. Move check for <net/if.h> before its use.
5965
59662003-12-24 Jan Djärv <jan.h.d@swipnet.se>
5967
5968 * Makefile.in (install-arch-dep): Don't let cd output go into
5969 pipe for carbon_appdir.
5970
59712003-12-24 Andreas Schwab <schwab@suse.de>
5972
5973 * configure.in (PKG_CHECK_MODULES): Fix quoting.
5974
59752003-12-01 Andreas Schwab <schwab@suse.de>
5976
5977 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
5978 hardcoding gcc.
5979
59802003-11-16 Jan Djärv <jan.h.d@swipnet.se>
5981
5982 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
5983 multiple displays.
5984 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
5985
59862003-09-23 Dave Love <fx@gnu.org>
5987
5988 * configure.in: Check members of struct ifreq.
5989
59902003-09-14 Kim F. Storm <storm@cua.dk>
5991
5992 * configure.in: Add checks for sys/ioctl.h and net/if.h.
5993
59942003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
5995
5996 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
5997
59982003-08-18 Lute Kamstra <lute@gnu.org>
5999
6000 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
6001 required anymore.
6002
60032003-08-07 Andrew Choi <akochoi@shaw.ca>
6004
6005 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
6006 option instead of -traditional-cpp for CPP.
6007
60082003-07-29 Richard M. Stallman <rms@gnu.org>
6009
6010 * configure.in (HAVE_XIM): Define if XIM is available.
6011
60122003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6013
6014 * configure.in: The function gtk_window_set_icon_from_file was
6015 introduced in GTK+ 2.2, so check for that release.
6016
60172003-07-23 Andreas Schwab <schwab@suse.de>
6018
6019 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
6020
6021 * Makefile.in (YACC): Remove, not used.
6022 (MAINT): Don't set.
6023 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
6024 disable dependency on ${srcdir}/configure.in when maintainer mode
6025 is disabled.
6026
60272003-07-22 Dave Love <fx@gnu.org>
6028
6029 * configure.in: Make XRegisterIMInstantiateCallback test depend on
6030 HAVE_X11, not with_xim.
6031 (HAVE_CRTIN): Provide template.
6032 <with_png>: Test for png.h and libpng/png.h.
6033
60342003-07-15 Andreas Schwab <schwab@suse.de>
6035
6036 * configure.in: Temporarily leave quoting for AC_DEFINE.
6037
60382003-07-13 Stefan Monnier <monnier@cs.yale.edu>
6039
6040 * configure.in: Check for posix_memalign.
6041
60422003-07-12 Richard M. Stallman <rms@gnu.org>
6043
6044 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
6045
60462003-07-09 Kim F. Storm <storm@cua.dk>
6047
6048 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
6049 functionality of --without-xim.
6050
60512003-06-29 Dave Love <fx@gnu.org>
6052
6053 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
6054
60552003-06-23 Dave Love <fx@gnu.org>
6056
6057 * configure.in: Check for sys/_mbstate_t.h.
6058 Test XRegisterIMInstantiateCallback prototype.
6059 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
6060
60612003-06-06 Dave Love <fx@gnu.org>
6062
6063 * configure.in: Check for locale.h.
6064
60652003-06-05 Dave Love <fx@gnu.org>
6066
6067 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
6068 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
6069 (NLIST_STRUCT): Don't define.
6070 (AH_BOTTOM): Define my_strftime.
6071
60722003-06-02 Richard M. Stallman <rms@gnu.org>
6073
6074 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
6075
60762003-05-24 Andreas Schwab <schwab@suse.de>
6077
6078 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
6079 bzero, and bcmp.
6080
60812003-05-22 Dave Love <fx@gnu.org>
6082
6083 * configure.in: Remove redundant test for term.h. Test for difftime.
6084
60852003-05-20 Dave Love <fx@gnu.org>
6086
6087 * configure.in: Append * to s390-*-linux-gnu case.
6088 (LIBMAIL) <lockfile>: Don't define.
6089
067d23c9
KY
60902003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
6091
6092 * INSTALL (* GNU/Linux development packages): Mention Debian and
6093 RedHat package names.
6094
60952003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
6096
6097 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
6098
60992003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
6100
6101 * INSTALL (* GNU/Linux development packages): Tell people to
6102 install additional packages for compiling Emacs.
6103
1a71cb28
GM
61042003-04-30 Richard M. Stallman <rms@gnu.org>
6105
6106 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
6107
61082003-04-28 Francesco Potortì <pot@gnu.org>
6109
6110 * configure.in: Undo last (RMS') change, as it is useless, per
6111 Dave Love.
6112
61132003-04-08 Richard M. Stallman <rms@gnu.org>
6114
6115 * configure.in: Put #include of jpeglib.h at start of line.
6116
067d23c9
KY
61172003-04-06 Francesco Potortì <pot@gnu.org>
6118
6119 * configure.in: Use the same configuration for all aix5, not just
6120 aix5.1.
6121
61222003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
6123
6124 * configure.in: Check for need for bigtoc support on IBM AIX for
6125 solving a linker table overflow problem.
6126
61272003-03-03 Rob Browning <rlb@defaultvalue.org>
6128
6129 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
6130 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
6131 over bzero, bcmp, and bcopy.
6132
61332003-02-23 Simon Josefsson <jas@extundo.com>
6134
6135 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
6136
61372003-02-21 Klaus Zeitler <kzeitler@lucent.com>
6138
6139 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
6140
61412003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
6142
6143 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
6144
61452003-02-08 Andreas Schwab <schwab@suse.de>
6146
6147 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
6148 instead of the substitution.
6149
61502003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
6151
6152 * Makefile.in: Use @EXEEXT@ for Cygwin.
6153 Use USERNAME if LOGNAME is not set (for Cygwin).
6154
6155 * configure.in: Add opsys=cygwin.
6156
61572003-01-22 Andreas Schwab <schwab@suse.de>
6158
6159 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
6160 redefining it explicitly in src/config.in.
6161
61622003-01-22 Markus Rost <rost@math.ohio-state.edu>
6163
6164 * Makefile.in (bootstrap): Make bootstrap-after.
6165
61662003-01-20 Jan Djärv <jan.h.d@swipnet.se>
6167
6168 * configure.in: Fix --with-gtk.
6169
61702003-01-19 Jan Djärv <jan.h.d@swipnet.se>
6171
090bd7cb 6172 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
067d23c9
KY
6173
6174 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
6175
61762003-01-14 Francesco Potortì <pot@gnu.org>
6177
6178 * configure.in (m68k-motorola-sysv): Remove (obsolete).
6179
61802003-01-07 Steven Tamm <steventamm@mac.com>
6181
6182 * configure.in: New option, --enable-carbon-app, to specify
6183 that the application should be installed
6184 * Makefile.in (install-arch-dep): On Mac OS X, install the
090bd7cb 6185 Emacs.app application if carbon-app is enabled.
067d23c9
KY
6186
61872003-01-06 Dave Love <fx@gnu.org>
6188
6189 * configure.in: Check for nl_langinfo.
6190 [!HAVE_SIZE_T]: Fix typedef.
6191
61922003-01-06 David Kastrup <dak@gnu.org>
6193
6194 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
6195
6196 * configure.in: Add tests for install-info.
6197
61982002-12-09 Markus Rost <rost@math.ohio-state.edu>
6199
6200 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
6201 use again sol2-6 instead of sol2-8.
6202
62032002-12-09 Dave Love <fx@gnu.org>
6204
6205 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
6206
62072002-12-08 Andreas Schwab <schwab@suse.de>
6208
6209 * Makefile.in (install-arch-indep): Revert last change.
6210
62112002-11-27 Dave Love <fx@gnu.org>
6212
6213 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
6214 Check for __sys_siglist too. Check for memset.
6215 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
6216
62172002-11-22 Juanma Barranquero <lektu@terra.es>
6218
6219 * config.guess, config.sub: Updated from master source.
6220
62212002-11-19 Karl Fogel <kfogel@red-bean.com>
6222
6223 * autogen.sh: New file.
6224
1a71cb28 62252002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
6226
6227 * configure.in: Tidy up various quoting issues throughout.
6228 Use AC_GNU_SOURCE.
6229 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
6230 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
6231 Maybe define bcopy, bzero, bcmp.
6232 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
6233 non-existent machine file).
6234 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
6235 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
6236 (nlist.h): Move test up.
6237
62382002-11-18 Markus Rost <rost@math.ohio-state.edu>
6239
6240 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
6241
62422002-11-14 Francesco Potortì <pot@gnu.org>
6243
6244 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
6245
62462002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6247
6248 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
6249
62502002-11-08 Dave Love <fx@gnu.org>
6251
6252 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
6253 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
6254
62552002-11-07 Miles Bader <miles@gnu.org>
6256
6257 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
6258 Handle separate-build-dir case.
6259
62602002-11-06 Richard M. Stallman <rms@gnu.org>
6261
6262 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
6263 bulletproof. $bar may be empty when there are no .elc files.
6264
62652002-10-30 Dave Love <fx@gnu.org>
6266
6267 * configure.in: Require autoconf 2.53. Test for pty.h,
6268 sys/mman.h, sys/param.h, mremap, memmove.
6269 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
6270 (AC_PROG_YACC): Delete.
6271 (size_t): Use AC_CHECK_TYPES.
6272 (AH_TOP): Up-date copyright.
6273
62742002-10-01 Juanma Barranquero <lektu@terra.es>
6275
6276 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
6277
62782002-09-19 Richard M. Stallman <rms@gnu.org>
6279
6280 * configure.in: Fix the LessTif-directory-finder for real.
6281
62822002-09-14 Richard M. Stallman <rms@gnu.org>
6283
6284 * Makefile.in (maybe_bootstrap): Test for complete absence
6285 of compiled Lisp files.
6286
62872002-09-11 Stefan Monnier <monnier@cs.yale.edu>
6288
6289 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
6290 (bootstrap-clean-after): Delete.
6291 (bootstrap): Make the sequencing explicit.
6292
62932002-09-10 Richard M. Stallman <rms@gnu.org>
6294
6295 * configure.in: Fix previous LessTif change.
6296
62972002-09-09 Richard M. Stallman <rms@gnu.org>
6298
6299 * configure.in (powerpcle-*-solaris2.5*): New configuration.
6300 (powerpcle-*-solaris*): Use version 2.6 as default.
6301 (*-sunos5.6*, *-solaris2.6*): New alternative.
6302 (*-sunos5*): Use version 2.6 as default.
6303
63042002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6305
6306 * configure.in: Fix typo.
6307
63082002-09-05 Richard M. Stallman <rms@gnu.org>
6309
6310 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
6311
6312 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
6313 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
6314
63152002-08-26 Kim F. Storm <storm@cua.dk>
6316
6317 * Makefile.in (install-arch-indep): Do not remove DOC file
6318 when it is the only DOC file installed; this is the case when
6319 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
6320
63212002-07-24 Markus Rost <rost@math.ohio-state.edu>
6322
6323 * configure.in: Fix typo.
6324
63252002-07-24 Richard M. Stallman <rms@gnu.org>
6326
6327 * configure.in: Don't print anything special about gamedir.
6328
6329 * configure.in: Delete nonstandard --with-game-user option.
6330
63312002-07-21 Richard M. Stallman <rms@gnu.org>
6332
6333 * Makefile.in (gamedir, localstatedir): New variables.
6334 (epaths-force): Insert value of gamedir into PATH_GAME.
6335
6336 * configure.in (gamedir): Handle it like lispdir.
6337 (--with-game-dir option): Delete.
6338
63392002-06-21 Pavel Janík <Pavel@Janik.cz>
6340
6341 * configure.in: Add support for mipseb-*-netbsd* machines.
6342
63432002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6344
6345 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
6346
63472002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6348
6349 * info/dir (File): Add an entry for Tramp.
6350
63512002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
6352
6353 * INSTALL-CVS: New file.
6354
63552002-06-07 Andreas Schwab <schwab@suse.de>
6356
6357 * configure.in (x86_64-*-linux-gnu*): New system.
6358
63592002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
6360
6361 * config.bat: Handle the case when lispintro is truncated to lispintr.
6362
63632002-05-26 Paul Eggert <eggert@twinsun.com>
6364
6365 * config.guess, config.sub: Updated from master source.
6366
63672002-05-09 Richard M. Stallman <rms@gnu.org>
6368
6369 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
6370
63712002-05-04 Pavel Janík <Pavel@Janik.cz>
6372
6373 * make-dist: Do not distribute lock/ directory.
6374
63752002-04-30 Andrew Choi <akochoi@shaw.ca>
6376
6377 * configure.in: Provide documentation string when defining
6378 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
6379 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
6380
1a71cb28 63812002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
6382
6383 * configure.in: Delete configure check for access to the game user.
6384
63852002-04-29 Pavel Janík <Pavel@Janik.cz>
6386
6387 * make-dist: lwlib/Imakefile is removed.
6388
63892002-04-26 Andrew Choi <akochoi@shaw.ca>
6390
6391 * configure.in: Add support for powerpc-apple-darwin*.
6392 (HAVE_CARBON): Add.
6393
6394 * make-dist: Create directories in mac/Emacs.app.
6395
63962002-04-25 Pavel Janík <Pavel@Janik.cz>
6397
6398 * make-dist: lwlib-Xol* are removed.
6399
64002002-04-23 Andreas Schwab <schwab@suse.de>
6401
6402 * Makefile.in (MAINT): New variable.
6403 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
6404 instead of configure.in, to avoid running autoconf and autoheader
6405 unless explicitly requested.
6406
64072002-04-16 Eli Zaretskii <eliz@gnu.org>
6408
6409 * config.bat: Update for msdos/sed2v2.inp.
6410
64112002-04-15 Andreas Schwab <schwab@suse.de>
6412
6413 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
6414 * configure.in: Add config header templates to all AC_DEFINE and
6415 AC_DEFINE_UNQUOTED symbols.
6416 * make-dist: Run autoheader if necessary.
6417
64182002-04-10 Colin Walters <walters@verbum.org>
6419
6420 * configure.in: Add --game-dir, --game-user. Test to see if we
6421 can use them.
6422
64232002-04-08 Pavel Janík <Pavel@Janik.cz>
6424
6425 * configure.in: Add --with-sound.
6426
64272002-03-18 Kim F. Storm <storm@cua.dk>
6428
6429 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
6430 and getsockname functions. Test for sys/un.h include file.
6431
64322002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
6433
6434 * configure.in: Support AIX 5.1.
6435
64362002-03-10 Jan Djärv <jan.h.d@swipnet.se>
6437
6438 * configure.in: Added test for X Session Management (HAVE_X_SM).
6439
64402002-03-03 Richard M. Stallman <rms@gnu.org>
6441
6442 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
6443 Run chown $${LOGNAME} on files installed by tar xvf.
6444
64452002-03-03 Kim F. Storm <storm@cua.dk>
6446
6447 * configure.in: Test for getpeername.
6448
64492002-03-01 Richard M. Stallman <rms@gnu.org>
6450
6451 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
6452 (HAVE_GIF): Don't use old libungif versions that crash.
6453
64542002-02-26 Richard M. Stallman <rms@gnu.org>
6455
6456 * configure.in <making srcdir absolute>: Verify that PWD is correct,
6457 not just well-formed and valid.
6458 (mips-compaq-nonstopux*): New configuration.
6459
64602002-02-18 Paul Eggert <eggert@twinsun.com>
6461
6462 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
6463 "sed q" is a portable equivalent to plain "head -1".
6464
64652002-02-13 Richard M. Stallman <rms@gnu.org>
6466
6467 * Makefile.in (maybe_bootstrap): Do `exit 1'.
6468 (all): Don't depend on maybe_bootstrap here.
6469 (${SUBDIR}): Depend on it here instead.
6470
64712002-02-08 Richard M. Stallman <rms@gnu.org>
6472
6473 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
6474
64752002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6476
6477 * configure.in: Recognize BSD/OS 5.0.
6478
64792002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6480
6481 * make-dist: Make version checking in emacs.texi consistent with
6482 how we set it there.
6483
64842001-12-29 Kim F. Storm <storm@cua.dk>
6485
6486 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
6487
64882001-12-28 Richard M. Stallman <rms@gnu.org>
6489
6490 * configure.in: Test for mbsinit.
6491
64922001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6493
6494 These changes make Leim part of the standard distribution:
6495
6496 * README: Add info about the `leim' directory.
6497
6498 * INSTALL: Remove text that describes Leim as a separate package.
6499
6500 * noleim-Makefile.in: File removed.
6501
6502 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
6503 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
6504 Leim files out of the Emacs tree. Don't prepare a separate tarball
6505 for Leim.
6506
65072001-12-11 Richard M. Stallman <rms@gnu.org>
6508
6509 * configure.in (hppa*-*-linux-gnu*): New alternative.
6510
65112001-12-08 Pavel Janík <Pavel@Janik.cz>
6512
6513 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
6514 creating distribution.
6515
65162001-12-06 Paul Eggert <eggert@twinsun.com>
6517
6518 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
6519 (AC_FUNC_VFORK): Remove.
6520 (AC_FUNC_FORK): Add.
6521 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
6522 this is required by recent Autoconf versions.
6523
65242001-12-02 Pavel Janík <Pavel@Janik.cz>
6525
6526 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
6527 TODO, vms-pp.trans and others).
6528
65292001-11-29 Pavel Janík <Pavel@Janik.cz>
6530
6531 * make-dist: Use COPYING from the top-level directory.
6532
65332001-11-29 Gerd Moellmann <gerd@gnu.org>
6534
6535 * configure.in: Add support for FreeBSD/Alpha.
6536
65372001-11-29 Pavel Janík <Pavel@Janik.cz>
6538
6539 * make-dist: Add COPYING to the top-level directory of the
6540 distribution. Simplify the logic behind copying.
6541
6542 * Makefile.in (maybe_bootstrap): Fix previous change.
6543
65442001-11-28 Richard M. Stallman <rms@gnu.org>
6545
6546 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
6547
65482001-11-26 Richard M. Stallman <rms@gnu.org>
6549
6550 * Makefile.in: bootstrap should not delete dumped executables.
6551 (bootstrap-clean-before): New target.
6552 (bootstrap): Use bootstrap-clean-before instead of clean.
6553 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
6554
65552001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
6556
6557 These changes add the Emacs Lisp Introduction manual to the
6558 distribution:
6559
6560 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
6561
6562 * make-dist: Copy the files in lispintro directory.
6563
6564 * config.bat: Configure in the lispintro directory.
6565
6566 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
6567
6568 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
6569 (lispintro/Makefile): New target.
6570 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
6571 (unlock, relock, info, dvi): Ditto.
6572
65732001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6574
6575 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
6576
6577 * make-dist (etc): Don't distribute gfdl.1.
6578
65792001-11-22 Colin Walters <walters@debian.org>
6580
6581 * Makefile.in (install-arch-indep): Install the calc .info files.
6582 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
6583
65842001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
6585
6586 * make-dist (lispref): Add *.txt, *.el, permute-index, and
6587 tindex.pl to the list of those being put into the distribution.
6588
65892001-11-16 Eli Zaretskii <eliz@gnu.org>
6590
6591 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
6592
65932001-11-15 Pavel Janík <Pavel@Janik.cz>
6594
6595 * Makefile.in (uninstall): Fix previous change.
6596
6597 * configure.in, Makefile.in: Add support for --program-prefix,
6598 --program-suffix and --program-transform-name options.
6599
66002001-11-13 Pavel Janík <Pavel@Janik.cz>
6601
6602 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
6603 (install-arch-indep): Install emacsclient manual page.
6604 (uninstall): Uninstall emacsclient manual page.
6605
66062001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
6607
6608 * make-dist: Add lispref/index.*perm files to the distribution.
6609 From Pavel Janík <Pavel@Janik.cz>.
6610
66112001-11-12 Pavel Janík <Pavel@Janik.cz>
6612
6613 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
6614
66152001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6616
6617 * configure.in: AC_OUTPUT lispref/Makefile.
6618
66192001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6620
6621 The following changes add the ELisp reference manual to the
6622 distribution.
6623
6624 * make-dist: Add the lispref directory to the distribution.
6625
6626 * Makefile.in (install-arch-indep): Add elisp* to the list of
6627 installed Info files.
6628 (SUBDIR_MAKEFILES): Add lispref/Makefile.
6629 (lispref/Makefile): New target.
6630 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
6631 Add commands for the lispref directory.
6632 (info, dvi): Ditto.
6633
6634 * config.bat: Configure in `lispref'.
6635
66362001-11-09 Richard M. Stallman <rms@gnu.org>
6637
6638 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
6639
66402001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
6641
6642 * make-dist (tempdir): Copy AUTHORS as well.
6643
66442001-11-06 Sam Steingold <sds@gnu.org>
6645
6646 * configure.in: Added a check for <nlist.h>.
6647
66482001-11-01 Pavel Janík <Pavel@Janik.cz>
6649
6650 * configure.in: Reindent --help output.
6651 From Per Starbäck (starback@ling.uu.se).
6652
66532001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6654
6655 * configure.in: New entry for HP/UX-11.
6656
6657 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
6658 From Eric S. Raymond <esr@golux.thyrsus.com>.
6659
66602001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6661
6662 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
6663 <athornton@sinenomine.net>.
6664
66652001-10-25 Gerd Moellmann <gerd@gnu.org>
6666
6667 * Makefile.in (maybe_bootstrap): New target.
6668 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
6669
66702001-10-24 Ken Raeburn <raeburn@gnu.org>
6671
6672 * configure.in: If --with-hesiod is given, look for
6673 hes_getmailhost and res_send or __res_send; check hesiod and
6674 resolv libraries respectively if system libraries don't supply them.
6675
66762001-10-24 Gerd Moellmann <gerd@gnu.org>
6677
6678 * configure.in: Use $MAKE for `make' if set.
6679
66802001-10-22 Gerd Moellmann <gerd@gnu.org>
6681
6682 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
6683 to tar options.
6684
66852001-10-20 Gerd Moellmann <gerd@gnu.org>
6686
6687 * (Version 21.1 released).
6688
66892001-10-20 Miles Bader <miles@gnu.org>
6690
6691 * configure.in (configuration): Set from `host' if `host_alias'
6692 isn't defined.
6693
66942001-10-19 Andreas Schwab <schwab@suse.de>
6695
6696 * configure.in: Make ready for autoconf 2.5x.
6697 (AC_PREREQ): Require autoconf 2.50.
6698 * aclocal.m4: Removed.
6699 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
6700
67012001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6702
6703 * README: Bump Emacs version to 21.1.50.
6704
67052001-10-05 Gerd Moellmann <gerd@gnu.org>
6706
6707 * Branch for 21.1.
6708
67092001-09-05 Gerd Moellmann <gerd@gnu.org>
6710
6711 * configure.in: Avoid `$@' which is handled specially in
6712 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
6713
67142001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
6715
6716 * make-dist (nt): Add subdirs.el to the list of distributed files.
6717
67182001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6719
6720 * configure.in (machine): Add an entry for
6721 hppa1.1-hitachi-hiuxwe2*.
6722
67232001-05-28 Gerd Moellmann <gerd@gnu.org>
6724
6725 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
6726 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
6727
67282001-05-14 Gerd Moellmann <gerd@gnu.org>
6729
6730 * make-dist: Copy texinfo.tex unconditionally.
6731
67322001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6733
6734 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
6735 that are installed.
6736
67372001-04-06 Gerd Moellmann <gerd@gnu.org>
6738
6739 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
6740 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
6741
6742 * make-dist: Handle leim/MISC-DIC. Only include
6743 `[a-zA-Z]*.{el,elc}' from leim/quail.
6744
67452001-04-05 Gerd Moellmann <gerd@gnu.org>
6746
6747 * Makefile.in (install-arch-indep): Remove .cvsignore files.
6748
67492001-03-30 Gerd Moellmann <gerd@gnu.org>
6750
6751 * Makefile.in (.PHONY): Add for bootstrap targets.
6752 (bootstrap-clean): New target.
6753 (bootstrap): Use it instead of `clean'.
6754
67552001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
6756
6757 * Makefile.in (SUBDIR): Remove leim.
6758 (all, .RECURSIVE, extraclean): Add leim explicitly.
6759 (leim): Provide separate rule which exports PARALLEL=0 into the
6760 environment.
6761
67622001-03-20 Gerd Moellmann <gerd@gnu.org>
6763
6764 * configure.in (HAVE_XPM): Don't print the result of the check for
6765 XpmReturnAllocPixels if we don't have an xpm.h.
6766
67672001-03-05 Gerd Moellmann <gerd@gnu.org>
6768
6769 * COPYING: New file.
6770
67712001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6772
6773 * config.bat: Update the copyright.
6774
67752001-02-23 Kenichi Handa <handa@etl.go.jp>
6776
6777 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
6778 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
6779 to `yes'. Later in AC_OUTPUT, check this variable.
6780
67812001-02-09 Dave Love <fx@gnu.org>
6782
6783 * AUTHORS: Updated.
6784
67852001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6786
6787 * info/dir (Ebrowse): Fix the entry (was missing a dot).
6788
67892001-02-02 Gerd Moellmann <gerd@gnu.org>
6790
6791 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
6792
6793 * Makefile.in (uninstall): Ignore exit code of `rm'.
6794
90eacf99
SM
6795 * Makefile.in (uninstall): Remove more info files.
6796 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
067d23c9
KY
6797
67982001-01-31 Gerd Moellmann <gerd@gnu.org>
6799
6800 * noleim-Makefile.in (extraclean): Add.
6801
68022001-01-28 Gerd Moellmann <gerd@gnu.org>
6803
90eacf99 6804 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
067d23c9
KY
6805 it quiet.
6806
68072001-01-24 Colin Walters <walters@cis.ohio-state.edu>
6808
6809 * Makefile.in (tags): Fix typo.
6810
68112001-01-13 Kenichi Handa <handa@etl.go.jp>
6812
6813 * configure.in: Fix typo in the code setting x_search_path.
6814
68152001-01-10 Dave Love <fx@gnu.org>
6816
6817 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
6818 -lXext.
6819 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
6820 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
6821 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
6822 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
6823 (now in $LIBS).
6824
68252001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6826
6827 * config.bat: Run the preprocessor with -traditional.
6828
68292001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
6830
6831 * INSTALL: Move copying conditions to end of file.
6832
68332000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6834
6835 * INSTALL: Add basic installation procedure which assumes
6836 `configure' does its job. Elaborate on image support libraries.
6837 Add a pointer to Xaw3d library. Add advice about solving
6838 configure-time problems by looking in config.log and setting
6839 variables in the environment.
6840
68412000-12-27 Gerd Moellmann <gerd@gnu.org>
6842
6843 * Makefile.in (install-arch-indep): If tar fails, exit with
6844 exit code 1.
6845
68462000-12-19 Gerd Moellmann <gerd@gnu.org>
6847
6848 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
6849 source file includes XKBlib.h. On some broken Solaris systems,
6850 there is an XKBlib.h, reportedly, but header files included by
6851 XKBlib.h are missing.
6852
68532000-12-14 Gerd Moellmann <gerd@gnu.org>
6854
6855 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
6856
68572000-12-11 Dave Love <fx@gnu.org>
6858
6859 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
6860
68612000-12-11 Paul Eggert <eggert@twinsun.com>
6862
6863 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
6864 Merge fixes from latest GNU tar version. These macros no longer
6865 futz with _XOPEN_SOURCE, as that was not portable in practice.
6866 (AC_FUNC_FSEEKO): New macro.
6867
6868 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
6869 ftello.
6870
68712000-12-05 Dave Love <fx@gnu.org>
6872
6873 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
6874
68752000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6876
6877 * info/dir: Change the category to "Emacs".
6878
68792000-12-01 Gerd Moellmann <gerd@gnu.org>
6880
6881 * make-dist (tempdir): Remove epaths.h from the distribution
6882 instead of paths.h.
6883
68842000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6885
6886 * config.bat: Check for existence of djecho.exe, and print an
6887 error message if it is not available.
6888
6889 * INSTALL: Describe possible problem with djecho.exe in old
6890 versions of DJGPP v2.x.
6891
68922000-11-23 Gerd Moellmann <gerd@gnu.org>
6893
6894 * configure.in: Initialize HAVE_LIBXP to no.
6895
68962000-11-22 Gerd Moellmann <gerd@gnu.org>
6897
6898 * configure.in: Use m/macppc.h instead of the non-existent
6899 m/powerpc.h.
6900
69012000-11-21 Gerd Moellmann <gerd@gnu.org>
6902
6903 * Makefile.in (install-arch-indep): Also install info/eshell*
6904 and info/speedbar*.
6905
6906 * configure.in (HAVE_PNG): Check for the presence of
6907 png_get_channels to rule out older PNG libs.
6908
6909 * configure.in (AC_OUTPUT): Arrange to emit definitions of
6910 GCC and NON_GNU_CPP into config.status.
6911
69122000-11-20 Dave Love <fx@gnu.org>
6913
6914 * configure.in: Fix last change.
6915
6916 * GETTING.GNU.SOFTWARE: Deleted.
6917 * FTP: New file to replace it.
6918 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
6919
69202000-11-20 Gerd Moellmann <gerd@gnu.org>
6921
6922 * configure.in: Use -traditional with GNU cpp.
6923
69242000-11-17 Gerd Moellmann <gerd@gnu.org>
6925
6926 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
6927 Distribute more files from the nt/ subdir. Distribute PBM
6928 image files from subdirs of lisp/. Distribute old change logs
6929 from subdirs of lisp/. Distribute play/5x5.el.
6930
69312000-11-11 Dave Love <fx@gnu.org>
6932
6933 * config.sub, config.guess: Updated from master source.
6934
69352000-11-07 Dave Love <fx@gnu.org>
6936
6937 * configure.in: Test for mkstemp.
6938
69392000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
6940
6941 * info/dir (Top): Rearrange menu items more logically, and put
6942 them into a single category. Add menu items for RefTeX and
6943 Widget.
6944
69452000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6946
6947 * Makefile.in (install-arch-indep): Use --info-dir instead of
6948 --dir-file, and a simple argument instead of --info-file, so that
6949 the Debian version of install-info also works.
6950
69512000-10-19 Eric M. Ludlam <zappo@ultranet.com>
6952
6953 * info/dir (Speedbar): Add entry.
6954
69552000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6956
6957 * INSTALL: Describe the new image-support options to the configure
6958 script. List URLs where image support libraries can be found.
6959
69602000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
6961
6962 * info/dir (Top): Add an entry for Eshell.
6963
69642000-10-02 Dave Love <fx@gnu.org>
6965
6966 * configure.in: Check for gai_strerror.
6967
69682000-10-01 Andreas Schwab <schwab@suse.de>
6969
6970 * Makefile.in (install-arch-indep): Update list of installed info files.
6971
69722000-09-30 Gerd Moellmann <gerd@gnu.org>
6973
6974 * configure.in: Support `sparc*-*-netbsd*'.
6975
69762000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6977
6978 * info/dir (MIME): Add entry for emacs-mime.
6979
69802000-09-29 Dave Love <fx@gnu.org>
6981
6982 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
6983
69842000-09-26 Gerd Moellmann <gerd@gnu.org>
6985
6986 * make-dist: Adapt to the change of leim/Makefile which was
6987 necessary to ensure a reasonably working `make dist'.
6988
6989 * leim-Makefile.in: Moved to leim/Makefile.in..
6990
6991 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
6992
69932000-09-21 Kenichi Handa <handa@etl.go.jp>
6994
6995 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
6996 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
6997 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
6998 files to .elc.
90eacf99 6999 (${TIT}): Adjust for the above change.
067d23c9
KY
7000 (clean mostlyclean): Likewise.
7001 (.el.elc): New target.
7002
70032000-09-19 Gerd Moellmann <gerd@gnu.org>
7004
7005 * make-dist: Include XPM and XBM files in lisp/ and subdirs
7006 in the distribution.
7007
70082000-09-18 Gerd Moellmann <gerd@gnu.org>
7009
7010 * make-dist (skk): Rename to `ja-dic' because the leim directory
7011 was renamed.
7012
70132000-09-14 Dave Love <fx@gnu.org>
7014
7015 * configure.in: Fix spurion in last change.
7016
70172000-09-14 Gerd Moellmann <gerd@gnu.org>
7018
7019 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
7020 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
7021 to `no' if defined. Change result report.
7022
70232000-09-08 Dave Love <fx@gnu.org>
7024
7025 * configure.in: Remove spurious `@'s.
7026
7027 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
7028 autoconf.
7029
70302000-09-06 Gerd Moellmann <gerd@gnu.org>
7031
7032 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
7033 file and print informational message.
7034
7035 * configure.in (AC_FUNC_MMAP): Add.
7036
70372000-09-01 Gerd Moellmann <gerd@gnu.org>
7038
7039 * configure.in: Add ``checking'' messages for
7040 XpmReturnAllocPixels.
7041
70422000-08-28 Gerd Moellmann <gerd@gnu.org>
7043
7044 * configure.in: Check <strings.h>; check `index' and `rindex'
7045 functions.
7046
70472000-08-26 Kenichi Handa <handa@etl.go.jp>
7048
7049 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
7050 "case "${canonical}" in".
7051
70522000-08-25 Dave Love <fx@gnu.org>
7053
7054 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
7055
70562000-08-25 Kenichi Handa <handa@etl.go.jp>
7057
7058 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
7059
70602000-08-24 Gerd Moellmann <gerd@gnu.org>
7061
7062 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
7063 contains a relative path. Protect against unusable values of $PWD.
7064
70652000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7066
7067 * info/dir (WoMan): Add entry.
7068
7069 * config.bat (maindir): Update src/_gdbinit even if it does
7070 already exist.
7071
70722000-08-07 Gerd Moellmann <gerd@gnu.org>
7073
7074 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
7075
70762000-08-03 Gerd Moellmann <gerd@gnu.org>
7077
7078 * configure.in: Add support for ia64*-*-linux*.
7079
70802000-07-27 Gerd Moellmann <gerd@gnu.org>
7081
7082 * make-dist (aclocal.m4): Include in distribution.
7083
70842000-07-26 Dave Love <fx@gnu.org>
7085
90eacf99 7086 * configure.in (AC_SYS_LARGEFILE): Move earlier.
067d23c9
KY
7087
70882000-07-24 Dave Love <fx@gnu.org>
7089
7090 * configure.in: Add AC_SIZE_T.
7091
70922000-07-18 Dave Love <fx@gnu.org>
7093
7094 * configure.in: Reorder so that most tests are done after CPPFLAGS
7095 is set from the C_SWITCH_... definitions.
7096
70972000-07-10 Gerd Moellmann <gerd@gnu.org>
7098
7099 * configure.in (HAVE_XPM): Undo previous change. Check for
7100 preprocessor define XpmReturnAllocPixels.
7101
71022000-07-06 Gerd Moellmann <gerd@gnu.org>
7103
7104 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
7105 instead of XpmReadFileToPixmap.
7106
71072000-07-05 Ken Raeburn <raeburn@gnu.org>
7108
7109 * configure.in: Check for <soundcard.h>. Look for ossaudio
7110 library, and set LIBSOUND accordingly.
7111
71122000-07-05 Dave Love <fx@gnu.org>
7113
7114 * configure.in: Use AC_HEADER_SYS_WAIT.
7115
71162000-07-05 Gerd Moellmann <gerd@gnu.org>
7117
7118 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
7119 lisp/Makefile. Distribute lisp/Makefile.in instead of
7120 lisp/Makefile.
7121
71222000-06-30 Ken Raeburn <raeburn@gnu.org>
7123
7124 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
7125 while searching for image-handling libraries.
7126
71272000-06-26 Gerd Moellmann <gerd@gnu.org>
7128
7129 * configure.in (--with-xim): New option.
7130
71312000-06-23 Dave Love <fx@gnu.org>
7132
7133 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
7134 for struct timezone and test how we can call gettimeofday.
7135 Check for OSF 5+. Check for term.h.
7136
7137 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
7138 version.
7139
71402000-06-23 Gerd Moellmann <gerd@gnu.org>
7141
7142 * configure.in (HAVE_LIBXP): Change test for libXp.
7143
71442000-06-21 Dave Love <fx@gnu.org>
7145
7146 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
7147 simple test for getloadavg and substitute GETLOADAVG_LIBS.
7148 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
7149
71502000-06-19 Dave Love <fx@gnu.org>
7151
7152 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
7153 _XOPEN_SOURCE is defined.
7154
71552000-06-16 Gerd Moellmann <gerd@gnu.org>
7156
7157 * Makefile.in (distclean): Also make distclean in lisp/.
7158
71592000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7160
7161 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
7162
71632000-06-15 Gerd Moellmann <gerd@gnu.org>
7164
7165 * make-dist: Add --help and --snapshot options.
7166
71672000-06-14 Gerd Moellmann <gerd@gnu.org>
7168
7169 * configure.in: Generate lisp/Makefile.
7170
7171 * configure.in: Add support for `*-lynxos*'.
7172 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
7173 recommended by <Karen.Dorhamer@compaq.com> to fix problems
7174 on Tru64 UNIX v5.0.
7175
71762000-06-13 Ken Raeburn <raeburn@gnu.org>
7177
7178 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
7179 it's on a continuation line.
7180
71812000-06-02 Dave Love <fx@gnu.org>
7182
7183 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
7184 files.
7185
7186 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
7187 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
7188 test.
7189
7190 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
7191 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
7192
71932000-05-26 Gerd Moellmann <gerd@gnu.org>
7194
7195 * configure.in: Add check for speed_t typedef.
7196
71972000-05-25 Ken Raeburn <raeburn@gnu.org>
7198
7199 * Makefile.in (install-arch-dep): Install fns-*.el only if it
7200 exists; it won't in the CANNOT_DUMP case.
7201
72022000-05-25 Gerd Moellmann <gerd@gnu.org>
7203
7204 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
7205 On FreeBSD, the exit status is 1 if CDPATH is not set.
7206 (install-arch-indep): Install ebrowse.info.
7207
72082000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
7209
7210 * configure.in: Check for grandpt and getpt.
7211
72122000-05-09 Dave Love <fx@gnu.org>
7213
7214 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
7215
72162000-05-05 Gerd Moellmann <gerd@gnu.org>
7217
7218 * make-dist: Make a link for lib-src/grep-changelog.
7219 Copy install-sh.
7220
72212000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
7222
7223 * config.bat: Identify the beginning of the cpp stuff in
7224 src/Makefile.in and lib-src/Makefile.in more accurately.
7225
72262000-04-27 Gerd Moellmann <gerd@gnu.org>
7227
7228 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
7229
72302000-04-19 Gerd Moellmann <gerd@gnu.org>
7231
7232 * configure.in: Add support for `powerpc-*-netbsd*'.
7233
72342000-04-19 Dave Love <fx@gnu.org>
7235
7236 * configure.in: Don't use AC_FUNC_GETLOADAVG.
7237
7238 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
7239
72402000-04-16 Dave Love <fx@gnu.org>
7241
7242 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
7243
72442000-04-14 Dave Love <fx@gnu.org>
7245
7246 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
7247
7248 * aclocal.m4 (AC_FUNC_MKTIME): New.
7249
72502000-03-28 Ken Raeburn <raeburn@gnu.org>
7251
7252 * configure.in: Line up "--help" output a little better.
7253
72542000-03-26 Gerd Moellmann <gerd@gnu.org>
7255
7256 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
7257 New targets.
90eacf99
SM
7258 (bootstrap): Rewritten in terms of the new targets above.
7259 Make info files, too.
067d23c9
KY
7260
72612000-03-12 Gerd Moellmann <gerd@gnu.org>
7262
7263 * config.guess, config.sub: Use the versions of the files from
7264 subversions.
7265
72662000-03-08 Dave Love <fx@gnu.org>
7267
7268 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
7269 AC_C_VOLATILE. Define POINTER_TYPE.
7270
7271 * aclocal.m4: New file.
7272
72732000-03-02 Gerd Moellmann <gerd@gnu.org>
7274
7275 * configure.in (machine): Add `mipsel-*-netbsd*' and
7276 `arm-*-netbsd*'.
7277
72782000-03-01 Gerd Moellmann <gerd@gnu.org>
7279
7280 * configure.in (machine): Add support for `*-auspex-sunos*'.
7281
72822000-02-29 Gerd Moellmann <gerd@gnu.org>
7283
7284 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
7285
72862000-02-18 Dave Love <fx@gnu.org>
7287
7288 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
7289
72902000-02-18 Andreas Schwab <schwab@suse.de>
7291
7292 * Makefile.in (install-arch-indep): Add eudc to list of installed
7293 info files.
7294
72952000-02-17 Ken Raeburn <raeburn@gnu.org>
7296
7297 * configure.in: Include -lz and -ljpeg (if it's available) when
7298 testing for the tiff library.
7299
73002000-02-17 Gerd Moellmann <gerd@gnu.org>
7301
7302 * configure.in: Remove LISP_FLOAT_TYPE.
7303
73042000-02-12 Dave Love <fx@gnu.org>
7305
7306 * configure.in: Use AC_FUNC_VFORK.
7307
73082000-02-01 Gerd Moellmann <gerd@gnu.org>
7309
7310 * make-dist: Various fixes for new development tree.
7311
7312 * leim-Makefile.in: New file.
7313
73142000-01-31 Gerd Moellmann <gerd@gnu.org>
7315
7316 * Makefile.in (dist): Call ./make-dist.
7317
73182000-01-24 Dave Love <fx@gnu.org>
7319
7320 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
7321
73222000-01-18 Gerd Moellmann <gerd@gnu.org>
7323
7324 * configure.in (HAVE_GIF): Check for DGifOpen instead of
7325 DGifOpenFileName.
7326
73272000-01-11 Andreas Schwab <schwab@suse.de>
7328
7329 * Makefile.in (install-arch-indep): Update list of info files to
7330 be installed.
7331
73322000-01-05 Dave Love <fx@gnu.org>
7333
7334 * configure.in: Check for jerror.h as well as libjpeg.
7335
73362000-01-03 Andreas Schwab <schwab@suse.de>
7337
90eacf99
SM
7338 * Makefile.in (install-arch-indep): Install autotype*.
7339 Run install-info on autotype and emacs-faq.info.
067d23c9
KY
7340
73411999-12-04 Dave Love <fx@gnu.org>
7342
7343 * Makefile.in (install-arch-indep): Depend on `info'.
7344 (install-strip): Use `install' as sub-make target.
7345
73461999-11-23 Ken Raeburn <raeburn@gnu.org>
7347
7348 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
7349 didn't need to be deleted. Check for the k5crypto library as well
7350 as the crypto library; MIT Kerberos 1.1 changed the name.
7351
73521999-11-18 Dave Love <fx@gnu.org>
7353
7354 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
7355
73561999-11-11 Erik Naggum <erik@naggum.no>
7357
7358 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
7359
73601999-11-08 Dave Love <fx@gnu.org>
7361
7362 * configure.in: Fix change for --with-pop default.
7363
73641999-11-04 Dave Love <fx@gnu.org>
7365
7366 * configure.in: Default to --with-pop. Change sense of with-gcc
7367 and with-toolkit-scroll-bars messages to reflect the defaults.
7368
73691999-11-01 Gerd Moellmann <gerd@gnu.org>
7370
7371 * INSTALL: Mention the Emacs Lisp Reference.
7372
73731999-10-27 Noah Friedman <friedman@splode.com>
7374
7375 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
7376
73771999-10-23 Gerd Moellmann <gerd@gnu.org>
7378
7379 * Makefile.in (bootstrap): New target.
7380
73811999-10-19 Paul Eggert <eggert@twinsun.com>
7382
7383 Add support for large files. Merge glibc 2.1.2.
7384
7385 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
7386 (HAVE_TM_GMTOFF): New symbol.
7387 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
7388 mbrlen, strsignal.
7389 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
7390
73911999-10-09 Stefan Monnier <monnier@cs.yale.edu>
7392
7393 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
7394 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
7395
73961999-10-09 Richard M. Stallman <rms@gnu.org>
7397
7398 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
7399 Unset CDPATH to prevent cd from generating output.
7400
74011999-10-08 Stefan Monnier <monnier@cs.yale.edu>
7402
7403 * update-subdirs: Also ignore CVS subdirs.
7404
74051999-10-07 Gerd Moellmann <gerd@gnu.org>
7406
7407 * Makefile.in (install-arch-indep): Add ada-mode.
7408
74091999-10-06 Dave Love <fx@gnu.org>
7410
7411 * Makefile.in: Add rules for config.status, configure.
7412
74131999-09-07 Gerd Moellmann <gerd@gnu.org>
7414
90eacf99 7415 * configure.in (--with-sound): Remove.
067d23c9
KY
7416
74171999-08-30 Gerd Moellmann <gerd@gnu.org>
7418
7419 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
7420 the test for Xaw3d.
7421 (HAVE_TIFF): Add -lm to library check.
7422
74231999-08-28 Richard Stallman <rms@gnu.org>
7424
7425 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
7426 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
7427 after the other X-related libraries.
7428
74291999-08-21 Dave Love <fx@gnu.org>
7430
7431 * configure.in: Don't check for jpeglib.h.
7432
74331999-08-20 Gerd Moellmann <gerd@gnu.org>
7434
7435 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
7436 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
7437
74381999-08-18 Dave Love <fx@gnu.org>
7439
7440 * configure.in: Check for termcap.h.
7441
74421999-08-15 Gerd Moellmann <gerd@gnu.org>
7443
7444 * configure.in: Add --with-toolkit-scroll-bars. If "no",
7445 use Emacs' scroll bars, even if configured for Motif or when
7446 Xaw3d is available.
7447
74481999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7449
7450 * configure.in: Check for getaddrinfo.
7451
74521999-08-04 Eli Zaretskii <eliz@gnu.org>
7453
7454 * config.bat: Make --no-debug work again by removing -gcoff.
7455
74561999-07-30 Dave Love <fx@gnu.org>
7457
7458 * configure.in: Check for stdlib.h.
7459
74601999-07-19 Dave Love <fx@gnu.org>
7461
7462 * configure.in: Grok sparc64-*-linux-gnu*.
7463
74641999-07-12 Richard Stallman <rms@gnu.org>
7465
7466 * Version 20.4 released.
7467
74681999-06-23 Karl Heuer <kwzh@gnu.org>
7469
7470 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
7471 Quote $EMACS, in case it's a program with args.
7472
74731999-06-15 Gerd Moellmann <gerd@gnu.org>
7474
7475 * configure.in (HAVE_GIF): Use libungif instead of libgif
7476 because the former doesn't contain patented compression code.
7477
74781999-05-29 Richard M. Stallman <rms@gnu.org>
7479
7480 * configure.in: Delete the Kerberos stuff.
7481
74821999-05-27 Greg Hudson <ghudson@mit.edu>
7483
7484 * configure.in: Prefer kerberos 5 names.
7485
74861999-04-26 Richard M. Stallman <rms@gnu.org>
7487
7488 * configure.in: Check for libXp.
7489
74901999-04-08 Richard Stallman <rms@gnu.org>
7491
7492 * make-dist: Include change logs in subdirs of `lisp'.
7493
74941999-04-05 Richard Stallman <rms@gnu.org>
7495
7496 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
7497 (install-arch-indep): Make ${datadir}/emacs world-readable.
7498
74991999-03-30 Eli Zaretskii <eliz@gnu.org>
7500
7501 * config.bat: Use epaths.* instead of paths.*.
7502
75031999-03-07 Eli Zaretskii <eliz@gnu.org>
7504
7505 * INSTALL: Add detailed instructions to unpack and install
7506 intlfonts on MS-DOS.
7507
75081999-02-26 Richard Stallman <rms@gnu.org>
7509
7510 * configure.in: Use epaths.h and epaths-force instead of paths...
7511
90eacf99 7512 * Makefile.in (epaths-force): Rename from paths-force;
067d23c9
KY
7513 operate on epaths.in and produce epaths.h.
7514
75151999-02-24 Richard Stallman <rms@gnu.org>
7516
7517 * make-dist: Fix nt/icons directory handling.
7518
75191999-02-22 Simon Josefsson <jas@pdc.kth.se>
7520
7521 * configure.in (f301-fujitsu-uxpv4.1): New target.
7522
75231999-02-20 Richard Stallman <rms@gnu.org>
7524
7525 * make-dist (tempparent): Fix command to update info files.
7526
75271999-02-09 Richard Stallman <rms@gnu.org>
7528
7529 * configure.in (powerpc-apple-netbsd*): New alternative.
7530
75311999-01-25 Geoff Voelker <voelker@cs.washington.edu>
7532
7533 * make-dist: Include the new directory nt/icons in distributions.
7534
75351999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7536
7537 * configure.in: Change message about HAVE_XFREE386.
7538
75391999-01-07 Eli Zaretskii <eliz@gnu.org>
7540
7541 * config.bat: Support configuring with leim.
7542
75431998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
7544
7545 * configure.in (mips-sgi-irix6.5): New target.
7546
75471998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7548
7549 * configure.in: Remove GSS-API support, since it has been removed
7550 from movemail.
7551
75521998-12-04 Markus Rost <rost@delysid.gnu.org>
7553
7554 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7555
75561998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
7557
7558 * Makefile.in: Don't install customize info file.
7559 Run install-info on viper info file.
7560
75611998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
7562
7563 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7564
75651998-11-16 Kenichi Handa <handa@etl.go.jp>
7566
7567 * configure.in (*-*-bsdi4*): New target.
7568
75691998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
7570
7571 * configure.in: Fix previous change.
7572
75731998-11-11 Richard Stallman <rms@gnu.org>
7574
7575 * configure.in (aviion-intel): New machine.
7576
75771998-11-04 Kenichi Handa <handa@etl.go.jp>
7578
7579 * configure.in (mips-nec-sysv4*): New target.
7580
75811998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
7582
7583 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
7584 from lisp.
7585
75861998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
7587
7588 * make-dist: Don't include fns*.el in dist.
7589
75901998-10-30 Dave Love <fx@gnu.org>
7591
7592 * configure.in: Don't mkdir cpp.
7593
75941998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
7595
7596 * Makefile.in (install-arch-dep): Install src/fns-*.el in
7597 ${archlibdir}.
7598
75991998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7600
7601 * Version 20.3 released.
7602
76031998-07-30 Paul Eggert <eggert@twinsun.com>
7604
7605 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
7606 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
7607 (lwlib/Makefile, leim/Makefile):
7608 Prepend $(srcdir)/ to rule dependencies outside this dir.
7609
76101998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7611
7612 * configure.in: Use unset CDPATH instead of making it empty.
7613
76141998-06-20 Karl Heuer <kwzh@gnu.org>
7615
7616 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
7617
76181998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7619
7620 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
7621 and default.el. Sort the results.
7622
76231998-05-31 Karl Heuer <kwzh@gnu.org>
7624
7625 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
7626 writable.
7627
76281998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7629
7630 * Makefile.in (install-arch-indep):
7631 Don't alter site-lisp/subdirs.el if it exists.
7632
76331998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7634
7635 * Makefile.in (install-arch-indep): Put `-' on commands to create
7636 subdirs.el in site-lisp dirs.
7637
76381998-05-07 Richard Stallman <rms@psilocin.gnu.org>
7639
7640 * Makefile.in (install-arch-indep): Fix typo in previous change.
7641
76421998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7643
7644 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
7645
76461998-04-28 Richard Stallman <rms@psilocin.gnu.org>
7647
7648 * Makefile.in (mkdir): Create the site-lisp dirs.
7649 (install-arch-indep): Make site-lisp/subdirs files world-readable.
7650
76511998-04-26 Richard Stallman <rms@psilocin.gnu.org>
7652
7653 * Makefile.in (INSTALL_INFO): New variable.
7654 (install-arch-indep): Don't replace the dir file if it already exists.
7655 Use the install-info program, via INSTALL_INFO, to add entries.
7656 Make the `info' subdir and the Info files world-readable.
7657
76581998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
7659
7660 * config.bat: Make sure the environment is large enough to support
7661 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
7662
76631998-04-10 Karl Heuer <kwzh@gnu.org>
7664
7665 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
7666
76671998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7668
7669 * configure.in: Add --with-gssapi to specify GSS-API
7670 authentication support for movemail.
7671
76721998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
7673
7674 * Makefile.in (install-arch-indep): Fix previous change.
7675
76761998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7677
7678 * Makefile.in (info): Run man in build dir, not srcdir.
7679
76801998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
7681
7682 * Makefile.in (install-arch-indep): Fix previous change.
7683
76841998-03-23 Kenichi Handa <handa@etl.go.jp>
7685
7686 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
7687
76881998-03-22 Richard Stallman <rms@gnu.org>
7689
7690 * Makefile.in (install-arch-indep): Put special subdirs.el files
7691 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
7692
76931998-03-21 Richard Stallman <rms@psilocin.gnu.org>
7694
7695 * make-dist: Fix shell syntax in check for missing .el or .elc files.
7696
76971998-03-09 Richard Stallman <rms@psilocin.gnu.org>
7698
7699 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
7700 (m68*-hp-hpux*): Handle versions 1X like 10.
7701
77021998-03-07 Richard Stallman <rms@psilocin.gnu.org>
7703
7704 * make-dist: PROBLEMS is now in etc, not top level dir.
7705
7706 * Makefile.in (SOURCES): Delete PROBLEMS.
7707
77081998-02-25 Richard Stallman <rms@gnu.org>
7709
7710 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
7711
7712 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
7713
77141998-01-17 Richard Stallman <rms@gnu.org>
7715
7716 * Makefile.in (install-arch-indep): Add semicolon before `else'.
7717
77181998-01-02 Richard Stallman <rms@psilocin.gnu.org>
7719
7720 * make-dist (tempparent): New option --no-check.
7721
7722 * make-dist: Don't do anything with cpp directory.
7723
77241997-12-20 Richard Stallman <rms@psilocin.gnu.org>
7725
7726 * configure.in (sparc-fujitsu-sysv4*): New target.
7727
77281997-12-17 Andreas Schwab <schwab@gnu.org>
7729
7730 * configure.in: Cache more tests. Add missing quotes around
7731 message with embedded comma.
7732
77331997-12-04 Karl Heuer <kwzh@gnu.org>
7734
7735 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
7736
77371997-11-26 Joel N. Weber II <devnull@gnu.org>
7738
7739 * make-dist: Changed the comment about `umask 0' to say `Don't
7740 restrict access to any files.'; previously it said `Don't protect
7741 any files', which may have implied that we think fascism is good.
7742
77431997-11-24 Paul Eggert <eggert@twinsun.com>
7744
7745 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
7746 strftime needs the underlying host's strftime for locale dependent
7747 formats.
7748
77491997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
7750
7751 * configure.in (i586-dg-dguxR4.*): New name in case branch.
7752
77531997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
7754
7755 * config.bat: Configure the man subdirectory.
7756
77571997-11-07 Paul Eggert <eggert@twinsun.com>
7758
7759 * configure.in (AC_CHECK_LIB): Add -lintl.
7760
77611997-11-07 Karl Heuer <kwzh@gnu.org>
7762
7763 * make-dist (check for .elc files): Avoid bash-specific syntax.
7764 (check for overflow 14-char limit): Simplify.
7765
77661997-11-07 Richard Stallman <rms@gnu.org>
7767
7768 * Makefile.in (install): Move blessmail last.
7769
77701997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7771
7772 * configure.in (gettimeofday, one arg or two):
7773 Clarify messages by avoiding double negative.
7774
77751997-09-30 Karl Eichwalder <ke@suse.de>
7776
7777 * Makefile.in (install-arch-indep): Install the widget info file.
7778
77791997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7780
7781 * configure.in (with-pop, with-kerberos): Need to check Kerberos
7782 libraries in reverse order, so that libraries will appear in the
7783 correct dependency order on the link line (and so that the
7784 configure checks themselves will work properly when early
7785 libraries depend on later ones).
7786
77871997-09-21 Erik Naggum <erik@naggum.no>
7788
7789 * make-dist (making links to `src'): Keep timestamp on copied files.
7790
7791 * make-delta: New script to produce delta distributions.
7792
77931997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7794
7795 * Version 20.2 released.
7796
77971997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7798
7799 * Version 20.1 released.
7800
7801 * Makefile.in (install-leim): Depend on mkdir.
7802 (leim): Depend on src.
7803
78041997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7805
7806 * configure.in: Recognize alpha* instead of just alpha.
7807
78081997-09-12 Paul Eggert <eggert@twinsun.com>
7809
7810 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
7811
78121997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7813
7814 * update-subdirs: Use rm -f.
7815
78161997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7817
7818 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
7819 Ignore subdirs named Old.
7820
78211997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
7822
7823 * configure.in: Add OpenBSD clause to set $machine.
7824
78251997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7826
7827 * make-dist: Recompile everything after updating various Lisp files.
7828 Recompile in leim as well as lisp.
7829 Check in leim as well as lisp for mismatched files and too-long names.
7830
78311997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7832
7833 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
7834
78351997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7836
7837 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
7838 before trying to copy anything from it.
7839
78401997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7841
7842 * Makefile.in (man/Makefile): New target.
7843 (tags): Define env var EMACS and run Makefile from build dir.
7844
78451997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
7846
7847 * config.bat: If src/_gdbinit doesn't exist, try using
7848 src/.gdbinit to create it (for building on Windows 95).
7849
78501997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7851
7852 * Makefile.in (install-arch-indep):
7853 Discard extra data in tar | tar pipes.
7854
78551997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
7856
90eacf99
SM
7857 * configure.in (x_default_search_path):
7858 Corrected '${x_library}' to '${x_library}/X11'.
067d23c9
KY
7859
78601997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7861
7862 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
7863
78641997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7865
7866 * configure.in: Support auto-configuration of both Kerberos V4 and
7867 Kerberos V5 for movemail, including detection of V4 and V5 header
7868 files and libraries.
7869
78701997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
7871
7872 * configure.in: Compute x_default_search_path
7873 and substitute into makefiles.
7874
7875 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
7876
78771997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7878
7879 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
7880
78811997-08-07 Erik Naggum <erik@naggum.no>
7882
7883 * configure.in: Remove lockdir, it is no longer needed.
7884 * Makefile.in (mkdir): Don't create lockdir.
7885 (lockdir): Variable deleted.
7886 (paths-force): Don't operate on PATH_LOCK.
7887
78881997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7889
7890 * leim-Makefile.in (clean, distclean): New targets.
7891
7892 * make-dist: Include leim/ChangeLog in leim distribution.
7893
78941997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7895
7896 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
7897
78981997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7899
7900 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
7901
79021997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7903
7904 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
7905
79061997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7907
7908 * make-dist: Update leim/leim-list.el.
7909 Pass along value of $EMACS when updating lisp dir.
7910
79111997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7912
7913 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
7914 prerequisite to the use of Doug Lea's malloc.
7915
79161997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7917
7918 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
7919
7920 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
7921
79221997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7923
7924 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
7925
79261997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7927
7928 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
7929 to news-r6.h.
7930
79311997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7932
7933 * config.bat: Use `sed' instead of `cp', which might not be
7934 installed.
7935
79361997-07-09 Kenichi Handa <handa@etl.go.jp>
7937
7938 * Makefile.in (mostlyclean): Add cleaning leim directory.
7939 (clean, distclean, maintainer-clean): Likewise.
7940
79411997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7942
7943 * make-dist (bogosities): Check subdirs of `lisp' also.
7944
79451997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7946
7947 * make-dist (etc): Really avoid symlinks now.
7948 (lisp): Don't delete from subdirs the things we never copy.
7949
79501997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7951
7952 * Makefile.in (install-arch-indep): Correct the target name.
7953 The first letter `i' was dropped by the previous change of mine.
7954
79551997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7956
7957 * configure.in (leim/Makefile): Generate this.
7958 (*-sysv4.2uw*): Recognize new alternative.
7959
7960 * leim-Makefile.in: Renamed from leim-Makefile.
7961
7962 * make-dist: Set up real-leim subdirectory,
7963 with the real contents of leim; then move it to
7964 a separate top-level directory.
7965
7966 * make-dist: Don't mention site-lisp, site-init, site-start
7967 or default, when listing files hat are not compiled and should be.
7968
7969 * configure.in: Create src/config.stamp at the end.
7970
79711997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7972
7973 * Makefile.in (install-leim): Correct previous change.
7974
79751997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7976
7977 * Makefile.in (install-leim): New target.
7978 (install): Depend on install-leim.
7979
79801997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7981
7982 * Makefile.in (SUBDIR): Add leim.
7983 (SUBDIR_MAKEFILES): Add leim/Makefile.
7984 (leim/Makefile): New target.
7985
79861997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7987
7988 * leim-Makefile: New file.
7989 * make-dist: Initialize a `leim' subdirectory with that makefile.
7990
79911997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7992
7993 * configure.in (GNU_MALLOC_reason): Fix message text.
7994
79951997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7996
7997 * make-dist (lisp): Don't process subdirs that start with =.
7998 (etc): Copy symlinks, as in src.
7999
80001997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8001
8002 * configure.in (i*86-*-unixware*): New alternative.
8003
80041997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8005
8006 * Makefile.in (src/config.stamp): Target renamed from src/config.h
8007 and touch it explicitly.
8008
8009 * configure.in (mips-sony-newsos6*): New alternative.
8010 (mips-*-linux-gnu*): New alternative.
8011 (*-*-bsdi*): New alternative.
8012 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
8013
80141997-06-22 Dave Love <d.love@dl.ac.uk>
8015
8016 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
8017 (src/config.h): New target to re-configure if src/config.in is patched.
8018
80191997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8020
8021 * configure.in (shutdown): Check for `shutdown' function.
8022
80231997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8024
8025 * update-subdirs: Include the directory "language" in subdirs.
8026
80271997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8028
8029 * configure.in (m88k-dg-dgux4*): New alternative.
8030 (alpha-*-netbsd*): New alternative.
8031 (powerpcle-*-solaris2*): New alternative.
8032
80331997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8034
8035 * make-dist: Warn about .el files that are not compiled.
8036
80371997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8038
8039 * Makefile.in (dist): Don't run update-subdirs here,
8040 since make-dist now gets that done.
8041
8042 * make-dist: Use the new `updates' target in lisp/Makefile.
8043
8044 * make-dist: Use new non-file targets in lisp/Makefile.
8045
80461997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8047
8048 * make-dist: Handle all subdirs of `lisp' uniformly.
8049 Don't handle `term' and `language' specially.
8050 Clear out umask at the beginning.
8051
80521997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8053
8054 * make-dist: Use Make to update finder-inf.el and autoloads.
8055 Also update cus-load.el.
8056
80571997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8058
8059 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
8060 in case it is desirable to disable the GNU malloc features with glibc.
8061
80621997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8063
8064 * configure.in (DOUG_LEA_MALLOC):
8065 Define if malloc_{get,set}_state exist.
8066
80671997-03-05 Kenichi Handa <handa@etl.go.jp>
8068
8069 * make-dist: Make links for files under lisp/language.
8070
80711997-02-20 Kenichi Handa <handa@etl.go.jp>
8072
8073 * update-subdirs: Exclude the directory "language" from subdirs.
8074
80751997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
8076
8077 * configure.in: Check for rint and cbrt.
8078
80791997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8080
8081 * make-dist: Use $EMACS to say where to run Emacs.
8082 Add --no-update option.
8083
80841996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8085
8086 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
8087
80881996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8089
8090 * make-dist (copying src): Check thoroughly for symlinks
8091 and copy them in all cases. Regularize the linking of *.in
8092 and *.opt and ChangeLog files.
8093 (copying lib-src): Likewise.
8094 Don't rm getdate.c or y.tab.*--they don't exist any more.
8095
80961996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
8097
8098 * configure.in: Check for libmail, maillock.h and
8099 touchlock (for movemail).
8100
81011996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8102
8103 * configure.in (limits.h): Check for this file.
8104
81051996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8106
8107 * configure.in (rs6000-ibm-aix4.2): New alternative.
8108 (rs6000-ibm-aix4.0): New alternative.
8109 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
8110
81111996-11-22 Ben Harris <bjh21@cam.ac.uk>
8112
8113 * configure.in: Recognize vax-*-netbsd*.
8114
81151996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8116
8117 * configure.in (locallisppath): Add leim directory.
8118
81191996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
8120
8121 * config.bat: Make sure `mv' supports forward slashes and -f.
8122
81231996-10-28 Christian Limpach <chris@nice.ch>
8124
8125 * configure.in (hppa*-next-nextstep*): * added after hppa
8126 to accept hppa1.0 and hppa1.1.
8127
81281996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
8129
8130 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
8131 * configure.in (ld_switch_machine): Fix typo.
8132
81331996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8134
8135 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
8136 from config.h and use them in $ac_link.
8137
81381996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
8139
8140 * configure.in: Create a subdir named `lisp'.
8141
81421996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8143
8144 * configure.in: Check for getcwd.
8145
81461996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8147
8148 * configure.in: Check for termios.h. Check for setpgid.
8149
81501996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8151
8152 * configure.in: Check for setrlimit.
8153
81541996-08-31 Paul Eggert <eggert@twinsun.com>
8155
8156 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
8157
81581996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8159
8160 * configure.in: Check for utimes.
8161
8162 * configure.in: Check for com_err library, but only
8163 if --with-kerberos was used. Check for krb and des
8164 only if --with-kerberos.
8165
81661996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8167
8168 * Makefile.in (INSTALL_STRIP): New variable.
8169 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
8170 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
8171
81721996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8173
8174 * configure.in: Check for krb and des libraries.
8175
81761996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8177
8178 * configure.in (*-sunos4.1.[3-9]*noshare):
8179 Use sunos413, not sunos4-1-3.
8180 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
8181 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
8182
81831996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8184
8185 * Makefile.in (src/paths.h): Target deleted.
8186 (paths-force): Delete all dependencies on this target
8187 but don't delete the target.
8188 (install): Depend on `all'.
8189 (paths-force): Don't print a message.
8190
8191 * configure.in: Generate src/paths.h here.
8192
81931996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8194
8195 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
8196 New variables that affect linking only.
8197 (alpha-dec-osf*): Use those instead of previous change.
8198
81991996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8200
8201 * Makefile.in (install-arch-indep): Install info/messages.
8202
82031996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8204
8205 * Version 19.33 released.
8206
82071996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
8208
8209 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
8210 Fix previous change.
8211
82121996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8213
8214 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
8215 New alternative.
8216
82171996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8218
8219 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
8220 and NON_GCC_TEST_OPTIONS.
8221
82221996-08-06 Paul Eggert <eggert@twinsun.com>
8223
8224 * configure.in (LOCALTIME_CACHE): Don't put a string literal
8225 "TZ=..." in environ.
8226
82271996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8228
8229 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
8230
82311996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8232
8233 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
8234 the more general *-sunos4.1.[3-9]* clause.
8235
82361996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8237
8238 * Version 19.32 released.
8239
8240 * configure.in (*-sco3.2v5*):
8241 Set OVERRIDE_CPPFLAG to a string of one space.
8242 Fix the code that uses OVERRIDE_CPPFLAG.
8243
82441996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
8245
8246 * configure.in: Undo previous change.
8247
82481996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8249
8250 * config.sub: Use `pc', not `unknown', when canonicalizing
8251 the vendor for ...86.
8252
82531996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
8254
8255 * configure.in: Check for termios.h header.
8256
82571996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
8258
8259 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
8260
82611996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
8262
8263 * configure.in: Split bsdos2 and bsdos2-1.
8264
82651996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8266
8267 * config.sub: If last two words are not a recognized
8268 KERNEL-OS pair, use just the last word as OS, as in 19.31.
8269 Make conversion of gnu/linux to linux-gnu really work.
8270
8271 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
8272
82731996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8274
8275 * configure.in (check for using Lucid widgets by default):
8276 Eliminate indentation that confuses some compilers.
8277
82781996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8279
8280 * config.sub: Convert linux and gnu/linux to linux-gnu.
8281
8282 * make-dist: Don't update getdate.c.
8283 Ignore =... files when checking for too-long Lisp file names.
8284
82851996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8286
8287 * configure.in (euidaccess): Check for that, not for eaccess.
8288
82891996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8290
8291 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
8292 before `noshare'.
8293 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
8294
82951996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8296
8297 * configure.in: Rename lignux to linux-gnu in configuration names.
8298 Use gnu-linux as the opsys value (s/ file name).
8299 Allow i686 just like i386, i486, i586.
8300
83011996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8302
8303 * configure.in (i*86-*-sco3.2v5): New alternative.
8304 (OVERRIDE_CPPFLAG): New variable.
8305 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
8306
8307 * configure.in: Specify vpath for .texi files.
8308
83091996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8310
8311 * configure.in: Always check for HAVE_X11R5.
8312 Separately decide whether to use a toolkit by default.
8313
83141996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
8315
8316 * configure.in: If X11R5 is missing the Xaw headers,
8317 default to --with-x-toolkit=no.
8318
83191996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8320
8321 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
8322
83231996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8324
8325 * Makefile.in (install-arch-indep): If cd etc makes output,
8326 don't treat that as part of the tar data.
8327 Check that ./lisp actually exists.
8328
83291996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
8330
8331 * make-dist: Check for long file names.
8332
83331996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8334
8335 * Version 19.31 released.
8336
83371996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8338
8339 * configure.in: Recognize sparc-*-lignux.
8340
83411996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
8342
8343 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
8344 Don't include config.w95.
8345
83461996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
8347
8348 * make-dist: Replace --no-clean-up and --no-tar options
8349 with --clean-up and --tar, so that the default is useful.
8350
83511996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8352
8353 * config.bat: Make sure the GDB init file is called src/_gdbinit;
8354 if not, tell the user to rename it and abort.
8355
83561996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8357
8358 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
8359 test program.
8360
83611996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8362
8363 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
8364
8365 * make-dist (MANIFEST): Fix previous change.
8366 (msdos): Put mainmake.v2 into the dist.
8367
83681996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8369
8370 * make-dist: Exit if autoconf fails.
8371
83721996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
8373
8374 * config.bat: Set djgpp-ver, and unset it at the end.
8375 Add a number of conditionals for DJGPP version 2.
8376 Rename label libsrc2 to libsrc3.
8377 Substitute for LDFLAGS in src/Makefile.
8378 Substitute for ALL_CFLAGS in lib-src/Makefile.
8379
83801996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8381
8382 * configure.in (ncurses): Check this after checking fns like strerror.
8383
83841996-04-08 Erik Naggum <erik@naggum.no>
8385
8386 * make-dist (MANIFEST): Don't include lines from =files.
8387
83881996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8389
8390 * make-dist: Don't put lisp/dired.todo in the dist.
8391
83921996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
8393
8394 * configure.in (HAVE_NCURSES): Look for library named ncurses.
8395
8396 * configure.in (setlocale): Check for it.
8397
8398 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
8399
84001996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8401
8402 * configure.in: Use lignux instead of linux as value of opsys.
8403
84041996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8405
8406 * Makefile.in (install-strip): Fix whitespace.
8407 Get rid of continuation.
8408
8409 * config.sub: Convert linux or gnu/linux to lignux.
8410
84111996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8412
8413 * configure.in: Accept lignux in configuration name.
8414
84151996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8416
8417 * Makefile.in (install-strip): New target.
8418
84191996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8420
8421 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
8422 -f failed to do the job on Suns.
8423
84241996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8425
8426 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
8427
8428 * configure.in (linux/version.h): Check for this header.
8429
84301996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8431
8432 * configure.in: Remove -fno-builtin hackery from -lm check.
8433
84341996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8435
8436 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
8437 just this test.
8438
8439 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
8440
84411996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8442
8443 * configure.in: Check for ncurses.
8444
84451996-02-28 Paul Eggert <eggert@twinsun.com>
8446
8447 * configure.in (LOCALTIME_CACHE):
8448 Also define if localtime mishandles unsetting TZ.
8449 This works around a localtime bug in mips-dec-ultrix.
8450
84511996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8452
8453 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
8454
8455 * configure.in: Improve messages about X versions.
8456
84571996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8458
8459 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
8460
84611996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8462
8463 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
8464 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
8465
8466 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
8467 (install): Put install-arch-indep before install-arch-dep.
8468
84691996-02-20 Dave Love <d.love@dl.ac.uk>
8470
8471 * INSTALL: Clarify info about MS-DOS path handling.
8472
84731996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8474
8475 * Makefile.in (install-arch-indep): Install info/ccmode*.
8476 In previous change, protect against /bin/pwd returning null string.
8477
84781996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8479
8480 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
8481 to lispdir.
8482
84831996-02-01 Paul Eggert <eggert@twinsun.com>
8484
8485 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
8486
84871996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8488
8489 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
8490
84911996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8492
8493 * Makefile.in (extraclean): Use ${top_distclean} to ensure
8494 we delete everything distclean deletes.
8495
84961996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
8497
8498 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
8499
85001996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8501
8502 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
8503 into LDFLAGS instead of into LIBS.
8504
85051996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8506
8507 * configure.in (HAVE_XMU): Fix typo in previous change.
8508
85091996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8510
8511 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
8512
85131996-01-10 Erik Naggum <erik@naggum.no>
8514
8515 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
8516
85171996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
8518
8519 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
8520
85211996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8522
8523 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
8524 and use -lXt to link it.
8525
85261996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8527
8528 * configure.in (locallisppath): Put version-specific dir first.
8529
85301996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8531
8532 * configure.in (hppa-*-nextstep*): New alternative.
8533 (USE_X_TOOLKIT): By default, set this to "maybe";
8534 and change that later to LUCID or "no" according to X11 version.
8535
8536 * make-dist: Recompile outdated .elc files and update all autoloads.
8537
85381996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8539
8540 * configure.in (locallisppath): Fix typo in last change: " -> '.
8541
85421996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8543
8544 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
8545
85461995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8547
8548 * Makefile.in (install-arch-indep): Give all files read permission.
8549
85501995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8551
8552 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
8553 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
8554
85551995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8556
8557 * configure.in: Determine HAVE_X11R6.
90eacf99 8558 (HAVE_MENUS): Rename from HAVE_X_MENU.
067d23c9
KY
8559
85601995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8561
8562 * configure.in: Just "solaris" now defaults to version 2.4.
8563 Add sunos4.1.n-noshare as alternative.
8564
85651995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8566
8567 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
8568
85691995-11-29 Erik Naggum <erik@naggum.no>
8570
8571 * Makefile.in (install-arch-indep): Add missing backslash.
8572
85731995-11-29 Karl Eichwalder <ke@ke.Central.DE>
8574
8575 * Makefile.in (install-arch-indep): Don't install
8576 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
8577
85781995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8579
8580 * Makefile.in (install-arch-indep): Fix previous change.
8581
8582 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
8583
85841995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8585
8586 * Version 19.30 released.
8587
8588 * make-dist (lisp): Exclude subdirs.el.
8589
85901995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8591
8592 * make-dist (etc): Delete *.orig and *.rej.
8593
85941995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8595
8596 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
8597
85981995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8599
8600 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
8601
86021995-11-14 Geoff Voelker <voelker@cs.washington.edu>
8603
8604 * make-dist (nt): Rename install, readme, and todo to
8605 INSTALL, README, and TODO.
8606
86071995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8608
8609 * make-dist (lisp): Don't distribute site-start.
8610
86111995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
8612
8613 * make-dist: Break the hard link on alloca.c.
8614
86151995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8616
8617 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
8618
86191995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8620
8621 * make-dist (src, lib-src): Don't distribute Makefile.c.
8622 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
8623
86241995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8625
8626 * Makefile.in (mkdir): Create man1dir, not mandir.
8627 (uninstall): Use man1dir, not mandir.
8628
86291995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8630
8631 * Makefile.in (man1dir): New variable.
8632 (install-arch-indep): Use man1dir.
8633
8634 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
8635
8636 * make-dist: Create lisp/MANIFEST.
8637
86381995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8639
8640 * configure.in (m68k-*-linux*): New alternative.
8641
86421995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8643
8644 * make-dist: Use new names config.in, paths.in, and
8645 {src,lib-src}/Makefile.in.
8646
86471995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8648
8649 * configure.in: Don't bother checking for drem.
8650
86511995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8652
8653 * Makefile.in (distclean): Delete line with just a tab in it.
8654 (install-arch-indep): Delete spaces that precede tabs.
8655 Delete spurious `fi' left from previous change.
8656 (install): Supply `true' as command, to avoid null command.
8657
86581995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8659
8660 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
8661
86621995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8663
ed9265fc 8664 * configure.in (powerpc-*-solaris2): New alternative.
067d23c9
KY
8665
86661995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
8667
8668 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
8669 of paths.h.tmp$$, to avoid going beyond 14 characters.
8670
86711995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8672
8673 * configure.in: Improve error msg for invalid --with-x-toolkit value.
8674
86751995-09-06 Paul Eggert <eggert@twinsun.com>
8676
8677 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
8678 if localtime caches TZ. Check for tzset.
8679
86801995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8681
8682 * config.bat: Simplify using new names file names src/makefile.in,
8683 config.in, paths.in. Change Echo commands not to use `.
8684
86851995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8686
8687 * Makefile.in (install-arch-indep): Always install the new dir file;
8688 rename the previous dir file to dir.bak or dir.old.
8689
86901995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8691
8692 * configure.in (RANLIB): Substitute this into makefiles.
8693 Set it specially on solaris; set it by default on other systems.
8694
8695 * configure.in: Fix previous Alpha change.
8696
86971995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8698
8699 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
8700 NON_GCC_TEST_OPTIONS.
8701
87021995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8703
8704 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
8705 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
8706
8707 * configure.in (alpha-*-linux*): New configuration.
8708
87091995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8710
8711 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
8712 (m68k-next-nextstep*): New alias for that.
8713 (i*86-*-nextstep*): Use nextstep.h.
8714 (sparc-*-nextstep*): New configuration.
8715
87161995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8717
8718 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
8719 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
8720
87211995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8722
8723 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
8724 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
8725
87261995-07-18 Mike Long <mike.long@analog.com>
8727
8728 * make-dist: Fix update of finder-inf.el, and byte-compile it.
8729
87301995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8731
8732 * Makefile.in (src/paths.h, paths-force):
8733 Rename src/paths.h.in to src/paths.in.
8734 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
8735
8736 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
8737 Use Makefile.c for intermediate file.
8738 Rename src/config.h.in to src/config.in.
8739
87401995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
8741
8742 * configure.in (mips-dec-ultrix*): Assume version 4.3.
8743 (mips-dec-ultrix4.[12]): New alternative for old versions.
8744
87451995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8746
8747 * make-dist: Don't break intra-tree links.
8748
87491995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8750
90eacf99
SM
8751 * configure.in: Put back archlibdir initialization.
8752 Require autoconf 2.4.1 or later.
067d23c9
KY
8753
87541995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8755
8756 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
8757 (mips-mips-riscos5*): New alternative.
8758
87591995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8760
8761 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
8762
87631995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8764
8765 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
8766 (mandir, infodir, archlibdir): Initializations deleted.
8767
8768 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
8769 On hpux9shr, use hpux9shxr4.h.
8770
87711995-06-24 Morten Welinder <terra+@cs.cmu.edu>
8772
8773 * configure.in: Added target mips-dec-mach_bsd4.3.
8774 * config.guess: Guess mips-dec-mach_bsd4.3.
8775
87761995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8777
8778 * Makefile.in (mkdir): Use symbolic chmod.
8779
87801995-06-22 Paul Eggert <eggert@twinsun.com>
8781
8782 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
8783 SunOS 4.1.5 through 4.1.9, should they ever exist.)
8784
87851995-06-22 Paul Eggert <eggert@twinsun.com>
8786
8787 * Makefile.in (SUBDIR_MAKEFILES):
8788 Add man/Makefile, so `make distclean' removes it.
8789 (top_distclean): Add config.log to the list of files to be removed.
8790
87911995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8792
8793 * Version 19.29 released.
8794
87951995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8796
8797 * configure.in: Fix the previous change to verify that the -b
8798 option really solves the problem.
8799
8800 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
8801
88021995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8803
8804 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
8805
88061995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8807
8808 * configure.in: Report more clearly when there is no special
8809 dir to search for X includes or libraries.
8810
88111995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8812
8813 * configure.in: Check for -lpthreads, not -lpthread.
8814
88151995-06-09 Geoff Voelker <voelker@cs.washington.edu>
8816
8817 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
8818
88191995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8820
8821 * configure.in: Check for -lpthread.
8822
88231995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8824
8825 * Makefile.in (install-arch-indep): Install info files for mh-e.
8826 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
8827
88281995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8829
8830 * configure.in (*-solaris2.5): New configuration.
8831
8832 * make-dist: Copy new files config.nt and config.w95.
8833
88341995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8835
8836 * configure.in: Use x_includes, not x_libraries, for -I.
8837 Make bitmapdir a colon-separated list.
8838
88391995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
8840
8841 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
8842
8843 * configure.in: Allow x_libraries and x_includes to be paths.
8844
88451995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8846
8847 * configure.in: Fix typo.
8848
88491995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8850
8851 * INSTALL: Clarify use of site-init.el.
8852
88531995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
8854
8855 * configure.in: Pass arg to sqrt.
8856
88571995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8858
8859 * make-dist: Fix May 6 change.
8860
88611995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8862
8863 * vpath.sed: Delete reference to ymakefile.
8864
88651995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8866
8867 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
8868
88691995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8870
8871 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
8872
8873 * update-subdirs: Specify /bin/sh to run the script.
8874
88751995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8876
8877 * make-dist: Put src/makefile.nt in dist.
8878
8879 * configure.in (i[345]86-*-bsdi2*): New configuration.
90eacf99 8880 (vax-dec-bsd386*): Delete.
067d23c9
KY
8881
88821995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8883
8884 * configure.in: Make sure CDPATH doesn't mess up PWD check.
8885 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
8886 Use fmod instead of logb in -lm check.
8887
88881995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8889
90eacf99 8890 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
067d23c9
KY
8891 Use bsd4-3. Don't set NON_GNU_CPP.
8892
8893 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
8894 In nt, copy various different things, but not *.cmd.
8895 Fix the ln commands for the subdirs of nt.
8896
88971995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8898
8899 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
8900
89011995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8902
8903 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
8904 since that's what the header file expects.
8905
89061995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
8907
8908 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
8909 and 68040 based machines when choosing options for gnucc.
8910
89111995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8912
8913 * Makefile.in (top_distclean): Delete config.cache.
8914
89151995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8916
8917 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
8918
8919 * configure.in: Use m/ncr386.h.
8920
89211995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8922
8923 * Makefile.in (install-arch-indep): Undo Sep 23 change.
8924
89251995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8926
8927 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
8928 (man): Don't copy texindex.c and getopt.c; they're deleted.
8929 (etc): Omit `e'; it's a subdirectory.
8930 (etc/e): Use `../..', not `..', to reference top level.
8931
89321995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
8933
8934 * Makefile.in (install-arch-indep, dist):
8935 Look for `update-subdir' in $(srcdir).
8936
89371995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8938
8939 * make-dist: Include mkinstalldirs in distribution.
8940
89411995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8942
8943 * make-dist: Add missing close backquote.
8944
89451995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8946
8947 * make-dist: Don't distribute shortnames directory.
8948
89491995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8950
8951 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
8952
89531995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8954
8955 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
8956
89571995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8958
8959 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
8960
89611995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8962
8963 * configure.in (mips-sgi-irix6): New configuration.
8964
89651995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8966
90eacf99 8967 * Makefile.in (maintainer-clean): Rename from realclean.
067d23c9
KY
8968
89691995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8970
8971 * configure.in: Create a .gdbinit that sources the real one,
8972 if using a different build directory.
8973
89741995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8975
8976 * configure.in: Check for sys/select.h.
8977
89781995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8979
8980 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
8981
89821994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8983
8984 * configure.in: Handle isc 4.1 operating system.
8985
89861994-12-10 Richard Stallman <rms@kepa>
8987
8988 * configure.in (rs6000-ibm-aix4.1*): New alternative.
8989 (rs6000-ibm-aix4*): New alternative.
8990
89911994-12-06 Richard Stallman <rms@kepa>
8992
8993 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
8994
89951994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8996
8997 * configure.in: Don't try to make directories that are guaranteed
8998 to already exist.
8999
90001994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9001
9002 * configure.in: Generate man/Makefile from man/Makefile.in.
9003 Create the man subdir.
9004
9005 * Makefile.in (dvi): Run Make in our man subdir.
9006
9007 * make-dist: Create subdir etc/e.
9008 Make links to it.
9009 Put man/Makefile.in in dist, instead of man/Makefile.
9010
90111994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
9012
9013 * configure.in: Add --with-pop, --with-kerberos, and
9014 --with-hesiod for movemail.
9015
90161994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9017
9018 * configure.in (m68*-apollo*): Use s/domain.h.
9019
90201994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9021
9022 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
9023
90241994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9025
9026 * configure.in: Don't add -I, -L, -R options for cc if their
9027 arguments would be empty.
9028
90291994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9030
9031 * configure.in (i860-intel-osf1*): New alternative.
9032 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
9033 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
9034
90351994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9036
9037 * configure.in: Make h_errno check not use nested functions.
9038
90391994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9040
9041 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
9042
90431994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9044
9045 * Makefile.in (install-arch-indep): Avoid continued comment
9046 swallowing target line.
9047
90481994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
9049
9050 * configure.in: Protect a character class with `changequote'.
9051
90521994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9053
9054 * configure.in: Accept `news' as a synonym for `newsos'.
9055
90561994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9057
9058 * Makefile.in: Don't rm files if cd fails.
9059
90601994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9061
9062 * make-dist: Put nt subdir and its subdirs in the dist.
9063 (lib-src): Put makefile.nt in the dist.
9064 (lisp): Put makefile.nt in the dist.
9065
90661994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9067
9068 * configure.in: Change a stray `[' to `test'.
9069
90701994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9071
9072 * configure.in: Adapt for Autoconf v2. Use the standard argument
9073 parser, host type canonicalizer, X11 finder, and message
9074 printing macros. Use the new macro names. Use `test' instead of `['.
9075
90761994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9077
9078 * configure.in: Check for getpagesize.
9079
90801994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9081
9082 * make-dist (msdos): Put sed* in the distribution.
9083
90841994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
9085
9086 * config.bat: New option, `--with-x', for configuring Emacs
9087 for use with the X11 system DesqView/X.
9088 New option, `--no-debug', for compiling Emacs without debug
9089 information thus saving disk space.
9090 (src/config.h, src/paths.h): Use `update' (which is like
9091 `move-if-changed') to change the file.
9092 (src/config.h): When configuring for X11 perform extra changes.
9093 (src/makefile): When configuring for X11 perform extra changes.
9094 (lib-src): Remove temporary files.
9095 (): Check that `sed', `rm', `mv', and `gcc' are available.
9096
90971994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9098
9099 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
9100
9101 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
9102
91031994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9104
9105 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
9106
9107 * configure.in (canonical): Substitute var into makefiles.
9108 (bitmapdir): Likewise.
9109
9110 * Makefile.in (bitmapdir): New variable.
9111 (src/paths.h, paths-force): Edit PATH_BITMAPS.
9112
91131994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9114
9115 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
9116
9117 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
9118 * update-subdirs: New shell script.
9119
91201994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9121
9122 * Makefile.in (top_distclean): Don't rm build-install.
9123 (SOURCES): Delete build-install.in.
9124
9125 * make-dist: Don't distribute build-ins.in.
9126 * build-ins.in: File deleted.
9127
91281994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
9129
9130 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
9131
91321994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9133
9134 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
9135
90eacf99
SM
9136 * configure.in (libexecdir): Rename from libdir. New default.
9137 (sharedstatedir): Rename from statedir. New default.
067d23c9
KY
9138 (datadir): New default.
9139
9140 * make-dist: Don't distribute subdirs.el.
9141
91421994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9143
9144 * configure.in (eaccess): Check for it.
9145
91461994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9147
9148 * configure.in (mktime): Check for it.
9149
91501994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
9151
9152 * configure.in (motif): Add support for usage and option checking.
9153
91541994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
9155
9156 * configure.in (utimes): Check for it.
9157
91581994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
9159
9160 * Makefile.in (install-arch-indep): Don't do mkdir here.
9161
91621994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9163
9164 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
9165 riscix.h renamed to acorn.h.
9166
91671994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
9168
9169 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
9170 New configurations.
9171
91721994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9173
9174 * configure.in: Remove trailing slashes from srcdir.
9175
91761994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9177
090bd7cb 9178 * configure.in (i[345]86-sequent-ptx*): Handle.
067d23c9
KY
9179
91801994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9181
ed9265fc 9182 * Makefile.in (paths-force): Depend on src/paths.h.
067d23c9
KY
9183
91841994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9185
9186 * configure.in (config_options): Save all arguments, not just some.
9187
91881994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9189
090bd7cb 9190 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
067d23c9
KY
9191
9192 * configure.in: Add AC_AIX.
9193 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
9194
91951994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9196
9197 * configure.in (parsing options): Simplify sed command to delete -'s.
9198
91991994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
9200
9201 * configure.in (config_options): New shell variable.
9202 Pass its value to C code in EMACS_CONFIG_OPTIONS.
9203
92041994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9205
9206 * configure.in (alpha-dec-osf*): New target.
9207
9208 * Makefile.in: Use just one FRC target.
9209
92101994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9211
9212 * Makefile.in (removenullpaths, paths-force):
9213 Use name paths.h.tmp$$, which depends on the pid.
9214
92151994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9216
9217 * Makefile.in (removenullpaths, paths-force):
9218 Put paths.h.tmp in top-level dir, not in src.
9219
92201994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9221
9222 * Version 19.27 released.
9223
92241994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9225
9226 * Version 19.26 released.
9227
92281994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9229
9230 * configure.in: Check for lrand48, not rand48.
9231
92321994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9233
9234 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
9235 (powerpc-ibm-aix*): New aliases.
9236
92371994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9238
9239 * make-dist (src/m, src/s): Put *.inp in distribution.
9240
92411994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9242
9243 * configure.in: Accept i586 and i486 along with i386.
9244
92451994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9246
9247 * configure.in: Do compute unexec, LIBX, system_malloc, etc
9248 even if CPP env var was set by the user.
9249
9250 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
9251
92521994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
9253
9254 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
9255
92561994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9257
9258 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
9259
92601994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9261
9262 * configure.in: Check more specifically for i*86-sun-sunos.
9263
92641994-08-03 Caveh Jalali (caveh@eng.sun.com)
9265
9266 * configure.in: Handle solaris 2.4.
9267
92681994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9269
9270 * configure.in (rand48): Check for it.
9271
92721994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9273
9274 * make-dist: Update the info files.
9275
92761994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9277
9278 * configure.in: Make "checking..." messages' style consistent.
9279 (HAVE_H_ERRNO): New test.
9280
92811994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9282
9283 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
9284
92851994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9286
9287 * configure.in (CFLAGS): If the envvar was specified, use that.
9288 And set REAL_CFLAGS from it too.
9289
92901994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9291
9292 * make-dist: Update finder-inf.el.
9293
92941994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9295
9296 * make-dist (msdos): Include sed4.inp in dist.
9297
9298 * Makefile.in (libsrc_libs): Var deleted.
9299
93001994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9301
9302 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
9303
93041994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9305
9306 * configure.in (mips-sony-newsos4*): New alias.
9307
93081994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9309
9310 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
9311 (*-convex-convexos*): Accept this as alias.
9312
93131994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9314
9315 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
9316 for two different uses.
9317
93181994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9319
9320 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
9321
93221994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9323
9324 * make-dist: Put ./BUGS into the distrib.
9325
93261994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9327
9328 * configure.in: Handle 386 running Solaris 2.
9329
93301994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9331
9332 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
9333
93341994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9335
9336 * configure.in (mips-sony-newsos*): Use news-risc.h.
9337
9338 * configure.in: Accept bsdi as opsys, like bsd386.
9339
93401994-06-01 Morten Welinder (terra@diku.dk)
9341
9342 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
9343
93441994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9345
9346 * Version 19.25 released.
9347
9348 * make-dist (shortversion): Don't assume another period follows.
9349
93501994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9351
9352 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
9353 (uninstall): Use /bin/pwd.
9354
9355 * Makefile.in (blessmail): Depend on src.
9356 (all): Don't depend on blessmail.
9357
9358 * Makefile.in (src/paths.h): Don't force recomputation.
9359 (paths-force): New target; force recomputation of paths.h.
9360 (all): Depend on paths-force.
9361 (src, lib-src): Depend on src/paths.h.
9362
9363 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
9364 NON_GCC_TEST_OPTIONS.
9365
93661994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9367
9368 * configure.in: Don't insist on subversions for irix.
9369
93701994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9371
9372 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
9373
9374 * configure.in (i[34]86-next-*): New alternative.
9375
93761994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9377
9378 * Version 19.24 released.
9379
9380 * configure.in: New config hppa*-hp-hpux9shr*.
9381
93821994-05-22 Morten Welinder (terra@tyr.diku.dk)
9383
9384 * config.bat: Doc fix.
9385
93861994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9387
9388 * Makefile.in (mostlyclean, clean, distclean, realclean)
9389 (extraclean): Don't act on man subdir if it doesn't exist.
9390
93911994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9392
9393 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
9394 Use them to set up CC.
9395 (*-sun-sunos4.1.3): Set them.
9396
93971994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9398
9399 * Makefile.in (lib-src): Don't depend on src/paths.h.
9400
94011994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9402
9403 * build-ins.in (copydests): Get rid of spurious `-'s.
9404
9405 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
9406
94071994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9408
9409 * Version 19.23 released.
9410
9411 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
9412 for the Xlib and Xt checks; then restore old CFLAGS.
9413
94141994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9415
9416 * configure.in (HAVE_X11XTR6): Add newline before #if.
9417 Add newline after #endif.
9418
94191994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9420
9421 * configure.in (HAVE_X11XTR6): Arrange to define it.
9422
94231994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9424
9425 * Makefile.in (install): Depend on blessmail.
9426
94271994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9428
9429 * configure.in (mips-siemens-sysv*): Put quotes around value
9430 containing blanks.
9431
94321994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9433
9434 * Makefile.in (TAGS): Use the makefile in src subdir.
9435
94361994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9437
9438 * configure.in (opsys): Recognize `gnu'.
9439
94401994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9441
9442 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
9443
94441994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9445
9446 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
9447 version > 1.8.
9448
94491994-05-08 Morten Welinder (terra@diku.dk)
9450
9451 * config.bat: Forcibly remove "# " style comments from makefiles.
9452
94531994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9454
9455 * Makefile.in (uninstall): When processing lispdir and etcdir,
9456 do nothing unless it exists and is a directory.
9457
94581994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9459
9460 * Makefile.in (install-arch-indep): Do install info/dired-x*.
9461 Merge code in from install-doc.
9462 (install-doc): Merge code back into install-arch-indep.
9463 (install-arch-dep): Don't depend on install-doc.
9464
9465 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
9466
94671994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9468
9469 * configure.in (making src/Makefile and lib-src/Makefile):
9470 Split off the autoconf substitutions and don't pass them thru cpp.
9471 (undefs): Use $canonical as well as $configuration.
9472
9473 * make-dist: Distribute lisp/Makefile.
9474
9475 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
9476 Use lower case names for the s files.
9477
94781994-05-03 Morten Welinder (terra@diku.dk)
9479
9480 * config.bat: Added possibility for different file name
9481 transcriptions in lib-src.
9482
94831994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9484
9485 * Makefile.in (lib-src): Undo previous change.
9486 (blessmail): New target to run maybe-blessmail in lib-src.
9487 (all): Depend on blessmail.
9488
9489 * Makefile.in (lib-src): Depend on src.
9490
94911994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
9492
9493 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
9494 (m88k-dg-dgux5.4R2): dgux5.4R2.
9495
94961994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9497
9498 * configure.in (window_system): Restore accidentally deleted code
9499 that uses AC_FIND_X.
9500
9501 * make-dist: Distribute config.bat.
9502
95031994-04-29 Morten Welinder (terra@diku.dk)
9504
9505 * config.bat: Corrected the configuration of lib-src
9506 to keep up with configure. Add note about dos version 3
9507 or better needed (djgpp needs that). Add note explaining
9508 that either install in c:/emacs or edit the script.
9509 Don't change to c:/emacs, but assume we're there (to minimize
9510 the number of places to change).
9511
9512 * config.bat: Build-in the first step towards X11 support with
9513 the X11 emulator that exists. At this time it won't work,
9514 and several files are missing.
9515
95161994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9517
9518 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
9519 Don't look for -lresolv.
9520
9521 * Makefile.in (lib-src): Depend on src/paths.h.
9522
95231994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9524
9525 * configure.in: Restore deleted AC_SUBST of `configuration'.
9526 Improve error message for bad --with-x-toolkit value.
9527
9528 * configure.in: Define CONFIGURATION in src/config.h
9529 rather than substituting in src/Makefile.in.
9530
95311994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9532
9533 * Makefile.in (install-doc): New target.
9534 (install-arch-dep): Depend on install-doc.
9535 (mkdir): Create docdir.
9536
95371994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9538
9539 * configure.in: Test for libresolv.a.
9540 Substitute machfile and opsysfile.
9541
95421994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9543
9544 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
9545 (install-arch-dep): Install under the name $(EMACS).
9546
95471994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9548
9549 * configure.in (version): Use entire value of emacs-version.
9550 (mips-siemens-sysv*): New alternative.
9551
95521994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9553
9554 * Makefile.in (install-arch-indep): Don't install dired-x*.
9555
95561994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9557
9558 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
9559 Fix definition of $undefs.
9560
95611994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9562
9563 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
9564
9565 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
9566
95671994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9568
9569 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
9570
95711994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9572
9573 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
9574 and run it thru cpp, as with src/Makefile.in.
9575
9576 * configure.in: Use AC_SET_MAKE.
9577
95781994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9579
9580 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
9581
95821994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9583
9584 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
9585
9586 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
9587 (printing the choices): Make the toolkit message unconditional.
9588 (USE_X_TOOLKIT): Use `none', not `no', if none.
9589 (include libsrc_libs): Include config.h, and specify -I for srcdir.
9590 Get rid of temp file foofoo1.
9591
95921994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9593
9594 * configure.in (CFLAGS): Use shell syntax, not Makefile.
9595
95961994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9597
9598 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
9599 (printing the choices): State choice of toolkit.
9600 (libsrc_libs): Recalculate after writing config.h;
9601 then update lib-src/Makefile.
9602
96031994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9604
9605 * configure.in: Add sunos4shr as alternative for suns.
9606 Conditionals testing for null $CC were backwards.
9607
96081994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9609
9610 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
9611
96121994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9613
9614 * configure.in: Handle -isc4.0*.
9615
96161994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9617
9618 * configure.in (esix5): Set NON_GNU_CPP.
9619
96201994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
9621
9622 * Makefile.in (thisdir): Nonsensical variable removed.
9623 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
9624 back to $thisdir, rather than the directory `this_dir'.
9625
96261994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9627
9628 * Makefile.in (install-arch-indep): Add missing backslash after a
9629 `then'.
9630
96311994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9632
9633 * Makefile.in (thisdir): New variable.
9634 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
9635
96361994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9637
9638 * configure.in: Add freebsd.
9639
96401994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9641
9642 * configure.in: Check for fpathconf.
9643
96441994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9645
9646 * configure.in (with_x_toolkit): Fix typo in previous change.
9647
96481994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9649
9650 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
9651
96521994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9653
9654 * configure.in (with_x_toolkit): Don't allow motif or open-look.
9655
96561994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9657
9658 * configure.in: Fix value of docdir.
9659 * Makefile.in (install-arch-indep): Install DOC* in docdir.
9660
96611994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9662
9663 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
9664
96651994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
9666
9667 * configure.in: New variable docdir to control where the docstring
9668 file goes.
9669 Makefile.in: Use it to initialize PATH_DOC in paths.h.
9670
96711994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9672
9673 * configure.in: When --run-in-place, don't inherit archlibdir.
9674
96751994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9676
9677 * Makefile.in (install-arch-dep, install-arch-indep):
9678 New targets split up former do-install rule.
9679 (do-install): Target deleted.
9680
96811994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9682
9683 * configure.in (mips-sony-newsos*): New configuration.
9684
96851994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
9686
90eacf99 9687 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
067d23c9
KY
9688
96891994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9690
9691 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
9692
96931994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9694
9695 * configure.in: Don't initialize CC.
9696
96971994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9698
9699 * configure.in (creating src/Makefile): Also generate -U switches
9700 for symbols in the $configuration value.
9701
9702 * configure.in: Check for sys_siglist being declared in system header.
9703
97041994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9705
9706 * configure.in (creating src/Makefile): Delete blank lines
9707 along with lines of whitespace.
9708 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
9709
97101994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9711
9712 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
9713 like C_SWITCH_SYSTEM.
9714 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
9715
97161994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9717
9718 * configure.in (drem): Check for this function.
9719
97201994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9721
9722 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
9723 If CPP was inherited from environment, don't use NON_GNU_CPP.
9724 (NON_GNU_CC): Likewise.
9725 (handling with_gcc): Use explicit if in the `no' case.
9726 (cc_specified): New variable; if set, don't use NON_GNU_CC.
9727
97281994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9729
9730 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
9731
97321994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9733
9734 * configure.in: Check whether fmod exists.
9735
97361994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9737
9738 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
9739 {src,lisp}/OChangeLog.
9740
97411994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9742
9743 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
9744 necessary for proper operation. This code works with the current
9745 released version of Autoconf.
9746
97471994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9748
9749 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
9750 (USE_X_TOOLKIT): Define it for all values except `no'.
9751
9752 * configure.in: Undo first Jan 8 change and Jan 16 change.
9753
97541994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9755
9756 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
9757 Substitute USE_X_TOOLKIT as both C macro and Make variable.
9758
9759 * Makefile.in (lwlib/Makefile): New target.
9760 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
9761 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
9762 (unlock, relock): Handle lwlib subdir.
9763
9764 * Makefile.in: Add some .PHONY targets.
9765
9766 * make-dist: Handle lwlib subdir like oldXMenu subdir.
9767
9768 * lwlib: New subdirectory.
9769
97701994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9771
9772 * configure.in: If CPP has a value that is a directory,
9773 discard the value.
9774
97751994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9776
9777 * configure.in (srcdir_undefs): Add g flag to sed substitution to
9778 remove -U[0-9]*.
9779
97801994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9781
9782 * Makefile.in (do-install): Install the dired-x info files.
9783
9784 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
9785 (See src/s/sol2.h.)
9786
97871994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9788
9789 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
9790
97911994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9792
9793 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 9794 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
9795 gratuitously break this and not make a change log entry.
9796 Optimized sed processing of Makefile.in and cpp output; now
9797 preserves comments previously removed from the cpp input.
9798 Eliminated temp file for cpp output. Generate -U switches to
9799 undefine all identifiers that appear in the directory name
9800 ${srcdir}; pass these to cpp.
9801
9802 * configure.in (version): Fix sed regexp to match two-elt version
9803 number.
9804
9805 * configure.in: Check for strerror.
9806
98071994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9808
9809 * configure.in: Test for bcmp.
9810
98111994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9812
9813 * make-dist (tempdir): Put subdir msdos into the distribution.
9814
98151993-01-07 Morten Welinder (terra@diku.dk)
9816
9817 * config.bat: New file.
9818
98191994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9820
9821 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
9822
98231994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9824
9825 * configure.in (m68*-next-*): Don't care about which os is specified.
9826 (i[34]86-*-*): Check for *-nextstop*.
9827
98281993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9829
9830 * configure.in: Check for setsid.
9831
98321993-12-17 Richard Stallman (rms@srarc2)
9833
9834 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
9835
98361993-12-15 Richard Stallman (rms@srarc2)
9837
9838 * Makefile.in (mkdir): Make only the lockdir writable.
9839
90eacf99 9840 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
067d23c9
KY
9841
98421993-12-11 Richard Stallman (rms@srarc2)
9843
9844 * Makefile.in (libdir): Use @libdir@.
9845
98461993-12-08 Richard Stallman (rms@srarc2)
9847
9848 * Makefile.in (install): Add empty command.
9849
98501993-12-04 Richard Stallman (rms@srarc2)
9851
9852 * make-dist: Put man/getopt.c in the dist.
9853
9854 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
9855
9856 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
9857
98581993-12-03 Richard Stallman (rms@srarc2)
9859
9860 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
9861 Set it for all solaris versions.
9862 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
9863 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
9864 Likewise for NON_GNU_CC and CC.
9865
98661993-12-01 Richard Stallman (rms@srarc2)
9867
9868 * configure.in (mips-mips-riscos4*): Assign variable CC.
9869 (checking ${with_gcc}): If "no", don't override CC if already set.
9870 (CC): Initialize it as empty.
9871
98721993-11-30 Richard Stallman (rms@srarc2)
9873
9874 * configure.in (Suns): Set CPP if *-solaris2.3*.
9875
98761993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9877
9878 * Version 19.22 released.
9879
9880 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
9881
98821993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9883
9884 * make-dist: When breaking links, use cp -p.
9885 Copy install.sh into distribution.
9886 Move the temp dir up into the parent dir;
9887 don't leave the staging dir make-dist.tmp... in existence.
9888 * install.sh: New file.
9889
98901993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9891
9892 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
9893
98941993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9895
9896 * configure.in (version): When --run-in-place, exclude
9897 ${datadir}/emacs/site-lisp from locallisppath.
9898
98991993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9900
9901 * configure.in: Delete jumk.c before writing it.
9902
99031993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9904
9905 * Version 19.21 released.
9906
9907 * Makefile.in (mkdir): Ignore error from chmod.
9908
99091993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9910
9911 * make-dist: Don't put lisp/forms.README in the distribution.
9912
99131993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9914
9915 * configure.in (creating src/Makefile): Before running cpp,
9916 discard all lines that start with `# Generated' or /**/#.
9917
99181993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9919
9920 * Version 19.20 released.
9921
9922 * make-dist: Use build-ins.in, not build-install.in.
9923 Don't bother updating TAGS since it's not included.
9924
9925 * build-ins.in: Renamed from build-install.in.
9926
99271993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9928
9929 * make-dist: Don't try to link *.texinfo--there are none now.
9930 When running make in lib-src, specify YACC var value.
9931
99321993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9933
9934 * configure.in (extrasub): Add vpath patterns for %.[yls].
9935
9936 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
9937 Instead just include the commands to make src/Makefile as the
9938 second arg to AC_OUTPUT.
9939
9940 * configure.in: Use : instead of dnl for comment inside
9941 $makefile_command.
9942
9943 * configure.in: No longer use vpath_sed. Instead, when we notice
9944 srcdir already configured, set extrasub to hack vpath in the
9945 makefiles.
9946
9947 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
9948 before moving it.
9949 * Makefile.in (VPATH): Define to @srcdir@.
9950
99511993-09-28 Brian J. Fox (bfox@cubit)
9952
9953 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
90eacf99
SM
9954 doesn't exist. Just copy src/Makefile.in instead.
9955 Touch all of the Makefiles after editing config.status.
067d23c9
KY
9956
9957 * INSTALL: Update documentation to match new configuration
9958 mechanism.
9959
99601993-09-27 Brian J. Fox (bfox@ai.mit.edu)
9961
9962 * configure.in: Allow any of the path or directory Makefile
9963 variables to be set with flags to configure. Create all Makefiles
9964 at configure time. Edit special commands into config.status after
9965 src/Makefile.in is built from src/Makefile.
9966
9967 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
9968 If these files are out of date, simply have config.status
9969 rebuild them; don't rebuild them explicitly.
9970
99711993-09-25 Brian J. Fox (bfox@ai.mit.edu)
9972
9973 * build-install.in: Change src/xemacs to src/emacs. We no longer
9974 create src/xemacs, so the file wouldn't be found.
9975
9976 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
9977
99781993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9979
9980 * configure.in: Avoid forcing the search of /usr/include before
9981 fixed include files by resetting C_SWITCH_X_SITE if it is
9982 "-I/usr/include".
9983
99841993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9985
9986 * Makefile.in (@rip_paths@locallisppath):
9987 Delete ${datadir}/emacs/site-lisp.
9988
99891993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9990
9991 * configure.in:
9992 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
9993 Remove ${extra_output} from AC_OUTPUT call.
9994
99951993-09-17 Brian J. Fox (bfox@inferno)
9996
9997 * make-dist: Quote backquotes found in strings to be echoed.
9998
9999 * configure.in: Use "sh -c pwd" when we want to avoid having the
10000 shell fix up the value of $PWD.
10001
100021993-09-13 Brian J. Fox (bfox@inferno)
10003
10004 * Makefile.in (do-install): Don't abort if ln or chmod at the end
10005 of the installation fail. Suggested by Karl Berry.
10006
100071993-08-30 Brian J. Fox (bfox@inferno)
10008
10009 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
10010 was used. Set MAKEFLAGS from MFLAGS.
10011
100121993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10013
10014 * configure.in: Test for res_init in libc.
10015
100161993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10017
10018 * configure.in: In the file ${tempcname}, use configure___
10019 instead of @configure@.
10020
100211993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
10022
ed9265fc 10023 * make-dist: Dist vpath.sed.
067d23c9
KY
10024
10025 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
10026 Depend on vpath.sed.
6e81c819 10027 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
10028
10029 * configure.in: Substitute variable `vpath_sed'.
10030 If not in $srcdir and $srcdir is configured,
10031 issue warning that GNU make is required,
10032 and set vpath_sed to use vpath.sed script.
10033
100341993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10035
90eacf99
SM
10036 * configure.in: Remove check for $srcdir being configured.
10037 This pretty much works now.
067d23c9
KY
10038 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
10039 Check for XFree86 (/usr/X386/include) independent of whether
10040 -lXbsd exists.
10041
10042 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
10043 realclean, unlock, relock): Use `$(MAKE)' in place of plain
10044 `make'.
10045
100461993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10047
10048 * Version 19.19 released.
10049
10050 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
10051
100521993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10053
10054 * configure.in: Check for XScreenNumberOfScreen.
10055
100561993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10057
10058 * configure.in: Add * to end of all configuration alternatives.
10059 (m68*-sony-newsos3*): New alternative.
10060
100611993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10062
10063 * make-dist: Include getdate.c in distribution.
10064
10065 * configure.in: For --help, use $PAGER if it is set.
10066 (LIB_X11_LIB): Default to -lX11.
10067 (mips-sgi-irix5.*): New alternative.
10068
10069 * Makefile.in (do-install): Install info/gnus* and info/sc*.
10070
10071 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
10072 Recognize *.B8.* as hpux version 8.
10073 (m68*-tektronix-bsd*): Fix typo in tek4300.
10074 (AC_HAVE_FUNCS): Add ftime.
10075
100761993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10077
90eacf99 10078 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
067d23c9
KY
10079 Use tekxd88, not tekXD88.
10080
100811993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10082
10083 * configure.in: Check for -lm. Then can check for frexp and logb.
10084
100851993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10086
10087 * Version 19.18 released.
10088
10089 * make-dist (src): Don't put gnu-hp300 in dist.
10090 (src, lisp): Include OChangeLog in dist.
10091
100921993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10093
10094 * configure.in: Test for presence of logb and frexp functions.
10095
100961993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10097
10098 * configure.in (machine): Add i370-ibm-aix*.
10099
101001993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10101
10102 * configure.in (function checks): Test for mkdir and rmdir.
10103
10104 * configure.in (function checks): Don't test for random and bcopy
10105 only when we're building with X; look for them all the time.
10106
101071993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10108
10109 * configure.in: Test for availability of bcopy functions, searching
10110 the X libraries if we're using X.
10111
10112 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
10113 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
10114 versions of AIX, and needs to be passed to the loader.
10115
10116 * configure.in: Test for the availability of the
10117 XScreenResourceString function.
10118
101191993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
10120
10121 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
10122 LD_SWITCH_X_SITE and assume --with-x11.
10123 Only look for X11 files if we weren't told about a window system
10124 or if we were told to use X11 but not told where.
10125 Search the libraries from the s and/or m files when checking for
10126 functions.
10127
10128 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
10129
101301993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10131
10132 * make-dist: Include lisp/dired.todo in the distribution.
10133
101341993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10135
10136 * configure.in: Add code to set HAVE_INET_SOCKETS.
10137
101381993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10139
10140 * configure.in: If we do find x_includes and x_libraries
10141 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
10142
101431993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10144
10145 * make-dist: Include src/gnu-hp300 in the dist.
10146
10147 * configure.in (canonical): New variable holds the canonicalized
10148 configuration. Don't alter `configuration'. Use `configuration'
10149 for Makefile.in for file naming.
10150 (testing x_includes and x_libraries): Use =, not ==.
10151
101521993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10153
10154 * Version 19.17 released.
10155
10156 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
10157 directory's makefile. This allows the invocation of CPP which
10158 builds xmakefile to receive these switches. The SunSoft C
10159 preprocessor inserts spaces between tokens if it doesn't get the
10160 -Xs flag requested in src/s/sol2.h.
10161
101621993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
10163
10164 * configure.in (m68k-bull-sysv3): New config.
10165
101661993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10167
10168 * configure.in: Use the autoconf AC_FIND_X macro to try to find
10169 the X Windows libraries.
10170
101711993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10172
10173 * make-dist (tempdir): Don't create lisp/forms-mode directory in
10174 the distribution. Those files aren't kept in their own
10175 subdirectory any more.
10176
101771993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10178
10179 * Version 19.16 released.
10180
101811993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10182
10183 * configure.in: Add --verbose flag.
10184
101851993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10186
10187 * version 19.15 released.
10188
101891993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10190
10191 * Makefile.in (top_distclean): Use -f switch when cleaning out
10192 lock dir; it might be empty.
10193
10194 * configure.in: Only check for -lXbsd once.
10195
101961993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10197
10198 * Version 19.14 released.
10199
102001993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10201
10202 * make-dist: If using gzip, create distribution with '.gz' extension.
10203
10204 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
10205 (lisp/forms-mode): This doesn't exist anymore.
10206
10207 * configure.in: Look for the closedir function.
10208
102091993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10210
10211 * configure.in (CPP): Autoconf sets this to a shell variable
10212 reference, which doesn't work when it's edited into a makefile.
10213 Expand that variable reference.
10214
10215 * Makefile.in (CPP): New variable.
10216 (src/Makefile): Edit CPP into src/Makefile.
10217
10218 * Makefile.in (src/Makefile): Don't bother exiting single quotes
10219 and entering double quotes to get the values of LD_SWITCH_X_SITE
10220 and the other make variables; make substitutes them in anyway.
10221
10222 * Makefile.in (uninstall): Don't remove the lisp and etc
10223 directories if they're in the source tree.
10224
10225 Bring mumbleclean targets into conformance with GNU coding standards.
10226 * Makefile.in (mostlyclean, clean): Separate these two; just have
10227 them pass the request to the subdirectory makefiles.
10228 (distclean): Pass the request down, and then get rid of the
10229 files configure built, and get rid of the Makefiles.
10230 (realclean): Pass the request down, and then do the same things
10231 distclean does.
10232 (uninstall, info, dvi): New targets.
10233
10234 * configure.in: Move clause for PC-compatible i386 box to the end
10235 of the case statement, to avoid masking configurations below.
10236
10237 * configure.in: Add case for m88k-motorola-sysv4.
10238
10239 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
10240 the HP 68000 machines.
10241
10242 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
10243 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
10244 preprocessor won't fiddle with them.
10245
102461993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10247
10248 * Makefile.in (TAGS): cd to src to run etags.
10249
102501993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10251
10252 * configure.in (version): Check the X libraries for XrmSetDatabase
10253 and random, and see if we have -lXbsd.
10254
102551993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10256
10257 * configure.in: Pass "-Isrc" to the CPP we run to examine the
10258 s/*.h and m/*.h files. Martin Tomes
10259 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
10260
102611993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10262
10263 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
10264 above the general i386 alternative.
10265
102661993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10267
10268 * configure.in: Recognize configuration name for Data General
10269 AViiON machines.
10270
10271 * configure.in: Use AC_LONG_FILE_NAMES.
10272
102731993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10274
10275 * configure.in: Test for bison.
10276 * Makefile.in (YACC): New variable.
10277 (lib-src/Makefile.in): Edit YACC into the makefile.
10278
102791993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10280
10281 * Version 19.13 released.
10282
10283 * configure.in (CFLAGS): Don't set this according to the value of
10284 the GCC shell variable. Instead, consult the machine and system
10285 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
10286 test __GNUC__ while we're at it.
10287
10288 * configure.in: Remove extra ;; from hpux cases.
10289
102901993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10291
10292 * configure.in: Check to see if the system has -ldnet.
10293
102941993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10295
10296 * make-dist: Add clauses to distribute lisp/forms-mode.
10297
102981993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10299
10300 * configure.in (machine): Fix the versions in hpux version number test.
10301 Do not guess based on cpu type. Do check for explicit system version.
10302
103031993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10304
10305 * configure.in: Do NOT look for `unknown' as company name.
10306
103071993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10308
10309 * configure.in: Fix typo in message.
10310
103111993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10312
10313 * Version 19.12 released.
10314
10315 * Makefile.in (do-install): Correct previous etc-copying change.
10316 Partially rewrite using `if'.
10317 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
10318
10319 * Version 19.11 released.
10320
10321 * configure.in: Handle 386bsd.
10322
103231993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10324
10325 * make-dist: Update getdate.c.
10326
10327 * configure.in: Handle bsd386.
10328
10329 * Makefile.in (do-install): Use `-' in tar options.
10330
10331 * configure.in: Change ! "${...}" to x"${...}" = x.
10332
10333 * Makefile.in (do-install): Copy the DOC-* files from the build
10334 etc directory, as well as lots of things from ${srcdir}/etc.
10335
10336 * make-dist: Copy config.guess.
10337
10338 * configure.in: Handle AIX versions 1.2, 1.3.
10339
103401993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10341
10342 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
10343 the configuration name mips-mips-usg* to represent USG systems.
10344
10345 * configure.in: Fix logic to detect if srcdir is already configured.
10346
10347 * Makefile.in: Pass in LD_SWITCH_X_SITE.
10348
10349 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
10350 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
10351 of a directory; cd might fail, and have pwd print out the current
10352 directory.
10353
103541993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10355
10356 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
10357
103581993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10359
10360 * configure.in: Complain if srcdir points at an already-configured
10361 tree.
10362
103631993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10364
10365 * Version 19.10 released.
10366
103671993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10368
10369 * Makefile.in: Use Makefile comments, not C comments.
10370
10371 * configure.in: Add case for the Tektronix XD88.
10372
103731993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10374
10375 * configure.in: Handle sysv4.2 and sysvr4.2.
10376
103771993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10378
10379 * configure.in: Traverse the argument list without destroying it;
10380 don't use shift. It turns out that "set - ${saved_arguments}"
10381 doesn't work portably.
10382
10383 * configure.in: Add missing "fi".
10384
10385 * make-dist: Rebuild configure if configure.in is newer.
10386
10387 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
10388 targets to be executed even if make remembers that it has already
10389 satisfied FRC.
10390
103911993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10392
10393 * Makefile.in (do-install): Delete redundant code to copy etc twice.
10394
10395 * configure.in (romp): Handle various version numbers with aos and bsd.
10396
103971993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10398
10399 * configure.in: Fix message text.
10400
104011993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10402
10403 * make-dist: Make a `site-lisp' directory in the distribution,
10404 instead of a `local-lisp' directory, which hasn't been the
10405 appropriate name for a long time.
10406 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
10407 from the distribution first, then /usr/local/lib/emacs/site-lisp.
10408
10409 * Makefile.in (do-install): Correctly detect if ./etc and
10410 ${srcdir}/etc are the same.
10411
10412 * configure.in: Extract UNEXEC from the system configuration
10413 files, compute the name of the source file corresponding to the
10414 object file, and #define it as UNEXEC_SRC in config.h.
10415
10416 * configure.in: If srcdir is '.', then try using PWD to make it
10417 absolute.
10418
10419 * configure.in: Include ${srcdir} in the printed report, to help
10420 people notice if it's an automounter path.
10421
104221993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10423
10424 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
10425
104261993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10427
10428 * Makefile.in (do-install): Delete the dest dir, not the source dir,
10429 when they are different. Add `shift' command.
10430 (COPYDESTS, COPYDIR): Delete external-lisp dir.
10431 (externallispdir): Var deleted.
10432
10433 * configure.in: Delete spurious paren outputting short_usage.
10434
104351993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10436
10437 * Version 19.9 released.
10438
104391993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10440
10441 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
10442 subdirectory makes.
10443
10444 * make-dist: Check for .elc files with no corresponding .el file.
10445
10446 * Makefile.in (mkdir): Make all the directories in locallisppath.
10447
10448 * config.guess: New file.
10449 * configure.in: Use it, tentatively.
10450 * INSTALL: Mention its usage.
10451
10452 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
90eacf99
SM
10453 the former gives you the operating system rev directly.
10454 Use s/hpux.h if we don't recognize what we got.
067d23c9
KY
10455
10456 * Makefile.in (do-install): Don't remove a destination directory
10457 if it's the same as the source. If ${srcdir}/info == ${infodir},
10458 don't try to copy the info files.
10459
10460 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
10461 doesn't work if you're not using a separate source directory.
10462 (do-install): Copy the build tree's etc directory only after
10463 making sure it's not also the source tree's etc directory.
10464
104651993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10466
10467 * configure.in: Handle sunos4.1.3 specially.
10468
104691993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10470
10471 * Makefile.in (INSTALL): Add definition.
10472
10473 * configure.in: Fix some messages. Support -with-gnu-cc.
10474 At the end, use `set --', not `set -'.
10475 Delete spurious `.h' in hpux alternatives.
10476
104771993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10478
10479 * Version 19.8 released.
10480
104811993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10482
10483 * configure.in: When looking for source in the same directory as
10484 the configure script, make the path thus discovered absolute.
10485 If the user specifies the `--srcdir' switch, make that directory
10486 absolute too.
10487
10488 * Makefile.in (srcdir): Remove comment saying this doesn't work.
10489
10490 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
10491 too, as the value of the PATH_INFO macro.
10492
10493 * configure.in: Check to see if the source lives in the same
10494 directory as the configure script.
10495
104961993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10497
10498 * Makefile.in (install): Split this into `install' and
10499 `do-install', to give people more control over exactly what gets
10500 done.
90eacf99
SM
10501 (do-install): New target, containing the guts of `install'.
10502 Don't remove and recreate the directories inside the copying loop - do
067d23c9
KY
10503 it all before the copying loop. Pass more flags to the lib-src
10504 make.
10505 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
10506 avoid errors and warnings.
10507
10508 * configure.in: For generic IBM PC boxes, insist on "unknown" for
10509 the manufacturer - the more general case was blocking other i386
10510 configuration names below, and that's how the names are written in
10511 MACHINES anyway.
10512
10513 * make-dist: When breaking links, remove the link before moving
10514 the copy onto it, to avoid interactive behavior.
10515
10516 * Makefile.in: Doc fix.
10517
10518 * configure.in: Doc fix.
10519
10520 * INSTALL: Mention --exec-prefix option.
10521
10522 * configure.in: Add support for the `--exec-prefix' option.
10523 * Makefile.in: Accept that support.
10524
10525 * configure.in: Use the AC_PROG_INSTALL macro.
10526 * Makefile.in (INSTALL): Variable removed.
10527 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
10528
10529 * configure.in: Distinguish between hp800's and hp700's by calling
10530 "uname -m".
10531
105321993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10533
10534 * configure.in: Recognize configuration names for i860 boxes
10535 running SYSV.
10536
105371993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10538
10539 * configure.in: Distinguish between hp800's and hp700's by the
10540 version of HP/UX they run, since that's something people are more
10541 likely to know - hp700's run 8.0.
10542 Add HP 700 configuration.
10543
10544 * configure.in: Test for the presence of the `rename' function.
10545
10546 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
10547 configure.in.
10548 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
10549
10550 * make-dist: Break intra-tree links.
10551
10552 * configure.in: Explain that this is an autoconf script, and give
10553 instructions for rebuilding configure from it. Arrange to put
10554 comments in configure explaining this too.
10555
10556 * configure.in: Make the first line of the configure script be
10557 "#!/bin/sh". Leaving the first line blank didn't work.
10558
90eacf99 10559 * configure.in (long_usage): Remove; made short_usage describe
067d23c9
KY
10560 the options briefly.
10561
10562 * configure.in: Implement the --prefix option.
10563 * Makefile.in (prefix): Add support for it here.
10564 * INSTALL: Document it here.
10565
10566 * Makefile.in (install): Don't assume that the files in the `info'
10567 subdirectory match *.info. They don't have that prefix.
10568
105691993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10570
10571 * configure.in: Add case for version 5 of Esix.
10572
105731993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10574
10575 * Version 19.7 released.
10576
10577 * make-dist: There aren't any *.com files in lib-src anymore.
10578
10579 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
10580 them; they're symlinks to other filesystems on the GNU machines.
10581
10582 * make-dist: Check that the manual reflects the same version of
10583 Emacs as stated in lisp/version.el. Edit that version number into
10584 the README file.
10585
105861993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10587
10588 * configure.in: Remove the hack of AC_DEFINE; use
10589 AC_DEFINE_UNQUOTED.
10590
105911993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10592
10593 * make-dist: Don't distribute precomp.com, compile.com, or
10594 link.com from ./src; they're in ./vms now.
10595
10596 Some time-handling patches from Paul Eggert:
10597 * configure.in: Add AC_TIMEZONE.
10598
105991993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10600
10601 * configure.in: Recognize Linux as a valid operating system for
10602 the i386.
10603
106041993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10605
10606 * make-dist: Distribute some VMS files we got from Richard Levitte.
10607
10608 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
10609 the source for the sed command, not oldXMenu/Makefile.
10610
106111993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10612
10613 * INSTALL: Don't claim the srcdir option doesn't work.
10614
106151993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10616
10617 * configure.in: Include remarks saying what order the autoconf
10618 tests should go in, and remind people to change config.h.in
10619 whenever they add autoconf tests which make #definitions.
10620
10621 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
10622
106231993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10624
10625 * Makefile.in (oldXMenu/Makefile): Make this depend on
10626 ${srcdir}/oldXMenu/Makefile.in, not itself.
10627
10628 * PROBLEMS: Some updates from David J. Mackenzie.
10629
10630 More changes from David J. Mackenzie.
90eacf99
SM
10631 * Makefile.in (install.sysv, install.xenix, install.aix):
10632 Targets removed; autoconf and config.h should specify all these
067d23c9
KY
10633 differences.
10634 (buildlisppath): Make this path depend on ${srcdir}.
90eacf99 10635 (INSTALLFLAGS): Remove.
067d23c9
KY
10636 (INSTALL): Include the -c flag.
10637 (install): Change the way we invoke install accordingly.
10638
10639 Install ${srcdir} changes from DJM.
10640 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
10641 list.
10642 (COPYDIR, COPYDESTS): Install files from both the etc directory in
10643 the source tree and the etc directory in the object tree.
10644 (${SUBDIR}): Pass the prefix variable down to submakes.
10645 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
10646 in /bin.
10647 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
10648 values for srcdir and VPATH.
10649 (install): Add `v' flag to tar command. Make sure that `dir'
10650 exists in ${srcdir}/info before copying it. Remember that the man
10651 pages come from the source tree, not the object tree.
10652 * configure.in: Remove remarks saying that the --srcdir option
10653 doesn't work.
10654 Create the etc directory in the object tree.
10655 Recognize configuration names of the form *-sun-solaris*.
10656 Recognize sunos5 and solaris as operating system names.
10657
10658 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
10659 lib-src/getdate.y and src/systime.h.
10660
106611993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10662
10663 * make-dist: Make links in info subdir.
10664
106651993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10666
10667 * configure.in: Call AC_STDC_HEADERS.
10668
106691993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10670
10671 * configure.in: Sidestep autoconf's quoting of the second argument
10672 of AC_DEFINE, so we can specify the value to put there. It would
10673 be nice if autoconf provided some way to specify computed values
10674 for macros.
10675
106761993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10677
90eacf99 10678 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
067d23c9
KY
10679 this is always just -DHAVE_CONFIG_H.
10680
10681 The GNU coding standards specify that CFLAGS should be left for
10682 users to set.
10683 * Makefile.in (CFLAGS): Let configure determine the default value
90eacf99
SM
10684 for this.
10685 Don't have it default to DEFS.
067d23c9
KY
10686 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
10687 (lib-src/Makefile, src/Makefile): Edit the default value for
10688 CFLAGS into these files, not DEFS.
10689 * configure.in (CFLAGS): Choose a default value for this - "-g"
10690 normally, or "-g -O" if we're using GCC. Edit it into the
10691 top-level Makefile.
10692
10693 * configure.in: When scanning the machine and system description
10694 #include files, write their names to conftest.c properly.
10695
106961993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10697
10698 * configure.in: In configuration name case for Apallos running
10699 Domainios, set opsys, not opsysfile.
10700
10701 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
10702 src/config.h, instead of AC_OUTPUT; the latter overwrites
10703 src/config.h even when it hasn't changed, puts a makefile-style
10704 comment at the top even though it's C code, and produces a
10705 config.status script which doesn't do the job right.
10706
10707 * configure.in: Add AC_LN_S test, so we can tell whether or not we
10708 can use a symbolic link to get the X Menu library into src.
10709 * Makefile.in (LN_S): New variable.
10710 (src/Makefile): Edit the value of LN_S into this makefile.
10711
107121993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10713
10714 * configure.in: Support *-sco3.2v4* as opsystem.
10715
10716 * make-dist: Don't include calc directory.
10717 Exclude many files in the man directory; copy a few.
10718
107191993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10720
10721 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
10722 call AC_STRUCT_TM to see what's in time.h.
10723
10724 * configure.in: Employ quoting stupidity to get the value of CPP
10725 to expand properly.
10726
107271993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10728
10729 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
10730 variable to scan the machine and system description files.
10731
10732 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
10733 so that getdate.y builds correctly.
10734
107351993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10736
10737 * configure.in (tempcname): Change this to "conftest.c", so it will
10738 work properly on systems with short filenames; this is the name
10739 autoconf uses.
10740
10741 * configure.in: Also detect the availability of dup2 and
10742 gethostname.
10743
10744 * configure.in: Use the AC_ALLOCA test.
10745 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
10746 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
10747
107481993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10749
10750 * make-dist: Distribute configure, as well as configure.in.
10751 Oversight.
10752
107531993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10754
10755 * Makefile.in (install): Print out the name of the directory we're
10756 copying, so people can have some idea of whether we're making
10757 progress.
10758
10759 * Makefile.in (install.aix, install.xenix, install.sysv, install):
10760 Don't forget to re-create the COPYDESTS directories after we clear
10761 them out.
10762
107631993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10764
10765 * Makefile.in: Add autoconf cookies so that the configure
10766 script can comment out sections of path variable definitions to
10767 choose between the installable configuration and the run-in-place
10768 configuration.
10769 * configure.in: Add new option `--run-in-place', to select the
10770 run-in-place path definitions.
10771
10772 * configure.in: Add a clause to the big configuration name case
10773 for the NeXT machine.
10774
107751993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10776
10777 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10778 Make sure that each source directory exists, and is different from
10779 the destination directory; then, delete the destination before
10780 copying over the source.
10781
10782 * make-dist: Distribute configure.in, instead of configure.
10783
107841993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10785
10786 * configure.in: Don't set CC to "gcc -O" if the user specifies
10787 `--with-gcc'. Add -O to DEFS if GCC is set.
10788
107891993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10790
10791 * Makefile.in (clean mostlyclean): Missing right paren.
10792
10793 * configure.in: When checking for X windows, search for an X11
10794 subdirectory of ${x_includes}.
10795
10796 * configure.in: Check for gettimeofday function, for getdate.y.
10797
10798 Change `configure' to a mixture of custom code and autoconf stuff.
10799 autoconf can't derive all the information we need, but we'd really
10800 like to be able to take advantage of some of its tests, and its
10801 file-editing facilities.
10802 * configure.in: Renamed from configure.
10803 Quote the sections of shell script we want copied literally to
10804 the configure script.
10805 (compile): Initialize this to make the autoconf macros' code happy.
10806 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
10807 code to do their jobs.
10808 Use autoconf to produce Makefile and src/config.h.
10809 Remove the Makefile-style comment that autoconf places at the top
10810 of src/config.h.
90eacf99
SM
10811 (config_h_opts): Remove - no longer necessary.
10812 * Makefile.in (configname): Rename to configuration.
10813 (CONFIG_CFLAGS): Rename to DEFS.
10814 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
067d23c9
KY
10815 get values via autoload @cookies@.
10816 (libsrc_libs): Get this from autoconf. We used to do nothing
10817 about this.
10818 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
10819
90eacf99
SM
10820 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
10821 Don't echo the move-if-change command.
067d23c9
KY
10822
108231993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
10824
10825 * make-dist: Distribute lib-src/rcs-checkin.
10826
10827 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
10828 Don't try to make links to the RCS or Old subdirectories.
10829 Use the appropriate extension for the compression type in use.
10830 Create the tar file in the shell's initial default directory, not
10831 in ${tempparent}.
10832 Erase the whole ${tempparent} tree, not just ${tempdir}.
10833
108341993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10835
10836 * Makefile.in (src/paths.h): Don't echo the huge sed command we
10837 use to build paths.h.
10838 (lib-src/Makefile, src/Makefile): Similarly.
10839
10840 * configure: Extend test for working `const' keyword to handle AIX
10841 3.2 cc.
10842
108431993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10844
10845 * make-dist: Distribute lisp/term/ChangeLog.
10846
10847 Arrange for C compilation throughout the tree to get
10848 C_SWITCH_SYSTEM from the configuration files.
10849 * configure: Extract C_SWITCH_SYSTEM from the machine and
10850 system-dependent files, and save it in the top-level Makefile.
10851 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
10852 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
10853
10854 * make-dist: Include the VMS support files in oldXMenu in the
10855 distribution.
10856
10857 * configure: Doc fix.
10858
10859 * configure: Fix corrupted config_h_opts.
10860
10861 * configure: Properly report option names in error messages.
10862
10863 * configure: Properly recognize --x-includes and --x-libraries
10864 options.
10865
10866 * configure: Fix syntax errors in code handling XFree386.
10867
108681993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10869
10870 * configure: Add special code to detect XFree386, and tell
10871 config.h about it.
10872
10873 * configure: Properly handle extracting values of LIBS_MACHINE and
10874 LIBS_SYSTEM that contain spaces.
10875
90eacf99
SM
10876 * configure: Add `--x-includes' and `--x-libraries' options.
10877 I think these are dopey, but no less than three alpha testers, at
067d23c9
KY
10878 large sites, have said they have their X files installed in odd
10879 places. Implement them by setting C_SWITCH_X_SITE and
10880 LD_SWITCH_X_SITE in src/config.h.
10881
108821993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10883
10884 * make-dist: Don't distribute etc/Old files.
10885
10886 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
10887 backups.
10888
108891993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10890
10891 * make-dist: Fix typo.
10892
108931993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10894
10895 * make-dist: Corrected typo, fixed it to discard = and TAGS files
10896 in some cases where it should but didn't seen to.
10897
10898 * Makefile.in: Added unlock and relock productions.
10899
109001993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10901
10902 * make-dist: Add a --compress option to force make-dist to use
10903 compress.
10904
10905 * make-dist: Use gzip, if we can find it.
10906
10907 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10908 make rs6000-ibm-aix default to -aix32.
10909
109101993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10911
10912 * Makefile.in: Added `Developer's configuration' section.
10913
109141993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10915
10916 * Makefile.in: Add commented-out variable settings for developer's
10917 configuration.
10918
109191993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10920
10921 * make-dist: Distribute `src/bitmaps' too.
10922
109231993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
10924
10925 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10926 make rs6000-ibm-aix default to -aix32.
10927
109281993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10929
10930 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
10931
10932 * Makefile.in (install.sysv): Add a second `$' in front of
10933 `${dest}', so that the shell will expand it, instead of Make.
10934
10935 * configure: When processing the name of the configure script,
10936 collapse `././' to `./', but leave a single `./' prefix alone.
10937
10938 * configure: Doc fix.
10939
109401993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10941
10942 * configure: Handle isc3.0 correctly.
10943
109441993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10945
10946 * make-dist: Don't try to copy the COPYING notice into
10947 external-lisp; we're not distributing that directory any more.
10948
109491993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10950
10951 * Makefile.in (install, install.aix, install.xenix, install.sysv):
10952 Remove CVS subdirectories from the installed directory trees, as
10953 well as RCS directories.
10954
109551993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10956
10957 * make-dist: Only copy gmalloc.c if we couldn't link it.
10958 Don't try to copy man/{README,Makefile} unless they actually exist.
10959
10960 * Makefile.in (lisppath): Don't include externallispdir in this.
10961 We're not sure whether we're even going to distribute the
10962 directory yet.
10963
109641993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10965
10966 * make-dist: Don't distribute the external-lisp directory anymore.
10967 * INSTALL: Remove all references to external-lisp.
10968
10969 * configure: Detect whether the compiler supports `const'
10970 properly, and edit src/config.h accordingly.
10971
10972 * configure: Tweak layout of final report.
10973
10974 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
10975 CFLAGS.
10976
10977 * Makefile.in (locallisppath): Make this default to
10978 ${datadir}/emacs/site-lisp, instead of
10979 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
10980 the same thing, and local-lisp causes completion conflicts with
10981 lock.
10982 (lisppath): Add ${externallispdir} to this.
10983 * INSTALL: Adjust installation directions.
10984
10985 * Makefile.in (externallispdir): New variable, to say where to
10986 install the externally-maintained lisp files.
10987 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
10988 the others.
10989 * INSTALL: Describe external-lisp and the new externallispdir
10990 variable.
10991
109921993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10993
10994 * configure (progname): New option `--with-gcc'. Make it clearer
10995 how we are trying to guess whether or not we have GCC.
10996 * INSTALL: Document the `--with-gcc' option, and improve
10997 description of `--with-x' options.
10998
109991993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11000
11001 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
11002 ${infodir} from these variables; we have written out explicit code
11003 to install the info files.
11004
110051993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11006
11007 * make-dist: Don't distributed the RCS files in the etc directory.
11008
110091993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11010
11011 * Makefile.in: Some makes can't handle comments in the middle of
11012 commands; move them to before the whole rule.
11013
110141993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11015
11016 * README: Mention what Emacs is.
11017
110181993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11019
11020 * make-dist: Include `./lisp/calc-2.02' in the distribution.
11021 Add `./cpp' and `./man' back into the distribution.
11022
110231993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11024
11025 * Makefile.in: Define MAKE, and use where appropriate.
11026
110271993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11028
11029 * make-dist: Remember that the authoritative COPYING notice is
11030 `etc/COPYING', not `../etc/COPYING'.
11031
110321992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11033
11034 * make-dist: Make sure that the COPYING notices in each directory
11035 are copies, not symlinks.
11036
110371992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11038
11039 * INSTALL: The build process produces an executable called `emacs'
11040 now. Change references.
11041 * Makefile.in: Adjust `install.mumble' targets to install
11042 `src/emacs', not `src/xemacs'.
11043
11044 * configure: Start with a blank line; this keeps some old CSH's
11045 from thinking it's a CSH script. Most systems will just use
11046 /bin/sh to run it, which is what we're expecting; the only other
11047 shells which might try to interpret it themselves are probably
11048 Bourne-compatible.
11049
110501992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11051
11052 * INSTALL: Improvements suggested by David Mackenzie.
11053
110541992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11055
11056 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11057 Don't try to copy the info files if there aren't any; the
11058 unexpanded globbing pattern disappoints `install'. Ignore the
11059 return status of that command.
11060
11061 * INSTALL: Updated for new configuration arrangement.
11062
11063 * configure: Don't make the top-level Makefile read-only - people
11064 may want to edit the values of the path variables.
11065
11066 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11067 Install the info files in ${infodir}. Install the executable
11068 under both `emacs' and `emacs-VERSION'.
11069
11070 * Makefile.in: Doc fix.
11071
11072 * Makefile.in (exec_prefix): New variable, as per latest version
11073 of coding standards.
11074 (bindir, libdir): Use it, instead of `prefix'.
11075 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
11076
11077 * Makefile.in (mandir): Make the default value for this depend on
11078 $(prefix).
11079
11080 * Makefile.in (datadir, statedir, libdir): Make these all default
11081 to ${prefix}/lib.
90eacf99
SM
11082 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
11083 Adjust to compensate.
067d23c9
KY
11084
11085 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11086 Install the etags and ctags man pages too.
11087
11088 * Makefile.in (distclean): Don't delete backup files; that's the
11089 job of extraclean.
11090 (extraclean): Like distclean, but deletes backup and autosave files.
11091
110921992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11093
11094 Make path specification conform to GNU coding standards.
11095 * configure (long_usage): Remove all traces of old arguments from
11096 usage messages, and document the options we do accept in more
11097 detail: -with-x... and --srcdir.
90eacf99 11098 (options, boolean_opts): Delete; we don't have enough options to
067d23c9
KY
11099 make this worthwhile.
11100 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
11101 along with the code which supported them; these should be set as
11102 arguments to the top-level make.
11103 (config_h_opts): Since this no longer doubles as a list of option
11104 names, make them upper case; this simplifies the code which uses
11105 them to build the sed command to edit src/config.h. Change the
11106 code which sets them.
11107 (cc, g, O): Don't allow the user to set these using options; they
11108 should be specified using `CC=' and `CFLAGS=' arguments to the
11109 top-level make. Just choose reasonable default values for them,
11110 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
11111 values.
11112 (gnu_malloc, rel_alloc): Don't allow the user to set these using
11113 options; use them whenever the configuration files say they're
11114 possible.
11115 Simplify the argument processing loop. Don't accept abbreviations
11116 for option names; these might conflict with other configuration
11117 options in the future.
11118 Add some support for the `--srcdir' option. Check for the sources
11119 in . and .. if `--srcdir' is omitted. If the directories we will
11120 compile in don't exist yet, create them under the current directory.
11121 Note that the rest of the build process doesn't really support
11122 this.
90eacf99
SM
11123 Edit only the top Makefile. That should edit the others.
11124 Edit into the makefile: `version', from lisp/version.el, `configname'
067d23c9
KY
11125 and `srcdir' from the configuration arguments, `CC' and
11126 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
11127 the user's path, and LOADLIBES as gleaned from the system
11128 description files.
11129 Simplify the report generated; it doesn't need to include any
11130 description of paths now.
11131 Make `config.status' exec configure instead of just calling it, so
11132 there's no harm in overwriting `config.status'.
11133 * Makefile.in (version, configname): New variables, used to choose
11134 the default values for datadir and libdir.
11135 Path variables rearranged into two clearer groups:
11136 - In the first group are the variables specified by the GNU coding
11137 standards (prefix, bindir, datadir, statedir, libdir, mandir,
11138 manext, infodir, and srcdir).
11139 - In the second are the variables actually used for Emacs's paths
11140 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
11141 archlibdir), which depend on the first category.
11142 datadir and libdir default to directories under
11143 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
11144 demand.
11145 etcdir and lispdir default to subdirectories of datadir.
11146 archlibdir defaults to libdir.
11147 The new installation tree is a bit deeper than it used to be, so
11148 use the new make-path program in lib-src to build them all.
11149 Always build a new src/paths.h.tmp and then move-if-change it to
11150 src/paths.h, to avoid unnecessary rebuilds while responding to the
11151 right changes.
11152 Remove all mention of arch-lib. Run utility commands from
11153 lib-src, and let the executables be copied into archlibdir when
11154 Emacs is installed.
11155 Add targets for src/Makefile, lib-src/Makefile, and
11156 oldXMenu/Makefile, editing the values of the path variables into
11157 them.
11158 Let lib-src do its own installation.
11159 (datadir): Default to putting data files under
11160 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
11161 (emacsdir): Variable deleted; it would only be confusing to use.
11162 (lispdir, etcdir): Default to ${datadir}/lisp.
11163 (mkdir): Use make-path for this.
11164 (lockdir): Do this in mkdir.
11165 (Makefile): New target.
11166
11167 * configure (usage_message): Rename to long_usage.
11168
11169 * make-dist: Don't bother creating an arch-lib directory; that's
11170 only for installation now.
11171
111721992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11173
11174 * configure: Use GCC-style configuration names, using config.sub.
11175 Change the usage and help messages.
11176
11177 * configure: Initialize window_system, not indow_system.
11178
11179 * configure: Report which window system, compiler, and signal
11180 handler return type we decide to use.
11181
11182 * make-dist: Explain what's going on if config.sub and gmalloc.c
11183 can't be linked. Place the code which copies them near the code
11184 which links the rest of the files around them.
11185
111861992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
11187
11188 * make-dist: Don't bother to distribute src/*.com, or
11189 src/vmsbuild; those have all been moved to `../vms'.
11190
111911992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11192
11193 * make-dist: Don't forget that the way to avoid filenames starting
11194 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
11195 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
11196 couldn't make hard links to, since we have two already, and
11197 perhaps more to come.
11198
111991992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11200
11201 * configure: When editing parameters into lib-src/Makefile, change
11202 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
11203 needs some other flags too.
11204
112051992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11206
11207 * configure: Remove spurious echo of the configuration name.
11208
11209 * make-dist: Don't distribute files in src/m and src/s whose names
11210 begin with `='.
11211
112121992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11213
11214 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
11215 Also LISP_FLOAT_TYPE.
11216
112171992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11218
11219 * make-dist: Copy config.sub, since it's a symbolic link to a file
11220 on another file system.
11221
112221992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11223
11224 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
11225 distribution.
11226
11227 * config.sub: New file, to help us recognize configuration names.
11228 * make-dist: Include it in the distribution.
11229
112301992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11231
11232 * configure: Convert `-' to `_' in specified option names.
11233 Accept options with --. Delete --highpri and --have-x-menu options.
11234 New options --with-x and --with-x10 replace -window-system.
11235 Don't mention options --gnu-malloc, --rel-alloc
11236 or --lisp-float-type in help message.
11237
112381992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11239
11240 * make-dist: Include the `vms' subdirectory in the distribution.
11241
112421992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11243
11244 * configure: Remove lines starting with "# DIST: " when building
11245 lib-src/Makefile and src/Makefile. This allows us to mark the
11246 "Makefile.in" files with explanatory comments which won't also get
11247 stuck in the Makefiles.
11248
112491992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11250
11251 * make-dist: Don't use the '+' operator in the sed regular
11252 expression that extracts the version number from lisp/version.el;
11253 Ultrix sed doesn't seem support the operator. Just double the
11254 operand and use *.
11255
112561992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11257
11258 * Makefile.in: Doc fix.
11259
112601992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11261
11262 * configure: Rewrite sed command to remove at most one ./ prefix;
11263 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
11264 group.
11265
112661992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11267
11268 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
11269
112701992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11271
11272 * make-dist: Go ahead and build a new TAGS file, unless the
11273 --newer option was specified. Don't try to delete a TAGS file
11274 from etc; it's not kept there, and shouldn't be deleted anyway.
11275
112761992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11277
11278 * make-dist: If the lisp directory contains a default.el, don't
11279 distribute it.
11280
11281 * configure: When searching signal.h for the type of a signal
11282 return handler, make a copy of it, not a symbolic link to it; that
11283 way, it will work on systems that don't have symbolic links.
11284
112851992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11286
11287 * make-dist: Taught it about vcdiff and rcs2log, added --newer
11288 option for generating incremental distributions. Stopped it from
11289 generating a TAGS file into the distribution; that sucker is
11290 *big*, and easily enough generated with the toplevel makefile.
11291
112921992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11293
11294 * configure: When writing config.status, don't prefix progname
11295 with a '.'; it might be absolute.
11296
112971992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11298
11299 * configure: Choose to use X11 if either /usr/lib/libX11.a or
11300 /usr/include/X11 exist, not only if both exist.
11301
113021992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11303
11304 * make-dist: Make the new external-lisp directory a duplicate of
11305 the external-lisp directory, not the lisp directory.
11306
113071992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11308
11309 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
11310 clean' in arch-lib; it doesn't even have a Makefile.
11311
11312 * Makefile.in (clean, mostlyclean): In the test which tries to
11313 distinguish between the build directory, which should be cleaned,
11314 and the installed directory, which shouldn't, cd to `${emacsdir}',
11315 not `${DESTDIR}${LIBDIR}'.
11316
113171992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11318
11319 * make-dist: Be sure to delete the .c and .h files that YACC and
11320 BISON create from getdate.y.
11321
11322 * external-lisp: New directory; see `external-lisp/README'.
11323 * make-dist: Added support for the external-lisp subdirectory.
11324
11325 * make-dist: Changed message which complains that make-dist wasn't
11326 invoked in the right directory to indicate which files it was
11327 looking for.
11328
113291992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11330
11331 * configure: Add comments explaining why we can't translate
11332 character ranges or control characters in `tr'.
11333
113341992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11335
11336 * configure: When generating the configuration message, we used to
11337 build the message from the start so that each line began with "# "
11338 so that it would be a comment in `config.status'. However, this
11339 causes trouble if any of the variables we use in the message
11340 expand to more than one line of text - as gnu_malloc_reason
11341 sometimes does. So instead, we build the message as it should be
11342 printed to the user (i.e. without the "# " prefixes), and stick on
11343 the "# "s when we write it to `config.status'.
11344
11345 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
11346 `lib-src' and `arch-lib'.
11347
11348 * configure: When generating report and `config.status' file, note
11349 that bindir only determines where `make install' and
11350 `build-install' will place the executables; this should make it
11351 clear that the ordinary build process will not try to install
11352 things.
11353
113541992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11355
11356 * make-dist: Change messages to say that we are 'making links to
11357 X', rather than 'copying X'. And put `' quotes around file names.
11358
11359 * make-dist: Include '.tmp' in the name of the staging directory.
11360
11361 * make-dist: Pass the `-f' option to rm when you're not sure that
11362 the files you're removing actually exist.
11363
11364 * make-dist: When setting up etc/COPYING, always nuke whatever is
11365 there, and then copy it in, to make sure we get a real file.
11366
90eacf99
SM
11367 * make-dist: Don't try to distribute *.defns files any more.
11368 The only such file was for simula.el, which has been superseded by a
067d23c9
KY
11369 version which doesn't have a separate .defns file.
11370
113711992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
11372
11373 * make-dist: Don't distribute configured versions of config.h.in,
11374 paths.h.in, Makefile.in in src.
11375
11376 * configure: Delete .tmp files before creating them; don't bother
cd1181db 11377 trying to make final targets writable first, since it won't
067d23c9
KY
11378 matter to move-if-change.
11379
113801992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11381
11382 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
11383 mkdir and chmod in the center of all the conditionals. GNU Make
11384 will strip these out, but other makes won't.
11385
113861992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11387
11388 * make-dist: Include move-if-change in list of files to distribute.
11389
113901992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11391
11392 * configure: Remove any "." elements from the program name.
11393
11394 * configure: Don't record the values of all the possible arguments
11395 in config.status; only record the options that the user specified.
11396
11397 * configure: Use move-if-change to move in the new src/config.h.
11398
113991992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
11400
11401 * move-if-change: New file, copied from gcc release.
11402 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
11403 a temp file, so we don't update paths.h if an error occurs or if
11404 it doesn't need changing.
11405
114061992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11407
11408 * Makefile.in (src/paths.h): Do not install a value for the
11409 PATH_SUPERLOCK value; that macro doesn't exist anymore.
11410 * build-install.in: Same thing.
11411
114121992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11413
11414 * make-dist: Check the flag called "make_tar", not "make_dir"; the
11415 latter, being a typo, is always false, resulting in a program
11416 whose default behavior is to painstakingly build a copy of the
11417 source tree, and then delete it. Rah.
11418
11419 * Makefile.in: Add dist target, and comment for it.
11420
11421 * configure: When scanning <signal.h> for a declaration for
11422 signal, create a symbolic link with a name ending in .c, so the
11423 compiler won't complain that it's only been given .h files.
11424
11425 * configure: Check whether there are any arguments available
11426 before shifting to get the value of a non-boolean parameter.
11427
11428 * make-dist: Doc fix.
11429
114301992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11431
11432 * configure: Instead of grepping /usr/include/signal.h for a
11433 signal declaration, run /usr/include/signal.h or
11434 /usr/include/sys/signal.h through cpp and grep for the
11435 declaration.
11436
11437 * configure: Redirect the output of grep to /dev/null instead of
11438 using grep -s - that flag means different things on other systems.
11439
11440 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
11441 since the former is recognizable even if you don't know what
11442 'dumping' is.
11443 * configure: Accommodate that change.
11444
11445 * configure: Accept options for all of the directories you can
11446 change in the Makefile.
11447
11448 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
11449
11450 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
11451 FOO before you can use them.
11452
11453 * build-install.in: Made the "Where To Install Things" section
11454 conform with the similar section from Makefile.in. Copied section
11455 which builds src/paths.h from src/paths.h.in from the Makefile.
11456
114571992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11458
11459 * configure: Write config.status to pass its command-line
11460 arguments on to configure, so that people can use it to recreate
11461 an old configuration, with minor changes.
11462
114631992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11464
11465 * configure: Don't rely on option variables being unset if their
11466 values are the empty string. In particular, when producing the
11467 English report, don't assume that highpri will be unset when no
11468 increased priority has been requested; -highpri='' should be the
11469 same as omitting -highpri altogether.
11470
11471 * configure: Fix dumb bug: when running the system and machine
11472 description files through cpp, mark those lines that we want to
11473 evaluate with the string '@configure@', and then only evaluate
11474 them. This way if the files include anything that actually
11475 generates text (type definitions or external declarations, say),
11476 we won't try to eval it.
11477
114781992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11479
11480 * make-dist: New shell script.
11481
11482 * configure: When creating foo from foo.in, make foo read-only to
11483 remind people to edit the .in file instead.
11484
11485 * INSTALL: Changed references to config.h-dist to config.h.in.
11486 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
11487 to build src/paths.h from src/paths.h.in; added a paragraph to do
11488 this.
11489 * configure, Makefile, build-install: Changed filenames like
11490 FOO-dist to FOO.in.
11491
114921992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11493
11494 * Makefile, build-install: Renamed to Makefile.in and
11495 build-install.in; the configure script will edit these to produce
11496 the usable Makefile and build-install.
11497 * configure: Changed to produce ./Makefile, ./build-install,
11498 lib-src/Makefile, and src/Makefile from their *.in counterparts,
11499 instead of editing them in place.
11500
115011992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11502
11503 * Makefile: Re-arranged so that the undumped Emacs will search
11504 ../lisp *after* the site's local elisp files.
11505 (locallisppath, dumplisppath): New variables.
11506 (lisppath): This variable's default value is now chosen based on
11507 $(locallisppath) and $(lispdir); while it used to be the
11508 customization point for adding site-local elisp directories to
11509 load-path, that job is now handled mostly by locallisppath.
11510 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
11511 Check the values being assigned to the *LOADSEARCH macros for null
11512 path elements (like '::' in 'foo::bar').
11513
11514 * configure: When checking if the machine- and system-dependent
11515 files define a particular macro or not, actually run them through
11516 CPP and test the macros with #ifs, instead of just grepping for
11517 the macros' names. In particular, check for SYSTEM_MALLOC in this
11518 way.
11519
115201992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11521
11522 * Makefile (install): Don't use -s in install. (Keep the symbols.)
11523
115241992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11525
11526 * configure: Make the config.status file an executable shell
11527 script which will recreate the same configuration. Include the
11528 verbal description of the current configuration as a comment in
11529 the script.
11530 * INSTALL: Doc fix.
11531
11532 * Makefile: Brought the Makefile up to the GNU coding
11533 standards, as described in standards.text:
11534 (TAGS): New name for the target which rebuilds the tags table.
11535 (check): New target; doesn't do anything yet.
11536 (mostlyclean): New target, synonymous with clean.
11537 (realclean): New target. Currently, this just calls the
11538 subdirectories's makefiles and then deletes config.status.
90eacf99
SM
11539 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
11540 New variables.
067d23c9 11541 Installation directory variables changed to conform.
90eacf99 11542 (install, install.sysv, install.xenix, install.aix): Change the
067d23c9
KY
11543 code which copies the directories into their installed location to
11544 allow the installed locations to be in several different
11545 directories; the old version assumed that they would all be in
11546 $(emacsdir).
11547 (mkdir, lockdir): Allow the installed locations to be in several
11548 different directories.
11549 * INSTALL: Doc fix.
11550
11551 * build-install: Use the same variable names as the Makefile.
11552 Allow the installed locations to be in several different
11553 directories.
11554
115551992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11556
11557 * Makefile (src/paths.h): Instead of using a single sed command to
11558 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
11559 separately, and don't forget to append "/!!!SuperLock!!!" to the
11560 value of the PATH_SUPERLOCK macro.
11561
11562 * config.emacs: Renamed to configure, for consistency with other
11563 GNU products. Internal references changed.
11564 INSTALL, Makefile: References changed.
11565
11566 * lock: New directory, which should always be empty. If this
11567 directory doesn't exist, Emacs won't complain; it just won't lock.
11568 Having this here means that people can just unpack Emacs, build
11569 it, and have locking work.
11570
11571 * share-lib: Re-renamed to etc, for the sake of tradition.
11572 * config.emacs: Changed default value for datadir to ../etc.
11573 * INSTALL, README: Adjusted.
11574
115751992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11576
11577 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
11578 by running CPP on the appropriate s/*.h and m/*.h files.
11579
115801992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11581
11582 * config.emacs: Make sure to set the "exit on error" flag once
11583 we've removed config.status; errors should abort the configuration.
11584
115851992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11586
11587 * config.emacs: Added -distribute option, so that the Makefile
11588 paths are in their proper form. I don't know why this matters.
11589
115901992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11591
11592 * local-lisp: New directory, empty in the distribution, for people
11593 to put local elisp code in.
11594 * config.emacs: Include it in the default load path.
11595 * README: Document it.
11596
115971992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11598
11599 * config.emacs: Guess the type of signal handling functions based
11600 on the contents of /usr/include/signal.h.
11601
11602 * config.emacs: Print out progress report messages.
11603
11604 * Makefile (src/paths.h): Don't generically replace
11605 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
11606 editing of the other entries, and each entry should be dealt with
11607 explicitly anyway.
11608
11609 * build-install: Converted from C-shell to Bourne shell.
11610 * config.emacs: Edit build-install properly.
11611
11612 * config.emacs: Doc fix.
11613
116141992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11615
11616 * Makefile (install): Remove `B' from tar xf command.
11617
116181992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11619
11620 * config.emacs: Removed support for the `maintain-environment'
11621 option; the only important difference between this and its absence
11622 has been removed.
11623 * INSTALL: Removed mention of `maintain-environment'.
11624
11625 * config.emacs: Fix arguments to sed when processing boolean
11626 arguments.
11627
116281991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11629
11630 * config.emacs: New file, to help automate the installation
11631 process.
11632
11633 * Makefile: Lots of changes to support the separation of etc into
11634 architecture-dependent and -independent files:
11635 (EMACSROOT): New variable, giving the directory under which all of
11636 Emacs's libraries should be installed. Changed rest of file to
11637 use it.
11638 (LIBDIR): Now denotes only architecture-dependent dir.
11639 (DATADIR): New variable, denoting architecture-independent dir.
11640 (LOCKDIR): New variable, for completeness.
11641 (SUBDIR): No more etc, new lib-src.
11642 (COPYDIR): No more etc, new arch-lib and share-lib.
11643 (src/paths.h): Set PATH_DATA and the LOCK macros too.
11644 (src): Now depends on lib-src, not etc.
11645 * build-install: Changes parallel to the above.
11646 * README: Describe the new arrangement.
11647
11648 * vms: New subdirectory for all the VMS stuff.
11649
116501991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11651
11652 * Makefile (LISPPATH): New variable.
11653 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
11654
116551990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
11656
11657 * Makefile (install, install.sysv, install.xenix):
11658 Install wakeup instead of loadst. No need for setuid or setgid.
11659
116601990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11661
11662 * Makefile (clean): Clean etc if that's not the installation dir.
11663
116641990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11665
11666 * Makefile (paths.h): Make sed alter each name in the path.
11667
116681988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11669
11670 * Makefile (install.sysv): Use cpio, not tar.
11671
116721988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11673
11674 * Makefile (lockdir): Rename `lock' target.
11675 Depend on it from install*, not from `all'.
11676
116771988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
11678
11679 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
11680 to match build-install and paths.h.
11681
11682;; Local Variables:
11683;; coding: utf-8
067d23c9
KY
11684;; End:
11685
ab422c4d 11686 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
067d23c9
KY
11687
11688 This file is part of GNU Emacs.
11689
11690 GNU Emacs is free software: you can redistribute it and/or modify
11691 it under the terms of the GNU General Public License as published by
11692 the Free Software Foundation, either version 3 of the License, or
11693 (at your option) any later version.
11694
11695 GNU Emacs is distributed in the hope that it will be useful,
11696 but WITHOUT ANY WARRANTY; without even the implied warranty of
11697 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11698 GNU General Public License for more details.
11699
11700 You should have received a copy of the GNU General Public License
11701 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.