Fix a build failure on OpenBSD 4.x and MirBSD.
[bpt/emacs.git] / ChangeLog
CommitLineData
3b108d19
PE
12013-03-05 Paul Eggert <eggert@cs.ucla.edu>
2
3 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
4 It can mess up 'configure' runs.
5
b3cdfd9e
GM
62013-03-05 Glenn Morris <rgm@gnu.org>
7
8 * Makefile.in (install-man): Ignore gzip exit status.
9
35b3a27e
PE
102013-02-14 Paul Eggert <eggert@cs.ucla.edu>
11
12 Fix AIX port (Bug#13650).
13 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
14 (GC_MARK_STACK): Do not set to GC_USE_GCPROS_AS_BEFORE on AIX, as that
15 runs afoul of some other bug in Emacs, and the default value
16 GC_MAKE_GCPROS_NOOPS has been tested and works.
17
94898d72
GM
182013-01-16 Glenn Morris <rgm@gnu.org>
19
20 * Makefile.in (install-arch-indep): Put back a chmod that was
21 removed 2012-05-19. (Bug#13430)
22
39aff4a7
GM
232013-01-10 Glenn Morris <rgm@gnu.org>
24
25 * make-dist: Add options for xz compression and no compression.
26
92d59611
GM
272013-01-04 Glenn Morris <rgm@gnu.org>
28
29 * info/dir: Add htmlfontify.
30
2550c6e4
AS
312012-12-29 Andreas Schwab <schwab@linux-m68k.org>
32
33 * configure.ac (TEMACS_LDFLAGS2): Don't define.
34 (LIBS_GNUSTEP): Set for GNUstep and substitute.
35 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
36
02e7729e
AS
372012-12-24 Andreas Schwab <schwab@linux-m68k.org>
38
39 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
40 (Bug#13222)
41
01824657
AM
422012-12-20 Akinori MUSHA <knu@iDaemons.org> (tiny change)
43
44 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
45
98c94021
GM
462012-12-13 Glenn Morris <rgm@gnu.org>
47
bfe6ffb6 48 * info/dir: Add bovine, wisent.
98c94021 49
0f59daaf
AS
502012-12-12 Andreas Schwab <schwab@suse.de>
51
52 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
53 (uninstall): Likewise.
54
4c2dd4ee
GM
552012-12-12 Glenn Morris <rgm@gnu.org>
56
57 * info/dir: Add srecode.
58
02925206
NA
592012-12-11 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
60
61 * Makefile.in (install-info, uninstall): Ensure make's messages
62 about changing directories are in English. (Bug#13143)
63
de0e31ed
GM
642012-12-05 Glenn Morris <rgm@gnu.org>
65
66 * configure.ac: Handle info/ files with or without ".info" extension.
67
50a60e02
EZ
682012-11-24 Eli Zaretskii <eliz@gnu.org>
69
de0e31ed 70 * make-dist (nt): Adjust to changes in names of the *.manifest files.
50a60e02 71
1b3b7caa
GM
722012-11-21 Glenn Morris <rgm@gnu.org>
73
74 * configure.ac (--enable-profiling): Doc fix.
75
b3cf17f6
EZ
762012-11-03 Eli Zaretskii <eliz@gnu.org>
77
78 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
79
25ca4587
GM
802012-10-26 Glenn Morris <rgm@gnu.org>
81
59696ae0
GM
82 * Makefile.in (EMACS_NAME): New variable.
83 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
84
eeced60b
GM
85 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
86 applied to $EXEEXT.
87
25ca4587
GM
88 * Makefile.in (uninstall): Don't abort if some directories are missing.
89 Apply transformation rules to manual pages, desktop and icon files.
90 No more emacs22 icons to uninstall.
91
a6c2cc07
GM
922012-10-24 Glenn Morris <rgm@gnu.org>
93
8bfcb8a6
GM
94 * Makefile.in (install-etc, install-man):
95 Don't apply program transform to standard file suffixes.
a6c2cc07 96
7f8de58c
PE
972012-10-23 Paul Eggert <eggert@cs.ucla.edu>
98
99 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
100 This ports to Gentoo. Problem originally reported against coreutils,
101 but Emacs has it too.
102
ed68379e
GM
1032012-10-23 Glenn Morris <rgm@gnu.org>
104
105 * Makefile.in (emacs_transform): Remove.
106 (install-man): Revert 2012-10-21 change. (Bug#12713)
107
8dc2a723
GM
1082012-10-21 Glenn Morris <rgm@gnu.org>
109
ad483434
GM
110 * Makefile.in (install-etc): Don't install emacs22 icons.
111
8dc2a723
GM
112 * Makefile.in (emacs_transform): New variable.
113 (install-etc): Prefer a make variable to a shell variable.
114
90eacf99
SM
1152012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
118
1a9c6830
GM
1192012-10-15 Glenn Morris <rgm@gnu.org>
120
121 * Makefile.in (install-man, install-etc):
122 Apply $TRANSFORM. (Bug#12536#34)
123 (clean): Delete etc/emacs.tmpdesktop.
124
cde44a77
KH
1252012-10-11 Kenichi Handa <handa@gnu.org>
126
127 * .bzrignore: Add several files under admin/charsets.
128
e08348a0
DC
1292012-10-08 Daniel Colascione <dancol@dancol.org>
130
90eacf99
SM
131 * configure.ac: Add --with-w32 as a window system option.
132 Limit it to Cygwin for now. Integrate w32 into the refactored window
e08348a0
DC
133 system configuration and set TERM_HEADER to w32term.h when w32 is
134 configured.
135
136 (CYGWIN_OBJ): Add cygw32.o.
137
335f5ae4
JD
1382012-10-07 Jan Djärv <jan.h.d@swipnet.se>
139
140 * configure.ac: Check that OSX is 10.4 or newer.
141
c622b48f
PE
1422012-10-07 Paul Eggert <eggert@cs.ucla.edu>
143
144 Improve sys_siglist detection.
145 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
146 Otherwise, it's not found in either Fedora 17 or Solaris 11.
147
2b794d69
PE
1482012-10-04 Paul Eggert <eggert@cs.ucla.edu>
149
bb1dfdad
PE
150 Merge from gnulib, incorporating:
151 2012-10-02 pselect: reject invalid file descriptors
152 2012-10-02 ptsname: reject invalid file descriptors
153 2012-10-02 manywarnings: cater to more gcc infelicities
154 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
155 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
156 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
157 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
158
65788e2e
PE
1592012-09-30 Paul Eggert <eggert@cs.ucla.edu>
160
161 Merge from gnulib, incorporating:
162 2012-09-28 extern-inline: provide a -Wundef safe config.h
163
a615a3ae
PE
1642012-09-27 Paul Eggert <eggert@cs.ucla.edu>
165
166 Check more robustly for timer_settime.
167 This should fix an OS X build problem reported by Ivan Andrus in
168 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
169 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
170 does threads its own way.
89d17fd0 171 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
a615a3ae 172
c462dda8
PE
1732012-09-23 Paul Eggert <eggert@cs.ucla.edu>
174
175 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
176 to avoid problems with recursion when using GNU make.
177
e41c05e5
PE
1782012-09-22 Paul Eggert <eggert@cs.ucla.edu>
179
bbe099e7
PE
180 * Makefile.in (bootstrap): Simplify build procedure.
181 Suggested by Wolfgang Jenker in
182 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
183
e41c05e5
PE
184 Merge from gnulib, incorporating:
185 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
186
db8a5a18
TH
1872012-09-19 Tassilo Horn <tsdh@gnu.org>
188
189 * doc/emacs/misc.texi (DocView Slicing): Document new slice from
190 BoundingBox feature.
191
5fb91e71
JD
1922012-09-18 Jan Djärv <jan.h.d@swipnet.se>
193
194 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
195
d3612ac3
AS
1962012-09-17 Andreas Schwab <schwab@linux-m68k.org>
197
198 * Makefile.in (bootstrap): Revert last change. Run config.status
199 after config.status --recheck, run configure from $(srcdir).
200 (config.status): Run configure from $(srcdir).
201
eeceac93
PE
2022012-09-17 Paul Eggert <eggert@cs.ucla.edu>
203
50bfc824
PE
204 * Makefile.in: Fix build error on FreeBSD.
205 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
206 Suggested by Wolfgang Jenker in
207 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
208 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
209 This undoes part of the 2012-09-10 patch.
210 (bootstrap): Run ./configure, rather than trying to run config.status
211 if it exists. That builds src/epaths.h more reliably.
dee26dfa
PE
212 Run autogen/copy_autogen if autogen.sh fails,
213 to create 'configure'; problem reported by Andreas Schwab in
214 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
215 * autogen.sh: Exit with status 1 when failing due to missing tools,
216 reverting the 2012-09-10 change to this file.
217 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
218 Use 'cp -f' for the build-aux files, since the destinations are
219 typically read-only.
50bfc824 220
eeceac93
PE
221 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
222 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
223 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
224
78f83752
GM
2252012-09-17 Glenn Morris <rgm@gnu.org>
226
227 * configure.ac (copyright): New output variable.
228 (COPYRIGHT): New AC_DEFINE.
229
0caaedb1
PE
2302012-09-16 Paul Eggert <eggert@cs.ucla.edu>
231
232 Remove configure's --without-sync-input option (Bug#12450).
233 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
234
83da1b55
GM
2352012-09-16 Glenn Morris <rgm@gnu.org>
236
237 Increase compartmentalization of Nextstep builds rules,
238 and store Emacs version number in fewer versioned files.
239 * configure.ac (ns_appsrc): Use relative names.
240 (ns_frag): Remove.
241 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
242 (nextstep/Makefile): Generate these nextstep files.
243 (SUBDIR_MAKEFILES): Add nextstep.
244 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
245 * make-dist (nextstep/templates): Add directory.
246 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
247 (nextstep/Cocoa/Emacs.base/Contents)
92f7c6f1 248 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
83da1b55 249
0328b6de
PE
2502012-09-15 Paul Eggert <eggert@cs.ucla.edu>
251
252 Port better to POSIX hosts lacking _setjmp (Bug#12446).
253 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
254 (_setjmp, _longjmp): Remove.
255
e3141fcf
PE
2562012-09-14 Paul Eggert <eggert@cs.ucla.edu>
257
2af03429
PE
258 * configure.ac (--without-sync-input): Fix typo in usage message.
259
e3141fcf
PE
260 * configure.ac: Port to hosts lacking gtk.
261 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
262 better, in particular, problems in invoking pkg-config itself.
263 This is useful on hosts that don't have pkg-config.
264 (GTK_MODULES): Do not exit 'configure' simply because gtk3
265 and gtk2 are both missing. Problem found on Solaris 8.
266
2c484e75
JD
2672012-09-13 Jan Djärv <jan.h.d@swipnet.se>
268
269 * configure.ac: Reorder Xaw3d messages.
4d0b77fc 270 Report Gtk+ 3 as GTK.
2c484e75 271
4a4bbad2
PE
2722012-09-13 Paul Eggert <eggert@cs.ucla.edu>
273
274 Simplify SIGIO usage (Bug#12408).
275 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
276 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
277 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
278 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
279 to #undef SIGIO now (which was error-prone). Likewise, all uses
280 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
281
d673aedc
JD
2822012-09-12 Jan Djärv <jan.h.d@swipnet.se>
283
284 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
285 and then gtk2 if not found.
286 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
287 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
288 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
289
9d9edd4b
GM
2902012-09-11 Glenn Morris <rgm@gnu.org>
291
292 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
293 Be more explicit about dependencies, for parallel `make install'.
294
c990426a
PE
2952012-09-11 Paul Eggert <eggert@cs.ucla.edu>
296
297 Simplify, document, and port floating-point (Bug#12381).
298 * configure.ac (logb, cbrt): Do not check for these functions,
299 as they are not being used.
300
b8b0239f
PE
3012012-09-10 Paul Eggert <eggert@cs.ucla.edu>
302
303 Improve robustness of 'make bootstrap' (Bug#12376).
304 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
305 * INSTALL, README: Document autogen.sh.
306 * Makefile.in (Makefile): Mark it as precious, since it's updated
307 atomically.
308 (MAKE_CONFIG_STATUS): New macro.
309 (config.status, bootstrap): Use it. This causes 'make bootstrap'
310 to run config.status with the --recheck option, which is more
311 appropriate for a bootstrap.
312 (bootstrap): Run autogen.sh right after cleaning. Don't worry
313 about failures due to missing tools.
314 * autogen.sh: Exit with status 101 when failing due to missing tools.
315 * make-dist: Distribute autogen.sh.
316
f6196b87
PE
3172012-09-09 Paul Eggert <eggert@cs.ucla.edu>
318
319 Assume C89 or later for math functions (Bug#12381).
320 * configure.ac (frexp, fmod): Remove checks for these functions,
321 as we now assume them.
322 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
323 (HAVE_EXCEPTION):
324 Remove; no longer needed.
325
1a4f1e9b
PE
3262012-09-07 Paul Eggert <eggert@cs.ucla.edu>
327
328 More signal-handler cleanup (Bug#12327).
329 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
330
2fe28299
PE
3312012-09-06 Paul Eggert <eggert@cs.ucla.edu>
332
333 Signal-handler cleanup (Bug#12327).
334 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
335 Adjust to syssignal.h changes.
336 (SIGNAL_H_AB): Remove; no longer needed.
337
7b6c362e
PE
3382012-09-04 Paul Eggert <eggert@cs.ucla.edu>
339
1088b922
PE
340 Simplify redefinition of 'abort' (Bug#12316).
341 * configure.ac (NO_ABRT): Remove.
342
7b6c362e
PE
343 * configure.ac (_setjmp, _longjmp): Check by compiling
344 instead of by guessing. The guesses were wrong for
345 recent versions of Solaris, such as Solaris 11.
346
7f507777
PE
3472012-09-03 Paul Eggert <eggert@cs.ucla.edu>
348
79a7bafe
PE
349 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
350 It generates false alarms in doc.c, regex.c, xdisp.c. See
351 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
352
7f507777
PE
353 Merge from gnulib, incorporating:
354 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
355 2011-11-30 manywarnings: update the list of "all" warnings
356
f278d339
JD
3572012-09-02 Jan Djärv <jan.h.d@swipnet.se>
358
359 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
360
2d3800d2
PE
3612012-09-01 Paul Eggert <eggert@cs.ucla.edu>
362
363 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
364 This ports to glibc 2.15 or later, when configured with
365 --enable-gcc-warnings. See Eric Blake in
366 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
367
17a2cbbd
DC
3682012-09-01 Daniel Colascione <dan.colascione@gmail.com>
369
370 * configure.ac: Introduce term_header variable, which holds the
371 value which will become TERM_HEADER in code. We effect our choice
372 of window system by setting term_header and WINDOW_SYSTEM_OBJ
373 instead of using ad-hoc variables and flags for each window
374 system.
375
6e8aca60
PE
3762012-08-26 Paul Eggert <eggert@cs.ucla.edu>
377
378 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
379 and if the user has not specified CFLAGS. -g3 simplifies
380 debugging, since it makes macros visible to the debugger.
381
f0602979
JB
3822012-08-25 Juanma Barranquero <lekktu@gmail.com>
383
384 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
385
391ceac5
EZ
3862012-08-25 Eli Zaretskii <eliz@gnu.org>
387
388 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
389 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
390
f4a681b0
PE
3912012-08-24 Paul Eggert <eggert@cs.ucla.edu>
392
393 On assertion failure, print backtrace if available.
394 Merge from gnulib, incorporating:
395 2012-08-24 execinfo: port to FreeBSD
396 2012-08-22 execinfo: new module
397 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
398 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
399
5af9cb6b
GM
4002012-08-22 Glenn Morris <rgm@gnu.org>
401
402 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
403 do not create the bin/emacs link. (Bug#12011)
404
01b13eb7
PE
4052012-08-21 Paul Eggert <eggert@cs.ucla.edu>
406
407 Merge from gnulib, incorporating:
408 2012-08-20 extern-inline: support old GCC 'inline'
409
9aa0092c
GM
4102012-08-20 Glenn Morris <rgm@gnu.org>
411
412 * configure.ac (AC_PROG_LN_S): Test for ln.
413 * Makefile.in (LN_S): New, set by configure.
414 (install-arch-dep): Use $LN_S.
415
562d4436
PE
4162012-08-19 Paul Eggert <eggert@cs.ucla.edu>
417
418 Merge from gnulib, incorporating:
419 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
420 2012-08-19 mktime, sys_select: avoid 'static inline'
421 2012-08-19 gnulib-tool: Fix indentation.
422
51e6d6b2
PE
4232012-08-18 Paul Eggert <eggert@cs.ucla.edu>
424
425 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
426 These files have been unused since the 2012-06-22 patch that
427 introduced high-resolution time stamps.
428
1598ef28
JB
4292012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
430
431 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
432 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
433
76d0e68f
PE
4342012-08-14 Paul Eggert <eggert@cs.ucla.edu>
435
436 Merge from gnulib, incorporating:
437 2012-08-05 extern-inline: also ignore -Wmissing-declarations
438
57239922
JB
4392012-08-10 Juanma Barranquero <lekktu@gmail.com>
440
441 * lib/makefile.w32-in (STAT_TIME_H): New macro.
442 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
443 ($(BLD)/u64.$(O)): Update dependencies.
444
9374581a
GM
4452012-08-10 Glenn Morris <rgm@gnu.org>
446
447 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
448
da3d2105
DA
4492012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
450
451 * configure.ac (--disable-features): Rename to --without-all.
452 (OPTION_DEFAULT_ON): Change to use with_features.
453 * INSTALL: Fix description.
454
c30d4aef
DA
4552012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
456
457 * configure.ac: New option --disable-features.
458 (OPTION_DEFAULT_ON): Change to use enable_features.
459 * INSTALL: Explain --disable-features.
460
7d732d1a
GM
4612012-08-07 Glenn Morris <rgm@gnu.org>
462
463 * configure.ac: Require automake 1.11 (fairly arbitrarily).
464 * autogen.sh (automake_min): Get it from configure.ac.
465
1c6f11f4
GM
4662012-08-06 Glenn Morris <rgm@gnu.org>
467
1db4583a
GM
468 * configure.ac (BROKEN_GETWD) [unixware]: New define.
469
1c6f11f4
GM
470 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
471 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
472 (DISPNEW_NEEDS_STDIO_EXT): New define.
473
68b0c113
MA
4742012-08-05 Michael Albinus <michael.albinus@gmx.de>
475
a4fe5376 476 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
68b0c113 477
32d9ba9a
UM
4782012-08-05 Ulrich Müller <ulm@gentoo.org>
479
480 * configure.ac: Disable paxctl if binaries don't have a
481 PT_PAX_FLAGS program header. (Bug#11979)
482
fddc1855
EZ
4832012-08-03 Eli Zaretskii <eliz@gnu.org>
484
485 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
486 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
487 (SHA512_H): Don't mention u64.h twice.
488 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
489 New targets.
490
f35ef0ed
PE
4912012-08-03 Paul Eggert <eggert@cs.ucla.edu>
492
493 Merge from gnulib, incorporating:
494 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
495
d7844221
YM
4962012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
497
498 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
499 out-of-tree build.
500
837b365b
GM
5012012-08-02 Glenn Morris <rgm@gnu.org>
502
d66b744d
GM
503 * make-dist: Remove src/s.
504
837b365b
GM
505 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
506
3f750e43
PE
5072012-08-02 Paul Eggert <eggert@cs.ucla.edu>
508
a0d4efe9
PE
509 Merge from gnulib (Bug#12116), incorporating:
510 2012-08-01 extern-inline: new module
511 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
bff2a4b8 512 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
a0d4efe9
PE
513 New files. The new .c files are for instantiating extern inline
514 functions.
515
13294f95
PE
516 Port to Solaris 8.
517 Without this change, 'configure' fails because the recently-added
518 wait3 prototype in config.h messes up later 'configure' tests.
519 Fix this problem by droping wait3 and WRETCODE, as they're
520 no longer needed on hosts that are current porting targets.
521 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
522 All uses changed to waitpid and WEXITSTATUS.
523
3f750e43
PE
524 Avoid needless autoheader after autogen.sh.
525 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
526 * .bzrignore: Add it.
527 * autogen.sh: Create it.
528
ae21c275
GM
5292012-08-01 Glenn Morris <rgm@gnu.org>
530
531 * configure.ac (DOS_NT, MSDOS): New system type templates.
532
fca64dbd
UM
5332012-08-01 Ulrich Müller <ulm@gentoo.org>
534
535 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
536 Don't include crtbegin.o and crtend.o. (Bug#12047)
537
5c0c0e8a
GM
5382012-08-01 Glenn Morris <rgm@gnu.org>
539
ca35a5f7
GM
540 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
541 (INTERNAL_TERMINAL): New.
b72c9a8c 542
5c0c0e8a
GM
543 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
544 (IS_ANY_SEP): Move here from src/lisp.h.
545
552a99b4
JB
5462012-08-01 Juanma Barranquero <lekktu@gmail.com>
547
548 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
549 (CONF_POST_H): New macro.
550
8d8e2dfe
GM
5512012-07-31 Glenn Morris <rgm@gnu.org>
552
bc96620a
GM
553 * configure.ac (S_FILE): Remove output variable.
554
68169a33
GM
555 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
556
b2c7a106
GM
557 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
558 Move here from src.
559
8d8e2dfe
GM
560 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
561 Move here from conf_post.h.
562
c09bfb2f
DA
5632012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
564
565 Improve OpenMotif detection on GNU/Linux systems.
566 * configure.ac (MOTIF): Check for /usr/include/openmotif
567 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
568
57ae02b1
AS
5692012-07-31 Andreas Schwab <schwab@linux-m68k.org>
570
571 * Makefile.in (install-arch-indep): Avoid eval.
572
c1529ded
GM
5732012-07-31 Glenn Morris <rgm@gnu.org>
574
b3a56300
GM
575 * configure.ac (opsysfile, S_FILE): Now they are always empty.
576
cd8bac79
GM
577 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
578 when removing src/s/sol2-6.h yesterday.
579
268e2432
GM
580 * configure.ac (USG5_4): Reintroduce this.
581 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
582
400d5621
GM
583 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
584
7552f3ee
GM
585 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
586 and to s/usg5-4-common.h on irix6-5.
c1529ded 587
b429a4ee
GM
5882012-07-30 Glenn Morris <rgm@gnu.org>
589
590 * configure.ac (AH_BOTTOM): Use an include file, so that the
591 contents do not get processed by autoheader.
592
0aee6912
PE
5932012-07-30 Paul Eggert <eggert@cs.ucla.edu>
594
8f25abd3
PE
595 Do not overwrite config.status while executing it (Bug#11214).
596 * Makefile.in (MAKEFILE_NAME): New macro.
597 ($(MAKEFILE_NAME)): Rename rule from Makefile.
598 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
599 so that GNU 'make' isn't tempted to make the Makefile and then
600 regenerate config.status while config.status is running.
601
0aee6912
PE
602 Update .PHONY listings in makefiles.
603 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
604 FRC, install-arch-dep, install-arch-indep, install-doc,
605 install-info, install-man, install-etc, install-strip, uninstall,
606 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
607 (.RECURSIVE): Remove; hasn't been needed for years.
608
0a763bd1
GM
6092012-07-30 Glenn Morris <rgm@gnu.org>
610
32bac6d6
GM
611 * configure.ac (SIGNAL_H_AHB): New hack macro.
612 (opsysfile): Set to empty on netbsd, openbsd.
613 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
614
b65e7c46 615 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
0a763bd1 616
847bb9eb
JD
6172012-07-30 Jan Djärv <jan.h.d@swipnet.se>
618
619 * Makefile.in (install-arch-indep): Remove sh -x.
620
d34d6ffc
GM
6212012-07-30 Glenn Morris <rgm@gnu.org>
622
abc7ec54
GM
623 * configure.ac (opsysfile): Tweak message for null case.
624
227f5bd0
GM
625 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
626 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
d34d6ffc 627
dc5493f1
PE
6282012-07-30 Paul Eggert <eggert@cs.ucla.edu>
629
630 Merge from gnulib, incorporating:
631 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
632
ffd817eb
JD
6332012-07-29 Jan Djärv <jan.h.d@swipnet.se>
634
635 * Makefile.in (install-arch-indep): Handle space in locallisppath.
636
e32a5799
PE
6372012-07-28 Paul Eggert <eggert@cs.ucla.edu>
638
639 Use Gnulib environ module (Bug#9772).
640 * m4/environ.m4: New file, from gnulib.
641 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
642
643 Use Gnulib stdalign module (Bug#9772, Bug#9960).
644 This should improve portability of macros like alignof and DECL_ALIGN.
645 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
646 * .bzrignore: Add lib/stdalign.h.
647 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
648 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
649 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
650 fiddles with this, as gnulib now does this for us.
651
441efe9f
DA
6522012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
653
654 Fix toolkit configuration report.
655 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
656 --with-x-toolkit=gtk3 is used.
657
5dad233c
PE
6582012-07-17 Paul Eggert <eggert@cs.ucla.edu>
659
660 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
661 * configure.ac: Configure gnulib at the end, not before running
662 pkg-config. This restores the behavior before 2012-06-22, when
663 higher-resolution time stamps were added, and fixes a bug whereby
664 LIB_PTHREAD was not used and gnulib's part of 'configure'
665 therefore incorrectly assumed that pthread_sigmask wasn't working.
666 Fix the problem with -lrt and clock_gettime a different way.
667 This should complete the fix for Bug#11884.
668 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
669
b6e9e0ff
PE
6702012-07-15 Paul Eggert <eggert@cs.ucla.edu>
671
672 Merge from gnulib, incorporating:
673 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
674 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
675
5b3f250f
GM
6762012-07-14 Glenn Morris <rgm@gnu.org>
677
678 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
679 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
680
dbee5793
GM
6812012-07-13 Glenn Morris <rgm@gnu.org>
682
32fb4bb6
GM
683 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
684
983188fd
GM
685 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
686 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
687 Move "system type" macros here from src/s.
688 (BSD_SYSTEM_AHB): New hack macro.
689 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
690
5b633342
GM
691 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
692 (GC_MARK_SECONDARY_STACK): Move here from src/s.
dbee5793 693
308aab79
GM
6942012-07-12 Glenn Morris <rgm@gnu.org>
695
4fae5a7a
GM
696 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
697 setting here from src/s/darwin.h.
698
51c3b9b4
GM
699 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
700 as src/s/darwin.h used to.
701
42bd1719
GM
702 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
703 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
ba9e4b84 704 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
0ab7b23a 705 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3f922c37 706 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3e91a053 707 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
7ccad002 708 (XOS_NEEDS_TIME_H): Move here from src/s.
308aab79 709
c43fb4c3
GM
7102012-07-11 Glenn Morris <rgm@gnu.org>
711
712 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
ee1cf5cf 713 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
c43fb4c3 714
554fef51
PE
7152012-07-11 Paul Eggert <eggert@cs.ucla.edu>
716
717 * configure.ac (tzset): Remove check that's redundant with gnulib.
718
c8add24e
GM
7192012-07-11 Glenn Morris <rgm@gnu.org>
720
172bedef
GM
721 * configure.ac (CLASH_DETECTION): Define unconditionally.
722
249685df
GM
723 * configure.ac (opsysfile): Use bsd-common on gnu systems.
724
c8add24e 725 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
09f4e3b0 726 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
c8add24e 727
5ebbef1d
PE
7282012-07-11 Paul Eggert <eggert@cs.ucla.edu>
729
bb352260
PE
730 Assume mkdir, rename, rmdir, strerror.
731 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
5ebbef1d 732
20e94fdd
GM
7332012-07-11 Glenn Morris <rgm@gnu.org>
734
9d596af3
GM
735 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
736
20e94fdd
GM
737 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
738
22ffb973
PE
7392012-07-10 Paul Eggert <eggert@cs.ucla.edu>
740
741 Remove "#define unix" that is no longer needed (Bug#11905).
742 Merge from gnulib to make "#define unix" unnecessary, incorporating:
743 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
744 2012-07-09 getopt: Simplify after Emacs changed.
745
882cf227
GM
7462012-07-10 Glenn Morris <rgm@gnu.org>
747
d02eb359
GM
748 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
749 Move here from src/s.
882cf227 750
cda158b4
AS
7512012-07-09 Andreas Schwab <schwab@linux-m68k.org>
752
753 * configure.ac (PNG_DEPSTRUCT): Define this instead of
754 PNG_DEPRECATED.
755
5994c183
PE
7562012-07-09 Paul Eggert <eggert@cs.ucla.edu>
757
758 Add GCC-style 'const' attribute to functions that can use it.
759 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
760 (ATTRIBUTE_CONST): New macro, in config.h.
761
52331d2c
JB
7622012-07-09 Juanma Barranquero <lekktu@gmail.com>
763
764 * lib/makefile.w32-in: Rework dependencies.
765 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
766 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
767 (U64_H, SHA512_H): New macros.
768 (SRC): Redefine to point to src/, not current directory.
769 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
770 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
771 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
772 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
773 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
774 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
775 ($(BLD)/filemode.$(O)): Update dependencies.
776
c4444d16
PE
7772012-07-09 Paul Eggert <eggert@cs.ucla.edu>
778
2f93ecce
PE
779 Merge from gnulib, incorporating:
780 2012-07-09 timespec: mark functions with const attributes
781
c4444d16
PE
782 Rename configure.in to configure.ac (Bug#11603).
783 The name 'configure.in' has been obsolescent for quite some time,
784 and the next release of Autoconf will generate warnings for it.
61a11606
PE
785 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
786 'configure.in' as autoconf input" in the Autoconf git repository.
c4444d16
PE
787 * configure.ac: Rename from configure.in.
788 * INSTALL, INSTALL.BZR, README, make-dist:
789 * Makefile.in (AUTOCONF_INPUTS):
790 * autogen.sh (autoconf_min):
791 * autogen/update_autogen (sources):
792 Adjust to reflect new name.
793
0ccb0b09
PE
7942012-07-08 Paul Eggert <eggert@cs.ucla.edu>
795
796 Restore deprecation warnings, except for older libpng.
797 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
798 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
799 (PNG_DEPRECATED): Define when compiling with older PNG versions.
800
4da41f1c
AS
8012012-07-07 Andreas Schwab <schwab@linux-m68k.org>
802
803 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
804
6045c4fd
PE
8052012-07-07 Paul Eggert <eggert@cs.ucla.edu>
806
807 Improve static checking when configured --with-ns.
808 See Samuel Bronson's remarks in
809 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
810 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
811 a no-op with recent GCC and harmful in earlier ones.
812 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
813 warning when compiling with ObjC. Always omit
814 -Wunsafe-loop-optimizations, as we don't mind when optimization is
815 being done correctly.
816
4516fbef
GM
8172012-07-07 Glenn Morris <rgm@gnu.org>
818
41f9404e
GM
819 * configure.in (BROKEN_SA_RESTART): Doc fix.
820
4516fbef
GM
821 * configure.in: Rather than checking for things then undef'ing
822 them on some platforms, simply don't check for them.
823 (getwd): Don't check for it on unixware.
824 (random, rint): Don't check for these on hpux.
825 (res_init, libresolv): Don't check for these on darwin.
826
07adc2c6
JB
8272012-07-07 Juanma Barranquero <lekktu@gmail.com>
828
829 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
830 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
831 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
832 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
833
a69ca799
PE
8342012-07-06 Paul Eggert <eggert@cs.ucla.edu>
835
f5c08e17
PE
836 * configure.in: Document --enable-gcc-warnings better.
837
fee5959d
PE
838 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
839 This is safer than strcasecmp, which has unspecified behavior
840 outside the POSIX locale and in practice sometimes does not work
841 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
842 * configure.in (strcasecmp, strncasecmp): Remove checks.
f5c08e17 843
fee5959d
PE
844 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
845 * lib/c-strncasecmp.c: New files, taken from gnulib.
846 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
847
a69ca799
PE
848 Merge from gnulib, incorporating:
849 2012-07-06 timespec-sub: avoid duplicate include
850 Reported by Juanma Barranquero.
851
a02d99e7
GM
8522012-07-06 Glenn Morris <rgm@gnu.org>
853
854 * make-dist [update]: Let autoreconf figure out what needs updating.
855 Use `make info-real'. leim/leim-list.el should always exist.
856 Check cd return value.
857
7dca65a4
PE
8582012-07-06 Paul Eggert <eggert@cs.ucla.edu>
859
860 Merge from gnulib. This is for OpenBSD 5.1 amd64.
861 * m4/sys_time_h.m4: New version from gnulib, incorporating:
862 2012-07-05 sys_time: allow too-wide tv_sec
863
013aabf1
PE
8642012-07-04 Paul Eggert <eggert@cs.ucla.edu>
865
866 Merge from gnulib.
867 * lib/alloca.in.h: New version from gnulib, incorporating:
868 2012-07-03 alloca: add support for HP NonStop TNS/E native
869
8ce70ed2
DA
8702012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
871
872 * configure.in: If --enable-gcc-warnings, disable
873 -Wunsafe-loop-optimizations for -O1 optimization level.
874
ca26824c
GM
8752012-06-30 Glenn Morris <rgm@gnu.org>
876
877 * configure.in (standardlisppath): New output variable.
878 (lisppath): Use standardlisppath.
879 * Makefile.in (standardlisppath): New, set by configure.
880 (epaths-force): Use standardlisppath and locallisppath rather than
881 lisppath.
882
94eb8e0a
DA
8832012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
884
1f9f395d 885 * configure.in: Fix previous change. Remove --enable-asserts.
94eb8e0a
DA
886 (CPPFLAGS): Remove conditional -DXASSERTS=1.
887 Add --enable-link-time-optimization.
888 * INSTALL: Mention this.
889
e509cfa6
DA
8902012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
891
892 * configure.in: Add glyphs category to --enable-checking option.
893 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
894
a54e2c05
DA
8952012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
896
897 * configure.in (ENABLE_CHECKING): Update comment.
898
059e4fb5
PE
8992012-06-28 Paul Eggert <eggert@cs.ucla.edu>
900
15458df4
PE
901 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
902 Emacs proper no longer uses these headers, and can rely on Gnulib
903 for these checks.
904
059e4fb5
PE
905 Merge from gnulib.
906 * m4/getopt.m4: Copy new version from gnulib, incorporating:
907 getopt-posix: No longer guarantee that option processing is resettable.
908
1ba6038a
GM
9092012-06-27 Glenn Morris <rgm@gnu.org>
910
0b6b25d5
GM
911 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
912
1ba6038a
GM
913 * INSTALL: Remove references to paths.el.
914
cc06e7e7
EZ
9152012-06-26 Eli Zaretskii <eliz@gnu.org>
916
90eacf99
SM
917 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
918 This replaces separate dependency for each object file, which required
cc06e7e7
EZ
919 the same object file to be mentioned twice, causing failures in
920 parallel builds.
921
cf38a720
PE
9222012-06-26 Paul Eggert <eggert@cs.ucla.edu>
923
924 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
925 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
926
3511c784
DA
9272012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
928
929 * configure.in (AC_CHECK_FUNCS): Detect library functions
930 strcasecmp and strncasecmp.
931
845ca893
PE
9322012-06-24 Paul Eggert <eggert@cs.ucla.edu>
933
934 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
935 We might as well use the spelling standardized by C11,
936 as in the long run that should simplify maintenance.
937 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
938
696056c2
EZ
9392012-06-24 Eli Zaretskii <eliz@gnu.org>
940
941 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
942 ($(BLD)/timespec-add.$(O)):
943 ($(BLD)/timespec-sub.$(O)): Don't depend on
944 $(EMACS_ROOT)/nt/inc/sys/time.h.
945
946 * lib/stat-time.h:
947 * lib/timespec.h:
948 * lib/utimens.h: Revert last change.
949
47d0c011
PE
9502012-06-23 Paul Eggert <eggert@cs.ucla.edu>
951
952 Merge from gnulib.
953 * m4/getopt.m4: Copy new version from gnulib, incorporating:
954 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
955
388cdec0
EZ
9562012-06-23 Eli Zaretskii <eliz@gnu.org>
957
958 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
959 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
960 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
961 $(BLD)/timespec-sub.$(O).
962 ($(BLD)/dtotimespec.$(O)):
963 ($(BLD)/gettime.$(O)):
964 ($(BLD)/timespec-add.$(O)):
965 ($(BLD)/timespec-sub.$(O)): New dependencies.
966
967 * lib/stat-time.h:
968 * lib/timespec.h:
ed9265fc 969 * lib/utimens.h: Include sys/time.h.
388cdec0 970
54e8a418
AS
9712012-06-23 Andreas Schwab <schwab@linux-m68k.org>
972
973 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
974 the correct CFLAGS and LIBS.
975
d35af63c
PE
9762012-06-22 Paul Eggert <eggert@cs.ucla.edu>
977
978 Support higher-resolution time stamps (Bug#9000).
979 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
980 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
981 that the new clock stuff doesn't clash with RSVG_LIBS.
982 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
983 as gnulib does that for us now.
984 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
985 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
986 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
987 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
988 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
989 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
990 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
991 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
992 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
993 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
994 New files, copied automatically from gnulib.
995 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
996
05730648
PE
9972012-06-22 Paul Eggert <eggert@cs.ucla.edu>
998
999 Merge from gnulib.
1000 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
1001 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
1002 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
1003 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
1004 Copy new versions from gnulib, incorporating the following changes:
1005 2012-06-22 time_r: fix typo that always overrode localtime_r decl
1006 2012-06-22 Write "Mac OS X" instead of "MacOS X".
1007 2012-06-21 mktime: fix integer overflow in 'configure'-time test
1008 2012-06-21 nonblocking: Avoid compilation error on mingw64.
1009 2012-06-19 stat, fstat: Avoid warnings on mingw64.
1010 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
1011
646b5f55
AS
10122012-06-13 Andreas Schwab <schwab@linux-m68k.org>
1013
1014 * configure.in: Rename --enable-use-lisp-union-type to
1015 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
1016 instead of USE_LISP_UNION_TYPE.
1017
8a07a8c6
GM
10182012-06-12 Glenn Morris <rgm@gnu.org>
1019
b4492cba
GM
1020 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
1021 (opsysfile): Set specially for sol2-10.
1022
8a07a8c6
GM
1023 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
1024 New AC_DEFINEs, for hpux11.
1025 (opsysfile): Set specially for hpux11.
1026
03043c1b
PE
10272012-06-12 Paul Eggert <eggert@cs.ucla.edu>
1028
1029 * configure.in: Coalesce some function checking.
1030 This makes 'configure' a bit smaller.
1031 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
1032
ed846e5f
GM
10332012-06-12 Glenn Morris <rgm@gnu.org>
1034
0d369729
GM
1035 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
1036
45fa9c0f
GM
1037 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
1038
ed846e5f
GM
1039 * configure.in: Anticipate platforms with no src/s file.
1040
0e25d334
CY
10412012-06-12 Chong Yidong <cyd@gnu.org>
1042
1043 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
1044
a9be7d2b
GM
10452012-06-11 Glenn Morris <rgm@gnu.org>
1046
1047 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
1048
e3a3e213
MA
10492012-06-09 Michael Albinus <michael.albinus@gmx.de>
1050
1051 * configure.in (dbus_type_is_valid): Check for library function.
1052
276d5f5d
GM
10532012-06-06 Glenn Morris <rgm@gnu.org>
1054
1055 * INSTALL, make-dist: Remove vcdiff.
1056
418cd726
GM
10572012-06-03 Glenn Morris <rgm@gnu.org>
1058
1059 * INSTALL, make-dist: Remove rcs-checkin.
1060
c71232db
UM
10612012-06-03 Ulrich Müller <ulm@gentoo.org>
1062
1f9f395d 1063 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
c71232db 1064
501390c5
PE
10652012-06-01 Paul Eggert <eggert@cs.ucla.edu>
1066
1067 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
1068 It is confusingly named and rarely useful. See, for example,
1069 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
1070 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
1071 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
1072 * configure.in: Remove --disable-maintainer-mode.
1073 (USE_MAINTAINER_MODE, MAINT): Remove.
1074
0e7a053e
PE
10752012-05-28 Paul Eggert <eggert@cs.ucla.edu>
1076
1077 Make 'configure' a bit smaller and faster.
1078 * configure.in (INSTALL_INFO): Set it with one call to
1079 AC_PATH_PROG, not three.
1080 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
1081 so likely that it'll be needed.
1082 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
1083 (AC_PROG_MAKE_SET): Remove; Automake does this.
1084 (sysinfo): Do not check for this function, as it's never used.
1085 (tzset): Check for this function just once.
1086 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
1087 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
1088
cd376509
EZ
10892012-05-27 Eli Zaretskii <eliz@gnu.org>
1090
42a53d84
EZ
1091 * config.bat (lib): Create/update lib/stdalign.in-h and
1092 lib/sys_types.in-h.
1093
0e7a053e
PE
1094 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
1095 ($(BLD)/sha1.$(O)):
1096 ($(BLD)/sha256.$(O)):
cd376509
EZ
1097 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
1098 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
1099
1100 * lib/getopt_.h: Regenerate.
1101
50c4645e
PE
11022012-05-27 Paul Eggert <eggert@cs.ucla.edu>
1103
1104 Assume gnulib does largefile.
1105 Gnulib does the largefile configuration anyway, so when configure.in
1106 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
1107 * configure.in (AC_SYS_LARGEFILE): Remove.
1108 * lib/gnulib.mk: Autoupdate.
1109
caf8a9b2
PE
11102012-05-26 Paul Eggert <eggert@cs.ucla.edu>
1111
1112 Merge from gnulib. (Bug#11527)
1113
1114 The build procedure now creates <stdalign.h> and <sys/types.h> for
1115 older hosts that lack a working <stdalign.h> or whose
90eacf99
SM
1116 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
1117 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
caf8a9b2
PE
1118 msdos and nt builds.
1119
1120 Here is a precis of gnulib changes that seem relevant; please see
1121 the gnulib ChangeLog for details.
1122
1123 2012-05-18 crypto: fix bug in large buffer handling
1124 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
1125 2012-05-10 _Noreturn: port config.h to gcc -Wundef
1126 2012-05-08 warnings.m4: give a means to specify the program to compile
1127 2012-05-07 stdint: be more consistent with glibc, SunOS libc
1128 2012-04-21 Large File Support for native Windows platforms.
1129 2012-04-14 stat: Bypass buggy override in mingw64.
1130 2012-03-29 stdio: don't assume gets any more
1131 2012-03-24 Enable common subexpression optimization in GCC.
1132 2012-02-09 maint: replace FSF snail-mail addresses with URLs
1133 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
1134 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
1135 2012-01-21 stdint: Add support for Android.
1136 2012-01-15 Improve support for MSVC 9.
1137 2012-01-08 mktime: Avoid compilation error on Solaris 11.
1138 2012-01-05 Use ', not `, for quoting output.
1139 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
1140 2012-01-05 strtoimax: Work around AIX 5.1 bug.
1141 2012-01-05 inttypes: Modernize.
1142 2011-12-13 inttypes, stdint: add C++11 support
1143 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
1144 2011-11-21 _Noreturn: Check that _MSC_VER is defined
1145 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
1146 2011-11-09 raise: fix mingw handling of SIGPIPE
1147 2011-10-27 Add stdalign module and use it in other modules.
1148
1149 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
1150 * m4/sys_types_h.m4:
1151 New files.
1152 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
1153 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
1154 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
1155 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
1156 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
1157 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
1158 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1159 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
1160 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
1161 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
1162 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
1163 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
1164 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
1165 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
1166 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
1167 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
1168 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
1169 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
1170 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
1171 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
1172 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
1173 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
1174 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
1175 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
1176 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
1177 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
1178 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
1179 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
1180 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
1181 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
1182 Update from gnulib.
1183
34374650
PE
11842012-05-22 Paul Eggert <eggert@cs.ucla.edu>
1185
1186 Remove src/m/*.
1187 * configure.in: Remove all mention of src/m/*.
1188 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
1189 All uses removed.
1190 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
1191 (BITS_PER_LONG_LONG): Move to src/lisp.h.
1192 * lib/makefile.w32-in: Remove dependencies on
1193 $(EMACS_ROOT)/src/m/intel386.h.
1194 * make-dist: Don't make links to src/m.
1195
ec21c7f8
PE
11962012-05-22 Paul Eggert <eggert@cs.ucla.edu>
1197
1198 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
1199 Without this further fix, aclocal was being invoked unnecessarily.
1200
39078e4a
GM
12012012-05-22 Glenn Morris <rgm@gnu.org>
1202
1203 * Makefile.in (blessmail, install-arch-dep, uninstall):
1204 Check cd lib-src works.
1205 (install-arch-dep, uninstall): Remove unneeded subshells.
1206
be17565b
GM
12072012-05-21 Glenn Morris <rgm@gnu.org>
1208
ff0c3cfb
GM
1209 * update-subdirs: Move to build-aux/.
1210 * make-dist, Makefile.in (install-arch-indep): Update for this change.
1211
d10cfddd
GM
1212 * Makefile.in (leimdir): New, set by configure.
1213 (COPYDIR, COPYDESTS): Add leim directories.
1214 (install-leim): Remove.
1215 (install-arch-indep): Handle leim installation directly.
1216
be17565b
GM
1217 * vpath.sed: Remove unused file.
1218 * make-dist: No more vpath.sed.
1219
9b4ee616
PE
12202012-05-21 Paul Eggert <eggert@cs.ucla.edu>
1221
fb77d37e
PE
1222 Use full name for m4/gnulib-comp.m4. (Bug#11529)
1223 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
1224 even though the file's name in gnulib is m4/gnulib-comp.m4.
1225 This had a problem when merging from gnulib, as the code temporarily
1226 renamed it to the full name, causing problems when interrupted.
1227 Now the file has its full name, with the idea that we will find
1228 a solution for MS-DOS that does not affect the rest of Emacs.
1229 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
1230
261cb4bb
PE
1231 Assume C89 or later.
1232 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
1233 (POINTER_TYPE, PROTOTYPES): Remove.
1234
9b4ee616
PE
1235 Make merging from gnulib a script, not a makefile action.
1236 Putting it in a makefile has some problems with reflection, as
1237 merging from gnulib updates 'configure', which can update the makefile.
1238 Putting it in a standalone script breaks this loop.
1239 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
1240 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
1241 Remove, moving the actions to the script admin/merge-gnulib.
1242
261cb4bb
PE
12432012-05-21 Glenn Morris <rgm@gnu.org>
1244
1245 * configure.in (LEIM_INSTALLDIR):
1246 Rename to leimdir, treat like lispdir.
1247
b847032c
GM
12482012-05-21 Glenn Morris <rgm@gnu.org>
1249
1250 * Makefile.in (install-arch-indep, install-doc, install-info)
1251 (uninstall): Scrap superfluous subshells.
1252
af006ad5
UM
12532012-05-19 Ulrich Mueller <ulm@gentoo.org>
1254
1255 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
1256
003fdae2
PE
12572012-05-19 Paul Eggert <eggert@cs.ucla.edu>
1258
9232a6d9
PE
1259 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
1260 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
1261 getsockopt, setsockopt, mremap, mempcpy.
1262
003fdae2
PE
1263 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
1264 is being removed.
1265 (AC_CHECK_FUNCS): Remove ftime.
1266
e7333757
GM
12672012-05-19 Glenn Morris <rgm@gnu.org>
1268
e39b9806 1269 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 1270
42d5aa3e
GM
1271 * Makefile.in (install-arch-indep): Remove unneeded chmod.
1272 Set permissions of lisp/subdirs.el.
1273
9192d37d
GM
1274 * Makefile.in (SUBDIR): Add leim. Update users.
1275
2e5d41e4
GM
1276 * Makefile.in (lib, lib-src, lisp): Check cd return value.
1277
e7333757
GM
1278 * Makefile.in (leim): No need to set PARALLEL.
1279
7606c360
GM
12802012-05-18 Glenn Morris <rgm@gnu.org>
1281
6d1a623e
GM
1282 * Makefile.in (install-arch-indep, install-info, install-man):
1283 Simplify some one-sided ifs.
1284
29473393
GM
1285 * Makefile.in: Install only the relevant DOC file.
1286 (install-arch-indep): Delete etc/DOC*.
1287 (install-doc): No more need to delete etc/DOC.
1288
660c8c1e
GM
1289 * Makefile.in (install-arch-indep): Split into several rules.
1290 (install-doc, innstall-info, install-man): New rules.
1291
37f36bcb
GM
1292 * configure.in (mandir): May as well include it in the NS app bundle.
1293
0629a797
GM
1294 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
1295 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
1296 (install-arch-indep): Don't install-etc for self-contained ns builds.
1297
136c45ee
GM
1298 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
1299 No longer unconditonally add /sw directories. (Bug#2280)
1300
ed0ba302
GM
1301 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
1302 (install-arch-indep): Depend on install-leim.
1303 (install): Remove explicit install-leim dependence.
1304
62061397
GM
1305 * Makefile.in (install-arch-indep):
1306 Move last element of mkdir rule here.
1307 (mkdir): Remove rule.
1308
37baa3c8
GM
1309 * Makefile.in (install-arch-indep): Remove unneeded chmods.
1310 INSTALL_DATA does this for us.
1311
b533f05e
GM
1312 * Makefile.in (install-arch-dep): Ensure bindir exists.
1313 Drop mkdir dependency.
1314 (install-arch-indep): Ensure docdir, infodir, mandir exist.
1315 (install-leim): Drop mkdir dependency.
1316 (mkdir): Remove most directories, now made in relevant rules.
1317
7606c360
GM
1318 * Makefile.in (install-arch-indep): Combine adjacent loops.
1319
3a4155de
GM
13202012-05-17 Glenn Morris <rgm@gnu.org>
1321
d9a1e2c2
GM
1322 * Makefile.in (install-etc, mkdir):
1323 Make relevant directories in install-etc rather than mkdir.
1324
4c54abe1
GM
1325 * Makefile.in (write_subdir): Create the directory if needed.
1326 (install-arch-dep, mkdir): No need to make site-lisp directories.
1327
9f1ea7dc 1328 * Makefile.in (write_subdir): New.
05f3d308 1329 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 1330
40c117e7 1331 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 1332 For a self-contained ns build, set these to the appropriate values.
40c117e7 1333 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 1334
b4a36200
GM
1335 * configure.in (ns_self_contained): New output variable.
1336 * Makefile.in (ns_self_contained): New, set by configure.
1337 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
1338 don't bother installing binaries then immediately deleting them.
1339
3a4155de
GM
1340 * Makefile.in (ns_appbindir, ns_appresdir):
1341 Move them before things that may refer to them.
1342 (install-arch-dep): No need to relocate self-contained ns libexec.
1343
1344 * configure.in (archlibdir): Set it for self-contained ns builds.
1345 (libexecdir): Don't expand it now (this is mainly cosmetic).
1346
f04940ae
PE
13472012-05-16 Paul Eggert <eggert@cs.ucla.edu>
1348
1349 * configure.in: Simplify by removing CPP etc.
1350 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
1351 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
1352 In particular we no longer need to fiddle with CPP, since we don't
1353 use CPP specially any more.
1354 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
1355 adjusted compiler.
1356 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
1357 since gl_EARLY and/or Autoconf already does these.
1358
27cb7be2
GM
13592012-05-16 Glenn Morris <rgm@gnu.org>
1360
1361 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
1362 (CPP): Do not unconditionally set it on Darwin.
1363 Instead, try to test if -no-cpp-precomp is accepted.
1364 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
1365
ec3ca9ec
GM
13662012-05-15 Glenn Morris <rgm@gnu.org>
1367
4e7d487c 1368 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 1369
75a9f5f5
GM
1370 * Makefile.in (install-arch-dep): Do not hard-code version number.
1371
ec3ca9ec
GM
1372 * Makefile.in (install-arch-dep): NS install no longer needs to
1373 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
1374
3fe7cdc8
GM
13752012-05-12 Glenn Morris <rgm@gnu.org>
1376
9e6b06ed
GM
1377 * configure.in (ns_appbindir): Remove trailing "/".
1378
3fe7cdc8
GM
1379 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
1380 (MKDEPDIR): Use $MKDIR_P.
1381 * Makefile.in (MKDIR_P): New, set by configure.
1382 (mkdir): Use $MKDIR_P.
1383
a873f274
GM
13842012-05-11 Glenn Morris <rgm@gnu.org>
1385
1386 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 1387 Use INSTALL_DATA for the DOC file.
c8e32179 1388 Remove dead code for ./lisp that never executes.
a873f274 1389
ff57c2ec
GM
13902012-05-10 Glenn Morris <rgm@gnu.org>
1391
1392 * configure.in (LEIM_INSTALLDIR): New output variable.
1393
49ed9c8e
SM
13942012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
1397
5122804a
GM
13982012-05-08 Glenn Morris <rgm@gnu.org>
1399
1400 * make-dist: No more doc/lispref/*.el.
1401
01319a4e
AS
14022012-05-05 Andreas Schwab <schwab@linux-m68k.org>
1403
1404 * configure.in: Fix quoting bugs.
1405
8045b906
GM
14062012-05-04 Glenn Morris <rgm@gnu.org>
1407
1408 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
1409
9fa0e416
GM
14102012-05-02 Glenn Morris <rgm@gnu.org>
1411
3c30e766
GM
1412 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
1413 the choices made by FreeBSD and NetBSD. (Bug#10313)
1414
9aa071df
GM
1415 * Makefile.in (INFO_FILES): Remove variable.
1416 (INFO_NONMISC): New variable.
1417 (install-arch-indep, uninstall): Don't use $INFO_FILES.
1418
cd3771a0
GM
1419 * Makefile.in (uninstall): Remove useless-use-of-for; that for
1420 some reason caused problems on an old Solaris.
1421
a36e64d0
GM
1422 * Makefile.in (install-arch-indep, uninstall):
1423 Ensure that INSTALL-type commands are run from top-level.
1424
9e7a4bcf
GM
1425 * info/dir: Make some entries consistent with the source texi files.
1426
9fa0e416
GM
1427 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
1428
7adecb99
GM
14292012-05-02 Glenn Morris <rgm@gnu.org>
1430
1431 * Makefile.in (install-arch-indep):
1432 Combine adjacent install-data and install-info loops.
1433
4737362e
GM
14342012-05-01 Glenn Morris <rgm@gnu.org>
1435
ab1121bd
GM
1436 * Makefile.in (MAN_PAGES): Remove.
1437 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
1438
a4a18b8b
GM
1439 * configure.in: Try libtinfo for tputs.
1440 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
1441
3ba0a545
GM
1442 * configure.in: Combine adjacent $opsys case blocks.
1443
e3da5b19
GM
1444 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
1445
262f06da
GM
1446 * configure.in: Invert the TERMINFO logic,
1447 since "yes" is far more common than "no".
1448
9311dcff
GM
1449 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
1450
4d5c6349
GM
1451 * configure.in (LD_SWITCH_X_SITE_RPATH):
1452 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
1453
4737362e
GM
1454 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
1455
562e638f
GM
14562012-04-26 Glenn Morris <rgm@gnu.org>
1457
1458 * make-dist: No more doc/lispref/tindex.pl.
1459
dcbf5805
MA
14602012-04-22 Michael Albinus <michael.albinus@gmx.de>
1461
1462 * configure.in (dbus_validate_bus_name, dbus_validate_path)
1463 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 1464 these library functions.
dcbf5805 1465
4b5b5289
PE
14662012-04-22 Paul Eggert <eggert@cs.ucla.edu>
1467
1468 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
1469 With glibc 2.14 or later, when compiled with GCC 4.7.0's
1470 -Werror=deprecated-declarations flag, use of hooks like
1471 __malloc_initialize_hook causes compilation to fail because these
1472 hooks are deprecated. Modify 'configure' to check for these hooks too.
1473 Simplify the 'configure' code to test for all the hooks at once.
1474 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
1475 (emacs_cv_var_doug_lea_malloc): ... this new var.
1476
9ee7d8b9
PE
14772012-04-21 Paul Eggert <eggert@cs.ucla.edu>
1478
1479 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
1480 dated 2011-10-07. Regenerating from current gnulib would be a
1481 pervasive change, and currently the trunk isn't open to such changes.
1482 * configure.in (WARN_CFLAGS): Remove; no longer needed now
1483 that gnulib does it.
1484 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1485
5e6ab4e6
AS
14862012-04-21 Andreas Schwab <schwab@linux-m68k.org>
1487
1488 * m4/gl-comp.m4: Update. (Bug#11285)
1489
c07a4c0b 14902012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
1491
1492 * configure.in: Don't use the -R option (Bug#11251).
1493
6c94c34f 14942012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 1495
9f46df23 1496 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
1497 I have been using this change for many months in my private copy
1498 of Emacs, and have used it to find several bugs. It's mature
1499 enough to publish now.
1500 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
1501 * configure.in: Support --enable-gcc-warnings, in the style of
1502 other GNU packages such as coreutils.
1503 (C_WARNINGS_SWITCH): Remove, replacing with...
1504 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
1505 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
1506 when including system files with GCC.
1507 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 1508 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
1509 * lib/Makefile.am (AM_CFLAGS): New macro.
1510 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
1511
316411f0
DA
15122012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1513
1514 * configure.in (AC_CHECK_FUNCS):
1f9f395d 1515 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
316411f0 1516
9b9b2ef2
GM
15172012-04-16 Glenn Morris <rgm@gnu.org>
1518
b1aa797c
GM
1519 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
1520
9b9b2ef2
GM
1521 * configure.in: Remove X libs workaround for old autoconf.
1522
badf86af
KB
15232012-04-12 Ken Brown <kbrown@cornell.edu>
1524
1525 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
1526
2f097256
GM
15272012-04-11 Glenn Morris <rgm@gnu.org>
1528
1529 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
1530
a9f72fc1
GM
15312012-04-10 Glenn Morris <rgm@gnu.org>
1532
1533 * configure.in: Conditionally generate admin/unidata/Makefile.
1534
6b4f4a2d
TZ
15352012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1536
a9f72fc1 1537 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 1538
23df914b
GM
15392012-04-09 Glenn Morris <rgm@gnu.org>
1540
fd9d85c2
GM
1541 * Makefile.in (leim): Check cd return value. Pass fewer variables.
1542 (install-leim): Check cd return value. Pass $MFLAGS.
1543 (install-strip): Pass $MFLAGS.
1544
23df914b
GM
1545 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
1546 Eg org.texi has been using 4.7 functions for some time.
1547
bf6bba2b
PE
15482012-04-07 Paul Eggert <eggert@cs.ucla.edu>
1549
1550 Check pkg-config exit status when configuring (Bug#10626).
1551 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
1552 works; check its exit status. Problem reported by Jordi Gutiérrez
1553 Hermoso in
1554 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
1555
f3774f20
GM
15562012-04-07 Glenn Morris <rgm@gnu.org>
1557
1558 * README, configure.in (AC_INIT): Bump version to 24.1.50.
1559
d67a9a85
EZ
15602012-04-07 Eli Zaretskii <eliz@gnu.org>
1561
1562 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
1563
f20f95c6
PE
15642012-03-04 Paul Eggert <eggert@cs.ucla.edu>
1565
1566 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
1567 * configure.in (LIBS_TERMCAP): Default this to the result of
1568 the tputs library search. Do a run-time test for the linkability
1569 of tputs unless cross-compiling, as that's more reliable if the
1570 link flags and libraries are messed up. Don't change LIBS as
1571 a result of the test, as that may mess up later tests.
1572
75197633
CS
15732012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
1574
533183f3 1575 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 1576
75197633
CS
1577 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
1578 specific makefiles to support getopt_.h generation with MSVC.
1579
7eb21b49
GM
15802012-02-04 Glenn Morris <rgm@gnu.org>
1581
1582 * Makefile.in (uninstall):
1583 Handle compressed info files and man pages. (Bug#10718)
1584
44f92739
GM
15852012-02-02 Glenn Morris <rgm@gnu.org>
1586
1587 * configure.in [HAVE_NS]:
1588 Error if use --without-toolkit-scroll-bars. (Bug#10673)
1589
6df37268
PE
15902012-02-01 Paul Eggert <eggert@cs.ucla.edu>
1591
1592 Port to older Solaris 10 versions (Bug#10677).
1593 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
1594 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
1595 possibly this is because Sun fixed the 'stat' bug in my version.
1596 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
1597 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
1598 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1599 These changes are based on gnulib version
1600 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
1601 because Emacs is in feature freeze and we do not want to merge any
1602 more-recent changes from gnulib.
1603
8d8939e8
GM
16042012-01-31 Glenn Morris <rgm@gnu.org>
1605
e4070def
GM
1606 * configure.in: Throw an explicit error if Motif toolkit was
1607 requested but requirements could not be found.
1608
8d8939e8
GM
1609 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
1610
5a26ec89
EZ
16112012-01-30 Eli Zaretskii <eliz@gnu.org>
1612
1613 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
1614 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
1615 with "make -j3".
1616
1b0880d5
JB
16172012-01-16 Juanma Barranquero <lekktu@gmail.com>
1618
1619 * .bzrignore: Ignore etc/__pycache__.
1620
adee8a65
PE
16212011-12-17 Paul Eggert <eggert@cs.ucla.edu>
1622
1623 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
090bd7cb 1624 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
adee8a65
PE
1625 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
1626 by Nelson H. F. Beebe in
1627 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
1628
e152e577
JB
16292011-12-10 Juanma Barranquero <lekktu@gmail.com>
1630
1631 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
1632
46d14be7
JD
16332011-12-10 Jan Djärv <jan.h.d@swipnet.se>
1634
1635 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
1636 instead of LDFLAGS (Bug#10230).
1637
6c269a38
PE
16382011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1639
4eec8d6f
PE
1640 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
1641
6c269a38 1642 Propagate configure flags to sub-configures.
1350a3cc 1643 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
1644 New macros.
1645 (config.status, bootstrap): Use them to propagate configure flags
1646 to sub-configures.
1647 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
1648
63e94eb8
PE
16492011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1650
1651 * .bzrignore: Add config.cache.
1652
54e9e3bf
JD
16532011-11-27 Jan Djärv <jan.h.d@swipnet.se>
1654
1655 * configure.in: Check for gtk_window_set_has_resize_grip.
1656
20db1522
JB
16572011-11-24 Juanma Barranquero <lekktu@gmail.com>
1658
1659 * configure.in (HAVE_XPM): Fix typo.
1660
60bf278f
GM
16612011-11-22 Glenn Morris <rgm@gnu.org>
1662
5f77c86c
GM
1663 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
1664 have confusing effects on the build. (Bug#6401)
1665
60bf278f
GM
1666 * Makefile.in (install-arch-dep): Tweak previous change.
1667
816be9f6
YD
16682011-11-22 Yavor Doganov <yavor@gnu.org>
1669
1670 Do not install arch-dependent files in the app bundle if
1671 --disable-ns-self-contained is requested. (Bug#1335)
1672 * configure.in (exec_prefix, libexecdir): Define relative to
1673 `ns_appbindir' only if configured for a self-contained app.
1674 * Makefile.in (install-arch-dep): Test for the existence of
1675 libexec in the Emacs.app bundle before executing commands.
1676
d5ff9cd0
AS
16772011-11-20 Andreas Schwab <schwab@linux-m68k.org>
1678
1679 * configure.in: Remove reference to src/m/ibms390.h.
1680
1c889bf6
GM
16812011-11-13 Glenn Morris <rgm@gnu.org>
1682
1683 * INSTALL: Tiny updates for disk space used during installation.
1684
a6fc3b5c
EZ
16852011-11-05 Eli Zaretskii <eliz@gnu.org>
1686
1687 * lib/makefile.w32-in (FRC): New dummy target.
1688 (TAGS): Depend on FRC.
1689
9f77899d
GM
16902011-11-04 Glenn Morris <rgm@gnu.org>
1691
1f9f395d 1692 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
9f77899d
GM
1693 Do not include GnuTLS version info in final summary message.
1694
0bd3cb7b
EZ
16952011-10-31 Eli Zaretskii <eliz@gnu.org>
1696
07f3add9
EZ
1697 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
1698 they exist there, else from autogen/.
1699
1700 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 1701
d2eaf3e4
NT
17022011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
1703
1704 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
1705
e782cfab
PE
17062011-10-24 Paul Eggert <eggert@cs.ucla.edu>
1707
1708 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
1709 if the library is found. Otherwise, later configure-time tests,
1710 such as the test for pthread_sigmask, generate the wrong results
1711 on some platforms. Problem reported for FreeBSD by Nali Toja.
1712
7da0b018
PE
17132011-10-20 Paul Eggert <eggert@cs.ucla.edu>
1714
1715 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
1716 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
1717 Remove; no longer needed, now that we defer to strftime for time
1718 zone names.
1719
0ffe1065
JD
17202011-10-18 Jan Djärv <jan.h.d@swipnet.se>
1721
1722 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
1723
23769e49
CY
17242011-10-18 Chong Yidong <cyd@gnu.org>
1725
1726 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
1727
fd8dea03
GM
17282011-10-13 Glenn Morris <rgm@gnu.org>
1729
1730 * configure.in: Also look for tputs in libcurses. (Bug#9736)
1731
f4cc5b54
PE
17322011-10-12 Paul Eggert <eggert@cs.ucla.edu>
1733
1734 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 1735 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
1736 The check was helpful but not essential in Solaris 2.6 (1997),
1737 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
1738 obsolete -- Sun dropped support for it in 2006 -- and without
1739 access to that Silurian platform we can't maintain the code anyway.
1740
7c5ee88e
PE
17412011-10-07 Paul Eggert <eggert@cs.ucla.edu>
1742
d47439a3
PE
1743 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
1744 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
1745 * m4/gnulib-common.m4: Merge from gnulib.
1746 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
1747 command not found" on powerpc-apple-darwin9.8.0.
1748
7c5ee88e
PE
1749 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
1750 This is now done by src/alloc.c.
1751
423dbf9b
RS
17522011-10-02 Richard Stallman <rms@gnu.org>
1753
1754 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
1755 and xlinux_second_failure to xgnu_linux_second_failure.
1756
31bed486
EZ
17572011-09-29 Eli Zaretskii <eliz@gnu.org>
1758
5f91c1e5
EZ
1759 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
1760 lib/signal.in-h.
31bed486 1761
e785f2ec 1762 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
1763 Rename signal.in.h and alloca.in.h.
1764
e1504b9b
EZ
17652011-09-28 Eli Zaretskii <eliz@gnu.org>
1766
1767 * INSTALL: Mention that m17n libraries and libotf are needed for
1768 Arabic shaping.
1769
316f8af0
PE
17702011-09-26 Paul Eggert <eggert@cs.ucla.edu>
1771
1772 Merge from gnulib, improving some licensing wording.
1773 This clarifies and fixes some licensing issues raised by Glenn Morris
1774 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
1775 It also merges the latest version of texinfo.tex and has some
1776 MSVC-related changes that don't affect Emacs.
1777 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
1778 pathmax, and raise, since these are needed only to address
1779 MSVC-related issues that Emacs doesn't have.
1780 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
1781 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
1782 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
1783 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
1784 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
1785 * m4/unistd_h.m4: Merge from gnulib.
1786
04d51ad4
AS
17872011-09-26 Andreas Schwab <schwab@linux-m68k.org>
1788
1789 * configure.in: Initialize HAVE_LIBXML2.
1790
6e99ef20
GM
17912011-09-26 Glenn Morris <rgm@gnu.org>
1792
1793 * make-dist: Add lib/makefile.w32-in.
1794
0538fab0
GM
17952011-09-24 Glenn Morris <rgm@gnu.org>
1796
1797 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
1798
c5b01d8c
LMI
17992011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1800
1801 * .dir-locals.el: Change the debbugs regexp to allow having the
1802 bug number as the first thing on a line.
1803
0cc87afb
GM
18042011-09-15 Glenn Morris <rgm@gnu.org>
1805
1806 * configure.in: Make configure work with recent GNUsteps.
1807 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
1808 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 1809 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 1810
3f44249e
PE
18112011-09-11 Paul Eggert <eggert@cs.ucla.edu>
1812
1813 Merge from gnulib, porting to Tru64.
1814 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
1815 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1816 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
1817 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
1818 doesn't affect Emacs.
1819
c8199d0f
PE
18202011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1821
1822 * configure.in (isnan): Remove now-unnecessary check.
1823
e39b275c 18242011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 1825
abec06ff 1826 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
1827 This is to fix the following problems:
1828 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
1829 configured not to use gtk or any other thread-using library,
1830 signals aren't blocked correctly.
1831 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
1832 and IRIX's signal handling.
1833 . On Cygwin 1.7.5 it works around an incompatibility with
1834 the system pthread_sigmask.
1835 . On MacOS X 10.5 (32-bit), files whose inode numbers
1836 exceed 2**31 cannot be read or manipulated.
1837 . pthread_sigmask: Actually use results of gl_THREADLIB.
1838 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
1839 . find 'ar' program that fits with --host argument.
1840 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
1841 * autogen/README: Update destination list.
1842 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
1843 The autogenerated files compile, config.guess,
1844 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
1845 * m4/largefile.m4: New file, so that Emacs does not mess up when
1846 accessing files with large inode numbers in MacOS X 10.5 and later.
1847 * m4/nocrash.m4: New file, to avoid triggering background debugger
1848 and/or create core dumps during 'configure'.
1849 * build-aux/move-if-change: Renamed from move-if-change.
1850 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
1851 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
1852 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
1853 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
1854 * Makefile.in (epaths-force, sync-from-gnulib):
1855 move-if-change is now in build-aux.
1856 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
1857 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
1858 (mkdir): install-sh is now in build-aux.
1859 * config.bat: c++defs.h is now in build-aux/snippets.
1860 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
1861 usual parameter).
1862 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1863 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
1864 to build-aux/snippet.
1865 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
1866 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
1867 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
1868 Solaris, enables MacOS extensions, and enables nocrash during
1869 'configure'.
1870 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
1871
86633eab 18722011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
1873
1874 * configure.in (snprintf): New check.
1875
015faae4
PE
18762011-08-30 Paul Eggert <eggert@cs.ucla.edu>
1877
695a3dc5 1878 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 1879 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
1880 Remove unreachable pattern hppa*-*-linux-gnu*.
1881 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
1882 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 1883
52ec1feb
JD
18842011-08-26 Jan Djärv <jan.h.d@swipnet.se>
1885
1886 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
1887
377538cb
JD
18882011-08-13 Jan Djärv <jan.h.d@swipnet.se>
1889
1890 * configure.in: Add header check: sys/socket.h (Bug#8477),
1891 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
1892 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
1893
ae9e757a
JD
18942011-08-04 Jan Djärv <jan.h.d@swipnet.se>
1895
1896 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
1897 (HAVE_GTK_AND_PTHREAD): Remove.
1898
be8ec0b3
AA
18992011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
1900
1901 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
1902 build, not just GNUstep (Bug#9177).
1903
2573a837 19042011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
1905
1906 Assume freestanding C89 headers, string.h, stdlib.h.
1907 Again, this simplifies the code, and all current platforms have these.
1908 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
1909 (AC_HEADER_STDC): Remove.
1910 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
1911 (strchr, strrchr): Remove fallback macros.
1912
9cfdb3ec
PE
1913 Assume support for memcmp, memcpy, memmove, memset.
1914 This simplifies the code a bit. All current platforms have these,
1915 as they are required for C89. If this turns into a problem we
1916 can add the gnulib modules for these (a 1-line change to Makefile.in).
1917 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
1918
427c285b
PE
19192011-07-27 Paul Eggert <eggert@cs.ucla.edu>
1920
1921 * GNUmakefile: New file.
1922 This is for convenience, so that one can run GNU make in an
1923 unconfigured source tree, and get a default build.
1924
2ad77c9d
JD
19252011-07-13 Jan Djärv <jan.h.d@swipnet.se>
1926
1927 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
1928
c8618a06
YM
19292011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1930
1931 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
1932 so as to suppress address randomization (Bug#8395).
1933
f6ce9b9a
PE
19342011-07-09 Paul Eggert <eggert@cs.ucla.edu>
1935
3fcf7a1c
PE
1936 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
1937 This fixes a build problem on older Mac OS X hosts.
1938
d9706d9f
PE
1939 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
1940 test, which runs afoul of Automake installations where, for example,
1941 /usr/share/aclocal contains a copy of gl_THREADLIB.
1942 Problem reported by Sven Joachim in
1943 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
1944 This is just a quick temporary fix, specific to Emacs; I'll work
1945 with the other gnulib maintainers to get a more-permanent fix.
1946
af66a2d7 1947 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
1948 * Makefile.in (GNULIB_MODULES): Add strtoimax.
1949 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
1950 automatically imported from gnulib.
1951 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1952
1692ae2d 19532011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 1954
8a6ebd58 1955 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 1956 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
1957 * configure.in (AC_TYPE_UID_T): New dummy macro.
1958 Configure gnulib after adjusting LIBS,
1959 so that gnulib can assume the libraries in LIBS.
6db30f83 1960 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 1961 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 1962 * lib/pthread_sigmask.c:
6db30f83
PE
1963 New files, automatically imported from gnulib.
1964 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
1965 due to the above changes.
1966 * .bzrignore: Add lib/signal.h.
1967
4a621aae
PE
1968 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
1969
5e94cadb
AS
19702011-07-07 Andreas Schwab <schwab@linux-m68k.org>
1971
1972 * configure.in (maintainer-mode): Reflect default in help string.
1973
76b397fb
DN
19742011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1975
1976 * configure.in: Remove reference to iris4d.h.
1977
869795d6
JD
19782011-07-05 Jan Djärv <jan.h.d@swipnet.se>
1979
1980 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
1981
3279eb87
GM
19822011-07-01 Glenn Morris <rgm@gnu.org>
1983
1984 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
1985
2e6e11eb
LMI
19862011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1987
1988 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
1989 which made ./configure infloop.
1990
9851bfc5
JD
19912011-06-30 Jan Djärv <jan.h.d@swipnet.se>
1992
1993 * configure.in (gsettings): New option and check for GSettings.
1994
adbc4ef4
GM
19952011-06-29 Glenn Morris <rgm@gnu.org>
1996
1997 * configure.in: Try to test for the required crt*.o files.
1998
1f773f32
BW
19992011-06-27 Bill Wohler <wohler@newt.com>
2000
2001 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
2002
7a7ef429
PE
20032011-06-25 Paul Eggert <eggert@cs.ucla.edu>
2004
2005 Use gnulib's dup2 module instead of rolling our own.
2006 * Makefile.in (GNULIB_MODULES): Add dup2.
2007 * configure.in: Do not check for dup2; gnulib does that now.
2008 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
2009
6dd7e400
PE
20102011-06-23 Paul Eggert <eggert@cs.ucla.edu>
2011
2012 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
2013
94a807ac 20142011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
2015
2016 Use gnulib's alloca-opt module.
2017 * .bzrignore: Add lib/alloca.h.
2018 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
2019 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
2020 as gnulib now does that for us. Put alloca check in config.h.
2021 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
2022 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2023 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
2024
3ce9d0d4
LL
20252011-06-21 Leo Liu <sdl.web@gmail.com>
2026
2027 * m4/sha256.m4:
2028 * m4/sha512.m4:
2029 * m4/gl-comp.m4:
2030 * lib/u64.h:
2031 * lib/sha256.c:
2032 * lib/sha256.h:
2033 * lib/sha512.c:
2034 * lib/sha512.h:
2035 * lib/makefile.w32-in (GNULIBOBJS):
2036 * lib/gnulib.mk:
2037 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
2038 crypto/sha512 modules from gnulib.
2039
add3f049
PE
20402011-06-19 Paul Eggert <eggert@cs.ucla.edu>
2041
2042 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
2043
3a4725e1
GM
20442011-06-17 Glenn Morris <rgm@gnu.org>
2045
2046 * configure.in: Restore the behavior of checking crt-dir only
2047 when the user specified it (not all platforms use it).
2048
bf4846e7
PE
20492011-06-16 Paul Eggert <eggert@cs.ucla.edu>
2050
2051 * m4/lstat.m4: Merge from gnulib (Bug#8878).
2052
4d61f28d 20532011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
2054
2055 * configure.in: Try to determine CRT_DIR automatically when
2056 using gcc.
2057
8c9b2106
PE
20582011-06-15 Paul Eggert <eggert@cs.ucla.edu>
2059
8aeb5be9
PE
2060 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
2061 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
2062 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
2063 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
2064 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
2065 Merge from gnulib.
8c9b2106 2066
c195f2de
JD
20672011-06-14 Jan Djärv <jan.h.d@swipnet.se>
2068
2069 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
2070
7e2aa385
PE
20712011-06-08 Paul Eggert <eggert@cs.ucla.edu>
2072
2073 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
2074
81eafe29
PE
20752011-06-07 Paul Eggert <eggert@cs.ucla.edu>
2076
2077 * configure.in: Add --with-wide-int.
2078 * INSTALL: Mention this.
2079
9afafefb
PE
20802011-06-06 Paul Eggert <eggert@cs.ucla.edu>
2081
2082 Merge from gnulib.
2083 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
2084
f797625a
PE
20852011-06-02 Paul Eggert <eggert@cs.ucla.edu>
2086
2087 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
2088
90856fe0 20892011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
2090
2091 Use 'inline', not 'INLINE'.
eefc9486 2092 * configure.in (INLINE): Remove.
55d4c1b2 2093
6a3e57bb
PE
20942011-05-29 Paul Eggert <eggert@cs.ucla.edu>
2095
2096 Adjust to recent gnulib change for @GUARD_PREFIX@.
2097 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
2098 All uses of _GL_ for guard prefixes in lib/*.h replaced with
2099 _@GUARD_PREFIX@_.
2100
842b28a0
PE
21012011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2102
e61923c8 2103 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 2104
70716b1d
GM
21052011-05-24 Glenn Morris <rgm@gnu.org>
2106
a22d9d2c
GM
2107 * Makefile.in (check): Just give a message if no test/ directory.
2108
bdd556a2
GM
2109 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
2110
70716b1d
GM
2111 * configure.in (OPT_MAKEFILES_IN): Remove.
2112 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
2113 (SUBDIR_MAKEFILES_IN): New output variable.
2114 * Makefile.in (OPT_MAKEFILES_IN): Remove.
2115 (SUBDIR_MAKEFILES_IN): Let configure set it.
2116
13c3daa4
LL
21172011-05-24 Leo Liu <sdl.web@gmail.com>
2118
2119 * m4/sha1.m4:
2120 * m4/gl-comp.m4:
2121 * lib/sha1.h:
2122 * lib/sha1.c:
2123 * lib/makefile.w32-in (GNULIBOBJS):
2124 * lib/gnulib.mk:
2125 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
2126
e09e38a8
GM
21272011-05-24 Glenn Morris <rgm@gnu.org>
2128
4ba4c54a
GM
2129 * configure.in: Remove test for already configured source directory.
2130 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
2131
5a95c002
GM
2132 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
2133
fa5d79db
GM
21342011-05-24 Glenn Morris <rgm@gnu.org>
2135
6c7e099d
GM
2136 * make-dist: Don't distribute test/. (Bug#8107)
2137 * configure.in (OPT_MAKEFILES_IN): New output variable.
2138 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
2139 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
2140 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
2141 (check): Give an explicit error if test/ is not present.
2142
fa5d79db
GM
2143 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
2144 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
2145 (Makefile): Use $SUBDIR_MAKEFILES_IN.
2146
2df215b5
PE
21472011-05-23 Paul Eggert <eggert@cs.ucla.edu>
2148
2149 * lib/verify.h: Merge from gnulib.
2150
f518ae90
PE
21512011-05-22 Paul Eggert <eggert@cs.ucla.edu>
2152
2153 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
2154 Merge from gnulib.
2155
16b71f3a
AS
21562011-05-21 Andreas Schwab <schwab@linux-m68k.org>
2157
2158 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
2159
7285dc67
EZ
21602011-05-20 Eli Zaretskii <eliz@gnu.org>
2161
6a45b46f
EZ
2162 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
2163
7285dc67
EZ
2164 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
2165
b9704ad9
GM
21662011-05-20 Glenn Morris <rgm@gnu.org>
2167
2168 * configure.in (lisp_frag): New output file.
2169
4a720484
GM
21702011-05-19 Glenn Morris <rgm@gnu.org>
2171
2172 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
2173 (WINDOW_SUPPORT): Remove output variables that are no longer used.
2174
a3c92bc1
EZ
21752011-05-17 Paul Eggert <eggert@cs.ucla.edu>
2176
8f906c40
EZ
2177 * lib/gnulib.mk:
2178 * lib/intprops.h:
2179 * lib/unistd.in.h:
2180 * m4/inttypes.m4:
2181 * m4/stdint.m4:
2182 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 2183
d681f183
GM
21842011-05-14 Glenn Morris <rgm@gnu.org>
2185
2186 * configure.in: Treat failure to find an X toolkit the same way we treat
2187 failure to find X and image support.
2188
4f8c52a9
GM
21892011-05-12 Glenn Morris <rgm@gnu.org>
2190
2191 * Makefile.in (src, install-arch-indep, bootstrap-clean)
2192 (check-declare): Shell portability fixes. (Bug#8642)
2193
5a7f0a30
TZ
21942011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
2195
2196 * configure.in: Require GnuTLS 2.6.x or higher.
2197
b08a63cc 21982011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 2199
c378da0b
PE
2200 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
2201 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
2202 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
2203
19548d08
PE
2204 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
2205 This new gnulib-tool option saves 'configure' the trouble of
2206 checking for strtoull when strtoumax exists.
2207
d1a2ac5c
PE
2208 * configure.in (BITS_PER_LONG_LONG): New macro.
2209
773233f8
GM
22102011-05-05 Glenn Morris <rgm@gnu.org>
2211
2212 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
2213 (top_distclean): Delete config.log~.
2214
40697cd9
BK
22152011-04-27 Ben Key <bkey76@gmail.com>
2216
2217 * configure.in: Fixed a bug that caused configure with
2218 --enable-checking=stringoverrun to have no effect.
2219
671875da 22202011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
2221
2222 * configure.in: Suppress unnecessary checks for size_t.
2223 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
2224 (size_t): Do not check for this, and do not typedef. This code
2225 is never exercised now.
2226
a8a2bb29
PE
2227 * Makefile.in (GNULIB_MODULES): Add strtoumax.
2228 This is needed for the new integer-reading code in lread.c.
2229 It automatically pulls in the following gnulib files, which
2230 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
2231 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
2232 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
2233 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 2234 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 2235
33630d51
TZ
22362011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
2237
2238 * configure.in: Check for GnuTLS certificate verify callbacks.
2239
bfab7d85
SM
22402011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * Makefile.in (config.status): Don't erase in case of error.
2243 In case it disappeared, rebuild it with `configure'.
2244
fe0e7ad7
KB
22452011-04-20 Ken Brown <kbrown@cornell.edu>
2246
2247 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
2248
f5b06c35
GM
22492011-04-12 Glenn Morris <rgm@gnu.org>
2250
2251 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
2252
762f8d96 22532011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
2254
2255 * lib/allocator.c: New file, automatically generated by gnulib.
2256
5fac7083
GM
22572011-04-07 Glenn Morris <rgm@gnu.org>
2258
2259 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
2260
973f782d
EZ
22612011-04-06 Eli Zaretskii <eliz@gnu.org>
2262
2263 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
2264 Revert last change.
2265
f1f81baa
JB
22662011-04-06 Juanma Barranquero <lekktu@gmail.com>
2267
2268 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
2269 ($(BLD)/careadlinkat.$(O)): New target.
2270 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
2271 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
2272 Update dependencies.
2273
b70d23ff 22742011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 2275
41cf7d1a
PE
2276 Fix more problems found by GCC 4.6.0's static checks.
2277
aa181334
PE
2278 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
2279
1f7196bf 2280 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
2281 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
2282 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
2283 * m4/ssize_t.m4: New files, automatically generated from gnulib.
2284
c0274801
GM
22852011-04-06 Glenn Morris <rgm@gnu.org>
2286
2287 * autogen/update_autogen: Handle loaddefs-like files as well.
2288 (usage): Add -l, -C.
2289 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
2290 With -l, check status of lisp/ as well.
2291 With -C, clean before building.
2292 (autoreconf): Only pass -f in the `clean' case.
2293 (commit): New function.
2294
42e85a8f
GM
22952011-03-28 Glenn Morris <rgm@gnu.org>
2296
39f31873
GM
2297 * autogen/update_autogen: Pass -f to autoreconf.
2298
42e85a8f
GM
2299 * autogen.sh (get_version): Discard "not found" lines.
2300 (check_version): Respect $AUTOCONF etc environment variables.
2301
9af30bdf
GM
23022011-03-27 Glenn Morris <rgm@gnu.org>
2303
2304 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
2305 (AH_BOTTOM): Do not define SIGTYPE.
2306
181855e6
GM
23072011-03-26 Glenn Morris <rgm@gnu.org>
2308
2309 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
2310 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
2311
9ee0d174
AS
23122011-03-25 Andreas Schwab <schwab@linux-m68k.org>
2313
2314 * autogen/update_autogen: Remove useless function keyword.
2315
07da4b3c
EZ
23162011-03-25 Eli Zaretskii <eliz@gnu.org>
2317
2318 * config.bat: Generate src/config.h and lib/Makefile from
2319 autogen/config.in and autogen/Makefile.in.
2320
f6ca84c0
GM
23212011-03-25 Glenn Morris <rgm@gnu.org>
2322
2323 * compile, config.guess, config.sub, depcomp, install-sh, missing:
2324 Remove; autoreconf can supply them.
2325 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
2326 config.guess, install-sh. Pass -i to autoreconf.
2327 * autogen/update_autogen (genfiles): Add compile, config.guess,
2328 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
2329 Discard non-error output from autoreconf in -q case.
2330 * autogen/compile, autogen/config.guess, autogen/config.sub:
2331 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
2332 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
2333 install-sh, missing.
2334
8cc1d519
GM
23352011-03-23 Glenn Morris <rgm@gnu.org>
2336
9bb73912 2337 * autogen/update_autogen: Fix typo.
904a432c 2338 (msg): Remove function; use `exec' instead.
9bb73912 2339
8cc1d519
GM
2340 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
2341 (sync-from-gnulib): Don't sync mkinstalldirs.
2342 * make-dist: Don't distribute mkinstalldirs.
2343
c9c49752 23442011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 2345
c9c49752 2346 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
2347 * Makefile.in (GNULIB_MODULES): Add socklen.
2348 * configure.in: Do not check for sys/socket.h, since socklen does that.
2349 * m4/socklen.m4: New automatically-generated file, from gnulib.
2350
d5cad867
PE
2351 fakemail: Remove dependency on ignore-value.
2352 * Makefile.in (GNULIB_MODULES): Add stdio.
2353 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
2354 imported from gnulib.
cbd350f1 2355 * .bzrignore: Add lib/stdio.h.
c9c49752 2356
34cb1cc6
GM
23572011-03-22 Glenn Morris <rgm@gnu.org>
2358
2359 * autogen/copy_autogen: Work from ./ or ../.
2360 Fix time-stamps.
2361 * autogen.sh: Doc fix.
2362
66b87493
GM
23632011-03-20 Glenn Morris <rgm@gnu.org>
2364
2365 * autogen/: New directory, to be excluded from releases.
2366 * autogen/copy_autogen, autogen/update_autogen: New scripts.
2367 * autogen/README: New file.
2368 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
2369 * autogen/Makefile.in: Add auto-updated generated files.
2370 * autogen.sh: No longer a no-op, now it tests for autotools
2371 and runs them as necessary.
cd1181db 2372 * configure.in: Default maintainer-mode to on.
66b87493
GM
2373 * aclocal.m4, configure, lib/Makefile.in: Remove files.
2374
1ef6de05
PE
23752011-03-13 Paul Eggert <eggert@cs.ucla.edu>
2376
2377 Update for gnulib.
2378 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
2379 includes <intprops.h> directly.
2380 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
2381 when building Emacs on Solaris 9 and running it on Solaris 10.
2382
0afb4571
J
23832011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2384
2385 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
2386
33383987
JB
23872011-03-07 Chong Yidong <cyd@stupidchicken.com>
2388
2389 * Version 23.3 released.
2390
870d9cf6
GM
23912011-03-06 Glenn Morris <rgm@gnu.org>
2392
2393 * configure.in (FREETYPE_LIBS): Actually set it to something.
2394
6c0dea8a
PE
23952011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2396
2397 Work around some portability problems with symlinks.
2398
2399 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
2400 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
2401 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
2402 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
2403 * m4/symlink.m4:
2404 New files, automatically generated from gnulib.
2405 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2406 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
2407
945d8b44
EZ
24082011-02-26 Eli Zaretskii <eliz@gnu.org>
2409
03382788
EZ
2410 * .bzrignore: Ignore new lib/*.in-h files.
2411
90eacf99
SM
2412 * config.bat: Rename stdint.in.h and sys_stat.in.h.
2413 Call depfiles.bat even if lib/deps already exist.
945d8b44 2414
9411886d
PE
24152011-02-25 Paul Eggert <eggert@cs.ucla.edu>
2416
2417 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
2418 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
2419 recent changes to configure.in and to gnulib.
9411886d 2420
1e8dbdc6
GM
24212011-02-24 Glenn Morris <rgm@gnu.org>
2422
2423 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
2424 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
2425
f68c809d
PE
24262011-02-22 Paul Eggert <eggert@cs.ucla.edu>
2427
2428 Assume S_ISLNK etc. work, since gnulib supports this.
2429 * Makefile.in (GNULIB_MODULES): Add sys_stat.
2430 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
2431 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
2432 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
2433
ba01e9d7
PE
24342011-02-21 Paul Eggert <eggert@cs.ucla.edu>
2435
2436 * lib/min-max.h: New file, for "min" and "max".
2437
9f8370e6
CS
24382011-02-21 Christoph Scholtes <cschol2112@gmail.com>
2439
90eacf99 2440 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
9f8370e6
CS
2441 $(EMACS_ROOT)/nt/inc/stdint.h.
2442
25c51af3
EZ
24432011-02-21 Eli Zaretskii <eliz@gnu.org>
2444
2445 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
2446 src/makefile.w32-in and adapt. Depend on stamp_BLD.
2447 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
2448
5fa4ac76
PE
24492011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2450
2451 Import filemode module from gnulib.
2452 * .bzrignore: Add lib/sys/.
2453 * Makefile.in (GNULIB_MODULES): Add filemode.
2454 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
2455 * lib/filemode.c: Renamed from src/filemode.c and regenerated
2456 from gnulib. This adds support for some more file types, e.g.,
2457 Cray DMF migrated files.
2458 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
2459 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
2460 * m4/sys_stat_h.m4: New files, generated from gnulib.
2461 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2462 Regenerate.
2463
e1e6b4fb
EZ
24642011-02-20 Eli Zaretskii <eliz@gnu.org>
2465
2466 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
2467 $(EMACS_ROOT)/nt/inc/sys/stat.h.
2468
6cac9cb1
PE
24692011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2470
2471 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
2472 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
2473 is no longer needed, due to the recent SSDATA and related changes.
2474 Perhaps -Wno-pointer-sign should also be removed from
2475 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
2476 way to test this so I left it alone.
2477 * configure: Regenerate.
2478
0a19a6f8 24792011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
2480
2481 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
2482 src/makefile.w32-in.
2483
61353ac8 24842011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 2485
61353ac8 2486 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 2487 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
2488 Regenerate.
2489 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
2490 Import the new versions from gnulib; they assume a C99-style
2491 <stdint.h>, supplied by the stdint module.
2492 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
2493 imported from gnulib.
942f733f
PE
2494 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
2495 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
2496 special cases.
61353ac8 2497
9d9d12cd
EZ
24982011-02-19 Eli Zaretskii <eliz@gnu.org>
2499
152be435 2500 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 2501 Add lib/deps/.
152be435 2502
9d9d12cd 2503 * config.bat: Configure in `lib'.
219463da 2504 Generate *.Po files in lib/deps.
9d9d12cd 2505
7d315eb6
PE
25062011-02-18 Paul Eggert <eggert@cs.ucla.edu>
2507
2508 Import IRIX 6.5 getloadavg fixes from gnulib.
2509 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
2510
1f5d53eb
PE
25112011-02-16 Paul Eggert <eggert@cs.ucla.edu>
2512
2513 Import getloadavg module from gnulib.
2514 * .bzrignore: Add lib/stdlib.h.
2515 * Makefile.in (GNULIB_MODULES): Add getloadavg.
2516 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
2517 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
2518 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
2519 Remove; gnulib does this now.
2520 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
2521 from gnulib. This adds support for several other systems, such
2522 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
2523 buffer overrun on Linux hosts under very high load, and on hosts
2524 that maintain a channel to the load average file it makes sure
2525 the file descriptor is close-on-exec (on hosts that support this)
2526 and is not stdin, stdout, or stderr.
2527 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
2528 from gnulib.
2529 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2530 * src/config.in: Regenerate.
2531
bb55f713
PE
25322011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2533
2534 Merge from gnulib.
2535
7127b760
PE
2536 * install-sh: Update to scriptversion 2011-01-19.21.
2537
bb55f713
PE
2538 2011-02-13 Bruno Haible <bruno@clisp.org>
2539
2540 Consistent macro naming for macros that use GCC __attribute__.
90eacf99 2541 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
bb55f713
PE
2542 ATTRIBUTE_DEPRECATED.
2543
2544 2011-02-12 Bruno Haible <bruno@clisp.org>
2545
2546 setlocale: Prefer gnulib's override over libintl's override.
2547 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
2548 GNULIB_defined_setlocale is set.
2549
57e96f8e
GM
25502011-02-13 Glenn Morris <rgm@gnu.org>
2551
2552 * make-dist: Exclude generated file src/globals.h.
2553
988c07df
PE
25542011-02-10 Paul Eggert <eggert@cs.ucla.edu>
2555
2556 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
2557 Sync from gnulib, which has been patched to fix the problem
2558 with the license notices. Problem reported by Glenn Morris in
2559 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
2560
ccded26c
SM
25612011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2562
2563 * .bzrignore: Ignore globals.h and related stamp.
2564
6ffb2c0c
PE
25652011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2566
2567 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
2568 This merges the following fix from gnulib:
2569
2570 2011-02-08 Bruno Haible <bruno@clisp.org>
2571
2572 Split large sed scripts, for HP-UX sed.
2573
00b3c7ac
TT
25742011-02-08 Tom Tromey <tromey@redhat.com>
2575
2576 * configure: Rebuild.
2577 * configure.in (NS_OBJC_OBJ): New subst.
2578
91ccade4
PE
25792011-02-06 Paul Eggert <eggert@cs.ucla.edu>
2580
6ffb2c0c
PE
2581 gnulib: allow multiple gnulib generated replacements to coexist
2582 This defines a few preprocessor symbols that should not affect Emacs.
2583 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
2584 via "make sync-from-gnulib".
2585
e765a388
PE
2586 gnulib: undo previous change
2587 The upstream _HEADERS change was backed out of gnulib (see the
2588 same thread). Stay in sync with gnulib.
2589
91ccade4 2590 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
2591 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
2592 New empty macros, to accommodate recent changes to gnulib. See
2593 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
2594 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
2595 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
2596 * lib/time.in.h, lib/unistd.in.h:
2597 Regenerate.
91ccade4 2598
d67985d3
PE
25992011-02-05 Paul Eggert <eggert@cs.ucla.edu>
2600
2601 sync from gnulib to remove HAVE_STDBOOL_H
90eacf99 2602 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
d67985d3
PE
2603 AC_HEADER_STDBOOL. All uses changed. Do not define
2604 HAVE_STDBOOL_H, as gnulib does not need this. This change is
2605 imported from the latest Autoconf git. It was motivated by Emacs,
2606 which uses gnulib but does not need HAVE_STDBOOL_H.
2607 * configure, src/config.in: Regenerate.
2608 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
2609
67342916
PE
26102011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2611
2612 allow C code to suppress warnings about ignored return values
2613 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
2614 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2615 * lib/ignore-value.h: New file.
67342916 2616
14beddf4 26172011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
2618
2619 * configure.in: Test existence of xaw3d library, not just the
2620 header (Bug#7642).
2621
6ffb2c0c
PE
26222011-01-31 Eli Zaretskii <eliz@gnu.org>
2623
2624 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
2625 $(BLD)/time_r.$(O).
2626 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
2627 $(EMACS_ROOT)/src/m/intel386.h.
2628 ($(BLD)/strftime.$(O)):
2629 ($(BLD)/time_r.$(O)): Define prerequisites.
2630
16fab143
PE
26312011-01-31 Paul Eggert <eggert@cs.ucla.edu>
2632
2633 src/emacs.c now gets version number from configure.in
2634 * configure.in (version): Set this from $PACKAGE_VERSION,
2635 which is set from AC_INIT, rather than scouting through src/emacs.c.
2636 * configure: Regenerate.
2637 * make-dist (version): Get it from configure.in, not src/emacs.c.
2638
16c3e636
PE
26392011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2640
2641 strftime: import from gnulib
2642 * Makefile.in (GNULIB_MODULES): Add strftime.
2643 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
2644 needed.
6ffb2c0c 2645 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 2646 Regenerate.
6ffb2c0c
PE
2647 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
2648 imported from gnulib.
16c3e636
PE
2649 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
2650 This incorporates many changes from gnulib, including simpler
2651 handling of multibyte formats, porting to mingw32 and other
2652 platforms, and support for higher-resolution time stamps.
2653 Emacs does not yet use the higher-resolution interface.
2654
3de84ad9
PE
26552011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2656
2657 gnulib: import mktime and move-if-change fixes from gnulib
2658
2659 * configure: Regenerate from the following.
2660
6ffb2c0c
PE
2661 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2662
2663 mktime: clarify long_int width checking
2664 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
2665 the top level, to make it clearer that the assumption about
2666 long_int width is being checked. See
2667 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
2668
3de84ad9
PE
2669 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
2670
2671 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 2672 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
2673 negative number, which the C Standard says has undefined behavior.
2674 In practice this is not a problem, but might as well do it by the book.
2675 Reported by Rich Felker and Eric Blake; see
2676 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
2677 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2678 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
2679
2680 mktime: #undef mktime before #defining it
2681 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
2682
2683 mktime: systematically normalize tm_isdst comparisons
2684 * lib/mktime.c (isdst_differ): New function.
2685 (__mktime_internal): Use it systematically for all isdst comparisons.
2686 This completes the fix for libc BZ #6723, and removes the need for
90eacf99
SM
2687 normalizing tm_isdst.
2688 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
6ffb2c0c
PE
2689 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
2690
2691 mktime: fix some integer overflow issues and sidestep the rest
2692
2693 This was prompted by a bug report by Benjamin Lindner for MinGW
2694 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
2695 His bug is due to signed integer overflow (0 - INT_MIN), and I
2696 I scanned through mktime.c looking for other integer overflow
2697 problems, fixing all the bugs I found.
2698
2699 Although the C Standard says the resulting code is still not safe
2700 in the presence of integer overflow, in practice it should be good
2701 enough for all real-world two's-complement implementations, except
2702 for debugging environments that deliberately trap on integer
2703 overflow (e.g., gcc -ftrapv).
2704
2705 * lib/mktime.c (WRAPV): New macro.
2706 (SHR): Also check that long_int and time_t shift right in the
2707 usual way, before using the fast-but-unportable method.
2708 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
2709 used. The code already assumed two's complement, so there's
2710 no need to test for alternatives. All uses removed.
2711 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
2712 the C standard. Problem reported by Rich Felker in
2713 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
2714 (twos_complement_arithmetic): Also check long_int and time_t.
2715 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
2716 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
2717 (__mktime_internal): Avoid integer overflow with unary subtraction
2718 in two instances where -1 - X is an adequate replacement for -X,
2719 since the calculations are approximate.
3de84ad9
PE
2720
2721 2011-01-29 Eric Blake <eblake@redhat.com>
2722
2723 mktime: avoid infinite loop
2724 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
2725 type; behavior is still undefined but portable to all known targets.
2726 Reported by Rich Felker.
2727
6ffb2c0c
PE
2728 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2729
2730 mktime: avoid problems on NetBSD 5 / i386
2731 * lib/mktime.c (long_int): New type. This works around a problem
2732 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
2733 but time_t is 64 bits, and where I expect the existing code is
2734 wrong in some cases.
2735 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
2736 (ydhms_diff): Bring back the compile-time check for wide-enough
2737 year and yday.
2738
2739 mktime: fix misspelling in comment
2740 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
2741 This merges all recent glibc changes of importance.
2742
3de84ad9
PE
2743 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2744
2745 move-if-change: cope with concurrent mv of identical file.
2746 * move-if-change (CMPPROG): Accept environment
2747 variable as an override for `cmp'.
2748 (usage): Document CMPPROG.
2749 Adjust comparison to drop stdout. Cope with failure of mv if
2750 the target file exists and is identical to the source, for
2751 parallel builds.
2752 Report from H.J. Lu against binutils in PR binutils/12283.
2753
6ffb2c0c
PE
27542011-01-29 Eli Zaretskii <eliz@gnu.org>
2755
2756 * lib/makefile.w32-in:
2757 * lib/getopt_.h: New files.
2758
c7e95b91
PE
27592011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2760
2761 improve fix for MS-DOS file name clash
90eacf99 2762 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
c7e95b91
PE
2763 for portability to POSIX make. Reported by Bruno Haible.
2764 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
2765 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
2766 files from accumulating as garbage. Also reported by Bruno Haible.
2767
125c3718
PE
27682011-01-27 Paul Eggert <eggert@cs.ucla.edu>
2769
2770 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
2771 * Makefile.in (DOS-gnulib-comp.m4): New macro.
2772 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
2773 problems with MS-DOS 8+3 file name restrictions.
2774 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
2775 it, it would also cause problems when extracting Emacs distribution
2776 tarballs on MS-DOS hosts.
2777 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 2778 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
2779 * config.guess, config.sub: Sync from gnulib.
2780 * m4/gnulib-cache.m4: Remove from repository.
2781 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
2782
4004ef46
GM
27832011-01-25 Glenn Morris <rgm@gnu.org>
2784
0b5c5d82
GM
2785 * README: Add a note about ranges in copyright years.
2786
4004ef46
GM
2787 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
2788
06d8ace5 27892011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
2790
2791 * configure.in: Add HP-UX on IA64 (Bug#6811).
2792
d6974efa
PE
27932011-01-24 Paul Eggert <eggert@cs.ucla.edu>
2794
2795 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
2796 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
2797 as it is no longer needed.
6ffb2c0c 2798 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
2799 * configure.in: Invoke the new gnulib macro
2800 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
2801 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
2802 * m4/getopt.m4: Sync from gnulib; this removes the need for
2803 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
2804 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
2805 New macro, synced from gnulib.
2806 * m4/warn-on-use.m4: Remove.
2807
e02ea74b
PE
28082011-01-22 Paul Eggert <eggert@cs.ucla.edu>
2809
2810 aclocal.m4: put this file back into repository
2811 This way, we don't have to assume that the maintainer has
2812 the automake package installed. See
2813 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
2814 * .bzrignore: Remove aclocal.m4, undoing the previous change.
2815 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
2816 undoing the previous change.
2817 * aclocal.m4: New file (actually, resurrected).
2818
48dcd482
MB
28192011-01-22 Miles Bader <miles@gnu.org>
2820
2821 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
2822 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
2823 Emacs directly uses fontconfig, and breaks building when using a
2824 strict linker).
2825
925e561d
PE
28262011-01-21 Paul Eggert <eggert@cs.ucla.edu>
2827
b06b1098
PE
2828 src/config.in: shrink slightly
2829 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
2830 This makes src/config.in a bit smaller, by removing identifiers
2831 like GNULIB_TEST_MKTIME that Emacs does not need.
2832 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
2833 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2834 Sync from gnulib. This removes a few more unnecessary symbols from
2835 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
2836 * configure, src/config.in: Regenerate.
2837
925e561d
PE
2838 aclocal.m4: tweaks to regenerate more conveniently
2839 This attempts to act better when the source is in a weird state. See
2840 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
2841 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
2842 * .bzrignore: Add aclocal.m4.
2843
942be821
PE
28442011-01-20 Paul Eggert <eggert@cs.ucla.edu>
2845
2846 aclocal.m4: omit auto-generated file from repository
2847 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
2848 the most recent change here.
2849 * aclocal.m4: Remove from bzr repository. This file is
2850 auto-generated and isn't needed to run 'configure'. See
2851 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
2852
0813c96e
PE
28532011-01-19 Paul Eggert <eggert@cs.ucla.edu>
2854
2855 Minor Makefile.in tweaks to build from gnulib better.
2856 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
2857 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
2858 (top_maintainer_clean): Don't remove aclocal.m4.
2859
7cae64b4
PE
28602011-01-18 Paul Eggert <eggert@cs.ucla.edu>
2861
53911e8f
PE
2862 Minor cleanups for 'bzr status'
2863 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
2864 the output of config.guess.
2865 * Makefile.in (top_distclean): Remove stamp-h1 too.
2866
7cae64b4
PE
2867 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
2868 defined if the compiler supports GCC-style __attribute__
2869 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
2870 this syntax.
2871
a3e44e79 28722011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 2873
3cbecb8f
PE
2874 Makefile.in: tidy up the building of lib
2875 * Makefile.in (am--refresh): Mark as .PHONY.
2876 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
2877 as they're not rebuilt unless you do a "make sync-from-gnulib"
2878 and the former is needed for "configure".
2879 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
2880 has already removed lib/Makefile.
2881
ecbfcc83
PE
2882 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
2883 This avoids building ftoastr and ldtoastr, which aren't needed. See
2884 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 2885
803059b9
PE
2886 * .bzrignore: Add .h files that are host-dependent.
2887 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
2888 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
2889 host-dependent and are built as part of an ordinary 'make', and
2890 should not be checked in.
2891
6ffb2c0c
PE
2892 * lib/Makefile.in: Regenerate.
2893 * lib/COPYING: New file, a copy of COPYING.
2894
2a78afcc 2895 * configure: Regenerate.
37564543
PE
2896 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
2897
e275c824 2898 Regenerate.
6ffb2c0c
PE
2899 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2900 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
2901 New files, copied from gnulib by gnulib-tool.
2902 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
2903 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2904 Regenerate.
ecbfcc83 2905
84bbb1ad
PE
2906 Use gnulib's getopt-gnu module.
2907 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
2908 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
2909 representative of the dependencies.
2910 * configure.in: Do not configure getopt, as gnulib does that now.
2911 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
2912 getopt now, in lib.
ecbfcc83 2913
1fd182f0 2914 Regenerate.
6ffb2c0c
PE
2915 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
2916 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
2917 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
2918 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
2919 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
2920 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
2921 * m4/wchar_t.m4, warn-on-use.h:
2922 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 2923 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
2924 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2925 Regenerate.
2926
1e11dbe3
PE
2927 Use gnulib's mktime module.
2928 * Makefile.in (GNULIB_MODULES): Add mktime.
2929 * configure.in: Remove code no longer needed, as gnulib now does it.
2930 (AC_CHECK_FUNCS): Remove mktime.
2931 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
2932 (__restrict): Remove, as this now gets in the way of the C99
2933 support for 'restrict' pulled in by the gnulib mktime module.
2934 Code should now use 'restrict' and not '__restrict".
2935 (mktime): Remove.
2936 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
2937 and warn-on-use.h into the distribution.
1fd182f0
PE
2938
2939 Regenerate.
6ffb2c0c
PE
2940 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
2941 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 2942 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
2943 * lib/dummy.c: Remove.
2944 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
2945 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2946 Regenerate.
ecbfcc83 2947
1e11dbe3 2948 Use gnulib's ftoastr module.
fa2c4f56
PE
2949 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
2950
743c80a7 2951 Regenerate.
6ffb2c0c
PE
2952 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
2953 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
2954 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
2955 New files, generated automatically, with 'make sync-from-gnulib'
2956 followed by 'make'.
2957 * configure, lisp/dired.el, src/config.in: Regenerate.
2958
9a514d4a
PE
2959 Automate syncing from gnulib.
2960 * INSTALL, README: Document new subdirectory 'lib'.
2961 * Makefile.in (SUBDIR): Add lib.
2962 (SUBDIR_MAKEFILES): Add lib/Makefile.
2963 (lib-src, src, TAGS, tags): Depend on lib.
2964 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
2965 ($(gnulib_srcdir)): New rule.
2966 (sync-from-gnulib): New rule, which is .PHONY.
2967 (lib): New rule, which is like lib-src.
2968 (Makefile): Depend on lib/Makefile.in.
2969 (AUTOCONF_INPUTS): Depend on aclocal.m4.
2970 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
2971 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
2972 (am--refresh): New rule, to pacify Automake.
2973 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
2974 Clean lib, too.
2975 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
2976 droppings.
2977 (maintainer-clean, extraclean): Use it.
2978 * configure.in: Initialize for automake and gnulib, by invoking
2979 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
2980 lib/Makefile, too. Use automake to build gnulib, as gnulib works
2981 more conveniently with automake.
6ffb2c0c 2982 * lib/Makefile.am: New file.
9a514d4a
PE
2983 * make-dist: Also put into the distribution aclocal.m4,
2984 compile, depcomp, missing, and the files under lib/.
2985
dc3e3e7b
GM
29862011-01-15 Glenn Morris <rgm@gnu.org>
2987
2988 * Makefile.in (epaths-force): No more arch-tag to edit.
2989
dab73760
CY
29902011-01-15 Chong Yidong <cyd@stupidchicken.com>
2991
2992 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
2993
9f4b8b47
PE
29942011-01-14 Paul Eggert <eggert@cs.ucla.edu>
2995
2996 * make-dist: Distribute test/ files too.
2997 Distribute every file under test/ that is under version control,
2998 using patterns like *.el to capture files that are added later.
2999 Without this change, "configure" would fail, because it would
3000 attempt to build from a Makefile.in that was not distributed.
3001
d221e780
CO
30022011-01-13 Christian Ohler <ohler@gnu.org>
3003
3004 * Makefile.in (INFO_FILES): Add ERT.
3005
3006 * Makefile.in (check): Run tests in test/automated.
3007
3008 * Makefile.in:
3009 * configure.in: Add test/automated/Makefile.
3010
bc5585d1
PE
30112011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3012
2b3f5bc8
PE
3013 * install-sh, mkinstalldirs, move-if-change: Update from master
3014 source in gnulib.
3015
bc5585d1
PE
3016 * config.guess, config.sub: Updated from master source.
3017
2018939f
AS
30182011-01-05 Andreas Schwab <schwab@linux-m68k.org>
3019
3020 * configure.in: Check for __builtin_unwind_init.
3021
e5365138
GM
30222011-01-05 Glenn Morris <rgm@gnu.org>
3023
3024 * configure.in (HAVE_MAKEINFO): New output variable.
3025 (MAKEINFO): Reset to "makeinfo" if not found.
3026 * Makefile.in (install-arch-indep, info):
3027 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
3028
4fc5868a
UM
30292010-12-29 Ulrich Mueller <ulm@gentoo.org>
3030
3031 * configure.in: Make gameuser configurable (Bug#7717).
3032
68251e16
GM
30332010-12-15 Glenn Morris <rgm@gnu.org>
3034
3035 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
3036 long absent lib-src/fns-*.el.
3037
838db889
GM
30382010-12-11 Glenn Morris <rgm@gnu.org>
3039
3040 * make-dist: Exclude etc/*.pyc.
3041
fe646d2c
AS
30422010-12-10 Andreas Schwab <schwab@linux-m68k.org>
3043
3044 * configure.in: Don't double machfile in final message.
3045
d96c83fa
CY
30462010-12-04 Chong Yidong <cyd@stupidchicken.com>
3047
3048 * configure.in: Fix last change.
3049
d6a003a8
AS
30502010-12-04 Andreas Schwab <schwab@linux-m68k.org>
3051
3052 * configure.in: Remove reference to removed machine description
90eacf99
SM
3053 files and allow $machine and $machfile to be empty.
3054 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
d6a003a8 3055
067d23c9
KY
30562010-12-03 Glenn Morris <rgm@gnu.org>
3057
3058 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
3059
30602010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
3061
3062 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
3063 (EXTERNALLY_VISIBLE): New definition.
3064
30652010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3066
3067 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
3068
30692010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3070
3071 * configure.in: Do not check for unconditionally included headers.
3072
30732010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3074
3075 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
3076
30772010-11-09 Michael Albinus <michael.albinus@gmx.de>
3078
3079 * configure.in: Don't write a warning for D-Bus anymore.
3080
30812010-11-06 Andreas Schwab <schwab@linux-m68k.org>
3082
3083 * configure.in: Fix indentation.
3084
30852010-10-31 Ken Brown <kbrown@cornell.edu>
3086
90eacf99
SM
3087 * configure.in (checking whether localtime caches TZ):
3088 Use unsetenv instead of modifying environment directly.
067d23c9
KY
3089
30902010-10-25 Andreas Schwab <schwab@linux-m68k.org>
3091
3092 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
3093 to avoid warning.
3094
30952010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3096
e9fce1ac 3097 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
3098
30992010-10-22 Glenn Morris <rgm@gnu.org>
3100
3101 * make-dist: Avoid listing .el files twice. Don't try to run
3102 autoconf if --no-update.
3103
31042010-10-20 Glenn Morris <rgm@gnu.org>
3105
3106 * make-dist: No longer create lisp/MANIFEST.
3107
31082010-10-14 Glenn Morris <rgm@gnu.org>
3109
3110 * BUGS, INSTALL.BZR, README: Updates.
3111
31122010-10-13 Glenn Morris <rgm@gnu.org>
3113
3114 * make-dist: Remove --compress. Check for the appropriate
3115 gzip-like executable, and if not found, don't compress.
3116 Check version number in README, don't change it.
3117 Use find for nt/inc/*.h.
3118
31192010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3120
90eacf99
SM
3121 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
3122 Remove trailing / from directory names.
067d23c9
KY
3123
31242010-10-12 Glenn Morris <rgm@gnu.org>
3125
3126 * make-dist: Update and simplify.
3127
31282010-10-12 Eli Zaretskii <eliz@gnu.org>
3129
3130 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
3131
31322010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3133
3134 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
3135
31362010-10-09 Glenn Morris <rgm@gnu.org>
3137
3138 * make-dist: No more doc/emacs/*.texi.in.
3139
3140 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
3141
31422010-10-09 Glenn Morris <rgm@gnu.org>
3143
3144 * configure.in: Combine some conditionals.
3145
3146 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
3147 * make-dist: Include doc/emacs/*.texi.in.
3148
3149 * INSTALL, make-dist: Remove references to b2m.
3150 * Makefile.in (MAN_PAGES): Remove b2m.1.
3151
31522010-10-05 Glenn Morris <rgm@gnu.org>
3153
3154 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
3155
31562010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3157
3158 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
3159
31602010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
3161
3162 * configure.in: Include stdlib.h and string.h unconditionally.
3163
31642010-09-29 Romain Francoise <romain@orebokech.com>
3165
3166 * configure.in: Don't enable ImageMagick unless HAVE_X11.
3167
31682010-09-28 Glenn Morris <rgm@gnu.org>
3169
3170 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
3171 happy.
3172
31732010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3174
3175 * configure.in: Enable imagemagick by default.
3176
31772010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3178
3179 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 3180 GnuTLS libraries.
067d23c9
KY
3181
31822010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
3183
3184 * configure.in: Set up GnuTLS.
3185
31862010-09-22 Chong Yidong <cyd@stupidchicken.com>
3187
3188 * configure.in: Announce whether libxml2 is linked to.
3189
31902010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3191
3192 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
3193
31942010-09-18 Eli Zaretskii <eliz@gnu.org>
3195
3196 * config.bat: Detect that libxml2 is installed and if so, build
3197 with it.
3198
31992010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3200
3201 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
3202 be used. This fixes a conf problem on Mac OS X.
3203
32042010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3205
3206 * configure.in: Check for libxml2.
3207
32082010-09-09 Glenn Morris <rgm@gnu.org>
3209
3210 * make-dist: No more TODO files under lisp/.
3211
32122010-09-04 Eli Zaretskii <eliz@gnu.org>
3213
3214 * config.bat: Produce lisp/gnus/_dir-locals.el from
3215 lisp/gnus/.dir-locals.el.
3216
32172010-08-23 Andreas Schwab <schwab@linux-m68k.org>
3218
3219 * configure.in: Fix check for librsvg, imagemagick and
3220 MagickExportImagePixels.
3221
32222010-08-18 Joakim Verona <joakim@verona.se>
3223
3224 * Makefile.in, configure.in: Checks for ImageMagick.
3225
32262010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
3227
3228 * configure.in (AC_PREREQ): Require autoconf 2.65.
3229
32302010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
3231
3232 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
3233
32342010-08-09 Andreas Schwab <schwab@linux-m68k.org>
3235
3236 * configure.in: Add AC_C_BIGENDIAN.
3237
32382010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
3239
3240 * configure.in (ORDINARY_LINK): Use on hpux* too.
3241
32422010-08-06 Jan Djärv <jan.h.d@swipnet.se>
3243
3244 * configure.in: Check for util.h.
3245 Use -Wimplicit-function-declaration if compiler supports it.
3246
32472010-08-05 Eli Zaretskii <eliz@gnu.org>
3248
3249 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
3250
32512010-08-04 Andreas Schwab <schwab@linux-m68k.org>
3252
3253 * configure.in: Restore accidentally removed use of
3254 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
3255
32562010-07-29 Chad Brown <yandros@mit.edu>
3257
3258 * configure.in: Check for dirent.h.
3259
32602010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3261
3262 * configure.in: Remove reference to usg5-4, unused.
3263
32642010-07-25 Andreas Schwab <schwab@linux-m68k.org>
3265
3266 * configure.in: Check for __executable_start.
3267
32682010-07-24 Ken Brown <kbrown@cornell.edu>
3269
3270 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
3271
32722010-07-24 Juanma Barranquero <lekktu@gmail.com>
3273
3274 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
3275
32762010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
3277
3278 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
3279
32802010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3281
3282 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
3283 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
3284 (C_OPTIMIZE_SWITCH): Remove.
3285 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
3286
32872010-07-11 Andreas Schwab <schwab@linux-m68k.org>
3288
3289 * configure.in: Don't check for index and rindex, check for strchr
3290 and strrchr. Define strchr and strrchr as index and rindex,
3291 resp., in src/config.h if not available.
3292
32932010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
3294
3295 * configure.in: Use -Wold-style-definition if available.
3296 This helps with the transition to standard C code, it can be
3297 removed when done.
3298
3299 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
3300
3301 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
3302 and MSWindows.
3303
33042010-07-07 Andreas Schwab <schwab@linux-m68k.org>
3305
3306 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
3307 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
3308
33092010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3310
3311 * configure.in (getenv): Remove K&R declaration.
3312
33132010-07-02 Jan Djärv <jan.h.d@swipnet.se>
3314
3315 * configure.in: Remove define __P.
3316
33172010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3318
3319 * configure.in (--enable-use-lisp-union-type): New flag.
3320
33212010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3322
3323 Fix CFLAGS for non-GCC compilers.
3324 * configure.in (CFLAGS): Always use -g like it was done before the
3325 2010-03-30 change.
3326 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
3327 (Bug#6538)
3328
33292010-06-30 Glenn Morris <rgm@gnu.org>
3330
3331 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
3332 Set with AC_DEFINE rather than AH_BOTTOM.
3333
3334 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
3335 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
3336 Set with shell, not cpp.
3337 (LIBX): Remove, just use -lX11 in the one place this was used.
3338 (cannot_dump): Replace with CANNOT_DUMP.
3339
33402010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3341
0a19a6f8 3342 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
3343 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
3344 by minimum required Gtk+ 2.6). Add checks for functions introduced
3345 in Gtk+ 2.14 or newer (bug#6505).
3346
33472010-06-26 Eli Zaretskii <eliz@gnu.org>
3348
3349 * config.bat: Remove white space around "+" in COPY commands.
3350
33512010-06-23 Glenn Morris <rgm@gnu.org>
3352
3353 * info/dir: Start descriptions in column 32, per Texinfo convention.
3354
33552010-06-16 Chong Yidong <cyd@stupidchicken.com>
3356
3357 * INSTALL: Update font information (Bug#6389).
3358
33592010-06-16 Glenn Morris <rgm@gnu.org>
3360
3361 * INSTALL: General update.
3362
33632010-06-12 Glenn Morris <rgm@gnu.org>
3364
3365 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
3366
33672010-06-11 Glenn Morris <rgm@gnu.org>
3368
3369 * configure.in (--without-compress-info): New option.
3370 (GZIP_INFO): New output variable.
3371
3372 * Makefile.in (GZIP_INFO): New, set by configure.
3373 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
3374 Handle man pages in the same way.
3375
33762010-06-10 Glenn Morris <rgm@gnu.org>
3377
3378 * Makefile.in (install-arch-indep): Gzip the info files too.
3379
3380 * make-dist: Remove references to non-existent directories and files.
3381
33822010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
3383
3384 * configure.in: Include <strings.h> and <string.h> instead of
3385 "strings.h" and "string.h".
3386
33872010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3388
3389 * configure.in: Remove code dealing with BSTRING.
3390
33912010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3392
3393 * configure.in (AC_PREREQ): Require autoconf 2.65.
3394
3395 * configure.in (unxec): Do not define and substitute.
3396 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
3397
33982010-06-03 Glenn Morris <rgm@gnu.org>
3399
3400 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
3401
34022010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3403
3404 Fix alloca definition when using gcc on non-gnu systems.
3405 * configure.in: Use the code sequence indicated by "info autoconf"
3406 for alloca (bug#6170).
3407
34082010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3409
3410 * .bzrignore: Ignore new files from trunk, which appear if you use
3411 colocated branches (i.e. "bzr switch").
3412
34132010-05-28 Glenn Morris <rgm@gnu.org>
3414
3415 * configure.in: Simplify some of the $canonical tests.
3416
34172010-05-27 Glenn Morris <rgm@gnu.org>
3418
3419 * config.bat: Do not preprocess src/Makefile.in.
3420
3421 * configure.in: Do not preprocess src/Makefile.in.
3422 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
3423 (AC_EGREP_CPP): Test no longer needed.
3424
3425 * make-dist: No more Makefile.c files.
3426
34272010-05-26 Glenn Morris <rgm@gnu.org>
3428
3429 * configure.in (YMF_PASS_LDFLAGS): Remove.
3430 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
3431
3432 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
3433 Add $GNUSTEP_LOCAL_HEADERS.
3434 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
3435
3436 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
3437 (GNUSTEP_MAKEFILES): Remove.
3438 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
3439 stuff to here.
3440
34412010-05-25 Glenn Morris <rgm@gnu.org>
3442
3443 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
3444 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
3445
3446 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
3447 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
3448 here instead.
3449
34502010-05-24 Romain Francoise <romain@orebokech.com>
3451
3452 * make-dist: Look for version in src/emacs.c.
3453 Use lisp/subr.el rather than lisp/version.el for location check.
3454
34552010-05-21 Glenn Morris <rgm@gnu.org>
3456
3457 * configure.in (MKDEPDIR): Parallel build tweak.
3458
3459 * configure.in (ns_frag): New output file.
3460
3461 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
3462 (OLDXMENU_TARGET): Set to empty if USE_GTK.
3463
3464 * configure.in (cannot_dump): New output variable.
3465
34662010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
3467
3468 * configure.in: On NetBSD, if terminfo is found, use it in
3469 preference to termcap. (Bug#6190)
3470
34712010-05-20 Glenn Morris <rgm@gnu.org>
3472
3473 * make-dist (src): Include *.mk.
3474 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
3475 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
3476 (deps_frag): New output file.
3477 (AUTO_DEPEND): Remove this definition.
3478
3479 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
3480
34812010-05-19 Glenn Morris <rgm@gnu.org>
3482
3483 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
3484 (ORDINARY_LINK): New AC_DEFINE.
3485 (LIB_GCC): No need to set if ORDINARY_LINK.
3486
34872010-05-18 Glenn Morris <rgm@gnu.org>
3488
3489 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
3490 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
3491
3492 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
3493 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
3494 (RALLOC_OBJ): New output variable.
3495
3496 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
3497 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
3498
34992010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * Makefile.in (src): Provide the name of the VCS file that witnesses
3502 a pull.
3503 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
3504
35052010-05-17 Glenn Morris <rgm@gnu.org>
3506
3507 * configure.in (OLDXMENU_DEPS): New output variable.
3508
35092010-05-16 Glenn Morris <rgm@gnu.org>
3510
3511 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
3512
3513 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
3514 * Makefile.in (install-arch-dep): Update for above change.
3515
3516 * Makefile.in (ns_appdir): Remove.
3517 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
3518
3519 * configure.in (TEMACS_LDFLAGS2): New output variable.
3520
3521 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
3522 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
3523 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
3524 nothing uses.
3525
35262010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
3527
3528 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
3529 does not use them.
3530 (X11R5_INHIBIT_I18N): Remove, unused.
3531
35322010-05-15 Glenn Morris <rgm@gnu.org>
3533
3534 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
3535
3536 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
3537
35382010-05-15 Ken Raeburn <raeburn@raeburn.org>
3539
3540 * configure.in: Look for version string in its new location.
3541
35422010-05-15 Eli Zaretskii <eliz@gnu.org>
3543
3544 * config.bat: Remove support for DJGPP v1.x.
3545
35462010-05-15 Glenn Morris <rgm@gnu.org>
3547
3548 * configure.in (OLDXMENU_TARGET): New output variable.
3549
3550 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
3551
3552 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
3553 and other files that no longer exist.
3554
35552010-05-14 Glenn Morris <rgm@gnu.org>
3556
3557 * configure.in (cpp_undefs): Add mktime, register, X11.
3558
3559 * configure.in (GPM_MOUSE_SUPPORT): Remove.
3560 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
3561 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
3562
3563 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
3564 (GNUSTEP_MAKEFILES): Do not output.
3565
35662010-05-13 Glenn Morris <rgm@gnu.org>
3567
3568 * configure.in: Fix some paren typos.
3569
3570 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
3571
3572 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
3573
35742010-05-12 Glenn Morris <rgm@gnu.org>
3575
3576 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
3577
3578 * configure.in (LIB_GCC): New output variable.
3579
35802010-05-11 Glenn Morris <rgm@gnu.org>
3581
3582 * make-dist (msdos): No more mainmake.
3583
3584 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
3585 * config.bat: Do not run cpp on lib-src/Makefile.in.
3586
3587 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
3588
35892010-05-10 Glenn Morris <rgm@gnu.org>
3590
3591 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
3592
3593 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
3594 (BLESSMAIL_TARGET): New output variable.
3595
35962010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3597
3598 * INSTALL: Fix typos.
3599
36002010-05-08 Chong Yidong <cyd@stupidchicken.com>
3601
3602 * configure.in: Add check for buggy version of GCC (Bug#6031).
3603
36042010-05-08 Glenn Morris <rgm@gnu.org>
3605
3606 * configure.in (HAVE_LIBNCURSES): New local variable.
3607 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
3608 replacing cpp in src/s/*.h and src/Makefile.in.
3609
36102010-05-07 Chong Yidong <cyd@stupidchicken.com>
3611
3612 * Version 23.2 released.
3613
36142010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * configure.in: Add tests for `isnan' and `copysign'.
3617
36182010-05-07 Eli Zaretskii <eliz@gnu.org>
3619
3620 * config.bat: Allow for 2 leading `#'s in comments in
3621 src/Makefile.in.
3622
36232010-05-07 Glenn Morris <rgm@gnu.org>
3624
3625 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
3626 Merges logic from src/s/* and src/Makefile.in.
3627 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3628
36292010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3630
3631 Define START_FILES and LIB_STANDARD using autoconf.
3632 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
3633 here from src/s/*.h.
3634 (HAVE_CRTIN): Remove, inline logic in the netbsd
3635 START_FILES/LIB_STANDARD computation.
3636
36372010-05-06 Glenn Morris <rgm@gnu.org>
3638
3639 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
3640
3641 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
3642 (LD_SWITCH_X_SITE): Remove unused variables.
3643
36442010-05-04 Glenn Morris <rgm@gnu.org>
3645
3646 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
3647 as well.
3648 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
3649
3650 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3651
3652 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
3653 variables, replacing c_switch_machine, c_switch_system.
3654 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
3655 @c_switch_system@.
3656
36572010-05-03 Glenn Morris <rgm@gnu.org>
3658
3659 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
3660
3661 * make-dist: There are no more src/m/*.inp files.
3662
36632010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3664
3665 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
3666 (ac_link): Do not use ld_switch_machine.
3667
36682010-05-01 Glenn Morris <rgm@gnu.org>
3669
3670 * configure.in (OTHER_OBJ): Remove.
3671 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
3672
36732010-04-30 Glenn Morris <rgm@gnu.org>
3674
3675 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
3676 Elsewhere, maybe include it.
3677
3678 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
3679 (OLDXMENU, LIBXMENU): New output variables.
3680
3681 * configure.in (OTHER_OBJ): New output variable.
3682
36832010-04-28 Glenn Morris <rgm@gnu.org>
3684
3685 * configure.in (CYGWIN_OBJ): New output variable.
3686
3687 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
3688
3689 * configure.in (FONT_OBJ): New output variable.
3690
3691 * configure.in (LIBXMU): New output variable.
3692
3693 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
3694
3695 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
3696 userland and maybe change values to i386 (move test from s/amdx86-64.h).
3697
36982010-04-27 Glenn Morris <rgm@gnu.org>
3699
3700 * configure.in (LIBXTR6): New output variable. Move unixware special
3701 case here from src/s/unixware.h.
3702
3703 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
3704 in Makefiles.
3705 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
3706
3707 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
3708 (LIBXP): No longer substitute in Makefiles.
3709 (MOTIF_LIBW): New output variable. Move system-specific settings here
3710 from src/s files.
3711
37122010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3713
3714 Reduce CPP usage.
3715 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
3716 (unexec): Define unconditionally, all platforms define
3717 UNEXEC. AC_SUBST it.
3718 (UNEXEC_SRC): Remove, unused.
3719 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
3720
37212010-04-27 Glenn Morris <rgm@gnu.org>
3722
3723 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
3724 replaced by LIBXP.
3725
3726 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
3727 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
3728 On hpux10-20, default to /lib.
3729
3730 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
3731
37322010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
3733
3734 * configure.in (LIBS_MACHINE): Remove, unused.
3735
3736 * configure.in (LIB_MATH): New output variable. Set it for some systems.
3737
37382010-04-24 Glenn Morris <rgm@gnu.org>
3739
3740 * configure.in (CRT_DIR): New output variable.
3741 (--with-crt-dir): New option. (Bug#5655)
3742 (HAVE_LIB64_DIR): Remove.
3743
37442010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
3745
3746 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
3747
37482010-04-22 Miles Bader <miles@gnu.org>
3749
3750 * configure.in: Get rid of "unix" pre-defined macro when
3751 preprocessing Makefile. (Bug#5857)
3752
37532010-04-21 Andreas Schwab <schwab@linux-m68k.org>
3754
3755 Avoid non-portable shell command negation
3756 * configure.in: Revert last change.
3757
37582010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3759
3760 * configure.in: Change "if test ! -f" to "if ! test -f".
3761
37622010-04-21 Glenn Morris <rgm@gnu.org>
3763
3764 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
3765 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
3766
37672010-04-21 Karel Klíč <kklic@redhat.com>
3768
3769 * configure.in: New option: --with(out)-selinux, on by default.
3770 Set HAVE_LIBSELINUX if we find libselinux, and substitute
3771 LIBSELINUX_LIBS in Makefiles.
3772
37732010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
3774
3775 * configure.in: Remove all references to LIBX11_SYSTEM.
3776
37772010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3778
3779 * configure.in: Remove all references to C_DEBUG_SWITCH.
3780
37812010-03-27 Eli Zaretskii <eliz@gnu.org>
3782
3783 * config.bat <lib-src>: Edit out lines that begin with several #
3784 characters.
3785
37862010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3787
3788 * configure.in: Remove support for old UNIX System V systems and
3789 for Unixware on non-x86 machines.
3790
3791 * configure.in: Remove support for Solaris on PPC and for old versions.
3792
3793 * configure.in: Remove non-working lynxos port.
3794
37952010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3796
3797 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
3798
37992010-03-19 Glenn Morris <rgm@gnu.org>
3800
3801 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
3802 happy.
3803
38042010-03-18 Jan Djärv <jan.h.d@swipnet.se>
3805
3806 * configure.in: Check for tputs and friends, abort if not
3807 found (bug#5735).
3808
38092010-03-18 Glenn Morris <rgm@gnu.org>
3810
3811 * configure.in (--with-x-toolkit): In the help text, say which options
3812 are synonyms.
3813
3814 * configure.in (--with-mmdf, --with-mail-unlink):
3815 New options, off by default.
3816 (--with-mailhost): New option to set default POP host.
3817 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
3818 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
3819 New variables, substituted in Makefiles.
3820 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
3821 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
3822 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
3823 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
3824 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
3825
38262010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3827
3828 * Makefile.in (uninstall): Handle the case where archlibdir does not
3829 exist. (Bug#5720)
3830
38312010-03-12 Eli Zaretskii <eliz@gnu.org>
3832
75f1671a 3833 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
3834 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
3835
3836 * configure: Regenerated.
3837
38382010-03-10 Chong Yidong <cyd@stupidchicken.com>
3839
3840 * Branch for 23.2.
3841
38422010-01-31 Juri Linkov <juri@jurta.org>
3843
3844 * .bzrignore: Add TAGS-LISP.
3845
38462010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3847
3848 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
3849 this header file).
3850
38512010-01-12 Juanma Barranquero <lekktu@gmail.com>
3852
3853 * .bzrignore: Ignore all .exe, instead of individual files.
3854
38552010-01-12 Chong Yidong <cyd@stupidchicken.com>
3856
3857 * configure.in: Explicitly check for and link to -lXrender.
3858
38592010-01-12 Glenn Morris <rgm@gnu.org>
3860
3861 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
3862 for bug reports for development versions.
3863
38642010-01-02 Eli Zaretskii <eliz@gnu.org>
3865
3866 * .bzrignore: Add more ignored patterns, including for the MS-DOS
3867 build.
3868
38692009-12-27 Karl Fogel <kfogel@red-bean>
3870
3871 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
3872 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
3873
38742009-12-17 Glenn Morris <rgm@gnu.org>
3875
3876 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
3877
38782009-12-15 Glenn Morris <rgm@gnu.org>
3879
3880 * info/dir: Add EDT entry.
3881 * Makefile.in (INFO_FILES): Add edt.
3882
38832009-12-10 Jan Djärv <jan.h.d@swipnet.se>
3884
1154d12e 3885 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
3886
38872009-12-09 Jan Djärv <jan.h.d@swipnet.se>
3888
3889 * configure.in: Don't check for RSVG or GConf unless X11 is used.
3890
38912009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3892
3893 * configure.in: Allow compiling Emacs with GTK on Cygwin.
3894
38952009-12-01 Glenn Morris <rgm@gnu.org>
3896
3897 * make-dist: Add etc/images/mpc directory.
3898
38992009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3900
3901 * configure.in: Don't check for GConf unless X is used.
3902
39032009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3904
3905 * configure.in: Use -Wdeclaration-after-statement if available.
3906
39072009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3908
3909 * configure.in: New option: --with(out)-gconf.
3910 Set HAVE_GCONF if we find gconf.
3911
39122009-11-17 Glenn Morris <rgm@gnu.org>
3913
3914 * Makefile.in (INFO_FILES): Add semantic.
3915
39162009-11-16 Chong Yidong <cyd@stupidchicken.com>
3917
3918 * info/dir: Add Semantic.
3919
39202009-11-16 Glenn Morris <rgm@gnu.org>
3921
3922 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
3923 pattern, so as not to exclude makefile*.el. (Bug#4912)
3924
39252009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3926
3927 * configure.in: --enable-autodepend is new. Check for GNU Make
3928 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
3929 gcc and GNU make to generate dependencies.
3930
39312009-10-27 Glenn Morris <rgm@gnu.org>
3932
3933 * make-dist: Make links to doc/lispintro/*.pdf.
3934
39352009-10-23 Jim Meyering <meyering@redhat.com>
3936
3937 * configure.in: Invoke $CPP with -P when creating Makefile and
3938 src/Makefile. Without this, gcc 4.4.2 converts each
3939 backslash-newline pair in the input to a bare newline, yielding
3940 invalid Makefiles.
3941
3942 * configure: Regenerate.
3943
39442009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3945
3946 * configure.in (vax-dec-vms): Remove, not supported anymore.
3947
39482009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3949
3950 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
3951 (*-apple-darwin*): Add x86_64 architecture.
3952
39532009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3954
3955 * config.guess, config.sub: Updated from master source.
3956
39572009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
3958
3959 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
3960
39612009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
3962
3963 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
3964
39652009-09-29 Glenn Morris <rgm@gnu.org>
3966
3967 * make-dist (check): Update for two new levels of subdirectory in lisp/.
3968
39692009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3970
3971 * config.guess, config.sub: Updated from master source.
3972
3973 * configure.in (OTHER_FILES): Define using autoconf not cpp.
3974
39752009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3976
3977 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
3978
39792009-09-13 Chong Yidong <cyd@stupidchicken.com>
3980
3981 * INSTALL: Update URL for GNU FreeFont.
3982
39832009-09-09 Glenn Morris <rgm@gnu.org>
3984
3985 * Makefile.in (install-arch-indep): Don't recursively change perms of
3986 site-lisp and infodir. There may be non-Emacs files in here, and the
3987 files supplied by Emacs are all handled explicitly already. (Bug#3800)
3988 (mkdir): Set umask to world-readable before creating directories.
3989 mkinstalldirs already checks if dirs exist, don't duplicate this test.
3990
39912009-08-29 Glenn Morris <rgm@gnu.org>
3992
3993 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
3994 (info): Don't give an error in the absence of makeinfo - let the doc
3995 Makefiles do that, if the info files need rebuilding. (Bug#3982)
3996
39972009-08-23 Ken Raeburn <raeburn@raeburn.org>
3998
3999 * Makefile.in (install-arch-indep): If the versioned DOC-####
4000 generated during loadup+dump isn't found, install the plain DOC
4001 file that always gets generated, in case CANNOT_DUMP is set.
4002
4003 * configure.in: Warn if package version specified here doesn't
4004 match the version in version.el.
4005 * configure: Regenerate.
4006
40072009-08-22 Michael Albinus <michael.albinus@gmx.de>
4008
4009 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
4010
4011 * configure: Regenerate.
4012
40132009-08-19 Glenn Morris <rgm@gnu.org>
4014
4015 * INSTALL: Remove reference to cvtmail.
4016
40172009-08-15 CHENG Gao <chenggao@gmail.com>
4018
4019 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
4020
40212009-08-02 Kevin Ryde <user42@zip.com.au>
4022
4023 * INSTALL: Fix free fonts URL.
4024
40252009-07-22 Glenn Morris <rgm@gnu.org>
4026
4027 * configure.in (AC_PREREQ): Require autoconf 2.62.
4028
40292009-07-04 Andreas Schwab <schwab@linux-m68k.org>
4030
4031 * configure.in (--enable-checking, --enable-profiling):
4032 Use AS_HELP_STRING.
4033
40342009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
4035
4036 * configure.in (--enable-profiling): New option.
4037 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
4038
40392009-06-27 Glenn Morris <rgm@gnu.org>
4040
4041 * configure.in: Restore netbsd on mips, mipsel, mipseb.
4042
40432009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4044
4045 * configure.in (--enable-checking): New option.
4046
40472009-06-24 Glenn Morris <rgm@gnu.org>
4048
4049 * make-dist: Warn if subdir does not exist in source.
4050 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
4051 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
4052 No longer make links.
4053
40542009-06-24 Yavor Doganov <yavor@gnu.org>
4055
4056 * make-dist (tempdir): Don't create directories preferences.gorm
4057 and preferences.nib, they are no longer required.
4058
40592009-06-21 Chong Yidong <cyd@stupidchicken.com>
4060
4061 * Branch for 23.1.
4062
40632009-06-12 Chong Yidong <cyd@stupidchicken.com>
4064
4065 * configure.in: Delete mac-fix-env target, which has been
4066 removed (Bug#3531).
4067
40682009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4069
1154d12e 4070 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
4071
40722009-05-05 Per Starbäck <per@starback.se> (tiny change)
4073
4074 * BUGS: Use new binding of view-emacs-problems.
4075
c7015153 40762009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
4077
4078 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
4079 for Solaris compatibility.
4080
40812009-04-25 Chong Yidong <cyd@stupidchicken.com>
4082
4083 * configure: Regenerate.
4084
4085 * configure.in: Disable use of FreeType without libXft.
4086
40872009-04-19 Jan Djärv <jan.h.d@swipnet.se>
4088
4089 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
4090 Check if it is declared in gtk.h.
4091
40922009-04-12 Andreas Schwab <schwab@linux-m68k.org>
4093
4094 * Makefile.in (install-arch-indep): Remove .gitignore files.
4095
40962009-04-03 Kenichi Handa <handa@m17n.org>
4097
4098 * INSTALL: Make the section "Complex Text Layout support
4099 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
4100
41012009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
4102
4103 * configure.in (rs6000-ibm-aix6*): Fix typo.
4104
41052009-03-04 Glenn Morris <rgm@gnu.org>
4106
4107 * Makefile.in (INFO_FILES): Add auth.
4108
41092009-03-03 Glenn Morris <rgm@gnu.org>
4110
4111 * info/dir: Add Auth-source.
4112
41132009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4114
4115 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
4116 the second.
4117
41182009-02-28 Eli Zaretskii <eliz@gnu.org>
4119
4120 * config.bat: Copy .dbxinit to _dbxinit.
4121
4122 * make-dist (Making links to `info'): Remove .gitignore.
4123
41242009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4125
4126 * Makefile.in (lib-src, lisp): Use simpler rule.
4127 (src): Be more specific to avoid recompiling all the .elc files just
4128 because the bootstrap-emacs is missing.
4129
41302009-02-26 Chong Yidong <cyd@stupidchicken.com>
4131
4132 * configure.in: Require librsvg >= 2.11.
4133
41342009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4135
4136 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
4137 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
4138
41392009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4140
4141 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
4142
41432009-02-03 Glenn Morris <rgm@gnu.org>
4144
4145 * make-dist: Add some missing files, remove some that are no longer
4146 present.
4147
41482009-02-02 Glenn Morris <rgm@gnu.org>
4149
4150 * make-dist: Add some missing nextstep/ files.
4151
41522009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
4153
4154 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
4155
41562009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4157
4158 * configure.in: Add support for m68k-*-netbsd.
4159
41602009-01-14 Juri Linkov <juri@jurta.org>
4161
4162 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
4163
4164 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
4165 and bug-reference-mode.
4166
41672009-01-11 Juri Linkov <juri@jurta.org>
4168
4169 * INSTALL.CVS: Move configuration explicitly to the first step.
4170
41712009-01-09 Glenn Morris <rgm@gnu.org>
4172
4173 * .dir-locals.el: Don't set indent-tabs-mode.
4174
41752008-12-30 Kenichi Handa <handa@m17n.org>
4176
4177 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
4178 the function OTF_get_variation_glyphs.
4179
41802008-12-30 Jan Djärv <jan.h.d@swipnet.se>
4181
4182 * Makefile.in (install-arch-dep): Remove old directories in
4183 ns_app* before moving new directories there.
4184
41852008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
4186
4187 * .dir-locals.el: Remove non-working entry for pmail.
4188 (fill-column): Fix typo.
4189 (change-log-mode): Add fill column.
4190
41912008-12-26 Eli Zaretskii <eliz@gnu.org>
4192
4193 * config.bat: Produce _dir-locals.el from .dir-locals.el.
4194
41952008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
4196
4197 * make-dist (tempdir): Distribute .dir-locals.el.
4198
4199 * .dir-locals.el: New file.
4200
42012008-12-19 Eli Zaretskii <eliz@gnu.org>
4202
4203 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
4204 for rationale.
4205
42062008-12-13 Glenn Morris <rgm@gnu.org>
4207
4208 * Makefile.in (install-arch-indep): Add new man-pages.
4209 (manext): Remove variable.
4210 (MAN_PAGES): New variable.
4211 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
4212 and remove.
4213 (uninstall): Remove desktop file and icons, game scores if empty.
4214
42152008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
4216
4217 * config.guess, config.sub: Updated from master source.
4218
42192008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4220
4221 * Makefile.in (install-arch-indep): Install ebrowse.1.
4222
42232008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
4224
4225 * configure.in: Add Solaris on x86_64.
4226
42272008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4228
4229 * config.guess, config.sub: Updated from master source.
4230
42312008-12-08 Eli Zaretskii <eliz@gnu.org>
4232
4233 * info/dir: Fix last change.
4234
42352008-12-07 Eli Zaretskii <eliz@gnu.org>
4236
4237 * info/dir: Untabify.
4238
42392008-11-28 Ulrich Mueller <ulm@gentoo.org>
4240
4241 * configure.in: Fix last change.
4242
42432008-11-28 Richard M Stallman <rms@gnu.org>
4244
4245 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
4246 New configurations.
4247
42482008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
4249
4250 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
4251 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
4252
42532008-11-15 Eli Zaretskii <eliz@gnu.org>
4254
4255 * Makefile.in (INFO_FILES): Remove ns-emacs.
4256
4257 * info/dir (NS-Emacs): Remove entry.
4258
42592008-11-08 Eli Zaretskii <eliz@gnu.org>
4260
4261 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
4262
42632008-11-07 Glenn Morris <rgm@gnu.org>
4264
4265 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
4266
42672008-10-31 Eli Zaretskii <eliz@gnu.org>
4268
4269 * config.bat: Tell user to expect one "File not found" message
4270 while the `doc' directory is being configured.
4271
42722008-10-30 Chong Yidong <cyd@stupidchicken.com>
4273
4274 * update-subdirs: Put obsolete directory last.
4275
42762008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
4277
4278 * configure.in: Check fontconfig always.
4279
42802008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4281
4282 * configure (*-solaris2.[7-9]*): Fix typo.
4283
42842008-10-24 Glenn Morris <rgm@gnu.org>
4285
4286 * configure.in (--without-sync-input, --with-pkg-config-prog):
4287 Help strings start with lower case.
4288 (--with-gnustep-conf): New option.
4289 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
4290
42912008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
4292
4293 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
4294 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
4295 is not found. (Bug#1230)
4296
42972008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
4298
4299 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
4300 Use sol2-6.h for Solaris 7-9.
4301
43022008-10-18 Ulrich Mueller <ulm@gentoo.org>
4303
4304 * configure.in: Add support for GNU/Linux on SuperH.
4305
43062008-10-12 Andreas Schwab <schwab@suse.de>
4307
4308 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
4309
1a71cb28 43102008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
4311
4312 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
4313 "X") to avoid confusion.
4314
4315 * configure: Regenerate.
4316
43172008-09-07 Romain Francoise <romain@orebokech.com>
4318
4319 * make-dist: Distribute doc/man/ChangeLog.
4320
43212008-08-28 Chong Yidong <cyd@stupidchicken.com>
4322
4323 * configure.in: Disable XFT and Freetype when without X.
4324
4325 * configure: Regenerate.
4326
43272008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4328
4329 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
4330
43312008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4332
90eacf99
SM
4333 * configure.in (GNUSTEP_SYSTEM_HEADERS):
4334 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
067d23c9
KY
4335
4336 * configure: Regenerate.
4337
43382008-08-20 Eli Zaretskii <eliz@gnu.org>
4339
4340 * configure.in: Move "#define subprocesses" before
4341 config_opsysfile is included.
4342
43432008-08-19 Kenichi Handa <handa@m17n.org>
4344
4345 * INSTALL (Extra fonts): Mention local fonts, don't mention
4346 mule-unicode.
4347
43482008-08-16 Chong Yidong <cyd@stupidchicken.com>
4349
4350 * make-dist: Omit info/.arch-inventory.
4351
43522008-08-16 Jason Rumney <jasonr@gnu.org>
4353
4354 * make-dist (tempdir/nt): Link emacsclient.rc.
4355
43562008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4357
4358 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
4359 AC_SUBST it.
4360 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
4361 AC_SUBST it.
4362 (OTHER_FILES): Always define for HAVE_NS.
4363 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
4364 * configure: Regenerate.
4365
43662008-08-07 Andreas Schwab <schwab@suse.de>
4367
4368 * configure.in: Correctly handle
4369 --enable-cocoa-experimental-ctrl-g=no and
4370 --enable-ns-self-contained=yes.
4371
43722008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4373
4374 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
90eacf99
SM
4375 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
4376 Don't bother undef'ing since won't have desired effect.
067d23c9
KY
4377
43782008-08-06 Andreas Schwab <schwab@suse.de>
4379
4380 * configure.in: Fix quoting.
4381
43822008-08-06 Chong Yidong <cyd@stupidchicken.com>
4383
4384 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
4385
43862008-08-05 Ulrich Mueller <ulm@gentoo.org>
4387
4388 * configure.in: Add checks for krb5_error.text and
4389 krb5_error.e_text struct members.
4390
43912008-08-04 Chong Yidong <cyd@stupidchicken.com>
4392
4393 * configure.in: Test for existence of NSInteger.
4394 Suggested by Yavor Doganov.
4395
43962008-08-02 Romain Francoise <romain@orebokech.com>
4397
4398 * Makefile.in (INFO_FILES): Add mairix-el.
4399
44002008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4401
4402 * make-dist:
4403 * README: Remove VMS support.
4404 * vms: Remove directory.
4405
44062008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4407
4408 * configure.in (MULTI_KBOARD): Remove.
4409
44102008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4411
4412 * configure.in (DO_BLOCK_INPUT): Remove, unused.
4413
44142008-07-29 Chong Yidong <cyd@stupidchicken.com>
4415
4416 * info/dir (File): Add mairix-el.
4417
44182008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4419
4420 Remove support for Mac Carbon.
4421 * mac: Remove directory.
4422 * make-dist:
4423 * configure.in:
4424 * README:
4425 * Makefile.in:
4426 * INSTALL: Remove code for Carbon.
4427 * configure: Regenerate.
4428
44292008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4430
4431 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
4432
44332008-07-25 Chong Yidong <cyd@stupidchicken.com>
4434
4435 * configure.in: Check for getrlimit.
4436
4437 * configure: Regenerate.
4438
44392008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4440
4441 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
4442 in src/Makefile.in.
4443 (static): Remove, autoconf would always comment it out anyway.
4444 (subprocesses): Define unconditionally.
4445
44462008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
4447
4448 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
4449 compilation under GNUstep.
4450
44512008-07-18 Kenichi Handa <handa@m17n.org>
4452
4453 * INSTALL (Complex Text Layout support libraries): Delete the
4454 paragraph about --enable-font-backend.
4455
44562008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
4457
4458 * configure.in: Print out some info to user for NeXTstep builds.
4459 (ns-app): Remove enable option.
4460 (ns-self-contained): Add enable option.
4461 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
4462 GNUstep, use to set install prefixes, and substitute in Makefiles.
4463 * configure: Regenerate.
4464 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
4465 NS app bundle.
4466
44672008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4468
4469 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
4470
44712008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
4472
4473 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
4474 NS_IMPL_COCOA.
4475
44762008-07-16 Glenn Morris <rgm@gnu.org>
4477
4478 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
4479 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
4480 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
4481 never unset.
4482
4483 * make-dist: Add nextstep/ directories.
4484 (src, lib-src): Add .m files.
4485
44862008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4487
4488 * configure.in (freebsd, kfreebsd): Undo part of previous change.
4489 (USER_FULL_NAME): Remove, not used anymore.
4490 * configure: Regenerate.
4491
44922008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4493
4494 Changes and additions for NeXTstep windowing system (Cocoa and
4495 GNUstep) support.
4496
4497 * configure.in: Add support for NS window system: --with-ns (default
4498 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
4499 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
4500 disable font backend if window system is "none", not if !HAVE_X11.
4501 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
4502 (install-arch-dep): Add commands to assemble NS .app package.
4503
45042008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
4505
4506 * configure.in: Use macppc for Darwin. Remove references to
4507 desupported systems.
4508 * configure: Regenerate.
4509
45102008-07-05 Glenn Morris <rgm@gnu.org>
4511
4512 * make-dist (EMACS): Doc fix.
4513 (lisp): There are no *.dat or image files here any more.
4514 (src): There are no *.s files here any more.
4515 (etc/images, etc/images/*): Link to most regular files.
4516
45172008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4518
4519 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
4520
45212008-07-01 Glenn Morris <rgm@gnu.org>
4522
4523 * configure.in (cpp_undefs): Rename from `undefs', update uses.
4524 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
4525 and explicitly export there. (Bug#507.)
4526
45272008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4528
4529 * configure.in:
4530 * configure: Remove references to obsolete systems.
4531
45322008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * Makefile.in (Makefile): Use it for its timestamp value as well, and
4535 make it depend on all other */.in files.
4536 (src/Makefile, src/config.stamp, lib-src/Makefile)
4537 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
4538 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
4539 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
4540 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
4541
4542 * configure.in: Don't create src/config.stamp any more.
4543
45442008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4545
4546 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
4547
45482008-06-22 Glenn Morris <rgm@gnu.org>
4549
4550 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
4551
45522008-06-21 Romain Francoise <romain@orebokech.com>
4553
4554 * Makefile.in (INFO_FILES): Add sasl.
4555
45562008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4557
4558 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
4559 (bootstrap-build): Remove.
4560 (top_bootclean): New var.
4561 (top_distclean, bootstrap-clean): Use it.
4562 (bootstrap): Don't recheck config. Make normally.
4563
45642008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4565
4566 * Makefile.in (SUBDIR): Include `lisp'.
4567 (lisp): Depend on `src'.
4568 (top_distclean): Don't remove config.status.
4569 (bootstrap-clean): New target.
4570 (maintainer-clean): Use it.
4571 (bootstrap): Use bootstrap-clean. Re-run config.status.
4572 (src/bootstrap-emacs${EXEEXT}): New target.
4573 (bootstrap-build): Use it. Don't use bootstrap-prepare because
4574 src/Makefile now takes care of it.
4575 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
4576
45772008-06-15 Glenn Morris <rgm@gnu.org>
4578
4579 * info/dir: Add sasl.
4580
45812008-06-09 Alan Mackenzie <acm@muc.de>
4582
4583 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
4584
45852008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
4586
4587 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
4588
45892008-06-07 Glenn Morris <rgm@gnu.org>
4590
4591 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
4592 serve no purpose.
4593
45942008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4595
4596 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
4597 * configure: Regenerate.
4598
45992008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * update-subdirs: Don't touch subdirs.el if it is unchanged.
4602
46032008-05-14 Kenichi Handa <handa@m17n.org>
4604
4605 * configure: Regenerate.
4606
4607 * configure.in: Don't handle --disable-font-backend. Don't print
4608 a message about a font backend.
4609
46102008-05-09 Glenn Morris <rgm@gnu.org>
4611
4612 * configure.in: Make absence of makeinfo a fatal error only if the info
4613 files don't exist.
4614 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
4615
46162008-05-07 Eli Zaretskii <eliz@gnu.org>
4617
4618 * config.bat: Fix last change: don't use < and > in "rem" lines,
4619 they are interpreted as redirection by DOS shells.
4620
46212008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4622
4623 * configure.in: Check availability of AvailabilityMacros.h
4624 if HAVE_CARBON.
4625
4626 * configure: Regenerate.
4627
46282008-05-03 Glenn Morris <rgm@gnu.org>
4629
4630 * configure.in (x_libraries): Remove standard 64-bit directories -
4631 experimental workaround for minor autoconf bug.
4632
4633 * configure.in (--without-makeinfo): New option. If set,
4634 absence of suitable makeinfo is not a fatal error.
4635 * Makefile.in (MAKEINFO): New, set by configure.
4636 (install-arch-indep): Without makeinfo, ignore any missing manuals.
4637 (info-real): New target.
4638 (info): Without makeinfo, do nothing, else call `info-real'.
4639
46402008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4641
4642 * configure.in: Remove hpux10.20 from the desupported list.
4643
46442008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4645
4646 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
4647
46482008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4649
4650 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
4651 rather than change CPPFLAGS.
4652 (HAVE_GTK): Rename to USE_GTK.
4653
46542008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
4655
4656 * configure.in: Replace the obsolete macros AC_AIX and
4657 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
4658
46592008-04-05 Andreas Schwab <schwab@suse.de>
4660
4661 * configure.in: No longer create admin/unidata/Makefile.
4662
46632008-03-28 Andreas Schwab <schwab@suse.de>
4664
4665 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
4666 (lisp/Makefile): New rule.
4667
46682008-03-13 Glenn Morris <rgm@gnu.org>
4669
4670 * configure.in (AC_INIT): Fix version number.
4671 (sync-input): Reword the option, since it's on by default.
4672
46732008-03-11 Jan Djärv <jan.h.d@swipnet.se>
4674
4675 * configure.in: Add --enable-sync-input, default yes.
4676
46772008-03-11 Glenn Morris <rgm@gnu.org>
4678
4679 * Makefile.in (install-etc, mkdir): Handle directory
4680 etc/images/icons/hicolor/*/mimetypes/.
4681
4682 * make-dist: Handle icons/hicolor/scalable directory.
4683
46842008-03-05 Glenn Morris <rgm@gnu.org>
4685
4686 * configure.in: Enable font-backend by default.
4687 (USE_FONT_BACKEND): Set to "no" in absence of X.
4688 (PKG_CONFIG): Don't set multiple times, once is enough.
4689 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
4690
46912008-03-03 Glenn Morris <rgm@gnu.org>
4692
4693 * Makefile.in (iconsrcdir): New variable.
4694 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
4695 directory.
4696
46972008-02-29 Glenn Morris <rgm@gnu.org>
4698
4699 * test/: New directory.
4700
47012008-02-27 Jan Djärv <jan.h.d@swipnet.se>
4702
4703 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
4704
47052008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4706
4707 * configure.in: Print an error for systems that we think are obsolete
4708 and are proposed to be removed. Remove some more unused systems.
4709 Add support for powerpc-ibm-aix6*.
4710
47112008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4712
4713 * configure.in: Remove references to obsolete variables and systems.
4714
47152008-02-21 Glenn Morris <rgm@gnu.org>
4716
4717 * Makefile.in (set_installuser): New.
4718 (install-arch-indep): Use set_installuser to avoid duplicate code.
4719
4720 * README.unicode: Split into admin/notes/unicode,font-backend and
4721 remove.
4722
47232008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
4724
4725 * configure.in (arm*-*-freebsd*): Add.
4726
47272008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
4728
4729 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
4730 dealing with obsolete variables.
4731
47322008-02-08 Glenn Morris <rgm@gnu.org>
4733
4734 * Makefile.in (check-info-dir): New target.
4735
47362008-02-08 Michael Olson <mwolson@gnu.org>
4737
4738 * Makefile.in (INFO_FILES): Add epa.
4739
4740 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
4741 features" section.
4742
47432008-02-06 Glenn Morris <rgm@gnu.org>
4744
4745 * configure.in (--with-gcc): Give an error saying this option has
4746 been removed.
4747 (--with-gtk): Remove this option.
4748
47492008-02-06 Tom Tromey <tromey@redhat.com>
4750
4751 * configure.in (--with-gcc): Remove.
4752 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
4753
47542008-02-05 Ulrich Mueller <ulm@gentoo.org>
4755
4756 * INSTALL: Recommend giflib, not libungif.
4757
47582008-02-05 Tom Tromey <tromey@redhat.com>
4759
4760 * configure.in (--with-dbus): Default to enabled.
4761
47622008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
4763
4764 * INSTALL (Complex Text Layout support libraries): New section.
4765
47662008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
4767
4768 * make-dist: Remove references to files in mac/ that have been
4769 deleted.
4770
47712008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4772
4773 * configure.in: For libotf and m17n-flt checks, set shell vars
4774 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
4775 pkg_check_m17n_flt, respectively, for the sake of the summary output.
4776 Reported by Ulrich Mueller.
4777
47782008-02-02 Eli Zaretskii <eliz@gnu.org>
4779
4780 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
4781 admin/unidata/Makefile.in to Makefile.
4782
47832008-02-02 Glenn Morris <rgm@gnu.org>
4784
4785 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
4786 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
4787 (HAVE_XFT): Add "Does Emacs use..." messages at end.
4788
47892008-02-01 Miles Bader <miles@gnu.org>
4790
4791 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
4792 [libotf], and [m17n-flt] options.
4793
47942008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4795
4796 * configure.in: Add EMACS_ARG_N([libotf]...), and
4797 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
4798 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
4799 CFLAGS, and LIBS in checking of m17n-flt.
4800
48012008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4802
4803 * configure.in: Check the availability of m17n-flt library.
4804
48052008-02-01 Kenichi Handa <handa@m17n.org>
4806
4807 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
4808 not available.
4809
48102008-02-01 Kenichi Handa <handa@m17n.org>
4811
4812 * configure.in: New args --enable-font-backend, --with-xft,
4813 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
4814 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
4815 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
4816 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
4817
48182008-02-01 Kenichi Handa <handa@m17n.org>
4819
4820 * make-dist: Include etc/charsets in tarball.
4821
48222008-02-01 Kenichi Handa <handa@m17n.org>
4823
4824 * configure.in: While running cpp on junk.c, include
4825 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
4826 exists.
4827
48282008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4829
4830 * configure.in (xtensa): Match more configurations.
4831
48322008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
4833
4834 * configure.in: Update comment.
4835
48362008-01-26 Glenn Morris <rgm@gnu.org>
4837
4838 * configure.in (--without-gcc): By default, neither off nor on.
4839 (--with-carbon): Tone down rhetoric in help text.
4840
48412008-01-25 Glenn Morris <rgm@gnu.org>
4842
4843 * configure.in: Correct usage of OPTION_DEFAULT_ON,
4844 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
4845 Default `Carbon' to off (it's unsupported).
4846
48472008-01-24 Glenn Morris <rgm@gnu.org>
4848
4849 * configure.in: Standardize dbus-related messages.
4850
48512008-01-23 Michael Olson <mwolson@gnu.org>
4852
4853 * configure.in (pkg-config-prog): Remove initial whitespace.
4854
48552008-01-23 Tom Tromey <tromey@redhat.com>
4856
4857 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
4858 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
4859 Update all users.
4860
48612008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
4862
4863 * config.guess, config.sub: Updated from master source.
4864
48652008-01-17 Andreas Schwab <schwab@suse.de>
4866
4867 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
4868
48692008-01-17 Glenn Morris <rgm@gnu.org>
4870
4871 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
4872
48732008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
4874
4875 * configure.in: Remove more references to unsupported systems.
4876
48772008-01-16 Sven Joachim <svenjoac@gmx.de>
4878
4879 * make-dist: Add --lzma.
4880
48812008-01-16 Glenn Morris <rgm@gnu.org>
4882
4883 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
4884 configure checks for this.
4885
48862008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
4887
4888 * configure.in: Remove more references to unsupported systems.
4889
48902008-01-06 Romain Francoise <romain@orebokech.com>
4891
4892 * configure.in: Delete extra semicolons.
4893
48942008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4895
4896 * configure.in: Remove references to unsupported systems.
4897
48982008-01-05 Romain Francoise <romain@orebokech.com>
4899
4900 * make-dist: Add --bzip2. Update copyright.
4901
49022008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4903
4904 * configure.in: Remove support for Masscomp.
4905
49062008-01-05 Glenn Morris <rgm@gnu.org>
4907
4908 * Makefile.in (desktopdir, icondir): New variables.
4909 (install-arch-indep): Also depend on `install-etc'.
4910 (install-etc): New target.
4911 (mkdir): Also create the `applications' and `icons' directories.
4912
49132008-01-04 Glenn Morris <rgm@gnu.org>
4914
4915 * make-dist: Update for new etc/images/icons/hicolor directory.
4916
49172007-12-09 Andreas Schwab <schwab@suse.de>
4918
4919 * configure.in: D-Bus is not enabled by default.
4920
49212007-12-06 Jan Djärv <jan.h.d@swipnet.se>
4922
4923 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
4924 change.
4925
49262007-12-04 Jan Djärv <jan.h.d@swipnet.se>
4927
4928 * configure.in: Give package name and version to AC_INIT.
4929
49302007-12-03 Magnus Henoch <mange@freemail.hu>
4931
4932 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
4933
49342007-12-03 Michael Albinus <michael.albinus@gmx.de>
4935
4936 * configure.in: No need for DBUS_INFO anymore.
4937
4938 * Makefile.in (INFO_FILES): Use dbus unconditionally.
4939
49402007-12-02 Michael Albinus <michael.albinus@gmx.de>
4941
4942 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
4943
4944 * Makefile.in (INFO_FILES): Add dbus.
4945
49462007-12-02 Romain Francoise <romain@orebokech.com>
4947
4948 * make-dist: Fix last change.
4949
49502007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
4951
4952 * configure.in: Add support for gnu-kfreebsd.
4953
49542007-11-28 Glenn Morris <rgm@gnu.org>
4955
4956 * make-dist: Add etc/nxml.
4957
49582007-11-24 Romain Francoise <romain@orebokech.com>
4959
4960 * Makefile.in (INFO_FILES): Add nxml-mode.
4961
49622007-11-23 Romain Francoise <romain@orebokech.com>
4963
4964 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
4965 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
4966
49672007-11-20 Andreas Schwab <schwab@suse.de>
4968
4969 * configure.in: Always include <resolv.h> when checking for res_init.
4970
49712007-11-17 Andreas Schwab <schwab@suse.de>
4972
4973 * update-subdirs: Atomically update subdirs.el.
4974
49752007-11-17 Glenn Morris <rgm@gnu.org>
4976
4977 * Makefile.in (check-declare): New target.
4978
49792007-11-07 Glenn Morris <rgm@gnu.org>
4980
4981 * configure.in: Deprecate Mac Carbon port.
4982
49832007-11-01 Jan Djärv <jan.h.d@swipnet.se>
4984
4985 * configure.in: Remove HAVE_X11R5 check.
4986
49872007-10-31 Glenn Morris <rgm@gnu.org>
4988
4989 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
4990 when changing ownership of installed files.
4991
49922007-10-30 Glenn Morris <rgm@gnu.org>
4993
4994 * make-dist: Add new directory etc/gnus.
4995
49962007-10-30 Michael Olson <mwolson@gnu.org>
4997
4998 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
4999
50002007-10-29 Glenn Morris <rgm@gnu.org>
5001
5002 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
5003
50042007-10-23 Glenn Morris <rgm@gnu.org>
5005
5006 * MAINTAINERS: Move to admin/.
5007
50082007-10-17 Chong Yidong <cyd@stupidchicken.com>
5009
5010 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
5011 (HAVE_LIBRESOLV): Also define if we are using res_init().
5012
50132007-10-17 Glenn Morris <rgm@gnu.org>
5014
5015 * FTP: Remove file, since it's just a duplicate of one in etc/.
5016
50172007-10-05 Eli Zaretskii <eliz@gnu.org>
5018
5019 * config.bat: Fix configuring `doc' due to changes in the
5020 directory structure.
5021
50222007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
5023
5024 * configure.in: Don't use -lpthread on HP-UX.
5025
50262007-09-16 Glenn Morris <rgm@gnu.org>
5027
5028 * make-dist: File gfdl.1 has been removed.
5029
50302007-09-15 Glenn Morris <rgm@gnu.org>
5031
5032 * configure.in: Fix makeinfo version regexp.
5033
50342007-09-12 Glenn Morris <rgm@gnu.org>
5035
5036 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
5037 implementation of alloca is not found.
5038
5039 * Makefile.in (SOURCES, unlock, relock): Delete.
5040 (install-arch-indep): Do not exclude the etc/ Makefiles.
5041
50422007-09-09 Juri Linkov <juri@jurta.org>
5043
5044 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
5045
5046 * README: Add doc/ to documentation directories.
5047
50482007-09-08 Michael Olson <mwolson@gnu.org>
5049
5050 * MAINTAINERS: Add myself for ERC and tq.el.
5051 Update for new doc/ directory layout.
5052
50532007-09-06 Romain Francoise <romain@orebokech.com>
5054
5055 * make-dist: Update for new doc/ directory layout.
5056
50572007-09-06 Glenn Morris <rgm@gnu.org>
5058
5059 * Makefile.in (mansrcdir): New variable.
5060 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
5061 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
5062 update these targets for new doc/ directory layout.
5063 (doc/misc/Makefile): New target.
5064 (install-arch-indep): Use mansrcdir for new location of manpages.
5065 (mostlyclean, clean, distclean, maintainer-clean, unlock)
5066 (relock, info, dvi): Update targets for new doc/ directory layout.
5067
5068 * configure.in (AC_OUTPUT): Update names of generated Makefiles
5069 for new doc/ directory layout.
5070
50712007-09-02 Andreas Schwab <schwab@suse.de>
5072
5073 * configure.in: Use AS_HELP_STRING throughout.
5074 * configure: Regenerate.
5075
50762007-09-02 Jan Djärv <jan.h.d@swipnet.se>
5077
5078 * configure.in: Require Gtk/Glib 2.6.
5079
50802007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5081
5082 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
5083 Use them throughout in place of AC_ARG_WITH calls.
5084 * configure: Regenerate.
5085
50862007-09-01 Andreas Schwab <schwab@suse.de>
5087
5088 * configure.in: Put quotes around nested macro calls.
5089
50902007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
5091
5092 * configure.in: Fix typo.
5093 * configure: Regenerate.
5094
50952007-08-30 Glenn Morris <rgm@gnu.org>
5096
5097 * configure.in (AH_BOTTOM): Copy some manual changes made to
5098 src/config.in here so they are not lost when it regenerates.
5099
5100 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
5101
51022007-08-29 Károly Lőrentey <karoly@lorentey.hu>
5103
5104 * README.multi-tty: New file.
5105
51062007-08-29 Glenn Morris <rgm@gnu.org>
5107
5108 * README: Increase version to 23.0.50.
5109
51102007-08-29 Jan Djärv <jan.h.d@swipnet.se>
5111
5112 * configure.in: New option: --without-xaw3d.
5113
51142007-08-24 Glenn Morris <rgm@gnu.org>
5115
5116 * configure.in: Check for a suitably recent makeinfo.
5117
51182007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
5119
5120 * configure.in (Check for required libraries): Typo.
5121
51222007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5123
5124 * configure.in: Check librsvg2 also for Mac Carbon.
5125
51262007-08-22 Romain Francoise <romain@orebokech.com>
5127
5128 * make-dist: Follow reorganization of files in etc/.
5129
51302007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
5131
5132 * configure.in: Add support for SVG images through librsvg2.
5133
51342007-07-28 Eli Zaretskii <eliz@gnu.org>
5135
5136 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
5137 to avoid an error message if there is no DOC there.
5138
51392007-07-25 Glenn Morris <rgm@gnu.org>
5140
5141 * Relicense all FSF files to GPLv3 or later.
5142
5143 * COPYING, info/COPYING: Switch to GPLv3.
5144
51452007-06-20 Jan Djärv <jan.h.d@swipnet.se>
5146
5147 * configure.in: Complain if X seems to be installed but no
5148 development files were found.
5149
51502007-06-20 Glenn Morris <rgm@gnu.org>
5151
5152 * configure.in: Prefer libgif over libungif.
5153
51542007-06-14 Jan Djärv <jan.h.d@swipnet.se>
5155
5156 * configure.in: Check for all image libraries before exiting.
5157
51582007-06-13 Jan Djärv <jan.h.d@swipnet.se>
5159
5160 * configure.in: Exit with error if image libraries aren't found.
5161
51622007-06-13 Chong Yidong <cyd@stupidchicken.com>
5163
5164 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
5165 when compiling without scrollbars.
5166
51672007-06-12 Glenn Morris <rgm@gnu.org>
5168
5169 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
5170
51712007-06-11 Jan Djärv <jan.h.d@swipnet.se>
5172
5173 * configure.in: Change wording about yes/gtk and lucid/athena
5174 being synonyms.
5175
51762007-06-08 Glenn Morris <rgm@gnu.org>
5177
5178 * configure.in: Make gtk the default toolkit.
5179
51802007-06-07 Glenn Morris <rgm@gnu.org>
5181
5182 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
5183 for a Sun C compiler.
5184
5185 * Makefile.in (install-arch-indep): Install only the DOC- file
5186 specific to the build, if possible, rather than DOC-*.
5187
51882007-06-02 Chong Yidong <cyd@stupidchicken.com>
5189
5190 * Version 22.1 released.
5191
51922007-05-25 Chong Yidong <cyd@stupidchicken.com>
5193
5194 * mkinstalldirs: Sync to version in automake CVS.
5195
51962007-05-22 Andreas Schwab <schwab@suse.de>
5197
5198 * configure.in: Prefer build_alias over host when host_alias is not set.
5199 * configure: Regenerate.
5200
52012007-05-20 Andreas Schwab <schwab@suse.de>
5202
5203 * configure.in: Remove empty AC_SUBST.
5204 * configure: Regenerate.
5205
52062007-05-20 Nick Roberts <nickrob@snap.net.nz>
5207
5208 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
5209 it like others.
5210 * configure: Regenerate.
5211
52122007-05-20 Nick Roberts <nickrob@snap.net.nz>
5213
5214 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
5215 (AC_CHECK_LIB): Add -lgpm.
5216 * configure: Regenerate.
5217
52182007-05-03 Glenn Morris <rgm@gnu.org>
5219
5220 * configure: Tweak message about the absence of shell functions.
5221
52222007-04-27 Andreas Schwab <schwab@suse.de>
5223
5224 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
5225
52262007-04-26 Glenn Morris <rgm@gnu.org>
5227
5228 * README: Increase version to 22.1.50.
5229
52302007-04-24 Juanma Barranquero <lekktu@gmail.com>
5231
5232 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
5233
52342007-04-19 Glenn Morris <rgm@gnu.org>
5235
5236 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
5237
52382007-04-18 Glenn Morris <rgm@gnu.org>
5239
5240 * INSTALL: Mention CPP.
5241
52422007-04-15 Glenn Morris <rgm@gnu.org>
5243
5244 * FTP: Replace with a pointer to the web version.
5245
52462007-04-13 Glenn Morris <rgm@gnu.org>
5247
5248 * INSTALL: In lib-src, timer, wakeup, yow are removed.
5249
52502007-04-04 Glenn Morris <rgm@gnu.org>
5251
5252 * configure.in (NON_GNU_CPP): Use associated preprocessor when
5253 compiling with Sun Studio on Solaris.
5254
52552007-03-23 Glenn Morris <rgm@gnu.org>
5256
5257 * configure.in: Restore support for hp800 (removed 2007-01-27)
5258 following clarification of legal status.
5259
52602007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
5261
5262 * configure.in: Add support for AIX4.3 on IBM RS6000.
5263
5264 * configure: Regenerate.
5265
52662007-03-20 Richard Stallman <rms@gnu.org>
5267
5268 * configure.in: Fix previous change.
5269
52702007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
5271
5272 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
90eacf99
SM
5273 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
5274 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
067d23c9
KY
5275
52762007-03-19 Chong Yidong <cyd@stupidchicken.com>
5277
5278 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
5279 user specifies "without".
5280
5281 * configure: Regenerate.
5282
52832007-03-18 Jan Djärv <jan.h.d@swipnet.se>
5284
5285 * configure.in: Warning for Gtk+ and Cygwin added.
5286 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
5287
52882007-02-27 Glenn Morris <rgm@gnu.org>
5289
5290 * make-dist (oldXMenu): Remove Imakefile.
5291 (etc/images): Add README.
5292
52932007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
5294
5295 * configure.in (xtensa-*-linux-gnu*): New configuration.
5296
5297 * configure: Regenerate.
5298
52992007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
5300
5301 * config.guess, config.sub: Updated from master source.
5302
53032007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5304
5305 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
5306
53072007-01-29 Chong Yidong <cyd@stupidchicken.com>
5308
5309 * configure.in: Restore support for hp800's not running HP-UX.
5310
5311 * configure: Regenerate.
5312
53132007-01-27 Chong Yidong <cyd@stupidchicken.com>
5314
5315 * configure.in: Remove support for hp800 and sr2k machine types.
5316
5317 * configure: Regenerate.
5318
53192007-01-26 Jan Djärv <jan.h.d@swipnet.se>
5320
5321 * configure.in: Add check for libXft.
5322
53232007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5324
5325 * INSTALL: Info files moved to share/info.
5326
53272007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
5328
5329 * configure.in: Detect and use fink-installed in intel-based Mac
5330 builds; change Apple Darwin section to support both PowerPC and
5331 Intel-based Macs.
5332
53332006-12-26 Andreas Schwab <schwab@suse.de>
5334
5335 * Makefile.in (datarootdir): Define.
5336
53372006-12-24 Richard Stallman <rms@gnu.org>
5338
5339 * configure.in: Require Autoconf 2.61.
5340
53412006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
5342
5343 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
5344 Remove redundant entry for powerpc-apple-netbsd.
5345
5346 * configure: Regenerate.
5347
53482006-12-22 Chong Yidong <cyd@stupidchicken.com>
5349
5350 * configure: Regenerate with autoconf 2.61.
5351
53522006-12-20 Jan Djärv <jan.h.d@swipnet.se>
5353
5354 * configure.in: Detect alsa/asoundlib.h also.
5355 * configure: Regenerate.
5356
53572006-12-19 Jan Djärv <jan.h.d@swipnet.se>
5358
5359 * configure.in: Check if GTK+ compiles at all.
5360
53612006-12-10 Andreas Schwab <schwab@suse.de>
5362
5363 * configure.in: Remove check for struct timezone, its result is
5364 never used.
5365
53662006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
5367
5368 * configure.in: Add support for Solaris 10 on x86-64.
5369
53702006-12-08 Jan Djärv <jan.h.d@swipnet.se>
5371
5372 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
5373 of PKG_CONFIG_PATH.
5374
53752006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5376
5377 * configure.in (HAVE_SYNC): New test.
5378
53792006-12-03 Glenn Morris <rgm@gnu.org>
5380
5381 * Makefile.in: Fix Copyright format.
5382
5383 * configure.in (AH_TOP): Add missing Copyright year.
5384
5385 * update-subdirs: Add missing Copyright years.
5386
53872006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
5388
5389 * Makefile.in: Touch only the parts of the share/emacs directory
5390 specific to this version.
5391
53922006-11-26 Chong Yidong <cyd@stupidchicken.com>
5393
5394 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
5395
53962006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5397
5398 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
5399
54002006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5401
5402 * configure.in: Prefer X11 to Carbon only when some X-specific
5403 option is specified (Thanks to Jan Djärv and Andreas Schwab).
5404
54052006-11-04 Romain Francoise <romain@orebokech.com>
5406
5407 * Makefile.in (bootstrap-clean-before): Fix typo.
5408 Use new target `bootstrap-clean' in the leim subdirectory.
5409
54102006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5411
5412 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
5413
54142006-10-30 Chong Yidong <cyd@stupidchicken.com>
5415
5416 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
5417 directories.
5418
54192006-10-29 Jeramey Crawford <jeramey@jeramey.com>
5420
5421 * configure.in: Enable x86-64 OpenBSD compilation.
5422
54232006-10-28 Glenn Morris <rgm@gnu.org>
5424
5425 * AUTHORS: Add cal-html.el author.
5426
54272006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5428
5429 * make-dist: Make links to mac/make-package and
5430 mac/Emacs.app/Contents/Resources/Emacs.icns.
5431
54322006-10-27 Chong Yidong <cyd@stupidchicken.com>
5433
5434 * README: Bump version number to 22.0.90.
5435
54362006-10-23 Andreas Schwab <schwab@suse.de>
5437
5438 * configure.in: Make sure x_default_search_path is always set even
5439 when x_libraries is empty, and look in .../share as well for each
5440 library directory.
5441
54422006-09-28 Kenichi Handa <handa@m17n.org>
5443
5444 * configure.in (locallisppath): Don't include leim dir.
5445 (lisppath): Include leim dir.
5446
54472006-09-15 Jay Belanger <belanger@truman.edu>
5448
5449 * COPYING: Replace "Library Public License" by "Lesser Public
5450 License" throughout.
5451
54522006-09-11 Paul Eggert <eggert@cs.ucla.edu>
5453
5454 * make-dist (EMACS): Exit and fail if the EMACS environment
5455 variable is set to something other than an absolute file name.
5456
54572006-08-16 Andreas Schwab <schwab@suse.de>
5458
5459 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
5460 of hardcoding it.
5461
54622006-08-16 Richard Stallman <rms@gnu.org>
5463
5464 * INSTALL.CVS: Clean up wording.
5465
54662006-07-14 Eli Zaretskii <eliz@gnu.org>
5467
5468 * configure.in (PKG_CHECK_MODULES): Redirect the output of
5469 $PKG_CONFIG --exists "$2" to config.log.
5470 * configure: Regenerate.
5471
1a71cb28 54722006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
5473
5474 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
5475
54762006-07-09 Kim F. Storm <storm@cua.dk>
5477
5478 * CONTRIBUTE: Use outline format.
5479 Add section on copyright years (from admin/notes/years).
5480
54812006-07-08 Eli Zaretskii <eliz@gnu.org>
5482
5483 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
5484 to /dev/null, since we don't need the error message, just the
5485 exit status.
5486
54872006-07-07 Eli Zaretskii <eliz@gnu.org>
5488
5489 * CONTRIBUTE: Slight formatting changes and typo fixes.
5490 Add description of NEWS markings.
5491
54922006-07-07 Kim F. Storm <storm@cua.dk>
5493
5494 * CONTRIBUTE: Mention INSTALL.CVS.
5495
54962006-07-05 Romain Francoise <romain@orebokech.com>
5497
5498 * make-dist (top-level): Add CONTRIBUTE.
5499
55002006-07-04 Richard Stallman <rms@gnu.org>
5501
5502 * CONTRIBUTE: Much rewrite.
5503
55042006-07-04 Nick Roberts <nickrob@snap.net.nz>
5505
5506 * CONTRIBUTE: New file.
5507
55082006-06-24 Eli Zaretskii <eliz@gnu.org>
5509
5510 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
5511
55122006-05-18 Jan Djärv <jan.h.d@swipnet.se>
5513
5514 * configure.in: Add check for ALSA.
5515
55162006-05-06 Eli Zaretskii <eliz@gnu.org>
5517
5518 * Makefile.in (INFO_FILES): Remove emacs-xtra.
5519
5520 * info/dir: Remove the Emacs-Xtra entry.
5521
55222006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
5523
5524 Update copyright year(s) in many files.
5525
55262006-04-01 Eli Zaretskii <eliz@gnu.org>
5527
5528 * configure: Regenerated.
5529
55302006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5531
5532 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
5533 --without-toolkit-scroll-bars was specified.
5534
55352006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
5536
5537 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
5538 to CFLAGS. Update Copyright years written to src/config.in.
5539
55402006-03-18 Claudio Fontana <claudio@gnu.org>
5541
5542 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
5543 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
5544 to be installed/uninstalled.
5545 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
5546 to Info files installed by Emacs.
5547
55482006-03-03 Claudio Fontana <claudio@gnu.org>
5549
5550 * Makefile.in (install, uninstall): Add DESTDIR variable to
5551 support staged installations.
5552
55532006-02-14 Richard M. Stallman <rms@gnu.org>
5554
5555 * configure.in (s390x-*-linux-gnu*): New configuration.
5556
55572006-01-31 Jan Djärv <jan.h.d@swipnet.se>
5558
5559 * configure.in: Require GTK 2.4 or newer.
5560
55612006-01-29 Michael Olson <mwolson@gnu.org>
5562
5563 * Makefile.in (install-arch-indep, uninstall): Add ERC.
5564 * info/dir (ERC): New entry.
5565
55662006-01-29 Eli Zaretskii <eliz@gnu.org>
5567
5568 * info/dir: Fix last change.
5569
55702006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5571
5572 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
5573
55742006-01-27 Eli Zaretskii <eliz@gnu.org>
5575
5576 * info/dir: Untabify the whole file.
5577 (Rcirc): New entry.
5578
55792006-01-12 Andreas Schwab <schwab@suse.de>
5580
5581 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
5582 check.
5583
55842006-01-02 Chong Yidong <cyd@stupidchicken.com>
5585
5586 * configure.in: Use -Wno-pointer-sign if available.
5587
55882005-12-29 Andreas Schwab <schwab@suse.de>
5589
5590 * config.guess, config.sub: Updated from master source.
5591
55922005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5593
5594 * configure.in: Use amdx86-64 for freebsd on x86_64.
5595
55962005-11-22 Romain Francoise <romain@orebokech.com>
5597
5598 * make-dist: Add etc/images/icons.
5599
56002005-11-03 Andreas Schwab <schwab@suse.de>
5601
5602 * configure.in: Use GZIP_PROG instead of GZIP.
5603
90eacf99 5604 * Makefile.in (GZIP_PROG): Rename from GZIP.
067d23c9
KY
5605 (install-arch-indep): Adjust.
5606
56072005-11-01 Andreas Schwab <schwab@suse.de>
5608
5609 * Makefile.in (bootstrap): Fix dependencies for parallel build.
5610 (bootfast): Likewise.
5611
56122005-11-01 Romain Francoise <romain@orebokech.com>
5613
5614 * configure.in: Check for gzip.
5615
5616 * Makefile.in (install): Compress source files.
5617
56182005-10-24 Steven Tamm <steventamm@mac.com>
5619
5620 * configure.in: Fix darwin386 configuration issue.
5621
56222005-10-22 Eli Zaretskii <eliz@gnu.org>
5623
5624 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
5625
56262005-10-17 Bill Wohler <wohler@newt.com>
5627
5628 * make-dist: Create and populate etc/images/low-color.
5629
56302005-10-15 Bill Wohler <wohler@newt.com>
5631
5632 * make-dist: Create and populate etc/images/gud.
5633
56342005-10-08 Richard M. Stallman <rms@gnu.org>
5635
5636 * make-dist (tempparent): Don't check for 14-char file name limit.
5637
56382005-10-07 Romain Francoise <romain@orebokech.com>
5639
5640 * make-dist: Add etc/images/ezimage and etc/images/mail
5641 directories. Install images in etc/images.
5642
56432005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5644
5645 * configure.in: Prefer Carbon if --enable-carbon-app or
5646 --with-carbon is explicitly specified even when X11 is detected.
5647
56482005-09-15 Ulf Jasper <ulf.jasper@web.de>
5649
5650 * Makefile.in (install-arch-indep, uninstall):
5651 Handle newsticker manual.
5652 (info): Add - to commands.
5653
56542005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
5655
5656 Remove the MAXPATHLEN limitations:
5657
5658 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
5659
56602005-09-09 Eli Zaretskii <eliz@gnu.org>
5661
5662 * configure.in <lynxsos*>: Support for LynxOS on PPC.
5663 * configure: Regenerate.
5664
56652005-09-05 Paul Eggert <eggert@cs.ucla.edu>
5666
5667 * config.guess, config.sub: Updated from master source.
5668
56692005-08-03 Juanma Barranquero <lekktu@gmail.com>
5670
5671 * .cvsignore: Add `lock'.
5672
56732005-07-28 Juanma Barranquero <lekktu@gmail.com>
5674
5675 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
5676
56772005-07-26 Paul Eggert <eggert@cs.ucla.edu>
5678
5679 Merge gnulib getopt implementation into Emacs.
5680
5681 * Makefile.in (AUTOCONF_INPUTS): New macro.
5682 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
5683 so that these files also depend on m4/getopt.m4.
5684 * configure.in: Configure getopt by including m4/getopt.m4,
5685 and configuring a getopt replacement if necessary.
5686 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
5687 * m4/getopt.m4: New file.
5688
56892005-07-06 Lute Kamstra <lute@gnu.org>
5690
5691 * configure.in: Fix capitalization.
5692
56932005-07-04 Lute Kamstra <lute@gnu.org>
5694
5695 Update FSF's address in GPL notices.
5696
56972005-06-19 Jérôme Marant <jerome@marant.org>
5698
5699 * Makefile.in (epaths-force): Protect both lisppath and
5700 buildlisppath from whitespace.
5701
57022005-06-08 Steven Tamm <steventamm@mac.com>
5703
090bd7cb 5704 * configure.in: Support Darwin/MacOSX on Intel.
067d23c9
KY
5705
57062005-06-06 Jan Djärv <jan.h.d@swipnet.se>
5707
5708 * configure.in (HAVE_CANCELMENUTRACKING): New test.
5709
1a71cb28 57102005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
5711
5712 * configure.in: Add --enable-locallisppath.
5713
57142005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5715
5716 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
90eacf99
SM
5717 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
5718 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
067d23c9
KY
5719
57202005-05-07 Jérôme Marant <jerome@marant.org>
5721
5722 * make-dist: Remove references to makefile.nt and makefile.def.
5723 Include widgets and images subdirectories of etc. Do not exclude
5724 ldefs-boot.el.
5725
57262005-04-23 Andreas Schwab <schwab@suse.de>
5727
5728 * configure.in: Remove duplicate match for powerpc configuration.
5729
57302005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
5731
5732 * configure.in: Check for <pwd.h>.
5733
57342005-04-14 Lute Kamstra <lute@gnu.org>
5735
5736 * make-dist: Distribute all ChangeLog files in lisp/.
5737 Don't distribute ldefs-boot.el.
5738 lisp/makefile.nt no longer exists.
5739
57402005-04-13 Lute Kamstra <lute@gnu.org>
5741
5742 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
5743 for "no-byte-compile: t" in the file instead.
5744
57452005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5746
5747 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
5748 shadow the main Lesstif/Motif-2.1 libs and includes.
5749
57502005-03-10 Jan Djärv <jan.h.d@swipnet.se>
5751
5752 * configure.in: Only add XASSERTS to cppflags.
5753
57542005-03-04 Jan Djärv <jan.h.d@swipnet.se>
5755
5756 * configure.in: Added --enable-asserts.
5757
57582005-02-09 Kim F. Storm <storm@cua.dk>
5759
5760 Change release version from 21.4 to 22.1 throughout.
5761 Change development version from 21.3.50 to 22.0.50.
5762
57632005-01-19 Steven Tamm <steventamm@mac.com>
5764
5765 * configure.in: Check for <sys/utsname.h>.
5766
57672004-12-11 Kim F. Storm <storm@cua.dk>
5768
5769 * Makefile.in (info): Undo 2004-12-05 change.
5770
57712004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5772
5773 * info/dir (File): Add URL and Org Mode manuals.
5774 * Makefile.in (install-arch-indep, uninstall): Add url and org
5775 manuals.
5776
57772004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
5780 committed to src/config.in.
5781
57822004-12-07 Jan Djärv <jan.h.d@swipnet.se>
5783
5784 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
5785 pthreads and define HAVE_GTK_AND_PTHREAD.
5786
57872004-12-05 Richard M. Stallman <rms@gnu.org>
5788
5789 * Makefile.in (info): Ignore errors building info files.
5790
57912004-11-27 Eli Zaretskii <eliz@gnu.org>
5792
5793 * config.bat: If 8-byte alignment is not supported, define
5794 NO_DECL_ALIGN in src/config.h, instead of trivially defining
5795 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
5796 filter through Sed to remove the quotes.
5797
57982004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5799
5800 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
5801 not apply to files explicitly `cvs add'ed.
5802
58032004-11-12 Eli Zaretskii <eliz@gnu.org>
5804
5805 * config.bat: Don't require djecho.exe for the v1.x build.
5806 Add a test for DECL_ALIGN support, and add a trivial definition to
5807 src/config.h if 8-byte alignment is not supported.
5808
58092004-11-08 Kim F. Storm <storm@cua.dk>
5810
5811 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
5812 files before building.
5813 (bootfast, bootstrap-clean-before-fast): New targets, like
5814 bootstrap but don't remove .elc files.
5815
58162004-11-06 Lars Brinkhoff <lars@nocrew.org>
5817
5818 * configure.in: Add check for getrusage.
5819
58202004-11-02 Jan Djärv <jan.h.d@swipnet.se>
5821
5822 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
5823 New tests for new and old GTK file dialogs.
5824 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
5825 to no.
5826
58272004-10-20 Jan Djärv <jan.h.d@swipnet.se>
5828
5829 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
5830 can be set. Remove SETARCH test.
5831
58322004-10-08 Steven Tamm <steventamm@mac.com>
5833
ed9265fc 5834 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
067d23c9
KY
5835
58362004-10-06 Jan Djärv <jan.h.d@swipnet.se>
5837
5838 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
5839 AC_MSG_WARN. Move output of warning message to end of configure run.
5840
58412004-10-05 Jan Djärv <jan.h.d@swipnet.se>
5842
5843 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
5844 Run test to see if heap start address is random.
5845
58462004-09-29 Miles Bader <miles@gnu.org>
5847
5848 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
5849 if setarch is present.
5850
58512004-09-25 Jan Djärv <jan.h.d@swipnet.se>
5852
5853 * configure.in (HAVE_EXECSHIELD): Only define on x86.
5854
58552004-09-24 Jan Djärv <jan.h.d@swipnet.se>
5856
5857 * configure.in: Check for exec-shield.
5858
1a71cb28
GM
58592004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
5860
5861 * Makefile.in (install-arch-indep): Add pgg and sieve.
5862
5863 * info/.cvsignore: Added pgg and sieve.
5864
067d23c9
KY
58652004-08-06 Andreas Schwab <schwab@suse.de>
5866
5867 * Makefile.in (install-arch-indep, uninstall): Add flymake.
5868
58692004-07-31 Eli Zaretskii <eliz@gnu.org>
5870
5871 * config.bat: Update URLs in the comments.
5872
067d23c9
KY
58732004-07-05 Andreas Schwab <schwab@suse.de>
5874
5875 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
5876
58772004-06-21 Kenichi Handa <handa@m17n.org>
5878
5879 * make-dist: Link leim-ext.el into tempdir.
5880
58812004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5882
5883 * info/dir (File): Add emacs-xtra.
5884 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
5885
58862004-06-12 Juri Linkov <juri@jurta.org>
5887
5888 * info/dir: Move menu help lines from `* Menu:' to file header.
5889 Describe the purpose of a red *.
5890
58912004-05-04 Dave Love <fx@gnu.org>
5892
5893 * configure.in: Don't use `extrasub'.
5894
58952004-04-29 Dave Love <fx@gnu.org>
5896
5897 * configure.in: Don't forget to quote args to `test'.
5898
58992004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
5900
5901 * autogen.sh: Update filename in "please read" message.
5902
59032004-04-17 Richard M. Stallman <rms@gnu.org>
5904
5905 * INSTALL: Move the info about site-lisp dirs,
5906 and say uninstalled Emacs looks there too.
5907
59082004-04-04 Eli Zaretskii <eliz@gnu.org>
5909
5910 * config.bat (lib-src): Recognize comment lines in Makefile.in
5911 that have a TAB after the #, to avoid errors in preprocessing with
5912 GCC 3.3.3.
5913
59142004-03-31 Luc Teirlinck <teirllm@auburn.edu>
5915
5916 * Makefile.in: Mention in comment that `make maintainer-clean'
5917 deletes .elc files.
5918
59192004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5920
5921 * update-subdirs: Add local variables to prevent byte-compiling.
5922
59232004-03-21 Dave Love <fx@gnu.org>
5924
5925 * configure.in: Fix previous change.
5926
59272004-03-18 Dave Love <fx@gnu.org>
5928
5929 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
5930
59312004-03-15 Luc Teirlinck <teirllm@auburn.edu>
5932
5933 * info/dir (File): Add SMTP and SES.
5934
59352004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5936
5937 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
5938 (bootstrap): Use the new bootstrap-prepare target in lisp.
5939
59402004-02-18 Kim F. Storm <storm@cua.dk>
5941
5942 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
5943
59442004-02-16 Eli Zaretskii <eliz@gnu.org>
5945
5946 * make-dist: Don't link index.*perm and permute-index into tempdir.
5947
59482004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5949
5950 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
5951 to match previous changes by Eli Zaretskii.
5952
59532004-02-09 Luc Teirlinck <teirllm@auburn.edu>
5954
5955 * Makefile.in: Set CDPATH to an empty string.
5956
59572004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5958
5959 * configure.in <darwin>: Use fink packages if available.
5960
59612004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
5962
5963 * make-dist (lispref): Do include lispref/index.texi.
5964
59652004-01-06 Eric Hanchrow <offby1@blarg.net>
5966
5967 * make-dist (tempdir): Include cursors in nt/icons.
5968
59692003-12-30 Eli Zaretskii <eliz@gnu.org>
5970
5971 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
5972 clashes with install-sh on 8+3 filesystems.
5973
1a71cb28 59742003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
5975
5976 * .cvsignore: Add .arch-inventory.
5977
59782003-12-24 Andreas Schwab <schwab@suse.de>
5979
5980 * configure.in: Check for <sys/socket.h>. Include it before
5981 including <net/if.h>. Move check for <net/if.h> before its use.
5982
59832003-12-24 Jan Djärv <jan.h.d@swipnet.se>
5984
5985 * Makefile.in (install-arch-dep): Don't let cd output go into
5986 pipe for carbon_appdir.
5987
59882003-12-24 Andreas Schwab <schwab@suse.de>
5989
5990 * configure.in (PKG_CHECK_MODULES): Fix quoting.
5991
59922003-12-01 Andreas Schwab <schwab@suse.de>
5993
5994 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
5995 hardcoding gcc.
5996
59972003-11-16 Jan Djärv <jan.h.d@swipnet.se>
5998
5999 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
6000 multiple displays.
6001 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
6002
60032003-09-23 Dave Love <fx@gnu.org>
6004
6005 * configure.in: Check members of struct ifreq.
6006
60072003-09-14 Kim F. Storm <storm@cua.dk>
6008
6009 * configure.in: Add checks for sys/ioctl.h and net/if.h.
6010
60112003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
6012
6013 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
6014
60152003-08-18 Lute Kamstra <lute@gnu.org>
6016
6017 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
6018 required anymore.
6019
60202003-08-07 Andrew Choi <akochoi@shaw.ca>
6021
6022 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
6023 option instead of -traditional-cpp for CPP.
6024
60252003-07-29 Richard M. Stallman <rms@gnu.org>
6026
6027 * configure.in (HAVE_XIM): Define if XIM is available.
6028
60292003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6030
6031 * configure.in: The function gtk_window_set_icon_from_file was
6032 introduced in GTK+ 2.2, so check for that release.
6033
60342003-07-23 Andreas Schwab <schwab@suse.de>
6035
6036 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
6037
6038 * Makefile.in (YACC): Remove, not used.
6039 (MAINT): Don't set.
6040 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
6041 disable dependency on ${srcdir}/configure.in when maintainer mode
6042 is disabled.
6043
60442003-07-22 Dave Love <fx@gnu.org>
6045
6046 * configure.in: Make XRegisterIMInstantiateCallback test depend on
6047 HAVE_X11, not with_xim.
6048 (HAVE_CRTIN): Provide template.
6049 <with_png>: Test for png.h and libpng/png.h.
6050
60512003-07-15 Andreas Schwab <schwab@suse.de>
6052
6053 * configure.in: Temporarily leave quoting for AC_DEFINE.
6054
60552003-07-13 Stefan Monnier <monnier@cs.yale.edu>
6056
6057 * configure.in: Check for posix_memalign.
6058
60592003-07-12 Richard M. Stallman <rms@gnu.org>
6060
6061 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
6062
60632003-07-09 Kim F. Storm <storm@cua.dk>
6064
6065 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
6066 functionality of --without-xim.
6067
60682003-06-29 Dave Love <fx@gnu.org>
6069
6070 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
6071
60722003-06-23 Dave Love <fx@gnu.org>
6073
6074 * configure.in: Check for sys/_mbstate_t.h.
6075 Test XRegisterIMInstantiateCallback prototype.
6076 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
6077
60782003-06-06 Dave Love <fx@gnu.org>
6079
6080 * configure.in: Check for locale.h.
6081
60822003-06-05 Dave Love <fx@gnu.org>
6083
6084 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
6085 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
6086 (NLIST_STRUCT): Don't define.
6087 (AH_BOTTOM): Define my_strftime.
6088
60892003-06-02 Richard M. Stallman <rms@gnu.org>
6090
6091 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
6092
60932003-05-24 Andreas Schwab <schwab@suse.de>
6094
6095 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
6096 bzero, and bcmp.
6097
60982003-05-22 Dave Love <fx@gnu.org>
6099
6100 * configure.in: Remove redundant test for term.h. Test for difftime.
6101
61022003-05-20 Dave Love <fx@gnu.org>
6103
6104 * configure.in: Append * to s390-*-linux-gnu case.
6105 (LIBMAIL) <lockfile>: Don't define.
6106
067d23c9
KY
61072003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
6108
6109 * INSTALL (* GNU/Linux development packages): Mention Debian and
6110 RedHat package names.
6111
61122003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
6113
6114 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
6115
61162003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
6117
6118 * INSTALL (* GNU/Linux development packages): Tell people to
6119 install additional packages for compiling Emacs.
6120
1a71cb28
GM
61212003-04-30 Richard M. Stallman <rms@gnu.org>
6122
6123 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
6124
61252003-04-28 Francesco Potortì <pot@gnu.org>
6126
6127 * configure.in: Undo last (RMS') change, as it is useless, per
6128 Dave Love.
6129
61302003-04-08 Richard M. Stallman <rms@gnu.org>
6131
6132 * configure.in: Put #include of jpeglib.h at start of line.
6133
067d23c9
KY
61342003-04-06 Francesco Potortì <pot@gnu.org>
6135
6136 * configure.in: Use the same configuration for all aix5, not just
6137 aix5.1.
6138
61392003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
6140
6141 * configure.in: Check for need for bigtoc support on IBM AIX for
6142 solving a linker table overflow problem.
6143
61442003-03-03 Rob Browning <rlb@defaultvalue.org>
6145
6146 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
6147 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
6148 over bzero, bcmp, and bcopy.
6149
61502003-02-23 Simon Josefsson <jas@extundo.com>
6151
6152 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
6153
61542003-02-21 Klaus Zeitler <kzeitler@lucent.com>
6155
6156 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
6157
61582003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
6159
6160 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
6161
61622003-02-08 Andreas Schwab <schwab@suse.de>
6163
6164 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
6165 instead of the substitution.
6166
61672003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
6168
6169 * Makefile.in: Use @EXEEXT@ for Cygwin.
6170 Use USERNAME if LOGNAME is not set (for Cygwin).
6171
6172 * configure.in: Add opsys=cygwin.
6173
61742003-01-22 Andreas Schwab <schwab@suse.de>
6175
6176 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
6177 redefining it explicitly in src/config.in.
6178
61792003-01-22 Markus Rost <rost@math.ohio-state.edu>
6180
6181 * Makefile.in (bootstrap): Make bootstrap-after.
6182
61832003-01-20 Jan Djärv <jan.h.d@swipnet.se>
6184
6185 * configure.in: Fix --with-gtk.
6186
61872003-01-19 Jan Djärv <jan.h.d@swipnet.se>
6188
090bd7cb 6189 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
067d23c9
KY
6190
6191 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
6192
61932003-01-14 Francesco Potortì <pot@gnu.org>
6194
6195 * configure.in (m68k-motorola-sysv): Remove (obsolete).
6196
61972003-01-07 Steven Tamm <steventamm@mac.com>
6198
6199 * configure.in: New option, --enable-carbon-app, to specify
6200 that the application should be installed
6201 * Makefile.in (install-arch-dep): On Mac OS X, install the
090bd7cb 6202 Emacs.app application if carbon-app is enabled.
067d23c9
KY
6203
62042003-01-06 Dave Love <fx@gnu.org>
6205
6206 * configure.in: Check for nl_langinfo.
6207 [!HAVE_SIZE_T]: Fix typedef.
6208
62092003-01-06 David Kastrup <dak@gnu.org>
6210
6211 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
6212
6213 * configure.in: Add tests for install-info.
6214
62152002-12-09 Markus Rost <rost@math.ohio-state.edu>
6216
6217 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
6218 use again sol2-6 instead of sol2-8.
6219
62202002-12-09 Dave Love <fx@gnu.org>
6221
6222 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
6223
62242002-12-08 Andreas Schwab <schwab@suse.de>
6225
6226 * Makefile.in (install-arch-indep): Revert last change.
6227
62282002-11-27 Dave Love <fx@gnu.org>
6229
6230 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
6231 Check for __sys_siglist too. Check for memset.
6232 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
6233
62342002-11-22 Juanma Barranquero <lektu@terra.es>
6235
6236 * config.guess, config.sub: Updated from master source.
6237
62382002-11-19 Karl Fogel <kfogel@red-bean.com>
6239
6240 * autogen.sh: New file.
6241
1a71cb28 62422002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
6243
6244 * configure.in: Tidy up various quoting issues throughout.
6245 Use AC_GNU_SOURCE.
6246 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
6247 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
6248 Maybe define bcopy, bzero, bcmp.
6249 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
6250 non-existent machine file).
6251 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
6252 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
6253 (nlist.h): Move test up.
6254
62552002-11-18 Markus Rost <rost@math.ohio-state.edu>
6256
6257 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
6258
62592002-11-14 Francesco Potortì <pot@gnu.org>
6260
6261 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
6262
62632002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6264
6265 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
6266
62672002-11-08 Dave Love <fx@gnu.org>
6268
6269 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
6270 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
6271
62722002-11-07 Miles Bader <miles@gnu.org>
6273
6274 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
6275 Handle separate-build-dir case.
6276
62772002-11-06 Richard M. Stallman <rms@gnu.org>
6278
6279 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
6280 bulletproof. $bar may be empty when there are no .elc files.
6281
62822002-10-30 Dave Love <fx@gnu.org>
6283
6284 * configure.in: Require autoconf 2.53. Test for pty.h,
6285 sys/mman.h, sys/param.h, mremap, memmove.
6286 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
6287 (AC_PROG_YACC): Delete.
6288 (size_t): Use AC_CHECK_TYPES.
6289 (AH_TOP): Up-date copyright.
6290
62912002-10-01 Juanma Barranquero <lektu@terra.es>
6292
6293 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
6294
62952002-09-19 Richard M. Stallman <rms@gnu.org>
6296
6297 * configure.in: Fix the LessTif-directory-finder for real.
6298
62992002-09-14 Richard M. Stallman <rms@gnu.org>
6300
6301 * Makefile.in (maybe_bootstrap): Test for complete absence
6302 of compiled Lisp files.
6303
63042002-09-11 Stefan Monnier <monnier@cs.yale.edu>
6305
6306 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
6307 (bootstrap-clean-after): Delete.
6308 (bootstrap): Make the sequencing explicit.
6309
63102002-09-10 Richard M. Stallman <rms@gnu.org>
6311
6312 * configure.in: Fix previous LessTif change.
6313
63142002-09-09 Richard M. Stallman <rms@gnu.org>
6315
6316 * configure.in (powerpcle-*-solaris2.5*): New configuration.
6317 (powerpcle-*-solaris*): Use version 2.6 as default.
6318 (*-sunos5.6*, *-solaris2.6*): New alternative.
6319 (*-sunos5*): Use version 2.6 as default.
6320
63212002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6322
6323 * configure.in: Fix typo.
6324
63252002-09-05 Richard M. Stallman <rms@gnu.org>
6326
6327 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
6328
6329 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
6330 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
6331
63322002-08-26 Kim F. Storm <storm@cua.dk>
6333
6334 * Makefile.in (install-arch-indep): Do not remove DOC file
6335 when it is the only DOC file installed; this is the case when
6336 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
6337
63382002-07-24 Markus Rost <rost@math.ohio-state.edu>
6339
6340 * configure.in: Fix typo.
6341
63422002-07-24 Richard M. Stallman <rms@gnu.org>
6343
6344 * configure.in: Don't print anything special about gamedir.
6345
6346 * configure.in: Delete nonstandard --with-game-user option.
6347
63482002-07-21 Richard M. Stallman <rms@gnu.org>
6349
6350 * Makefile.in (gamedir, localstatedir): New variables.
6351 (epaths-force): Insert value of gamedir into PATH_GAME.
6352
6353 * configure.in (gamedir): Handle it like lispdir.
6354 (--with-game-dir option): Delete.
6355
63562002-06-21 Pavel Janík <Pavel@Janik.cz>
6357
6358 * configure.in: Add support for mipseb-*-netbsd* machines.
6359
63602002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6361
6362 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
6363
63642002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6365
6366 * info/dir (File): Add an entry for Tramp.
6367
63682002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
6369
6370 * INSTALL-CVS: New file.
6371
63722002-06-07 Andreas Schwab <schwab@suse.de>
6373
6374 * configure.in (x86_64-*-linux-gnu*): New system.
6375
63762002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
6377
6378 * config.bat: Handle the case when lispintro is truncated to lispintr.
6379
63802002-05-26 Paul Eggert <eggert@twinsun.com>
6381
6382 * config.guess, config.sub: Updated from master source.
6383
63842002-05-09 Richard M. Stallman <rms@gnu.org>
6385
6386 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
6387
63882002-05-04 Pavel Janík <Pavel@Janik.cz>
6389
6390 * make-dist: Do not distribute lock/ directory.
6391
63922002-04-30 Andrew Choi <akochoi@shaw.ca>
6393
6394 * configure.in: Provide documentation string when defining
6395 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
6396 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
6397
1a71cb28 63982002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
6399
6400 * configure.in: Delete configure check for access to the game user.
6401
64022002-04-29 Pavel Janík <Pavel@Janik.cz>
6403
6404 * make-dist: lwlib/Imakefile is removed.
6405
64062002-04-26 Andrew Choi <akochoi@shaw.ca>
6407
6408 * configure.in: Add support for powerpc-apple-darwin*.
6409 (HAVE_CARBON): Add.
6410
6411 * make-dist: Create directories in mac/Emacs.app.
6412
64132002-04-25 Pavel Janík <Pavel@Janik.cz>
6414
6415 * make-dist: lwlib-Xol* are removed.
6416
64172002-04-23 Andreas Schwab <schwab@suse.de>
6418
6419 * Makefile.in (MAINT): New variable.
6420 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
6421 instead of configure.in, to avoid running autoconf and autoheader
6422 unless explicitly requested.
6423
64242002-04-16 Eli Zaretskii <eliz@gnu.org>
6425
6426 * config.bat: Update for msdos/sed2v2.inp.
6427
64282002-04-15 Andreas Schwab <schwab@suse.de>
6429
6430 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
6431 * configure.in: Add config header templates to all AC_DEFINE and
6432 AC_DEFINE_UNQUOTED symbols.
6433 * make-dist: Run autoheader if necessary.
6434
64352002-04-10 Colin Walters <walters@verbum.org>
6436
6437 * configure.in: Add --game-dir, --game-user. Test to see if we
6438 can use them.
6439
64402002-04-08 Pavel Janík <Pavel@Janik.cz>
6441
6442 * configure.in: Add --with-sound.
6443
64442002-03-18 Kim F. Storm <storm@cua.dk>
6445
6446 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
6447 and getsockname functions. Test for sys/un.h include file.
6448
64492002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
6450
6451 * configure.in: Support AIX 5.1.
6452
64532002-03-10 Jan Djärv <jan.h.d@swipnet.se>
6454
6455 * configure.in: Added test for X Session Management (HAVE_X_SM).
6456
64572002-03-03 Richard M. Stallman <rms@gnu.org>
6458
6459 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
6460 Run chown $${LOGNAME} on files installed by tar xvf.
6461
64622002-03-03 Kim F. Storm <storm@cua.dk>
6463
6464 * configure.in: Test for getpeername.
6465
64662002-03-01 Richard M. Stallman <rms@gnu.org>
6467
6468 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
6469 (HAVE_GIF): Don't use old libungif versions that crash.
6470
64712002-02-26 Richard M. Stallman <rms@gnu.org>
6472
6473 * configure.in <making srcdir absolute>: Verify that PWD is correct,
6474 not just well-formed and valid.
6475 (mips-compaq-nonstopux*): New configuration.
6476
64772002-02-18 Paul Eggert <eggert@twinsun.com>
6478
6479 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
6480 "sed q" is a portable equivalent to plain "head -1".
6481
64822002-02-13 Richard M. Stallman <rms@gnu.org>
6483
6484 * Makefile.in (maybe_bootstrap): Do `exit 1'.
6485 (all): Don't depend on maybe_bootstrap here.
6486 (${SUBDIR}): Depend on it here instead.
6487
64882002-02-08 Richard M. Stallman <rms@gnu.org>
6489
6490 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
6491
64922002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6493
6494 * configure.in: Recognize BSD/OS 5.0.
6495
64962002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6497
6498 * make-dist: Make version checking in emacs.texi consistent with
6499 how we set it there.
6500
65012001-12-29 Kim F. Storm <storm@cua.dk>
6502
6503 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
6504
65052001-12-28 Richard M. Stallman <rms@gnu.org>
6506
6507 * configure.in: Test for mbsinit.
6508
65092001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6510
6511 These changes make Leim part of the standard distribution:
6512
6513 * README: Add info about the `leim' directory.
6514
6515 * INSTALL: Remove text that describes Leim as a separate package.
6516
6517 * noleim-Makefile.in: File removed.
6518
6519 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
6520 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
6521 Leim files out of the Emacs tree. Don't prepare a separate tarball
6522 for Leim.
6523
65242001-12-11 Richard M. Stallman <rms@gnu.org>
6525
6526 * configure.in (hppa*-*-linux-gnu*): New alternative.
6527
65282001-12-08 Pavel Janík <Pavel@Janik.cz>
6529
6530 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
6531 creating distribution.
6532
65332001-12-06 Paul Eggert <eggert@twinsun.com>
6534
6535 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
6536 (AC_FUNC_VFORK): Remove.
6537 (AC_FUNC_FORK): Add.
6538 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
6539 this is required by recent Autoconf versions.
6540
65412001-12-02 Pavel Janík <Pavel@Janik.cz>
6542
6543 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
6544 TODO, vms-pp.trans and others).
6545
65462001-11-29 Pavel Janík <Pavel@Janik.cz>
6547
6548 * make-dist: Use COPYING from the top-level directory.
6549
65502001-11-29 Gerd Moellmann <gerd@gnu.org>
6551
6552 * configure.in: Add support for FreeBSD/Alpha.
6553
65542001-11-29 Pavel Janík <Pavel@Janik.cz>
6555
6556 * make-dist: Add COPYING to the top-level directory of the
6557 distribution. Simplify the logic behind copying.
6558
6559 * Makefile.in (maybe_bootstrap): Fix previous change.
6560
65612001-11-28 Richard M. Stallman <rms@gnu.org>
6562
6563 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
6564
65652001-11-26 Richard M. Stallman <rms@gnu.org>
6566
6567 * Makefile.in: bootstrap should not delete dumped executables.
6568 (bootstrap-clean-before): New target.
6569 (bootstrap): Use bootstrap-clean-before instead of clean.
6570 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
6571
65722001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
6573
6574 These changes add the Emacs Lisp Introduction manual to the
6575 distribution:
6576
6577 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
6578
6579 * make-dist: Copy the files in lispintro directory.
6580
6581 * config.bat: Configure in the lispintro directory.
6582
6583 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
6584
6585 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
6586 (lispintro/Makefile): New target.
6587 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
6588 (unlock, relock, info, dvi): Ditto.
6589
65902001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6591
6592 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
6593
6594 * make-dist (etc): Don't distribute gfdl.1.
6595
65962001-11-22 Colin Walters <walters@debian.org>
6597
6598 * Makefile.in (install-arch-indep): Install the calc .info files.
6599 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
6600
66012001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
6602
6603 * make-dist (lispref): Add *.txt, *.el, permute-index, and
6604 tindex.pl to the list of those being put into the distribution.
6605
66062001-11-16 Eli Zaretskii <eliz@gnu.org>
6607
6608 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
6609
66102001-11-15 Pavel Janík <Pavel@Janik.cz>
6611
6612 * Makefile.in (uninstall): Fix previous change.
6613
6614 * configure.in, Makefile.in: Add support for --program-prefix,
6615 --program-suffix and --program-transform-name options.
6616
66172001-11-13 Pavel Janík <Pavel@Janik.cz>
6618
6619 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
6620 (install-arch-indep): Install emacsclient manual page.
6621 (uninstall): Uninstall emacsclient manual page.
6622
66232001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
6624
6625 * make-dist: Add lispref/index.*perm files to the distribution.
6626 From Pavel Janík <Pavel@Janik.cz>.
6627
66282001-11-12 Pavel Janík <Pavel@Janik.cz>
6629
6630 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
6631
66322001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6633
6634 * configure.in: AC_OUTPUT lispref/Makefile.
6635
66362001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6637
6638 The following changes add the ELisp reference manual to the
6639 distribution.
6640
6641 * make-dist: Add the lispref directory to the distribution.
6642
6643 * Makefile.in (install-arch-indep): Add elisp* to the list of
6644 installed Info files.
6645 (SUBDIR_MAKEFILES): Add lispref/Makefile.
6646 (lispref/Makefile): New target.
6647 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
6648 Add commands for the lispref directory.
6649 (info, dvi): Ditto.
6650
6651 * config.bat: Configure in `lispref'.
6652
66532001-11-09 Richard M. Stallman <rms@gnu.org>
6654
6655 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
6656
66572001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
6658
6659 * make-dist (tempdir): Copy AUTHORS as well.
6660
66612001-11-06 Sam Steingold <sds@gnu.org>
6662
6663 * configure.in: Added a check for <nlist.h>.
6664
66652001-11-01 Pavel Janík <Pavel@Janik.cz>
6666
6667 * configure.in: Reindent --help output.
6668 From Per Starbäck (starback@ling.uu.se).
6669
66702001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6671
6672 * configure.in: New entry for HP/UX-11.
6673
6674 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
6675 From Eric S. Raymond <esr@golux.thyrsus.com>.
6676
66772001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6678
6679 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
6680 <athornton@sinenomine.net>.
6681
66822001-10-25 Gerd Moellmann <gerd@gnu.org>
6683
6684 * Makefile.in (maybe_bootstrap): New target.
6685 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
6686
66872001-10-24 Ken Raeburn <raeburn@gnu.org>
6688
6689 * configure.in: If --with-hesiod is given, look for
6690 hes_getmailhost and res_send or __res_send; check hesiod and
6691 resolv libraries respectively if system libraries don't supply them.
6692
66932001-10-24 Gerd Moellmann <gerd@gnu.org>
6694
6695 * configure.in: Use $MAKE for `make' if set.
6696
66972001-10-22 Gerd Moellmann <gerd@gnu.org>
6698
6699 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
6700 to tar options.
6701
67022001-10-20 Gerd Moellmann <gerd@gnu.org>
6703
6704 * (Version 21.1 released).
6705
67062001-10-20 Miles Bader <miles@gnu.org>
6707
6708 * configure.in (configuration): Set from `host' if `host_alias'
6709 isn't defined.
6710
67112001-10-19 Andreas Schwab <schwab@suse.de>
6712
6713 * configure.in: Make ready for autoconf 2.5x.
6714 (AC_PREREQ): Require autoconf 2.50.
6715 * aclocal.m4: Removed.
6716 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
6717
67182001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6719
6720 * README: Bump Emacs version to 21.1.50.
6721
67222001-10-05 Gerd Moellmann <gerd@gnu.org>
6723
6724 * Branch for 21.1.
6725
67262001-09-05 Gerd Moellmann <gerd@gnu.org>
6727
6728 * configure.in: Avoid `$@' which is handled specially in
6729 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
6730
67312001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
6732
6733 * make-dist (nt): Add subdirs.el to the list of distributed files.
6734
67352001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6736
6737 * configure.in (machine): Add an entry for
6738 hppa1.1-hitachi-hiuxwe2*.
6739
67402001-05-28 Gerd Moellmann <gerd@gnu.org>
6741
6742 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
6743 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
6744
67452001-05-14 Gerd Moellmann <gerd@gnu.org>
6746
6747 * make-dist: Copy texinfo.tex unconditionally.
6748
67492001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6750
6751 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
6752 that are installed.
6753
67542001-04-06 Gerd Moellmann <gerd@gnu.org>
6755
6756 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
6757 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
6758
6759 * make-dist: Handle leim/MISC-DIC. Only include
6760 `[a-zA-Z]*.{el,elc}' from leim/quail.
6761
67622001-04-05 Gerd Moellmann <gerd@gnu.org>
6763
6764 * Makefile.in (install-arch-indep): Remove .cvsignore files.
6765
67662001-03-30 Gerd Moellmann <gerd@gnu.org>
6767
6768 * Makefile.in (.PHONY): Add for bootstrap targets.
6769 (bootstrap-clean): New target.
6770 (bootstrap): Use it instead of `clean'.
6771
67722001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
6773
6774 * Makefile.in (SUBDIR): Remove leim.
6775 (all, .RECURSIVE, extraclean): Add leim explicitly.
6776 (leim): Provide separate rule which exports PARALLEL=0 into the
6777 environment.
6778
67792001-03-20 Gerd Moellmann <gerd@gnu.org>
6780
6781 * configure.in (HAVE_XPM): Don't print the result of the check for
6782 XpmReturnAllocPixels if we don't have an xpm.h.
6783
67842001-03-05 Gerd Moellmann <gerd@gnu.org>
6785
6786 * COPYING: New file.
6787
67882001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6789
6790 * config.bat: Update the copyright.
6791
67922001-02-23 Kenichi Handa <handa@etl.go.jp>
6793
6794 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
6795 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
6796 to `yes'. Later in AC_OUTPUT, check this variable.
6797
67982001-02-09 Dave Love <fx@gnu.org>
6799
6800 * AUTHORS: Updated.
6801
68022001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6803
6804 * info/dir (Ebrowse): Fix the entry (was missing a dot).
6805
68062001-02-02 Gerd Moellmann <gerd@gnu.org>
6807
6808 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
6809
6810 * Makefile.in (uninstall): Ignore exit code of `rm'.
6811
90eacf99
SM
6812 * Makefile.in (uninstall): Remove more info files.
6813 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
067d23c9
KY
6814
68152001-01-31 Gerd Moellmann <gerd@gnu.org>
6816
6817 * noleim-Makefile.in (extraclean): Add.
6818
68192001-01-28 Gerd Moellmann <gerd@gnu.org>
6820
90eacf99 6821 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
067d23c9
KY
6822 it quiet.
6823
68242001-01-24 Colin Walters <walters@cis.ohio-state.edu>
6825
6826 * Makefile.in (tags): Fix typo.
6827
68282001-01-13 Kenichi Handa <handa@etl.go.jp>
6829
6830 * configure.in: Fix typo in the code setting x_search_path.
6831
68322001-01-10 Dave Love <fx@gnu.org>
6833
6834 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
6835 -lXext.
6836 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
6837 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
6838 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
6839 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
6840 (now in $LIBS).
6841
68422001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6843
6844 * config.bat: Run the preprocessor with -traditional.
6845
68462001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
6847
6848 * INSTALL: Move copying conditions to end of file.
6849
68502000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6851
6852 * INSTALL: Add basic installation procedure which assumes
6853 `configure' does its job. Elaborate on image support libraries.
6854 Add a pointer to Xaw3d library. Add advice about solving
6855 configure-time problems by looking in config.log and setting
6856 variables in the environment.
6857
68582000-12-27 Gerd Moellmann <gerd@gnu.org>
6859
6860 * Makefile.in (install-arch-indep): If tar fails, exit with
6861 exit code 1.
6862
68632000-12-19 Gerd Moellmann <gerd@gnu.org>
6864
6865 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
6866 source file includes XKBlib.h. On some broken Solaris systems,
6867 there is an XKBlib.h, reportedly, but header files included by
6868 XKBlib.h are missing.
6869
68702000-12-14 Gerd Moellmann <gerd@gnu.org>
6871
6872 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
6873
68742000-12-11 Dave Love <fx@gnu.org>
6875
6876 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
6877
68782000-12-11 Paul Eggert <eggert@twinsun.com>
6879
6880 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
6881 Merge fixes from latest GNU tar version. These macros no longer
6882 futz with _XOPEN_SOURCE, as that was not portable in practice.
6883 (AC_FUNC_FSEEKO): New macro.
6884
6885 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
6886 ftello.
6887
68882000-12-05 Dave Love <fx@gnu.org>
6889
6890 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
6891
68922000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6893
6894 * info/dir: Change the category to "Emacs".
6895
68962000-12-01 Gerd Moellmann <gerd@gnu.org>
6897
6898 * make-dist (tempdir): Remove epaths.h from the distribution
6899 instead of paths.h.
6900
69012000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6902
6903 * config.bat: Check for existence of djecho.exe, and print an
6904 error message if it is not available.
6905
6906 * INSTALL: Describe possible problem with djecho.exe in old
6907 versions of DJGPP v2.x.
6908
69092000-11-23 Gerd Moellmann <gerd@gnu.org>
6910
6911 * configure.in: Initialize HAVE_LIBXP to no.
6912
69132000-11-22 Gerd Moellmann <gerd@gnu.org>
6914
6915 * configure.in: Use m/macppc.h instead of the non-existent
6916 m/powerpc.h.
6917
69182000-11-21 Gerd Moellmann <gerd@gnu.org>
6919
6920 * Makefile.in (install-arch-indep): Also install info/eshell*
6921 and info/speedbar*.
6922
6923 * configure.in (HAVE_PNG): Check for the presence of
6924 png_get_channels to rule out older PNG libs.
6925
6926 * configure.in (AC_OUTPUT): Arrange to emit definitions of
6927 GCC and NON_GNU_CPP into config.status.
6928
69292000-11-20 Dave Love <fx@gnu.org>
6930
6931 * configure.in: Fix last change.
6932
6933 * GETTING.GNU.SOFTWARE: Deleted.
6934 * FTP: New file to replace it.
6935 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
6936
69372000-11-20 Gerd Moellmann <gerd@gnu.org>
6938
6939 * configure.in: Use -traditional with GNU cpp.
6940
69412000-11-17 Gerd Moellmann <gerd@gnu.org>
6942
6943 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
6944 Distribute more files from the nt/ subdir. Distribute PBM
6945 image files from subdirs of lisp/. Distribute old change logs
6946 from subdirs of lisp/. Distribute play/5x5.el.
6947
69482000-11-11 Dave Love <fx@gnu.org>
6949
6950 * config.sub, config.guess: Updated from master source.
6951
69522000-11-07 Dave Love <fx@gnu.org>
6953
6954 * configure.in: Test for mkstemp.
6955
69562000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
6957
6958 * info/dir (Top): Rearrange menu items more logically, and put
6959 them into a single category. Add menu items for RefTeX and
6960 Widget.
6961
69622000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6963
6964 * Makefile.in (install-arch-indep): Use --info-dir instead of
6965 --dir-file, and a simple argument instead of --info-file, so that
6966 the Debian version of install-info also works.
6967
69682000-10-19 Eric M. Ludlam <zappo@ultranet.com>
6969
6970 * info/dir (Speedbar): Add entry.
6971
69722000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6973
6974 * INSTALL: Describe the new image-support options to the configure
6975 script. List URLs where image support libraries can be found.
6976
69772000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
6978
6979 * info/dir (Top): Add an entry for Eshell.
6980
69812000-10-02 Dave Love <fx@gnu.org>
6982
6983 * configure.in: Check for gai_strerror.
6984
69852000-10-01 Andreas Schwab <schwab@suse.de>
6986
6987 * Makefile.in (install-arch-indep): Update list of installed info files.
6988
69892000-09-30 Gerd Moellmann <gerd@gnu.org>
6990
6991 * configure.in: Support `sparc*-*-netbsd*'.
6992
69932000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6994
6995 * info/dir (MIME): Add entry for emacs-mime.
6996
69972000-09-29 Dave Love <fx@gnu.org>
6998
6999 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
7000
70012000-09-26 Gerd Moellmann <gerd@gnu.org>
7002
7003 * make-dist: Adapt to the change of leim/Makefile which was
7004 necessary to ensure a reasonably working `make dist'.
7005
7006 * leim-Makefile.in: Moved to leim/Makefile.in..
7007
7008 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
7009
70102000-09-21 Kenichi Handa <handa@etl.go.jp>
7011
7012 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
7013 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
7014 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
7015 files to .elc.
90eacf99 7016 (${TIT}): Adjust for the above change.
067d23c9
KY
7017 (clean mostlyclean): Likewise.
7018 (.el.elc): New target.
7019
70202000-09-19 Gerd Moellmann <gerd@gnu.org>
7021
7022 * make-dist: Include XPM and XBM files in lisp/ and subdirs
7023 in the distribution.
7024
70252000-09-18 Gerd Moellmann <gerd@gnu.org>
7026
7027 * make-dist (skk): Rename to `ja-dic' because the leim directory
7028 was renamed.
7029
70302000-09-14 Dave Love <fx@gnu.org>
7031
7032 * configure.in: Fix spurion in last change.
7033
70342000-09-14 Gerd Moellmann <gerd@gnu.org>
7035
7036 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
7037 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
7038 to `no' if defined. Change result report.
7039
70402000-09-08 Dave Love <fx@gnu.org>
7041
7042 * configure.in: Remove spurious `@'s.
7043
7044 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
7045 autoconf.
7046
70472000-09-06 Gerd Moellmann <gerd@gnu.org>
7048
7049 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
7050 file and print informational message.
7051
7052 * configure.in (AC_FUNC_MMAP): Add.
7053
70542000-09-01 Gerd Moellmann <gerd@gnu.org>
7055
7056 * configure.in: Add ``checking'' messages for
7057 XpmReturnAllocPixels.
7058
70592000-08-28 Gerd Moellmann <gerd@gnu.org>
7060
7061 * configure.in: Check <strings.h>; check `index' and `rindex'
7062 functions.
7063
70642000-08-26 Kenichi Handa <handa@etl.go.jp>
7065
7066 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
7067 "case "${canonical}" in".
7068
70692000-08-25 Dave Love <fx@gnu.org>
7070
7071 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
7072
70732000-08-25 Kenichi Handa <handa@etl.go.jp>
7074
7075 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
7076
70772000-08-24 Gerd Moellmann <gerd@gnu.org>
7078
7079 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
7080 contains a relative path. Protect against unusable values of $PWD.
7081
70822000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7083
7084 * info/dir (WoMan): Add entry.
7085
7086 * config.bat (maindir): Update src/_gdbinit even if it does
7087 already exist.
7088
70892000-08-07 Gerd Moellmann <gerd@gnu.org>
7090
7091 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
7092
70932000-08-03 Gerd Moellmann <gerd@gnu.org>
7094
7095 * configure.in: Add support for ia64*-*-linux*.
7096
70972000-07-27 Gerd Moellmann <gerd@gnu.org>
7098
7099 * make-dist (aclocal.m4): Include in distribution.
7100
71012000-07-26 Dave Love <fx@gnu.org>
7102
90eacf99 7103 * configure.in (AC_SYS_LARGEFILE): Move earlier.
067d23c9
KY
7104
71052000-07-24 Dave Love <fx@gnu.org>
7106
7107 * configure.in: Add AC_SIZE_T.
7108
71092000-07-18 Dave Love <fx@gnu.org>
7110
7111 * configure.in: Reorder so that most tests are done after CPPFLAGS
7112 is set from the C_SWITCH_... definitions.
7113
71142000-07-10 Gerd Moellmann <gerd@gnu.org>
7115
7116 * configure.in (HAVE_XPM): Undo previous change. Check for
7117 preprocessor define XpmReturnAllocPixels.
7118
71192000-07-06 Gerd Moellmann <gerd@gnu.org>
7120
7121 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
7122 instead of XpmReadFileToPixmap.
7123
71242000-07-05 Ken Raeburn <raeburn@gnu.org>
7125
7126 * configure.in: Check for <soundcard.h>. Look for ossaudio
7127 library, and set LIBSOUND accordingly.
7128
71292000-07-05 Dave Love <fx@gnu.org>
7130
7131 * configure.in: Use AC_HEADER_SYS_WAIT.
7132
71332000-07-05 Gerd Moellmann <gerd@gnu.org>
7134
7135 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
7136 lisp/Makefile. Distribute lisp/Makefile.in instead of
7137 lisp/Makefile.
7138
71392000-06-30 Ken Raeburn <raeburn@gnu.org>
7140
7141 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
7142 while searching for image-handling libraries.
7143
71442000-06-26 Gerd Moellmann <gerd@gnu.org>
7145
7146 * configure.in (--with-xim): New option.
7147
71482000-06-23 Dave Love <fx@gnu.org>
7149
7150 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
7151 for struct timezone and test how we can call gettimeofday.
7152 Check for OSF 5+. Check for term.h.
7153
7154 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
7155 version.
7156
71572000-06-23 Gerd Moellmann <gerd@gnu.org>
7158
7159 * configure.in (HAVE_LIBXP): Change test for libXp.
7160
71612000-06-21 Dave Love <fx@gnu.org>
7162
7163 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
7164 simple test for getloadavg and substitute GETLOADAVG_LIBS.
7165 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
7166
71672000-06-19 Dave Love <fx@gnu.org>
7168
7169 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
7170 _XOPEN_SOURCE is defined.
7171
71722000-06-16 Gerd Moellmann <gerd@gnu.org>
7173
7174 * Makefile.in (distclean): Also make distclean in lisp/.
7175
71762000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7177
7178 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
7179
71802000-06-15 Gerd Moellmann <gerd@gnu.org>
7181
7182 * make-dist: Add --help and --snapshot options.
7183
71842000-06-14 Gerd Moellmann <gerd@gnu.org>
7185
7186 * configure.in: Generate lisp/Makefile.
7187
7188 * configure.in: Add support for `*-lynxos*'.
7189 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
7190 recommended by <Karen.Dorhamer@compaq.com> to fix problems
7191 on Tru64 UNIX v5.0.
7192
71932000-06-13 Ken Raeburn <raeburn@gnu.org>
7194
7195 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
7196 it's on a continuation line.
7197
71982000-06-02 Dave Love <fx@gnu.org>
7199
7200 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
7201 files.
7202
7203 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
7204 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
7205 test.
7206
7207 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
7208 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
7209
72102000-05-26 Gerd Moellmann <gerd@gnu.org>
7211
7212 * configure.in: Add check for speed_t typedef.
7213
72142000-05-25 Ken Raeburn <raeburn@gnu.org>
7215
7216 * Makefile.in (install-arch-dep): Install fns-*.el only if it
7217 exists; it won't in the CANNOT_DUMP case.
7218
72192000-05-25 Gerd Moellmann <gerd@gnu.org>
7220
7221 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
7222 On FreeBSD, the exit status is 1 if CDPATH is not set.
7223 (install-arch-indep): Install ebrowse.info.
7224
72252000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
7226
7227 * configure.in: Check for grandpt and getpt.
7228
72292000-05-09 Dave Love <fx@gnu.org>
7230
7231 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
7232
72332000-05-05 Gerd Moellmann <gerd@gnu.org>
7234
7235 * make-dist: Make a link for lib-src/grep-changelog.
7236 Copy install-sh.
7237
72382000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
7239
7240 * config.bat: Identify the beginning of the cpp stuff in
7241 src/Makefile.in and lib-src/Makefile.in more accurately.
7242
72432000-04-27 Gerd Moellmann <gerd@gnu.org>
7244
7245 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
7246
72472000-04-19 Gerd Moellmann <gerd@gnu.org>
7248
7249 * configure.in: Add support for `powerpc-*-netbsd*'.
7250
72512000-04-19 Dave Love <fx@gnu.org>
7252
7253 * configure.in: Don't use AC_FUNC_GETLOADAVG.
7254
7255 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
7256
72572000-04-16 Dave Love <fx@gnu.org>
7258
7259 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
7260
72612000-04-14 Dave Love <fx@gnu.org>
7262
7263 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
7264
7265 * aclocal.m4 (AC_FUNC_MKTIME): New.
7266
72672000-03-28 Ken Raeburn <raeburn@gnu.org>
7268
7269 * configure.in: Line up "--help" output a little better.
7270
72712000-03-26 Gerd Moellmann <gerd@gnu.org>
7272
7273 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
7274 New targets.
90eacf99
SM
7275 (bootstrap): Rewritten in terms of the new targets above.
7276 Make info files, too.
067d23c9
KY
7277
72782000-03-12 Gerd Moellmann <gerd@gnu.org>
7279
7280 * config.guess, config.sub: Use the versions of the files from
7281 subversions.
7282
72832000-03-08 Dave Love <fx@gnu.org>
7284
7285 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
7286 AC_C_VOLATILE. Define POINTER_TYPE.
7287
7288 * aclocal.m4: New file.
7289
72902000-03-02 Gerd Moellmann <gerd@gnu.org>
7291
7292 * configure.in (machine): Add `mipsel-*-netbsd*' and
7293 `arm-*-netbsd*'.
7294
72952000-03-01 Gerd Moellmann <gerd@gnu.org>
7296
7297 * configure.in (machine): Add support for `*-auspex-sunos*'.
7298
72992000-02-29 Gerd Moellmann <gerd@gnu.org>
7300
7301 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
7302
73032000-02-18 Dave Love <fx@gnu.org>
7304
7305 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
7306
73072000-02-18 Andreas Schwab <schwab@suse.de>
7308
7309 * Makefile.in (install-arch-indep): Add eudc to list of installed
7310 info files.
7311
73122000-02-17 Ken Raeburn <raeburn@gnu.org>
7313
7314 * configure.in: Include -lz and -ljpeg (if it's available) when
7315 testing for the tiff library.
7316
73172000-02-17 Gerd Moellmann <gerd@gnu.org>
7318
7319 * configure.in: Remove LISP_FLOAT_TYPE.
7320
73212000-02-12 Dave Love <fx@gnu.org>
7322
7323 * configure.in: Use AC_FUNC_VFORK.
7324
73252000-02-01 Gerd Moellmann <gerd@gnu.org>
7326
7327 * make-dist: Various fixes for new development tree.
7328
7329 * leim-Makefile.in: New file.
7330
73312000-01-31 Gerd Moellmann <gerd@gnu.org>
7332
7333 * Makefile.in (dist): Call ./make-dist.
7334
73352000-01-24 Dave Love <fx@gnu.org>
7336
7337 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
7338
73392000-01-18 Gerd Moellmann <gerd@gnu.org>
7340
7341 * configure.in (HAVE_GIF): Check for DGifOpen instead of
7342 DGifOpenFileName.
7343
73442000-01-11 Andreas Schwab <schwab@suse.de>
7345
7346 * Makefile.in (install-arch-indep): Update list of info files to
7347 be installed.
7348
73492000-01-05 Dave Love <fx@gnu.org>
7350
7351 * configure.in: Check for jerror.h as well as libjpeg.
7352
73532000-01-03 Andreas Schwab <schwab@suse.de>
7354
90eacf99
SM
7355 * Makefile.in (install-arch-indep): Install autotype*.
7356 Run install-info on autotype and emacs-faq.info.
067d23c9
KY
7357
73581999-12-04 Dave Love <fx@gnu.org>
7359
7360 * Makefile.in (install-arch-indep): Depend on `info'.
7361 (install-strip): Use `install' as sub-make target.
7362
73631999-11-23 Ken Raeburn <raeburn@gnu.org>
7364
7365 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
7366 didn't need to be deleted. Check for the k5crypto library as well
7367 as the crypto library; MIT Kerberos 1.1 changed the name.
7368
73691999-11-18 Dave Love <fx@gnu.org>
7370
7371 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
7372
73731999-11-11 Erik Naggum <erik@naggum.no>
7374
7375 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
7376
73771999-11-08 Dave Love <fx@gnu.org>
7378
7379 * configure.in: Fix change for --with-pop default.
7380
73811999-11-04 Dave Love <fx@gnu.org>
7382
7383 * configure.in: Default to --with-pop. Change sense of with-gcc
7384 and with-toolkit-scroll-bars messages to reflect the defaults.
7385
73861999-11-01 Gerd Moellmann <gerd@gnu.org>
7387
7388 * INSTALL: Mention the Emacs Lisp Reference.
7389
73901999-10-27 Noah Friedman <friedman@splode.com>
7391
7392 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
7393
73941999-10-23 Gerd Moellmann <gerd@gnu.org>
7395
7396 * Makefile.in (bootstrap): New target.
7397
73981999-10-19 Paul Eggert <eggert@twinsun.com>
7399
7400 Add support for large files. Merge glibc 2.1.2.
7401
7402 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
7403 (HAVE_TM_GMTOFF): New symbol.
7404 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
7405 mbrlen, strsignal.
7406 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
7407
74081999-10-09 Stefan Monnier <monnier@cs.yale.edu>
7409
7410 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
7411 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
7412
74131999-10-09 Richard M. Stallman <rms@gnu.org>
7414
7415 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
7416 Unset CDPATH to prevent cd from generating output.
7417
74181999-10-08 Stefan Monnier <monnier@cs.yale.edu>
7419
7420 * update-subdirs: Also ignore CVS subdirs.
7421
74221999-10-07 Gerd Moellmann <gerd@gnu.org>
7423
7424 * Makefile.in (install-arch-indep): Add ada-mode.
7425
74261999-10-06 Dave Love <fx@gnu.org>
7427
7428 * Makefile.in: Add rules for config.status, configure.
7429
74301999-09-07 Gerd Moellmann <gerd@gnu.org>
7431
90eacf99 7432 * configure.in (--with-sound): Remove.
067d23c9
KY
7433
74341999-08-30 Gerd Moellmann <gerd@gnu.org>
7435
7436 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
7437 the test for Xaw3d.
7438 (HAVE_TIFF): Add -lm to library check.
7439
74401999-08-28 Richard Stallman <rms@gnu.org>
7441
7442 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
7443 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
7444 after the other X-related libraries.
7445
74461999-08-21 Dave Love <fx@gnu.org>
7447
7448 * configure.in: Don't check for jpeglib.h.
7449
74501999-08-20 Gerd Moellmann <gerd@gnu.org>
7451
7452 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
7453 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
7454
74551999-08-18 Dave Love <fx@gnu.org>
7456
7457 * configure.in: Check for termcap.h.
7458
74591999-08-15 Gerd Moellmann <gerd@gnu.org>
7460
7461 * configure.in: Add --with-toolkit-scroll-bars. If "no",
7462 use Emacs' scroll bars, even if configured for Motif or when
7463 Xaw3d is available.
7464
74651999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7466
7467 * configure.in: Check for getaddrinfo.
7468
74691999-08-04 Eli Zaretskii <eliz@gnu.org>
7470
7471 * config.bat: Make --no-debug work again by removing -gcoff.
7472
74731999-07-30 Dave Love <fx@gnu.org>
7474
7475 * configure.in: Check for stdlib.h.
7476
74771999-07-19 Dave Love <fx@gnu.org>
7478
7479 * configure.in: Grok sparc64-*-linux-gnu*.
7480
74811999-07-12 Richard Stallman <rms@gnu.org>
7482
7483 * Version 20.4 released.
7484
74851999-06-23 Karl Heuer <kwzh@gnu.org>
7486
7487 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
7488 Quote $EMACS, in case it's a program with args.
7489
74901999-06-15 Gerd Moellmann <gerd@gnu.org>
7491
7492 * configure.in (HAVE_GIF): Use libungif instead of libgif
7493 because the former doesn't contain patented compression code.
7494
74951999-05-29 Richard M. Stallman <rms@gnu.org>
7496
7497 * configure.in: Delete the Kerberos stuff.
7498
74991999-05-27 Greg Hudson <ghudson@mit.edu>
7500
7501 * configure.in: Prefer kerberos 5 names.
7502
75031999-04-26 Richard M. Stallman <rms@gnu.org>
7504
7505 * configure.in: Check for libXp.
7506
75071999-04-08 Richard Stallman <rms@gnu.org>
7508
7509 * make-dist: Include change logs in subdirs of `lisp'.
7510
75111999-04-05 Richard Stallman <rms@gnu.org>
7512
7513 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
7514 (install-arch-indep): Make ${datadir}/emacs world-readable.
7515
75161999-03-30 Eli Zaretskii <eliz@gnu.org>
7517
7518 * config.bat: Use epaths.* instead of paths.*.
7519
75201999-03-07 Eli Zaretskii <eliz@gnu.org>
7521
7522 * INSTALL: Add detailed instructions to unpack and install
7523 intlfonts on MS-DOS.
7524
75251999-02-26 Richard Stallman <rms@gnu.org>
7526
7527 * configure.in: Use epaths.h and epaths-force instead of paths...
7528
90eacf99 7529 * Makefile.in (epaths-force): Rename from paths-force;
067d23c9
KY
7530 operate on epaths.in and produce epaths.h.
7531
75321999-02-24 Richard Stallman <rms@gnu.org>
7533
7534 * make-dist: Fix nt/icons directory handling.
7535
75361999-02-22 Simon Josefsson <jas@pdc.kth.se>
7537
7538 * configure.in (f301-fujitsu-uxpv4.1): New target.
7539
75401999-02-20 Richard Stallman <rms@gnu.org>
7541
7542 * make-dist (tempparent): Fix command to update info files.
7543
75441999-02-09 Richard Stallman <rms@gnu.org>
7545
7546 * configure.in (powerpc-apple-netbsd*): New alternative.
7547
75481999-01-25 Geoff Voelker <voelker@cs.washington.edu>
7549
7550 * make-dist: Include the new directory nt/icons in distributions.
7551
75521999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7553
7554 * configure.in: Change message about HAVE_XFREE386.
7555
75561999-01-07 Eli Zaretskii <eliz@gnu.org>
7557
7558 * config.bat: Support configuring with leim.
7559
75601998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
7561
7562 * configure.in (mips-sgi-irix6.5): New target.
7563
75641998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7565
7566 * configure.in: Remove GSS-API support, since it has been removed
7567 from movemail.
7568
75691998-12-04 Markus Rost <rost@delysid.gnu.org>
7570
7571 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7572
75731998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
7574
7575 * Makefile.in: Don't install customize info file.
7576 Run install-info on viper info file.
7577
75781998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
7579
7580 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7581
75821998-11-16 Kenichi Handa <handa@etl.go.jp>
7583
7584 * configure.in (*-*-bsdi4*): New target.
7585
75861998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
7587
7588 * configure.in: Fix previous change.
7589
75901998-11-11 Richard Stallman <rms@gnu.org>
7591
7592 * configure.in (aviion-intel): New machine.
7593
75941998-11-04 Kenichi Handa <handa@etl.go.jp>
7595
7596 * configure.in (mips-nec-sysv4*): New target.
7597
75981998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
7599
7600 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
7601 from lisp.
7602
76031998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
7604
7605 * make-dist: Don't include fns*.el in dist.
7606
76071998-10-30 Dave Love <fx@gnu.org>
7608
7609 * configure.in: Don't mkdir cpp.
7610
76111998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
7612
7613 * Makefile.in (install-arch-dep): Install src/fns-*.el in
7614 ${archlibdir}.
7615
76161998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7617
7618 * Version 20.3 released.
7619
76201998-07-30 Paul Eggert <eggert@twinsun.com>
7621
7622 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
7623 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
7624 (lwlib/Makefile, leim/Makefile):
7625 Prepend $(srcdir)/ to rule dependencies outside this dir.
7626
76271998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7628
7629 * configure.in: Use unset CDPATH instead of making it empty.
7630
76311998-06-20 Karl Heuer <kwzh@gnu.org>
7632
7633 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
7634
76351998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7636
7637 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
7638 and default.el. Sort the results.
7639
76401998-05-31 Karl Heuer <kwzh@gnu.org>
7641
7642 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
7643 writable.
7644
76451998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7646
7647 * Makefile.in (install-arch-indep):
7648 Don't alter site-lisp/subdirs.el if it exists.
7649
76501998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7651
7652 * Makefile.in (install-arch-indep): Put `-' on commands to create
7653 subdirs.el in site-lisp dirs.
7654
76551998-05-07 Richard Stallman <rms@psilocin.gnu.org>
7656
7657 * Makefile.in (install-arch-indep): Fix typo in previous change.
7658
76591998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7660
7661 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
7662
76631998-04-28 Richard Stallman <rms@psilocin.gnu.org>
7664
7665 * Makefile.in (mkdir): Create the site-lisp dirs.
7666 (install-arch-indep): Make site-lisp/subdirs files world-readable.
7667
76681998-04-26 Richard Stallman <rms@psilocin.gnu.org>
7669
7670 * Makefile.in (INSTALL_INFO): New variable.
7671 (install-arch-indep): Don't replace the dir file if it already exists.
7672 Use the install-info program, via INSTALL_INFO, to add entries.
7673 Make the `info' subdir and the Info files world-readable.
7674
76751998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
7676
7677 * config.bat: Make sure the environment is large enough to support
7678 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
7679
76801998-04-10 Karl Heuer <kwzh@gnu.org>
7681
7682 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
7683
76841998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7685
7686 * configure.in: Add --with-gssapi to specify GSS-API
7687 authentication support for movemail.
7688
76891998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
7690
7691 * Makefile.in (install-arch-indep): Fix previous change.
7692
76931998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7694
7695 * Makefile.in (info): Run man in build dir, not srcdir.
7696
76971998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
7698
7699 * Makefile.in (install-arch-indep): Fix previous change.
7700
77011998-03-23 Kenichi Handa <handa@etl.go.jp>
7702
7703 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
7704
77051998-03-22 Richard Stallman <rms@gnu.org>
7706
7707 * Makefile.in (install-arch-indep): Put special subdirs.el files
7708 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
7709
77101998-03-21 Richard Stallman <rms@psilocin.gnu.org>
7711
7712 * make-dist: Fix shell syntax in check for missing .el or .elc files.
7713
77141998-03-09 Richard Stallman <rms@psilocin.gnu.org>
7715
7716 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
7717 (m68*-hp-hpux*): Handle versions 1X like 10.
7718
77191998-03-07 Richard Stallman <rms@psilocin.gnu.org>
7720
7721 * make-dist: PROBLEMS is now in etc, not top level dir.
7722
7723 * Makefile.in (SOURCES): Delete PROBLEMS.
7724
77251998-02-25 Richard Stallman <rms@gnu.org>
7726
7727 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
7728
7729 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
7730
77311998-01-17 Richard Stallman <rms@gnu.org>
7732
7733 * Makefile.in (install-arch-indep): Add semicolon before `else'.
7734
77351998-01-02 Richard Stallman <rms@psilocin.gnu.org>
7736
7737 * make-dist (tempparent): New option --no-check.
7738
7739 * make-dist: Don't do anything with cpp directory.
7740
77411997-12-20 Richard Stallman <rms@psilocin.gnu.org>
7742
7743 * configure.in (sparc-fujitsu-sysv4*): New target.
7744
77451997-12-17 Andreas Schwab <schwab@gnu.org>
7746
7747 * configure.in: Cache more tests. Add missing quotes around
7748 message with embedded comma.
7749
77501997-12-04 Karl Heuer <kwzh@gnu.org>
7751
7752 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
7753
77541997-11-26 Joel N. Weber II <devnull@gnu.org>
7755
7756 * make-dist: Changed the comment about `umask 0' to say `Don't
7757 restrict access to any files.'; previously it said `Don't protect
7758 any files', which may have implied that we think fascism is good.
7759
77601997-11-24 Paul Eggert <eggert@twinsun.com>
7761
7762 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
7763 strftime needs the underlying host's strftime for locale dependent
7764 formats.
7765
77661997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
7767
7768 * configure.in (i586-dg-dguxR4.*): New name in case branch.
7769
77701997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
7771
7772 * config.bat: Configure the man subdirectory.
7773
77741997-11-07 Paul Eggert <eggert@twinsun.com>
7775
7776 * configure.in (AC_CHECK_LIB): Add -lintl.
7777
77781997-11-07 Karl Heuer <kwzh@gnu.org>
7779
7780 * make-dist (check for .elc files): Avoid bash-specific syntax.
7781 (check for overflow 14-char limit): Simplify.
7782
77831997-11-07 Richard Stallman <rms@gnu.org>
7784
7785 * Makefile.in (install): Move blessmail last.
7786
77871997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7788
7789 * configure.in (gettimeofday, one arg or two):
7790 Clarify messages by avoiding double negative.
7791
77921997-09-30 Karl Eichwalder <ke@suse.de>
7793
7794 * Makefile.in (install-arch-indep): Install the widget info file.
7795
77961997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7797
7798 * configure.in (with-pop, with-kerberos): Need to check Kerberos
7799 libraries in reverse order, so that libraries will appear in the
7800 correct dependency order on the link line (and so that the
7801 configure checks themselves will work properly when early
7802 libraries depend on later ones).
7803
78041997-09-21 Erik Naggum <erik@naggum.no>
7805
7806 * make-dist (making links to `src'): Keep timestamp on copied files.
7807
7808 * make-delta: New script to produce delta distributions.
7809
78101997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7811
7812 * Version 20.2 released.
7813
78141997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7815
7816 * Version 20.1 released.
7817
7818 * Makefile.in (install-leim): Depend on mkdir.
7819 (leim): Depend on src.
7820
78211997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7822
7823 * configure.in: Recognize alpha* instead of just alpha.
7824
78251997-09-12 Paul Eggert <eggert@twinsun.com>
7826
7827 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
7828
78291997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7830
7831 * update-subdirs: Use rm -f.
7832
78331997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7834
7835 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
7836 Ignore subdirs named Old.
7837
78381997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
7839
7840 * configure.in: Add OpenBSD clause to set $machine.
7841
78421997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7843
7844 * make-dist: Recompile everything after updating various Lisp files.
7845 Recompile in leim as well as lisp.
7846 Check in leim as well as lisp for mismatched files and too-long names.
7847
78481997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7849
7850 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
7851
78521997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7853
7854 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
7855 before trying to copy anything from it.
7856
78571997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7858
7859 * Makefile.in (man/Makefile): New target.
7860 (tags): Define env var EMACS and run Makefile from build dir.
7861
78621997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
7863
7864 * config.bat: If src/_gdbinit doesn't exist, try using
7865 src/.gdbinit to create it (for building on Windows 95).
7866
78671997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7868
7869 * Makefile.in (install-arch-indep):
7870 Discard extra data in tar | tar pipes.
7871
78721997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
7873
90eacf99
SM
7874 * configure.in (x_default_search_path):
7875 Corrected '${x_library}' to '${x_library}/X11'.
067d23c9
KY
7876
78771997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7878
7879 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
7880
78811997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7882
7883 * configure.in: Support auto-configuration of both Kerberos V4 and
7884 Kerberos V5 for movemail, including detection of V4 and V5 header
7885 files and libraries.
7886
78871997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
7888
7889 * configure.in: Compute x_default_search_path
7890 and substitute into makefiles.
7891
7892 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
7893
78941997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7895
7896 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
7897
78981997-08-07 Erik Naggum <erik@naggum.no>
7899
7900 * configure.in: Remove lockdir, it is no longer needed.
7901 * Makefile.in (mkdir): Don't create lockdir.
7902 (lockdir): Variable deleted.
7903 (paths-force): Don't operate on PATH_LOCK.
7904
79051997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7906
7907 * leim-Makefile.in (clean, distclean): New targets.
7908
7909 * make-dist: Include leim/ChangeLog in leim distribution.
7910
79111997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7912
7913 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
7914
79151997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7916
7917 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
7918
79191997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7920
7921 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
7922
79231997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7924
7925 * make-dist: Update leim/leim-list.el.
7926 Pass along value of $EMACS when updating lisp dir.
7927
79281997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7929
7930 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
7931 prerequisite to the use of Doug Lea's malloc.
7932
79331997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7934
7935 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
7936
7937 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
7938
79391997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7940
7941 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
7942
79431997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7944
7945 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
7946 to news-r6.h.
7947
79481997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7949
7950 * config.bat: Use `sed' instead of `cp', which might not be
7951 installed.
7952
79531997-07-09 Kenichi Handa <handa@etl.go.jp>
7954
7955 * Makefile.in (mostlyclean): Add cleaning leim directory.
7956 (clean, distclean, maintainer-clean): Likewise.
7957
79581997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7959
7960 * make-dist (bogosities): Check subdirs of `lisp' also.
7961
79621997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7963
7964 * make-dist (etc): Really avoid symlinks now.
7965 (lisp): Don't delete from subdirs the things we never copy.
7966
79671997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7968
7969 * Makefile.in (install-arch-indep): Correct the target name.
7970 The first letter `i' was dropped by the previous change of mine.
7971
79721997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7973
7974 * configure.in (leim/Makefile): Generate this.
7975 (*-sysv4.2uw*): Recognize new alternative.
7976
7977 * leim-Makefile.in: Renamed from leim-Makefile.
7978
7979 * make-dist: Set up real-leim subdirectory,
7980 with the real contents of leim; then move it to
7981 a separate top-level directory.
7982
7983 * make-dist: Don't mention site-lisp, site-init, site-start
7984 or default, when listing files hat are not compiled and should be.
7985
7986 * configure.in: Create src/config.stamp at the end.
7987
79881997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7989
7990 * Makefile.in (install-leim): Correct previous change.
7991
79921997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7993
7994 * Makefile.in (install-leim): New target.
7995 (install): Depend on install-leim.
7996
79971997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7998
7999 * Makefile.in (SUBDIR): Add leim.
8000 (SUBDIR_MAKEFILES): Add leim/Makefile.
8001 (leim/Makefile): New target.
8002
80031997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8004
8005 * leim-Makefile: New file.
8006 * make-dist: Initialize a `leim' subdirectory with that makefile.
8007
80081997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8009
8010 * configure.in (GNU_MALLOC_reason): Fix message text.
8011
80121997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8013
8014 * make-dist (lisp): Don't process subdirs that start with =.
8015 (etc): Copy symlinks, as in src.
8016
80171997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8018
8019 * configure.in (i*86-*-unixware*): New alternative.
8020
80211997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8022
8023 * Makefile.in (src/config.stamp): Target renamed from src/config.h
8024 and touch it explicitly.
8025
8026 * configure.in (mips-sony-newsos6*): New alternative.
8027 (mips-*-linux-gnu*): New alternative.
8028 (*-*-bsdi*): New alternative.
8029 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
8030
80311997-06-22 Dave Love <d.love@dl.ac.uk>
8032
8033 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
8034 (src/config.h): New target to re-configure if src/config.in is patched.
8035
80361997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8037
8038 * configure.in (shutdown): Check for `shutdown' function.
8039
80401997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8041
8042 * update-subdirs: Include the directory "language" in subdirs.
8043
80441997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8045
8046 * configure.in (m88k-dg-dgux4*): New alternative.
8047 (alpha-*-netbsd*): New alternative.
8048 (powerpcle-*-solaris2*): New alternative.
8049
80501997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8051
8052 * make-dist: Warn about .el files that are not compiled.
8053
80541997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8055
8056 * Makefile.in (dist): Don't run update-subdirs here,
8057 since make-dist now gets that done.
8058
8059 * make-dist: Use the new `updates' target in lisp/Makefile.
8060
8061 * make-dist: Use new non-file targets in lisp/Makefile.
8062
80631997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8064
8065 * make-dist: Handle all subdirs of `lisp' uniformly.
8066 Don't handle `term' and `language' specially.
8067 Clear out umask at the beginning.
8068
80691997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8070
8071 * make-dist: Use Make to update finder-inf.el and autoloads.
8072 Also update cus-load.el.
8073
80741997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8075
8076 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
8077 in case it is desirable to disable the GNU malloc features with glibc.
8078
80791997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8080
8081 * configure.in (DOUG_LEA_MALLOC):
8082 Define if malloc_{get,set}_state exist.
8083
80841997-03-05 Kenichi Handa <handa@etl.go.jp>
8085
8086 * make-dist: Make links for files under lisp/language.
8087
80881997-02-20 Kenichi Handa <handa@etl.go.jp>
8089
8090 * update-subdirs: Exclude the directory "language" from subdirs.
8091
80921997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
8093
8094 * configure.in: Check for rint and cbrt.
8095
80961997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8097
8098 * make-dist: Use $EMACS to say where to run Emacs.
8099 Add --no-update option.
8100
81011996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8102
8103 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
8104
81051996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8106
8107 * make-dist (copying src): Check thoroughly for symlinks
8108 and copy them in all cases. Regularize the linking of *.in
8109 and *.opt and ChangeLog files.
8110 (copying lib-src): Likewise.
8111 Don't rm getdate.c or y.tab.*--they don't exist any more.
8112
81131996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
8114
8115 * configure.in: Check for libmail, maillock.h and
8116 touchlock (for movemail).
8117
81181996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8119
8120 * configure.in (limits.h): Check for this file.
8121
81221996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8123
8124 * configure.in (rs6000-ibm-aix4.2): New alternative.
8125 (rs6000-ibm-aix4.0): New alternative.
8126 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
8127
81281996-11-22 Ben Harris <bjh21@cam.ac.uk>
8129
8130 * configure.in: Recognize vax-*-netbsd*.
8131
81321996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8133
8134 * configure.in (locallisppath): Add leim directory.
8135
81361996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
8137
8138 * config.bat: Make sure `mv' supports forward slashes and -f.
8139
81401996-10-28 Christian Limpach <chris@nice.ch>
8141
8142 * configure.in (hppa*-next-nextstep*): * added after hppa
8143 to accept hppa1.0 and hppa1.1.
8144
81451996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
8146
8147 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
8148 * configure.in (ld_switch_machine): Fix typo.
8149
81501996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8151
8152 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
8153 from config.h and use them in $ac_link.
8154
81551996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
8156
8157 * configure.in: Create a subdir named `lisp'.
8158
81591996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8160
8161 * configure.in: Check for getcwd.
8162
81631996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8164
8165 * configure.in: Check for termios.h. Check for setpgid.
8166
81671996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8168
8169 * configure.in: Check for setrlimit.
8170
81711996-08-31 Paul Eggert <eggert@twinsun.com>
8172
8173 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
8174
81751996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8176
8177 * configure.in: Check for utimes.
8178
8179 * configure.in: Check for com_err library, but only
8180 if --with-kerberos was used. Check for krb and des
8181 only if --with-kerberos.
8182
81831996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8184
8185 * Makefile.in (INSTALL_STRIP): New variable.
8186 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
8187 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
8188
81891996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8190
8191 * configure.in: Check for krb and des libraries.
8192
81931996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8194
8195 * configure.in (*-sunos4.1.[3-9]*noshare):
8196 Use sunos413, not sunos4-1-3.
8197 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
8198 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
8199
82001996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8201
8202 * Makefile.in (src/paths.h): Target deleted.
8203 (paths-force): Delete all dependencies on this target
8204 but don't delete the target.
8205 (install): Depend on `all'.
8206 (paths-force): Don't print a message.
8207
8208 * configure.in: Generate src/paths.h here.
8209
82101996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8211
8212 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
8213 New variables that affect linking only.
8214 (alpha-dec-osf*): Use those instead of previous change.
8215
82161996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8217
8218 * Makefile.in (install-arch-indep): Install info/messages.
8219
82201996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8221
8222 * Version 19.33 released.
8223
82241996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
8225
8226 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
8227 Fix previous change.
8228
82291996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8230
8231 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
8232 New alternative.
8233
82341996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8235
8236 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
8237 and NON_GCC_TEST_OPTIONS.
8238
82391996-08-06 Paul Eggert <eggert@twinsun.com>
8240
8241 * configure.in (LOCALTIME_CACHE): Don't put a string literal
8242 "TZ=..." in environ.
8243
82441996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8245
8246 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
8247
82481996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8249
8250 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
8251 the more general *-sunos4.1.[3-9]* clause.
8252
82531996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8254
8255 * Version 19.32 released.
8256
8257 * configure.in (*-sco3.2v5*):
8258 Set OVERRIDE_CPPFLAG to a string of one space.
8259 Fix the code that uses OVERRIDE_CPPFLAG.
8260
82611996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
8262
8263 * configure.in: Undo previous change.
8264
82651996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8266
8267 * config.sub: Use `pc', not `unknown', when canonicalizing
8268 the vendor for ...86.
8269
82701996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
8271
8272 * configure.in: Check for termios.h header.
8273
82741996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
8275
8276 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
8277
82781996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
8279
8280 * configure.in: Split bsdos2 and bsdos2-1.
8281
82821996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8283
8284 * config.sub: If last two words are not a recognized
8285 KERNEL-OS pair, use just the last word as OS, as in 19.31.
8286 Make conversion of gnu/linux to linux-gnu really work.
8287
8288 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
8289
82901996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8291
8292 * configure.in (check for using Lucid widgets by default):
8293 Eliminate indentation that confuses some compilers.
8294
82951996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8296
8297 * config.sub: Convert linux and gnu/linux to linux-gnu.
8298
8299 * make-dist: Don't update getdate.c.
8300 Ignore =... files when checking for too-long Lisp file names.
8301
83021996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8303
8304 * configure.in (euidaccess): Check for that, not for eaccess.
8305
83061996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8307
8308 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
8309 before `noshare'.
8310 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
8311
83121996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8313
8314 * configure.in: Rename lignux to linux-gnu in configuration names.
8315 Use gnu-linux as the opsys value (s/ file name).
8316 Allow i686 just like i386, i486, i586.
8317
83181996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8319
8320 * configure.in (i*86-*-sco3.2v5): New alternative.
8321 (OVERRIDE_CPPFLAG): New variable.
8322 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
8323
8324 * configure.in: Specify vpath for .texi files.
8325
83261996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8327
8328 * configure.in: Always check for HAVE_X11R5.
8329 Separately decide whether to use a toolkit by default.
8330
83311996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
8332
8333 * configure.in: If X11R5 is missing the Xaw headers,
8334 default to --with-x-toolkit=no.
8335
83361996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8337
8338 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
8339
83401996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8341
8342 * Makefile.in (install-arch-indep): If cd etc makes output,
8343 don't treat that as part of the tar data.
8344 Check that ./lisp actually exists.
8345
83461996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
8347
8348 * make-dist: Check for long file names.
8349
83501996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8351
8352 * Version 19.31 released.
8353
83541996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8355
8356 * configure.in: Recognize sparc-*-lignux.
8357
83581996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
8359
8360 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
8361 Don't include config.w95.
8362
83631996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
8364
8365 * make-dist: Replace --no-clean-up and --no-tar options
8366 with --clean-up and --tar, so that the default is useful.
8367
83681996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8369
8370 * config.bat: Make sure the GDB init file is called src/_gdbinit;
8371 if not, tell the user to rename it and abort.
8372
83731996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8374
8375 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
8376 test program.
8377
83781996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8379
8380 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
8381
8382 * make-dist (MANIFEST): Fix previous change.
8383 (msdos): Put mainmake.v2 into the dist.
8384
83851996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8386
8387 * make-dist: Exit if autoconf fails.
8388
83891996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
8390
8391 * config.bat: Set djgpp-ver, and unset it at the end.
8392 Add a number of conditionals for DJGPP version 2.
8393 Rename label libsrc2 to libsrc3.
8394 Substitute for LDFLAGS in src/Makefile.
8395 Substitute for ALL_CFLAGS in lib-src/Makefile.
8396
83971996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8398
8399 * configure.in (ncurses): Check this after checking fns like strerror.
8400
84011996-04-08 Erik Naggum <erik@naggum.no>
8402
8403 * make-dist (MANIFEST): Don't include lines from =files.
8404
84051996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8406
8407 * make-dist: Don't put lisp/dired.todo in the dist.
8408
84091996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
8410
8411 * configure.in (HAVE_NCURSES): Look for library named ncurses.
8412
8413 * configure.in (setlocale): Check for it.
8414
8415 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
8416
84171996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8418
8419 * configure.in: Use lignux instead of linux as value of opsys.
8420
84211996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8422
8423 * Makefile.in (install-strip): Fix whitespace.
8424 Get rid of continuation.
8425
8426 * config.sub: Convert linux or gnu/linux to lignux.
8427
84281996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8429
8430 * configure.in: Accept lignux in configuration name.
8431
84321996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8433
8434 * Makefile.in (install-strip): New target.
8435
84361996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8437
8438 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
8439 -f failed to do the job on Suns.
8440
84411996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8442
8443 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
8444
8445 * configure.in (linux/version.h): Check for this header.
8446
84471996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8448
8449 * configure.in: Remove -fno-builtin hackery from -lm check.
8450
84511996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8452
8453 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
8454 just this test.
8455
8456 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
8457
84581996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8459
8460 * configure.in: Check for ncurses.
8461
84621996-02-28 Paul Eggert <eggert@twinsun.com>
8463
8464 * configure.in (LOCALTIME_CACHE):
8465 Also define if localtime mishandles unsetting TZ.
8466 This works around a localtime bug in mips-dec-ultrix.
8467
84681996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8469
8470 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
8471
8472 * configure.in: Improve messages about X versions.
8473
84741996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8475
8476 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
8477
84781996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8479
8480 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
8481 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
8482
8483 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
8484 (install): Put install-arch-indep before install-arch-dep.
8485
84861996-02-20 Dave Love <d.love@dl.ac.uk>
8487
8488 * INSTALL: Clarify info about MS-DOS path handling.
8489
84901996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8491
8492 * Makefile.in (install-arch-indep): Install info/ccmode*.
8493 In previous change, protect against /bin/pwd returning null string.
8494
84951996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8496
8497 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
8498 to lispdir.
8499
85001996-02-01 Paul Eggert <eggert@twinsun.com>
8501
8502 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
8503
85041996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8505
8506 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
8507
85081996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8509
8510 * Makefile.in (extraclean): Use ${top_distclean} to ensure
8511 we delete everything distclean deletes.
8512
85131996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
8514
8515 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
8516
85171996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8518
8519 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
8520 into LDFLAGS instead of into LIBS.
8521
85221996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8523
8524 * configure.in (HAVE_XMU): Fix typo in previous change.
8525
85261996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8527
8528 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
8529
85301996-01-10 Erik Naggum <erik@naggum.no>
8531
8532 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
8533
85341996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
8535
8536 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
8537
85381996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8539
8540 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
8541 and use -lXt to link it.
8542
85431996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8544
8545 * configure.in (locallisppath): Put version-specific dir first.
8546
85471996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8548
8549 * configure.in (hppa-*-nextstep*): New alternative.
8550 (USE_X_TOOLKIT): By default, set this to "maybe";
8551 and change that later to LUCID or "no" according to X11 version.
8552
8553 * make-dist: Recompile outdated .elc files and update all autoloads.
8554
85551996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8556
8557 * configure.in (locallisppath): Fix typo in last change: " -> '.
8558
85591996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8560
8561 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
8562
85631995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8564
8565 * Makefile.in (install-arch-indep): Give all files read permission.
8566
85671995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8568
8569 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
8570 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
8571
85721995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8573
8574 * configure.in: Determine HAVE_X11R6.
90eacf99 8575 (HAVE_MENUS): Rename from HAVE_X_MENU.
067d23c9
KY
8576
85771995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8578
8579 * configure.in: Just "solaris" now defaults to version 2.4.
8580 Add sunos4.1.n-noshare as alternative.
8581
85821995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8583
8584 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
8585
85861995-11-29 Erik Naggum <erik@naggum.no>
8587
8588 * Makefile.in (install-arch-indep): Add missing backslash.
8589
85901995-11-29 Karl Eichwalder <ke@ke.Central.DE>
8591
8592 * Makefile.in (install-arch-indep): Don't install
8593 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
8594
85951995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8596
8597 * Makefile.in (install-arch-indep): Fix previous change.
8598
8599 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
8600
86011995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8602
8603 * Version 19.30 released.
8604
8605 * make-dist (lisp): Exclude subdirs.el.
8606
86071995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8608
8609 * make-dist (etc): Delete *.orig and *.rej.
8610
86111995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8612
8613 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
8614
86151995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8616
8617 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
8618
86191995-11-14 Geoff Voelker <voelker@cs.washington.edu>
8620
8621 * make-dist (nt): Rename install, readme, and todo to
8622 INSTALL, README, and TODO.
8623
86241995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8625
8626 * make-dist (lisp): Don't distribute site-start.
8627
86281995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
8629
8630 * make-dist: Break the hard link on alloca.c.
8631
86321995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8633
8634 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
8635
86361995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8637
8638 * make-dist (src, lib-src): Don't distribute Makefile.c.
8639 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
8640
86411995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8642
8643 * Makefile.in (mkdir): Create man1dir, not mandir.
8644 (uninstall): Use man1dir, not mandir.
8645
86461995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8647
8648 * Makefile.in (man1dir): New variable.
8649 (install-arch-indep): Use man1dir.
8650
8651 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
8652
8653 * make-dist: Create lisp/MANIFEST.
8654
86551995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8656
8657 * configure.in (m68k-*-linux*): New alternative.
8658
86591995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8660
8661 * make-dist: Use new names config.in, paths.in, and
8662 {src,lib-src}/Makefile.in.
8663
86641995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8665
8666 * configure.in: Don't bother checking for drem.
8667
86681995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8669
8670 * Makefile.in (distclean): Delete line with just a tab in it.
8671 (install-arch-indep): Delete spaces that precede tabs.
8672 Delete spurious `fi' left from previous change.
8673 (install): Supply `true' as command, to avoid null command.
8674
86751995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8676
8677 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
8678
86791995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8680
ed9265fc 8681 * configure.in (powerpc-*-solaris2): New alternative.
067d23c9
KY
8682
86831995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
8684
8685 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
8686 of paths.h.tmp$$, to avoid going beyond 14 characters.
8687
86881995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8689
8690 * configure.in: Improve error msg for invalid --with-x-toolkit value.
8691
86921995-09-06 Paul Eggert <eggert@twinsun.com>
8693
8694 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
8695 if localtime caches TZ. Check for tzset.
8696
86971995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8698
8699 * config.bat: Simplify using new names file names src/makefile.in,
8700 config.in, paths.in. Change Echo commands not to use `.
8701
87021995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8703
8704 * Makefile.in (install-arch-indep): Always install the new dir file;
8705 rename the previous dir file to dir.bak or dir.old.
8706
87071995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8708
8709 * configure.in (RANLIB): Substitute this into makefiles.
8710 Set it specially on solaris; set it by default on other systems.
8711
8712 * configure.in: Fix previous Alpha change.
8713
87141995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8715
8716 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
8717 NON_GCC_TEST_OPTIONS.
8718
87191995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8720
8721 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
8722 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
8723
8724 * configure.in (alpha-*-linux*): New configuration.
8725
87261995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8727
8728 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
8729 (m68k-next-nextstep*): New alias for that.
8730 (i*86-*-nextstep*): Use nextstep.h.
8731 (sparc-*-nextstep*): New configuration.
8732
87331995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8734
8735 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
8736 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
8737
87381995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8739
8740 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
8741 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
8742
87431995-07-18 Mike Long <mike.long@analog.com>
8744
8745 * make-dist: Fix update of finder-inf.el, and byte-compile it.
8746
87471995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8748
8749 * Makefile.in (src/paths.h, paths-force):
8750 Rename src/paths.h.in to src/paths.in.
8751 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
8752
8753 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
8754 Use Makefile.c for intermediate file.
8755 Rename src/config.h.in to src/config.in.
8756
87571995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
8758
8759 * configure.in (mips-dec-ultrix*): Assume version 4.3.
8760 (mips-dec-ultrix4.[12]): New alternative for old versions.
8761
87621995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8763
8764 * make-dist: Don't break intra-tree links.
8765
87661995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8767
90eacf99
SM
8768 * configure.in: Put back archlibdir initialization.
8769 Require autoconf 2.4.1 or later.
067d23c9
KY
8770
87711995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8772
8773 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
8774 (mips-mips-riscos5*): New alternative.
8775
87761995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8777
8778 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
8779
87801995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8781
8782 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
8783 (mandir, infodir, archlibdir): Initializations deleted.
8784
8785 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
8786 On hpux9shr, use hpux9shxr4.h.
8787
87881995-06-24 Morten Welinder <terra+@cs.cmu.edu>
8789
8790 * configure.in: Added target mips-dec-mach_bsd4.3.
8791 * config.guess: Guess mips-dec-mach_bsd4.3.
8792
87931995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8794
8795 * Makefile.in (mkdir): Use symbolic chmod.
8796
87971995-06-22 Paul Eggert <eggert@twinsun.com>
8798
8799 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
8800 SunOS 4.1.5 through 4.1.9, should they ever exist.)
8801
88021995-06-22 Paul Eggert <eggert@twinsun.com>
8803
8804 * Makefile.in (SUBDIR_MAKEFILES):
8805 Add man/Makefile, so `make distclean' removes it.
8806 (top_distclean): Add config.log to the list of files to be removed.
8807
88081995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8809
8810 * Version 19.29 released.
8811
88121995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8813
8814 * configure.in: Fix the previous change to verify that the -b
8815 option really solves the problem.
8816
8817 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
8818
88191995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8820
8821 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
8822
88231995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8824
8825 * configure.in: Report more clearly when there is no special
8826 dir to search for X includes or libraries.
8827
88281995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8829
8830 * configure.in: Check for -lpthreads, not -lpthread.
8831
88321995-06-09 Geoff Voelker <voelker@cs.washington.edu>
8833
8834 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
8835
88361995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8837
8838 * configure.in: Check for -lpthread.
8839
88401995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8841
8842 * Makefile.in (install-arch-indep): Install info files for mh-e.
8843 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
8844
88451995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8846
8847 * configure.in (*-solaris2.5): New configuration.
8848
8849 * make-dist: Copy new files config.nt and config.w95.
8850
88511995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8852
8853 * configure.in: Use x_includes, not x_libraries, for -I.
8854 Make bitmapdir a colon-separated list.
8855
88561995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
8857
8858 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
8859
8860 * configure.in: Allow x_libraries and x_includes to be paths.
8861
88621995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8863
8864 * configure.in: Fix typo.
8865
88661995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8867
8868 * INSTALL: Clarify use of site-init.el.
8869
88701995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
8871
8872 * configure.in: Pass arg to sqrt.
8873
88741995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8875
8876 * make-dist: Fix May 6 change.
8877
88781995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8879
8880 * vpath.sed: Delete reference to ymakefile.
8881
88821995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8883
8884 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
8885
88861995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8887
8888 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
8889
8890 * update-subdirs: Specify /bin/sh to run the script.
8891
88921995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8893
8894 * make-dist: Put src/makefile.nt in dist.
8895
8896 * configure.in (i[345]86-*-bsdi2*): New configuration.
90eacf99 8897 (vax-dec-bsd386*): Delete.
067d23c9
KY
8898
88991995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8900
8901 * configure.in: Make sure CDPATH doesn't mess up PWD check.
8902 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
8903 Use fmod instead of logb in -lm check.
8904
89051995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8906
90eacf99 8907 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
067d23c9
KY
8908 Use bsd4-3. Don't set NON_GNU_CPP.
8909
8910 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
8911 In nt, copy various different things, but not *.cmd.
8912 Fix the ln commands for the subdirs of nt.
8913
89141995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8915
8916 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
8917
89181995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8919
8920 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
8921 since that's what the header file expects.
8922
89231995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
8924
8925 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
8926 and 68040 based machines when choosing options for gnucc.
8927
89281995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8929
8930 * Makefile.in (top_distclean): Delete config.cache.
8931
89321995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8933
8934 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
8935
8936 * configure.in: Use m/ncr386.h.
8937
89381995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8939
8940 * Makefile.in (install-arch-indep): Undo Sep 23 change.
8941
89421995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8943
8944 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
8945 (man): Don't copy texindex.c and getopt.c; they're deleted.
8946 (etc): Omit `e'; it's a subdirectory.
8947 (etc/e): Use `../..', not `..', to reference top level.
8948
89491995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
8950
8951 * Makefile.in (install-arch-indep, dist):
8952 Look for `update-subdir' in $(srcdir).
8953
89541995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8955
8956 * make-dist: Include mkinstalldirs in distribution.
8957
89581995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8959
8960 * make-dist: Add missing close backquote.
8961
89621995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8963
8964 * make-dist: Don't distribute shortnames directory.
8965
89661995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8967
8968 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
8969
89701995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8971
8972 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
8973
89741995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8975
8976 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
8977
89781995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8979
8980 * configure.in (mips-sgi-irix6): New configuration.
8981
89821995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8983
90eacf99 8984 * Makefile.in (maintainer-clean): Rename from realclean.
067d23c9
KY
8985
89861995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8987
8988 * configure.in: Create a .gdbinit that sources the real one,
8989 if using a different build directory.
8990
89911995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8992
8993 * configure.in: Check for sys/select.h.
8994
89951995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8996
8997 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
8998
89991994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9000
9001 * configure.in: Handle isc 4.1 operating system.
9002
90031994-12-10 Richard Stallman <rms@kepa>
9004
9005 * configure.in (rs6000-ibm-aix4.1*): New alternative.
9006 (rs6000-ibm-aix4*): New alternative.
9007
90081994-12-06 Richard Stallman <rms@kepa>
9009
9010 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
9011
90121994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9013
9014 * configure.in: Don't try to make directories that are guaranteed
9015 to already exist.
9016
90171994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9018
9019 * configure.in: Generate man/Makefile from man/Makefile.in.
9020 Create the man subdir.
9021
9022 * Makefile.in (dvi): Run Make in our man subdir.
9023
9024 * make-dist: Create subdir etc/e.
9025 Make links to it.
9026 Put man/Makefile.in in dist, instead of man/Makefile.
9027
90281994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
9029
9030 * configure.in: Add --with-pop, --with-kerberos, and
9031 --with-hesiod for movemail.
9032
90331994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9034
9035 * configure.in (m68*-apollo*): Use s/domain.h.
9036
90371994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9038
9039 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
9040
90411994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9042
9043 * configure.in: Don't add -I, -L, -R options for cc if their
9044 arguments would be empty.
9045
90461994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9047
9048 * configure.in (i860-intel-osf1*): New alternative.
9049 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
9050 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
9051
90521994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9053
9054 * configure.in: Make h_errno check not use nested functions.
9055
90561994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9057
9058 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
9059
90601994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9061
9062 * Makefile.in (install-arch-indep): Avoid continued comment
9063 swallowing target line.
9064
90651994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
9066
9067 * configure.in: Protect a character class with `changequote'.
9068
90691994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9070
9071 * configure.in: Accept `news' as a synonym for `newsos'.
9072
90731994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9074
9075 * Makefile.in: Don't rm files if cd fails.
9076
90771994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9078
9079 * make-dist: Put nt subdir and its subdirs in the dist.
9080 (lib-src): Put makefile.nt in the dist.
9081 (lisp): Put makefile.nt in the dist.
9082
90831994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9084
9085 * configure.in: Change a stray `[' to `test'.
9086
90871994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9088
9089 * configure.in: Adapt for Autoconf v2. Use the standard argument
9090 parser, host type canonicalizer, X11 finder, and message
9091 printing macros. Use the new macro names. Use `test' instead of `['.
9092
90931994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9094
9095 * configure.in: Check for getpagesize.
9096
90971994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9098
9099 * make-dist (msdos): Put sed* in the distribution.
9100
91011994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
9102
9103 * config.bat: New option, `--with-x', for configuring Emacs
9104 for use with the X11 system DesqView/X.
9105 New option, `--no-debug', for compiling Emacs without debug
9106 information thus saving disk space.
9107 (src/config.h, src/paths.h): Use `update' (which is like
9108 `move-if-changed') to change the file.
9109 (src/config.h): When configuring for X11 perform extra changes.
9110 (src/makefile): When configuring for X11 perform extra changes.
9111 (lib-src): Remove temporary files.
9112 (): Check that `sed', `rm', `mv', and `gcc' are available.
9113
91141994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9115
9116 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
9117
9118 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
9119
91201994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9121
9122 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
9123
9124 * configure.in (canonical): Substitute var into makefiles.
9125 (bitmapdir): Likewise.
9126
9127 * Makefile.in (bitmapdir): New variable.
9128 (src/paths.h, paths-force): Edit PATH_BITMAPS.
9129
91301994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9131
9132 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
9133
9134 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
9135 * update-subdirs: New shell script.
9136
91371994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9138
9139 * Makefile.in (top_distclean): Don't rm build-install.
9140 (SOURCES): Delete build-install.in.
9141
9142 * make-dist: Don't distribute build-ins.in.
9143 * build-ins.in: File deleted.
9144
91451994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
9146
9147 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
9148
91491994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9150
9151 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
9152
90eacf99
SM
9153 * configure.in (libexecdir): Rename from libdir. New default.
9154 (sharedstatedir): Rename from statedir. New default.
067d23c9
KY
9155 (datadir): New default.
9156
9157 * make-dist: Don't distribute subdirs.el.
9158
91591994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9160
9161 * configure.in (eaccess): Check for it.
9162
91631994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9164
9165 * configure.in (mktime): Check for it.
9166
91671994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
9168
9169 * configure.in (motif): Add support for usage and option checking.
9170
91711994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
9172
9173 * configure.in (utimes): Check for it.
9174
91751994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
9176
9177 * Makefile.in (install-arch-indep): Don't do mkdir here.
9178
91791994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9180
9181 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
9182 riscix.h renamed to acorn.h.
9183
91841994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
9185
9186 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
9187 New configurations.
9188
91891994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9190
9191 * configure.in: Remove trailing slashes from srcdir.
9192
91931994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9194
090bd7cb 9195 * configure.in (i[345]86-sequent-ptx*): Handle.
067d23c9
KY
9196
91971994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9198
ed9265fc 9199 * Makefile.in (paths-force): Depend on src/paths.h.
067d23c9
KY
9200
92011994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9202
9203 * configure.in (config_options): Save all arguments, not just some.
9204
92051994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9206
090bd7cb 9207 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
067d23c9
KY
9208
9209 * configure.in: Add AC_AIX.
9210 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
9211
92121994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9213
9214 * configure.in (parsing options): Simplify sed command to delete -'s.
9215
92161994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
9217
9218 * configure.in (config_options): New shell variable.
9219 Pass its value to C code in EMACS_CONFIG_OPTIONS.
9220
92211994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9222
9223 * configure.in (alpha-dec-osf*): New target.
9224
9225 * Makefile.in: Use just one FRC target.
9226
92271994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9228
9229 * Makefile.in (removenullpaths, paths-force):
9230 Use name paths.h.tmp$$, which depends on the pid.
9231
92321994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9233
9234 * Makefile.in (removenullpaths, paths-force):
9235 Put paths.h.tmp in top-level dir, not in src.
9236
92371994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9238
9239 * Version 19.27 released.
9240
92411994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9242
9243 * Version 19.26 released.
9244
92451994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9246
9247 * configure.in: Check for lrand48, not rand48.
9248
92491994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9250
9251 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
9252 (powerpc-ibm-aix*): New aliases.
9253
92541994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9255
9256 * make-dist (src/m, src/s): Put *.inp in distribution.
9257
92581994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9259
9260 * configure.in: Accept i586 and i486 along with i386.
9261
92621994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9263
9264 * configure.in: Do compute unexec, LIBX, system_malloc, etc
9265 even if CPP env var was set by the user.
9266
9267 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
9268
92691994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
9270
9271 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
9272
92731994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9274
9275 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
9276
92771994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9278
9279 * configure.in: Check more specifically for i*86-sun-sunos.
9280
92811994-08-03 Caveh Jalali (caveh@eng.sun.com)
9282
9283 * configure.in: Handle solaris 2.4.
9284
92851994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9286
9287 * configure.in (rand48): Check for it.
9288
92891994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9290
9291 * make-dist: Update the info files.
9292
92931994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9294
9295 * configure.in: Make "checking..." messages' style consistent.
9296 (HAVE_H_ERRNO): New test.
9297
92981994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9299
9300 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
9301
93021994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9303
9304 * configure.in (CFLAGS): If the envvar was specified, use that.
9305 And set REAL_CFLAGS from it too.
9306
93071994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9308
9309 * make-dist: Update finder-inf.el.
9310
93111994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9312
9313 * make-dist (msdos): Include sed4.inp in dist.
9314
9315 * Makefile.in (libsrc_libs): Var deleted.
9316
93171994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9318
9319 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
9320
93211994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9322
9323 * configure.in (mips-sony-newsos4*): New alias.
9324
93251994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9326
9327 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
9328 (*-convex-convexos*): Accept this as alias.
9329
93301994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9331
9332 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
9333 for two different uses.
9334
93351994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9336
9337 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
9338
93391994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9340
9341 * make-dist: Put ./BUGS into the distrib.
9342
93431994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9344
9345 * configure.in: Handle 386 running Solaris 2.
9346
93471994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9348
9349 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
9350
93511994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9352
9353 * configure.in (mips-sony-newsos*): Use news-risc.h.
9354
9355 * configure.in: Accept bsdi as opsys, like bsd386.
9356
93571994-06-01 Morten Welinder (terra@diku.dk)
9358
9359 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
9360
93611994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9362
9363 * Version 19.25 released.
9364
9365 * make-dist (shortversion): Don't assume another period follows.
9366
93671994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9368
9369 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
9370 (uninstall): Use /bin/pwd.
9371
9372 * Makefile.in (blessmail): Depend on src.
9373 (all): Don't depend on blessmail.
9374
9375 * Makefile.in (src/paths.h): Don't force recomputation.
9376 (paths-force): New target; force recomputation of paths.h.
9377 (all): Depend on paths-force.
9378 (src, lib-src): Depend on src/paths.h.
9379
9380 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
9381 NON_GCC_TEST_OPTIONS.
9382
93831994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9384
9385 * configure.in: Don't insist on subversions for irix.
9386
93871994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9388
9389 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
9390
9391 * configure.in (i[34]86-next-*): New alternative.
9392
93931994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9394
9395 * Version 19.24 released.
9396
9397 * configure.in: New config hppa*-hp-hpux9shr*.
9398
93991994-05-22 Morten Welinder (terra@tyr.diku.dk)
9400
9401 * config.bat: Doc fix.
9402
94031994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9404
9405 * Makefile.in (mostlyclean, clean, distclean, realclean)
9406 (extraclean): Don't act on man subdir if it doesn't exist.
9407
94081994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9409
9410 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
9411 Use them to set up CC.
9412 (*-sun-sunos4.1.3): Set them.
9413
94141994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9415
9416 * Makefile.in (lib-src): Don't depend on src/paths.h.
9417
94181994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9419
9420 * build-ins.in (copydests): Get rid of spurious `-'s.
9421
9422 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
9423
94241994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9425
9426 * Version 19.23 released.
9427
9428 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
9429 for the Xlib and Xt checks; then restore old CFLAGS.
9430
94311994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9432
9433 * configure.in (HAVE_X11XTR6): Add newline before #if.
9434 Add newline after #endif.
9435
94361994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9437
9438 * configure.in (HAVE_X11XTR6): Arrange to define it.
9439
94401994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9441
9442 * Makefile.in (install): Depend on blessmail.
9443
94441994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9445
9446 * configure.in (mips-siemens-sysv*): Put quotes around value
9447 containing blanks.
9448
94491994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9450
9451 * Makefile.in (TAGS): Use the makefile in src subdir.
9452
94531994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9454
9455 * configure.in (opsys): Recognize `gnu'.
9456
94571994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9458
9459 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
9460
94611994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9462
9463 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
9464 version > 1.8.
9465
94661994-05-08 Morten Welinder (terra@diku.dk)
9467
9468 * config.bat: Forcibly remove "# " style comments from makefiles.
9469
94701994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9471
9472 * Makefile.in (uninstall): When processing lispdir and etcdir,
9473 do nothing unless it exists and is a directory.
9474
94751994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9476
9477 * Makefile.in (install-arch-indep): Do install info/dired-x*.
9478 Merge code in from install-doc.
9479 (install-doc): Merge code back into install-arch-indep.
9480 (install-arch-dep): Don't depend on install-doc.
9481
9482 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
9483
94841994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9485
9486 * configure.in (making src/Makefile and lib-src/Makefile):
9487 Split off the autoconf substitutions and don't pass them thru cpp.
9488 (undefs): Use $canonical as well as $configuration.
9489
9490 * make-dist: Distribute lisp/Makefile.
9491
9492 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
9493 Use lower case names for the s files.
9494
94951994-05-03 Morten Welinder (terra@diku.dk)
9496
9497 * config.bat: Added possibility for different file name
9498 transcriptions in lib-src.
9499
95001994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9501
9502 * Makefile.in (lib-src): Undo previous change.
9503 (blessmail): New target to run maybe-blessmail in lib-src.
9504 (all): Depend on blessmail.
9505
9506 * Makefile.in (lib-src): Depend on src.
9507
95081994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
9509
9510 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
9511 (m88k-dg-dgux5.4R2): dgux5.4R2.
9512
95131994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9514
9515 * configure.in (window_system): Restore accidentally deleted code
9516 that uses AC_FIND_X.
9517
9518 * make-dist: Distribute config.bat.
9519
95201994-04-29 Morten Welinder (terra@diku.dk)
9521
9522 * config.bat: Corrected the configuration of lib-src
9523 to keep up with configure. Add note about dos version 3
9524 or better needed (djgpp needs that). Add note explaining
9525 that either install in c:/emacs or edit the script.
9526 Don't change to c:/emacs, but assume we're there (to minimize
9527 the number of places to change).
9528
9529 * config.bat: Build-in the first step towards X11 support with
9530 the X11 emulator that exists. At this time it won't work,
9531 and several files are missing.
9532
95331994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9534
9535 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
9536 Don't look for -lresolv.
9537
9538 * Makefile.in (lib-src): Depend on src/paths.h.
9539
95401994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9541
9542 * configure.in: Restore deleted AC_SUBST of `configuration'.
9543 Improve error message for bad --with-x-toolkit value.
9544
9545 * configure.in: Define CONFIGURATION in src/config.h
9546 rather than substituting in src/Makefile.in.
9547
95481994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9549
9550 * Makefile.in (install-doc): New target.
9551 (install-arch-dep): Depend on install-doc.
9552 (mkdir): Create docdir.
9553
95541994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9555
9556 * configure.in: Test for libresolv.a.
9557 Substitute machfile and opsysfile.
9558
95591994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9560
9561 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
9562 (install-arch-dep): Install under the name $(EMACS).
9563
95641994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9565
9566 * configure.in (version): Use entire value of emacs-version.
9567 (mips-siemens-sysv*): New alternative.
9568
95691994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9570
9571 * Makefile.in (install-arch-indep): Don't install dired-x*.
9572
95731994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9574
9575 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
9576 Fix definition of $undefs.
9577
95781994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9579
9580 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
9581
9582 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
9583
95841994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9585
9586 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
9587
95881994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9589
9590 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
9591 and run it thru cpp, as with src/Makefile.in.
9592
9593 * configure.in: Use AC_SET_MAKE.
9594
95951994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9596
9597 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
9598
95991994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9600
9601 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
9602
9603 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
9604 (printing the choices): Make the toolkit message unconditional.
9605 (USE_X_TOOLKIT): Use `none', not `no', if none.
9606 (include libsrc_libs): Include config.h, and specify -I for srcdir.
9607 Get rid of temp file foofoo1.
9608
96091994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9610
9611 * configure.in (CFLAGS): Use shell syntax, not Makefile.
9612
96131994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9614
9615 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
9616 (printing the choices): State choice of toolkit.
9617 (libsrc_libs): Recalculate after writing config.h;
9618 then update lib-src/Makefile.
9619
96201994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9621
9622 * configure.in: Add sunos4shr as alternative for suns.
9623 Conditionals testing for null $CC were backwards.
9624
96251994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9626
9627 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
9628
96291994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9630
9631 * configure.in: Handle -isc4.0*.
9632
96331994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9634
9635 * configure.in (esix5): Set NON_GNU_CPP.
9636
96371994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
9638
9639 * Makefile.in (thisdir): Nonsensical variable removed.
9640 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
9641 back to $thisdir, rather than the directory `this_dir'.
9642
96431994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9644
9645 * Makefile.in (install-arch-indep): Add missing backslash after a
9646 `then'.
9647
96481994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9649
9650 * Makefile.in (thisdir): New variable.
9651 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
9652
96531994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9654
9655 * configure.in: Add freebsd.
9656
96571994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9658
9659 * configure.in: Check for fpathconf.
9660
96611994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9662
9663 * configure.in (with_x_toolkit): Fix typo in previous change.
9664
96651994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9666
9667 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
9668
96691994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9670
9671 * configure.in (with_x_toolkit): Don't allow motif or open-look.
9672
96731994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9674
9675 * configure.in: Fix value of docdir.
9676 * Makefile.in (install-arch-indep): Install DOC* in docdir.
9677
96781994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9679
9680 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
9681
96821994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
9683
9684 * configure.in: New variable docdir to control where the docstring
9685 file goes.
9686 Makefile.in: Use it to initialize PATH_DOC in paths.h.
9687
96881994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9689
9690 * configure.in: When --run-in-place, don't inherit archlibdir.
9691
96921994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9693
9694 * Makefile.in (install-arch-dep, install-arch-indep):
9695 New targets split up former do-install rule.
9696 (do-install): Target deleted.
9697
96981994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9699
9700 * configure.in (mips-sony-newsos*): New configuration.
9701
97021994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
9703
90eacf99 9704 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
067d23c9
KY
9705
97061994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9707
9708 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
9709
97101994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9711
9712 * configure.in: Don't initialize CC.
9713
97141994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9715
9716 * configure.in (creating src/Makefile): Also generate -U switches
9717 for symbols in the $configuration value.
9718
9719 * configure.in: Check for sys_siglist being declared in system header.
9720
97211994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9722
9723 * configure.in (creating src/Makefile): Delete blank lines
9724 along with lines of whitespace.
9725 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
9726
97271994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9728
9729 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
9730 like C_SWITCH_SYSTEM.
9731 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
9732
97331994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9734
9735 * configure.in (drem): Check for this function.
9736
97371994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9738
9739 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
9740 If CPP was inherited from environment, don't use NON_GNU_CPP.
9741 (NON_GNU_CC): Likewise.
9742 (handling with_gcc): Use explicit if in the `no' case.
9743 (cc_specified): New variable; if set, don't use NON_GNU_CC.
9744
97451994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9746
9747 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
9748
97491994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9750
9751 * configure.in: Check whether fmod exists.
9752
97531994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9754
9755 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
9756 {src,lisp}/OChangeLog.
9757
97581994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9759
9760 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
9761 necessary for proper operation. This code works with the current
9762 released version of Autoconf.
9763
97641994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9765
9766 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
9767 (USE_X_TOOLKIT): Define it for all values except `no'.
9768
9769 * configure.in: Undo first Jan 8 change and Jan 16 change.
9770
97711994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9772
9773 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
9774 Substitute USE_X_TOOLKIT as both C macro and Make variable.
9775
9776 * Makefile.in (lwlib/Makefile): New target.
9777 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
9778 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
9779 (unlock, relock): Handle lwlib subdir.
9780
9781 * Makefile.in: Add some .PHONY targets.
9782
9783 * make-dist: Handle lwlib subdir like oldXMenu subdir.
9784
9785 * lwlib: New subdirectory.
9786
97871994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9788
9789 * configure.in: If CPP has a value that is a directory,
9790 discard the value.
9791
97921994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9793
9794 * configure.in (srcdir_undefs): Add g flag to sed substitution to
9795 remove -U[0-9]*.
9796
97971994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9798
9799 * Makefile.in (do-install): Install the dired-x info files.
9800
9801 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
9802 (See src/s/sol2.h.)
9803
98041994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9805
9806 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
9807
98081994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9809
9810 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 9811 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
9812 gratuitously break this and not make a change log entry.
9813 Optimized sed processing of Makefile.in and cpp output; now
9814 preserves comments previously removed from the cpp input.
9815 Eliminated temp file for cpp output. Generate -U switches to
9816 undefine all identifiers that appear in the directory name
9817 ${srcdir}; pass these to cpp.
9818
9819 * configure.in (version): Fix sed regexp to match two-elt version
9820 number.
9821
9822 * configure.in: Check for strerror.
9823
98241994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9825
9826 * configure.in: Test for bcmp.
9827
98281994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9829
9830 * make-dist (tempdir): Put subdir msdos into the distribution.
9831
98321993-01-07 Morten Welinder (terra@diku.dk)
9833
9834 * config.bat: New file.
9835
98361994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9837
9838 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
9839
98401994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9841
9842 * configure.in (m68*-next-*): Don't care about which os is specified.
9843 (i[34]86-*-*): Check for *-nextstop*.
9844
98451993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9846
9847 * configure.in: Check for setsid.
9848
98491993-12-17 Richard Stallman (rms@srarc2)
9850
9851 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
9852
98531993-12-15 Richard Stallman (rms@srarc2)
9854
9855 * Makefile.in (mkdir): Make only the lockdir writable.
9856
90eacf99 9857 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
067d23c9
KY
9858
98591993-12-11 Richard Stallman (rms@srarc2)
9860
9861 * Makefile.in (libdir): Use @libdir@.
9862
98631993-12-08 Richard Stallman (rms@srarc2)
9864
9865 * Makefile.in (install): Add empty command.
9866
98671993-12-04 Richard Stallman (rms@srarc2)
9868
9869 * make-dist: Put man/getopt.c in the dist.
9870
9871 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
9872
9873 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
9874
98751993-12-03 Richard Stallman (rms@srarc2)
9876
9877 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
9878 Set it for all solaris versions.
9879 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
9880 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
9881 Likewise for NON_GNU_CC and CC.
9882
98831993-12-01 Richard Stallman (rms@srarc2)
9884
9885 * configure.in (mips-mips-riscos4*): Assign variable CC.
9886 (checking ${with_gcc}): If "no", don't override CC if already set.
9887 (CC): Initialize it as empty.
9888
98891993-11-30 Richard Stallman (rms@srarc2)
9890
9891 * configure.in (Suns): Set CPP if *-solaris2.3*.
9892
98931993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9894
9895 * Version 19.22 released.
9896
9897 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
9898
98991993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9900
9901 * make-dist: When breaking links, use cp -p.
9902 Copy install.sh into distribution.
9903 Move the temp dir up into the parent dir;
9904 don't leave the staging dir make-dist.tmp... in existence.
9905 * install.sh: New file.
9906
99071993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9908
9909 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
9910
99111993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9912
9913 * configure.in (version): When --run-in-place, exclude
9914 ${datadir}/emacs/site-lisp from locallisppath.
9915
99161993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9917
9918 * configure.in: Delete jumk.c before writing it.
9919
99201993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9921
9922 * Version 19.21 released.
9923
9924 * Makefile.in (mkdir): Ignore error from chmod.
9925
99261993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9927
9928 * make-dist: Don't put lisp/forms.README in the distribution.
9929
99301993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9931
9932 * configure.in (creating src/Makefile): Before running cpp,
9933 discard all lines that start with `# Generated' or /**/#.
9934
99351993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9936
9937 * Version 19.20 released.
9938
9939 * make-dist: Use build-ins.in, not build-install.in.
9940 Don't bother updating TAGS since it's not included.
9941
9942 * build-ins.in: Renamed from build-install.in.
9943
99441993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9945
9946 * make-dist: Don't try to link *.texinfo--there are none now.
9947 When running make in lib-src, specify YACC var value.
9948
99491993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9950
9951 * configure.in (extrasub): Add vpath patterns for %.[yls].
9952
9953 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
9954 Instead just include the commands to make src/Makefile as the
9955 second arg to AC_OUTPUT.
9956
9957 * configure.in: Use : instead of dnl for comment inside
9958 $makefile_command.
9959
9960 * configure.in: No longer use vpath_sed. Instead, when we notice
9961 srcdir already configured, set extrasub to hack vpath in the
9962 makefiles.
9963
9964 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
9965 before moving it.
9966 * Makefile.in (VPATH): Define to @srcdir@.
9967
99681993-09-28 Brian J. Fox (bfox@cubit)
9969
9970 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
90eacf99
SM
9971 doesn't exist. Just copy src/Makefile.in instead.
9972 Touch all of the Makefiles after editing config.status.
067d23c9
KY
9973
9974 * INSTALL: Update documentation to match new configuration
9975 mechanism.
9976
99771993-09-27 Brian J. Fox (bfox@ai.mit.edu)
9978
9979 * configure.in: Allow any of the path or directory Makefile
9980 variables to be set with flags to configure. Create all Makefiles
9981 at configure time. Edit special commands into config.status after
9982 src/Makefile.in is built from src/Makefile.
9983
9984 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
9985 If these files are out of date, simply have config.status
9986 rebuild them; don't rebuild them explicitly.
9987
99881993-09-25 Brian J. Fox (bfox@ai.mit.edu)
9989
9990 * build-install.in: Change src/xemacs to src/emacs. We no longer
9991 create src/xemacs, so the file wouldn't be found.
9992
9993 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
9994
99951993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9996
9997 * configure.in: Avoid forcing the search of /usr/include before
9998 fixed include files by resetting C_SWITCH_X_SITE if it is
9999 "-I/usr/include".
10000
100011993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10002
10003 * Makefile.in (@rip_paths@locallisppath):
10004 Delete ${datadir}/emacs/site-lisp.
10005
100061993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10007
10008 * configure.in:
10009 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
10010 Remove ${extra_output} from AC_OUTPUT call.
10011
100121993-09-17 Brian J. Fox (bfox@inferno)
10013
10014 * make-dist: Quote backquotes found in strings to be echoed.
10015
10016 * configure.in: Use "sh -c pwd" when we want to avoid having the
10017 shell fix up the value of $PWD.
10018
100191993-09-13 Brian J. Fox (bfox@inferno)
10020
10021 * Makefile.in (do-install): Don't abort if ln or chmod at the end
10022 of the installation fail. Suggested by Karl Berry.
10023
100241993-08-30 Brian J. Fox (bfox@inferno)
10025
10026 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
10027 was used. Set MAKEFLAGS from MFLAGS.
10028
100291993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10030
10031 * configure.in: Test for res_init in libc.
10032
100331993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10034
10035 * configure.in: In the file ${tempcname}, use configure___
10036 instead of @configure@.
10037
100381993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
10039
ed9265fc 10040 * make-dist: Dist vpath.sed.
067d23c9
KY
10041
10042 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
10043 Depend on vpath.sed.
6e81c819 10044 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
10045
10046 * configure.in: Substitute variable `vpath_sed'.
10047 If not in $srcdir and $srcdir is configured,
10048 issue warning that GNU make is required,
10049 and set vpath_sed to use vpath.sed script.
10050
100511993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10052
90eacf99
SM
10053 * configure.in: Remove check for $srcdir being configured.
10054 This pretty much works now.
067d23c9
KY
10055 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
10056 Check for XFree86 (/usr/X386/include) independent of whether
10057 -lXbsd exists.
10058
10059 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
10060 realclean, unlock, relock): Use `$(MAKE)' in place of plain
10061 `make'.
10062
100631993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10064
10065 * Version 19.19 released.
10066
10067 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
10068
100691993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10070
10071 * configure.in: Check for XScreenNumberOfScreen.
10072
100731993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10074
10075 * configure.in: Add * to end of all configuration alternatives.
10076 (m68*-sony-newsos3*): New alternative.
10077
100781993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10079
10080 * make-dist: Include getdate.c in distribution.
10081
10082 * configure.in: For --help, use $PAGER if it is set.
10083 (LIB_X11_LIB): Default to -lX11.
10084 (mips-sgi-irix5.*): New alternative.
10085
10086 * Makefile.in (do-install): Install info/gnus* and info/sc*.
10087
10088 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
10089 Recognize *.B8.* as hpux version 8.
10090 (m68*-tektronix-bsd*): Fix typo in tek4300.
10091 (AC_HAVE_FUNCS): Add ftime.
10092
100931993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10094
90eacf99 10095 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
067d23c9
KY
10096 Use tekxd88, not tekXD88.
10097
100981993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10099
10100 * configure.in: Check for -lm. Then can check for frexp and logb.
10101
101021993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10103
10104 * Version 19.18 released.
10105
10106 * make-dist (src): Don't put gnu-hp300 in dist.
10107 (src, lisp): Include OChangeLog in dist.
10108
101091993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10110
10111 * configure.in: Test for presence of logb and frexp functions.
10112
101131993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10114
10115 * configure.in (machine): Add i370-ibm-aix*.
10116
101171993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10118
10119 * configure.in (function checks): Test for mkdir and rmdir.
10120
10121 * configure.in (function checks): Don't test for random and bcopy
10122 only when we're building with X; look for them all the time.
10123
101241993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10125
10126 * configure.in: Test for availability of bcopy functions, searching
10127 the X libraries if we're using X.
10128
10129 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
10130 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
10131 versions of AIX, and needs to be passed to the loader.
10132
10133 * configure.in: Test for the availability of the
10134 XScreenResourceString function.
10135
101361993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
10137
10138 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
10139 LD_SWITCH_X_SITE and assume --with-x11.
10140 Only look for X11 files if we weren't told about a window system
10141 or if we were told to use X11 but not told where.
10142 Search the libraries from the s and/or m files when checking for
10143 functions.
10144
10145 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
10146
101471993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10148
10149 * make-dist: Include lisp/dired.todo in the distribution.
10150
101511993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10152
10153 * configure.in: Add code to set HAVE_INET_SOCKETS.
10154
101551993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10156
10157 * configure.in: If we do find x_includes and x_libraries
10158 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
10159
101601993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10161
10162 * make-dist: Include src/gnu-hp300 in the dist.
10163
10164 * configure.in (canonical): New variable holds the canonicalized
10165 configuration. Don't alter `configuration'. Use `configuration'
10166 for Makefile.in for file naming.
10167 (testing x_includes and x_libraries): Use =, not ==.
10168
101691993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10170
10171 * Version 19.17 released.
10172
10173 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
10174 directory's makefile. This allows the invocation of CPP which
10175 builds xmakefile to receive these switches. The SunSoft C
10176 preprocessor inserts spaces between tokens if it doesn't get the
10177 -Xs flag requested in src/s/sol2.h.
10178
101791993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
10180
10181 * configure.in (m68k-bull-sysv3): New config.
10182
101831993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10184
10185 * configure.in: Use the autoconf AC_FIND_X macro to try to find
10186 the X Windows libraries.
10187
101881993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10189
10190 * make-dist (tempdir): Don't create lisp/forms-mode directory in
10191 the distribution. Those files aren't kept in their own
10192 subdirectory any more.
10193
101941993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10195
10196 * Version 19.16 released.
10197
101981993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10199
10200 * configure.in: Add --verbose flag.
10201
102021993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10203
10204 * version 19.15 released.
10205
102061993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10207
10208 * Makefile.in (top_distclean): Use -f switch when cleaning out
10209 lock dir; it might be empty.
10210
10211 * configure.in: Only check for -lXbsd once.
10212
102131993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10214
10215 * Version 19.14 released.
10216
102171993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10218
10219 * make-dist: If using gzip, create distribution with '.gz' extension.
10220
10221 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
10222 (lisp/forms-mode): This doesn't exist anymore.
10223
10224 * configure.in: Look for the closedir function.
10225
102261993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10227
10228 * configure.in (CPP): Autoconf sets this to a shell variable
10229 reference, which doesn't work when it's edited into a makefile.
10230 Expand that variable reference.
10231
10232 * Makefile.in (CPP): New variable.
10233 (src/Makefile): Edit CPP into src/Makefile.
10234
10235 * Makefile.in (src/Makefile): Don't bother exiting single quotes
10236 and entering double quotes to get the values of LD_SWITCH_X_SITE
10237 and the other make variables; make substitutes them in anyway.
10238
10239 * Makefile.in (uninstall): Don't remove the lisp and etc
10240 directories if they're in the source tree.
10241
10242 Bring mumbleclean targets into conformance with GNU coding standards.
10243 * Makefile.in (mostlyclean, clean): Separate these two; just have
10244 them pass the request to the subdirectory makefiles.
10245 (distclean): Pass the request down, and then get rid of the
10246 files configure built, and get rid of the Makefiles.
10247 (realclean): Pass the request down, and then do the same things
10248 distclean does.
10249 (uninstall, info, dvi): New targets.
10250
10251 * configure.in: Move clause for PC-compatible i386 box to the end
10252 of the case statement, to avoid masking configurations below.
10253
10254 * configure.in: Add case for m88k-motorola-sysv4.
10255
10256 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
10257 the HP 68000 machines.
10258
10259 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
10260 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
10261 preprocessor won't fiddle with them.
10262
102631993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10264
10265 * Makefile.in (TAGS): cd to src to run etags.
10266
102671993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10268
10269 * configure.in (version): Check the X libraries for XrmSetDatabase
10270 and random, and see if we have -lXbsd.
10271
102721993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10273
10274 * configure.in: Pass "-Isrc" to the CPP we run to examine the
10275 s/*.h and m/*.h files. Martin Tomes
10276 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
10277
102781993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10279
10280 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
10281 above the general i386 alternative.
10282
102831993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10284
10285 * configure.in: Recognize configuration name for Data General
10286 AViiON machines.
10287
10288 * configure.in: Use AC_LONG_FILE_NAMES.
10289
102901993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10291
10292 * configure.in: Test for bison.
10293 * Makefile.in (YACC): New variable.
10294 (lib-src/Makefile.in): Edit YACC into the makefile.
10295
102961993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10297
10298 * Version 19.13 released.
10299
10300 * configure.in (CFLAGS): Don't set this according to the value of
10301 the GCC shell variable. Instead, consult the machine and system
10302 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
10303 test __GNUC__ while we're at it.
10304
10305 * configure.in: Remove extra ;; from hpux cases.
10306
103071993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10308
10309 * configure.in: Check to see if the system has -ldnet.
10310
103111993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10312
10313 * make-dist: Add clauses to distribute lisp/forms-mode.
10314
103151993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10316
10317 * configure.in (machine): Fix the versions in hpux version number test.
10318 Do not guess based on cpu type. Do check for explicit system version.
10319
103201993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10321
10322 * configure.in: Do NOT look for `unknown' as company name.
10323
103241993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10325
10326 * configure.in: Fix typo in message.
10327
103281993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10329
10330 * Version 19.12 released.
10331
10332 * Makefile.in (do-install): Correct previous etc-copying change.
10333 Partially rewrite using `if'.
10334 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
10335
10336 * Version 19.11 released.
10337
10338 * configure.in: Handle 386bsd.
10339
103401993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10341
10342 * make-dist: Update getdate.c.
10343
10344 * configure.in: Handle bsd386.
10345
10346 * Makefile.in (do-install): Use `-' in tar options.
10347
10348 * configure.in: Change ! "${...}" to x"${...}" = x.
10349
10350 * Makefile.in (do-install): Copy the DOC-* files from the build
10351 etc directory, as well as lots of things from ${srcdir}/etc.
10352
10353 * make-dist: Copy config.guess.
10354
10355 * configure.in: Handle AIX versions 1.2, 1.3.
10356
103571993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10358
10359 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
10360 the configuration name mips-mips-usg* to represent USG systems.
10361
10362 * configure.in: Fix logic to detect if srcdir is already configured.
10363
10364 * Makefile.in: Pass in LD_SWITCH_X_SITE.
10365
10366 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
10367 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
10368 of a directory; cd might fail, and have pwd print out the current
10369 directory.
10370
103711993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10372
10373 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
10374
103751993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10376
10377 * configure.in: Complain if srcdir points at an already-configured
10378 tree.
10379
103801993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10381
10382 * Version 19.10 released.
10383
103841993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10385
10386 * Makefile.in: Use Makefile comments, not C comments.
10387
10388 * configure.in: Add case for the Tektronix XD88.
10389
103901993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10391
10392 * configure.in: Handle sysv4.2 and sysvr4.2.
10393
103941993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10395
10396 * configure.in: Traverse the argument list without destroying it;
10397 don't use shift. It turns out that "set - ${saved_arguments}"
10398 doesn't work portably.
10399
10400 * configure.in: Add missing "fi".
10401
10402 * make-dist: Rebuild configure if configure.in is newer.
10403
10404 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
10405 targets to be executed even if make remembers that it has already
10406 satisfied FRC.
10407
104081993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10409
10410 * Makefile.in (do-install): Delete redundant code to copy etc twice.
10411
10412 * configure.in (romp): Handle various version numbers with aos and bsd.
10413
104141993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10415
10416 * configure.in: Fix message text.
10417
104181993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10419
10420 * make-dist: Make a `site-lisp' directory in the distribution,
10421 instead of a `local-lisp' directory, which hasn't been the
10422 appropriate name for a long time.
10423 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
10424 from the distribution first, then /usr/local/lib/emacs/site-lisp.
10425
10426 * Makefile.in (do-install): Correctly detect if ./etc and
10427 ${srcdir}/etc are the same.
10428
10429 * configure.in: Extract UNEXEC from the system configuration
10430 files, compute the name of the source file corresponding to the
10431 object file, and #define it as UNEXEC_SRC in config.h.
10432
10433 * configure.in: If srcdir is '.', then try using PWD to make it
10434 absolute.
10435
10436 * configure.in: Include ${srcdir} in the printed report, to help
10437 people notice if it's an automounter path.
10438
104391993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10440
10441 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
10442
104431993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10444
10445 * Makefile.in (do-install): Delete the dest dir, not the source dir,
10446 when they are different. Add `shift' command.
10447 (COPYDESTS, COPYDIR): Delete external-lisp dir.
10448 (externallispdir): Var deleted.
10449
10450 * configure.in: Delete spurious paren outputting short_usage.
10451
104521993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10453
10454 * Version 19.9 released.
10455
104561993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10457
10458 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
10459 subdirectory makes.
10460
10461 * make-dist: Check for .elc files with no corresponding .el file.
10462
10463 * Makefile.in (mkdir): Make all the directories in locallisppath.
10464
10465 * config.guess: New file.
10466 * configure.in: Use it, tentatively.
10467 * INSTALL: Mention its usage.
10468
10469 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
90eacf99
SM
10470 the former gives you the operating system rev directly.
10471 Use s/hpux.h if we don't recognize what we got.
067d23c9
KY
10472
10473 * Makefile.in (do-install): Don't remove a destination directory
10474 if it's the same as the source. If ${srcdir}/info == ${infodir},
10475 don't try to copy the info files.
10476
10477 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
10478 doesn't work if you're not using a separate source directory.
10479 (do-install): Copy the build tree's etc directory only after
10480 making sure it's not also the source tree's etc directory.
10481
104821993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10483
10484 * configure.in: Handle sunos4.1.3 specially.
10485
104861993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10487
10488 * Makefile.in (INSTALL): Add definition.
10489
10490 * configure.in: Fix some messages. Support -with-gnu-cc.
10491 At the end, use `set --', not `set -'.
10492 Delete spurious `.h' in hpux alternatives.
10493
104941993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10495
10496 * Version 19.8 released.
10497
104981993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10499
10500 * configure.in: When looking for source in the same directory as
10501 the configure script, make the path thus discovered absolute.
10502 If the user specifies the `--srcdir' switch, make that directory
10503 absolute too.
10504
10505 * Makefile.in (srcdir): Remove comment saying this doesn't work.
10506
10507 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
10508 too, as the value of the PATH_INFO macro.
10509
10510 * configure.in: Check to see if the source lives in the same
10511 directory as the configure script.
10512
105131993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10514
10515 * Makefile.in (install): Split this into `install' and
10516 `do-install', to give people more control over exactly what gets
10517 done.
90eacf99
SM
10518 (do-install): New target, containing the guts of `install'.
10519 Don't remove and recreate the directories inside the copying loop - do
067d23c9
KY
10520 it all before the copying loop. Pass more flags to the lib-src
10521 make.
10522 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
10523 avoid errors and warnings.
10524
10525 * configure.in: For generic IBM PC boxes, insist on "unknown" for
10526 the manufacturer - the more general case was blocking other i386
10527 configuration names below, and that's how the names are written in
10528 MACHINES anyway.
10529
10530 * make-dist: When breaking links, remove the link before moving
10531 the copy onto it, to avoid interactive behavior.
10532
10533 * Makefile.in: Doc fix.
10534
10535 * configure.in: Doc fix.
10536
10537 * INSTALL: Mention --exec-prefix option.
10538
10539 * configure.in: Add support for the `--exec-prefix' option.
10540 * Makefile.in: Accept that support.
10541
10542 * configure.in: Use the AC_PROG_INSTALL macro.
10543 * Makefile.in (INSTALL): Variable removed.
10544 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
10545
10546 * configure.in: Distinguish between hp800's and hp700's by calling
10547 "uname -m".
10548
105491993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10550
10551 * configure.in: Recognize configuration names for i860 boxes
10552 running SYSV.
10553
105541993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10555
10556 * configure.in: Distinguish between hp800's and hp700's by the
10557 version of HP/UX they run, since that's something people are more
10558 likely to know - hp700's run 8.0.
10559 Add HP 700 configuration.
10560
10561 * configure.in: Test for the presence of the `rename' function.
10562
10563 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
10564 configure.in.
10565 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
10566
10567 * make-dist: Break intra-tree links.
10568
10569 * configure.in: Explain that this is an autoconf script, and give
10570 instructions for rebuilding configure from it. Arrange to put
10571 comments in configure explaining this too.
10572
10573 * configure.in: Make the first line of the configure script be
10574 "#!/bin/sh". Leaving the first line blank didn't work.
10575
90eacf99 10576 * configure.in (long_usage): Remove; made short_usage describe
067d23c9
KY
10577 the options briefly.
10578
10579 * configure.in: Implement the --prefix option.
10580 * Makefile.in (prefix): Add support for it here.
10581 * INSTALL: Document it here.
10582
10583 * Makefile.in (install): Don't assume that the files in the `info'
10584 subdirectory match *.info. They don't have that prefix.
10585
105861993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10587
10588 * configure.in: Add case for version 5 of Esix.
10589
105901993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10591
10592 * Version 19.7 released.
10593
10594 * make-dist: There aren't any *.com files in lib-src anymore.
10595
10596 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
10597 them; they're symlinks to other filesystems on the GNU machines.
10598
10599 * make-dist: Check that the manual reflects the same version of
10600 Emacs as stated in lisp/version.el. Edit that version number into
10601 the README file.
10602
106031993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10604
10605 * configure.in: Remove the hack of AC_DEFINE; use
10606 AC_DEFINE_UNQUOTED.
10607
106081993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10609
10610 * make-dist: Don't distribute precomp.com, compile.com, or
10611 link.com from ./src; they're in ./vms now.
10612
10613 Some time-handling patches from Paul Eggert:
10614 * configure.in: Add AC_TIMEZONE.
10615
106161993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10617
10618 * configure.in: Recognize Linux as a valid operating system for
10619 the i386.
10620
106211993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10622
10623 * make-dist: Distribute some VMS files we got from Richard Levitte.
10624
10625 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
10626 the source for the sed command, not oldXMenu/Makefile.
10627
106281993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10629
10630 * INSTALL: Don't claim the srcdir option doesn't work.
10631
106321993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10633
10634 * configure.in: Include remarks saying what order the autoconf
10635 tests should go in, and remind people to change config.h.in
10636 whenever they add autoconf tests which make #definitions.
10637
10638 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
10639
106401993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10641
10642 * Makefile.in (oldXMenu/Makefile): Make this depend on
10643 ${srcdir}/oldXMenu/Makefile.in, not itself.
10644
10645 * PROBLEMS: Some updates from David J. Mackenzie.
10646
10647 More changes from David J. Mackenzie.
90eacf99
SM
10648 * Makefile.in (install.sysv, install.xenix, install.aix):
10649 Targets removed; autoconf and config.h should specify all these
067d23c9
KY
10650 differences.
10651 (buildlisppath): Make this path depend on ${srcdir}.
90eacf99 10652 (INSTALLFLAGS): Remove.
067d23c9
KY
10653 (INSTALL): Include the -c flag.
10654 (install): Change the way we invoke install accordingly.
10655
10656 Install ${srcdir} changes from DJM.
10657 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
10658 list.
10659 (COPYDIR, COPYDESTS): Install files from both the etc directory in
10660 the source tree and the etc directory in the object tree.
10661 (${SUBDIR}): Pass the prefix variable down to submakes.
10662 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
10663 in /bin.
10664 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
10665 values for srcdir and VPATH.
10666 (install): Add `v' flag to tar command. Make sure that `dir'
10667 exists in ${srcdir}/info before copying it. Remember that the man
10668 pages come from the source tree, not the object tree.
10669 * configure.in: Remove remarks saying that the --srcdir option
10670 doesn't work.
10671 Create the etc directory in the object tree.
10672 Recognize configuration names of the form *-sun-solaris*.
10673 Recognize sunos5 and solaris as operating system names.
10674
10675 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
10676 lib-src/getdate.y and src/systime.h.
10677
106781993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10679
10680 * make-dist: Make links in info subdir.
10681
106821993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10683
10684 * configure.in: Call AC_STDC_HEADERS.
10685
106861993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10687
10688 * configure.in: Sidestep autoconf's quoting of the second argument
10689 of AC_DEFINE, so we can specify the value to put there. It would
10690 be nice if autoconf provided some way to specify computed values
10691 for macros.
10692
106931993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10694
90eacf99 10695 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
067d23c9
KY
10696 this is always just -DHAVE_CONFIG_H.
10697
10698 The GNU coding standards specify that CFLAGS should be left for
10699 users to set.
10700 * Makefile.in (CFLAGS): Let configure determine the default value
90eacf99
SM
10701 for this.
10702 Don't have it default to DEFS.
067d23c9
KY
10703 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
10704 (lib-src/Makefile, src/Makefile): Edit the default value for
10705 CFLAGS into these files, not DEFS.
10706 * configure.in (CFLAGS): Choose a default value for this - "-g"
10707 normally, or "-g -O" if we're using GCC. Edit it into the
10708 top-level Makefile.
10709
10710 * configure.in: When scanning the machine and system description
10711 #include files, write their names to conftest.c properly.
10712
107131993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10714
10715 * configure.in: In configuration name case for Apallos running
10716 Domainios, set opsys, not opsysfile.
10717
10718 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
10719 src/config.h, instead of AC_OUTPUT; the latter overwrites
10720 src/config.h even when it hasn't changed, puts a makefile-style
10721 comment at the top even though it's C code, and produces a
10722 config.status script which doesn't do the job right.
10723
10724 * configure.in: Add AC_LN_S test, so we can tell whether or not we
10725 can use a symbolic link to get the X Menu library into src.
10726 * Makefile.in (LN_S): New variable.
10727 (src/Makefile): Edit the value of LN_S into this makefile.
10728
107291993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10730
10731 * configure.in: Support *-sco3.2v4* as opsystem.
10732
10733 * make-dist: Don't include calc directory.
10734 Exclude many files in the man directory; copy a few.
10735
107361993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10737
10738 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
10739 call AC_STRUCT_TM to see what's in time.h.
10740
10741 * configure.in: Employ quoting stupidity to get the value of CPP
10742 to expand properly.
10743
107441993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10745
10746 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
10747 variable to scan the machine and system description files.
10748
10749 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
10750 so that getdate.y builds correctly.
10751
107521993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10753
10754 * configure.in (tempcname): Change this to "conftest.c", so it will
10755 work properly on systems with short filenames; this is the name
10756 autoconf uses.
10757
10758 * configure.in: Also detect the availability of dup2 and
10759 gethostname.
10760
10761 * configure.in: Use the AC_ALLOCA test.
10762 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
10763 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
10764
107651993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10766
10767 * make-dist: Distribute configure, as well as configure.in.
10768 Oversight.
10769
107701993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10771
10772 * Makefile.in (install): Print out the name of the directory we're
10773 copying, so people can have some idea of whether we're making
10774 progress.
10775
10776 * Makefile.in (install.aix, install.xenix, install.sysv, install):
10777 Don't forget to re-create the COPYDESTS directories after we clear
10778 them out.
10779
107801993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10781
10782 * Makefile.in: Add autoconf cookies so that the configure
10783 script can comment out sections of path variable definitions to
10784 choose between the installable configuration and the run-in-place
10785 configuration.
10786 * configure.in: Add new option `--run-in-place', to select the
10787 run-in-place path definitions.
10788
10789 * configure.in: Add a clause to the big configuration name case
10790 for the NeXT machine.
10791
107921993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10793
10794 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10795 Make sure that each source directory exists, and is different from
10796 the destination directory; then, delete the destination before
10797 copying over the source.
10798
10799 * make-dist: Distribute configure.in, instead of configure.
10800
108011993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10802
10803 * configure.in: Don't set CC to "gcc -O" if the user specifies
10804 `--with-gcc'. Add -O to DEFS if GCC is set.
10805
108061993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10807
10808 * Makefile.in (clean mostlyclean): Missing right paren.
10809
10810 * configure.in: When checking for X windows, search for an X11
10811 subdirectory of ${x_includes}.
10812
10813 * configure.in: Check for gettimeofday function, for getdate.y.
10814
10815 Change `configure' to a mixture of custom code and autoconf stuff.
10816 autoconf can't derive all the information we need, but we'd really
10817 like to be able to take advantage of some of its tests, and its
10818 file-editing facilities.
10819 * configure.in: Renamed from configure.
10820 Quote the sections of shell script we want copied literally to
10821 the configure script.
10822 (compile): Initialize this to make the autoconf macros' code happy.
10823 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
10824 code to do their jobs.
10825 Use autoconf to produce Makefile and src/config.h.
10826 Remove the Makefile-style comment that autoconf places at the top
10827 of src/config.h.
90eacf99
SM
10828 (config_h_opts): Remove - no longer necessary.
10829 * Makefile.in (configname): Rename to configuration.
10830 (CONFIG_CFLAGS): Rename to DEFS.
10831 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
067d23c9
KY
10832 get values via autoload @cookies@.
10833 (libsrc_libs): Get this from autoconf. We used to do nothing
10834 about this.
10835 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
10836
90eacf99
SM
10837 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
10838 Don't echo the move-if-change command.
067d23c9
KY
10839
108401993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
10841
10842 * make-dist: Distribute lib-src/rcs-checkin.
10843
10844 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
10845 Don't try to make links to the RCS or Old subdirectories.
10846 Use the appropriate extension for the compression type in use.
10847 Create the tar file in the shell's initial default directory, not
10848 in ${tempparent}.
10849 Erase the whole ${tempparent} tree, not just ${tempdir}.
10850
108511993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10852
10853 * Makefile.in (src/paths.h): Don't echo the huge sed command we
10854 use to build paths.h.
10855 (lib-src/Makefile, src/Makefile): Similarly.
10856
10857 * configure: Extend test for working `const' keyword to handle AIX
10858 3.2 cc.
10859
108601993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10861
10862 * make-dist: Distribute lisp/term/ChangeLog.
10863
10864 Arrange for C compilation throughout the tree to get
10865 C_SWITCH_SYSTEM from the configuration files.
10866 * configure: Extract C_SWITCH_SYSTEM from the machine and
10867 system-dependent files, and save it in the top-level Makefile.
10868 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
10869 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
10870
10871 * make-dist: Include the VMS support files in oldXMenu in the
10872 distribution.
10873
10874 * configure: Doc fix.
10875
10876 * configure: Fix corrupted config_h_opts.
10877
10878 * configure: Properly report option names in error messages.
10879
10880 * configure: Properly recognize --x-includes and --x-libraries
10881 options.
10882
10883 * configure: Fix syntax errors in code handling XFree386.
10884
108851993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10886
10887 * configure: Add special code to detect XFree386, and tell
10888 config.h about it.
10889
10890 * configure: Properly handle extracting values of LIBS_MACHINE and
10891 LIBS_SYSTEM that contain spaces.
10892
90eacf99
SM
10893 * configure: Add `--x-includes' and `--x-libraries' options.
10894 I think these are dopey, but no less than three alpha testers, at
067d23c9
KY
10895 large sites, have said they have their X files installed in odd
10896 places. Implement them by setting C_SWITCH_X_SITE and
10897 LD_SWITCH_X_SITE in src/config.h.
10898
108991993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10900
10901 * make-dist: Don't distribute etc/Old files.
10902
10903 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
10904 backups.
10905
109061993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10907
10908 * make-dist: Fix typo.
10909
109101993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10911
10912 * make-dist: Corrected typo, fixed it to discard = and TAGS files
10913 in some cases where it should but didn't seen to.
10914
10915 * Makefile.in: Added unlock and relock productions.
10916
109171993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10918
10919 * make-dist: Add a --compress option to force make-dist to use
10920 compress.
10921
10922 * make-dist: Use gzip, if we can find it.
10923
10924 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10925 make rs6000-ibm-aix default to -aix32.
10926
109271993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10928
10929 * Makefile.in: Added `Developer's configuration' section.
10930
109311993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10932
10933 * Makefile.in: Add commented-out variable settings for developer's
10934 configuration.
10935
109361993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10937
10938 * make-dist: Distribute `src/bitmaps' too.
10939
109401993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
10941
10942 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10943 make rs6000-ibm-aix default to -aix32.
10944
109451993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10946
10947 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
10948
10949 * Makefile.in (install.sysv): Add a second `$' in front of
10950 `${dest}', so that the shell will expand it, instead of Make.
10951
10952 * configure: When processing the name of the configure script,
10953 collapse `././' to `./', but leave a single `./' prefix alone.
10954
10955 * configure: Doc fix.
10956
109571993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10958
10959 * configure: Handle isc3.0 correctly.
10960
109611993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10962
10963 * make-dist: Don't try to copy the COPYING notice into
10964 external-lisp; we're not distributing that directory any more.
10965
109661993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10967
10968 * Makefile.in (install, install.aix, install.xenix, install.sysv):
10969 Remove CVS subdirectories from the installed directory trees, as
10970 well as RCS directories.
10971
109721993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10973
10974 * make-dist: Only copy gmalloc.c if we couldn't link it.
10975 Don't try to copy man/{README,Makefile} unless they actually exist.
10976
10977 * Makefile.in (lisppath): Don't include externallispdir in this.
10978 We're not sure whether we're even going to distribute the
10979 directory yet.
10980
109811993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10982
10983 * make-dist: Don't distribute the external-lisp directory anymore.
10984 * INSTALL: Remove all references to external-lisp.
10985
10986 * configure: Detect whether the compiler supports `const'
10987 properly, and edit src/config.h accordingly.
10988
10989 * configure: Tweak layout of final report.
10990
10991 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
10992 CFLAGS.
10993
10994 * Makefile.in (locallisppath): Make this default to
10995 ${datadir}/emacs/site-lisp, instead of
10996 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
10997 the same thing, and local-lisp causes completion conflicts with
10998 lock.
10999 (lisppath): Add ${externallispdir} to this.
11000 * INSTALL: Adjust installation directions.
11001
11002 * Makefile.in (externallispdir): New variable, to say where to
11003 install the externally-maintained lisp files.
11004 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
11005 the others.
11006 * INSTALL: Describe external-lisp and the new externallispdir
11007 variable.
11008
110091993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11010
11011 * configure (progname): New option `--with-gcc'. Make it clearer
11012 how we are trying to guess whether or not we have GCC.
11013 * INSTALL: Document the `--with-gcc' option, and improve
11014 description of `--with-x' options.
11015
110161993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11017
11018 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
11019 ${infodir} from these variables; we have written out explicit code
11020 to install the info files.
11021
110221993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11023
11024 * make-dist: Don't distributed the RCS files in the etc directory.
11025
110261993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11027
11028 * Makefile.in: Some makes can't handle comments in the middle of
11029 commands; move them to before the whole rule.
11030
110311993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11032
11033 * README: Mention what Emacs is.
11034
110351993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11036
11037 * make-dist: Include `./lisp/calc-2.02' in the distribution.
11038 Add `./cpp' and `./man' back into the distribution.
11039
110401993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11041
11042 * Makefile.in: Define MAKE, and use where appropriate.
11043
110441993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11045
11046 * make-dist: Remember that the authoritative COPYING notice is
11047 `etc/COPYING', not `../etc/COPYING'.
11048
110491992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11050
11051 * make-dist: Make sure that the COPYING notices in each directory
11052 are copies, not symlinks.
11053
110541992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11055
11056 * INSTALL: The build process produces an executable called `emacs'
11057 now. Change references.
11058 * Makefile.in: Adjust `install.mumble' targets to install
11059 `src/emacs', not `src/xemacs'.
11060
11061 * configure: Start with a blank line; this keeps some old CSH's
11062 from thinking it's a CSH script. Most systems will just use
11063 /bin/sh to run it, which is what we're expecting; the only other
11064 shells which might try to interpret it themselves are probably
11065 Bourne-compatible.
11066
110671992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11068
11069 * INSTALL: Improvements suggested by David Mackenzie.
11070
110711992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11072
11073 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11074 Don't try to copy the info files if there aren't any; the
11075 unexpanded globbing pattern disappoints `install'. Ignore the
11076 return status of that command.
11077
11078 * INSTALL: Updated for new configuration arrangement.
11079
11080 * configure: Don't make the top-level Makefile read-only - people
11081 may want to edit the values of the path variables.
11082
11083 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11084 Install the info files in ${infodir}. Install the executable
11085 under both `emacs' and `emacs-VERSION'.
11086
11087 * Makefile.in: Doc fix.
11088
11089 * Makefile.in (exec_prefix): New variable, as per latest version
11090 of coding standards.
11091 (bindir, libdir): Use it, instead of `prefix'.
11092 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
11093
11094 * Makefile.in (mandir): Make the default value for this depend on
11095 $(prefix).
11096
11097 * Makefile.in (datadir, statedir, libdir): Make these all default
11098 to ${prefix}/lib.
90eacf99
SM
11099 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
11100 Adjust to compensate.
067d23c9
KY
11101
11102 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11103 Install the etags and ctags man pages too.
11104
11105 * Makefile.in (distclean): Don't delete backup files; that's the
11106 job of extraclean.
11107 (extraclean): Like distclean, but deletes backup and autosave files.
11108
111091992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11110
11111 Make path specification conform to GNU coding standards.
11112 * configure (long_usage): Remove all traces of old arguments from
11113 usage messages, and document the options we do accept in more
11114 detail: -with-x... and --srcdir.
90eacf99 11115 (options, boolean_opts): Delete; we don't have enough options to
067d23c9
KY
11116 make this worthwhile.
11117 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
11118 along with the code which supported them; these should be set as
11119 arguments to the top-level make.
11120 (config_h_opts): Since this no longer doubles as a list of option
11121 names, make them upper case; this simplifies the code which uses
11122 them to build the sed command to edit src/config.h. Change the
11123 code which sets them.
11124 (cc, g, O): Don't allow the user to set these using options; they
11125 should be specified using `CC=' and `CFLAGS=' arguments to the
11126 top-level make. Just choose reasonable default values for them,
11127 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
11128 values.
11129 (gnu_malloc, rel_alloc): Don't allow the user to set these using
11130 options; use them whenever the configuration files say they're
11131 possible.
11132 Simplify the argument processing loop. Don't accept abbreviations
11133 for option names; these might conflict with other configuration
11134 options in the future.
11135 Add some support for the `--srcdir' option. Check for the sources
11136 in . and .. if `--srcdir' is omitted. If the directories we will
11137 compile in don't exist yet, create them under the current directory.
11138 Note that the rest of the build process doesn't really support
11139 this.
90eacf99
SM
11140 Edit only the top Makefile. That should edit the others.
11141 Edit into the makefile: `version', from lisp/version.el, `configname'
067d23c9
KY
11142 and `srcdir' from the configuration arguments, `CC' and
11143 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
11144 the user's path, and LOADLIBES as gleaned from the system
11145 description files.
11146 Simplify the report generated; it doesn't need to include any
11147 description of paths now.
11148 Make `config.status' exec configure instead of just calling it, so
11149 there's no harm in overwriting `config.status'.
11150 * Makefile.in (version, configname): New variables, used to choose
11151 the default values for datadir and libdir.
11152 Path variables rearranged into two clearer groups:
11153 - In the first group are the variables specified by the GNU coding
11154 standards (prefix, bindir, datadir, statedir, libdir, mandir,
11155 manext, infodir, and srcdir).
11156 - In the second are the variables actually used for Emacs's paths
11157 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
11158 archlibdir), which depend on the first category.
11159 datadir and libdir default to directories under
11160 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
11161 demand.
11162 etcdir and lispdir default to subdirectories of datadir.
11163 archlibdir defaults to libdir.
11164 The new installation tree is a bit deeper than it used to be, so
11165 use the new make-path program in lib-src to build them all.
11166 Always build a new src/paths.h.tmp and then move-if-change it to
11167 src/paths.h, to avoid unnecessary rebuilds while responding to the
11168 right changes.
11169 Remove all mention of arch-lib. Run utility commands from
11170 lib-src, and let the executables be copied into archlibdir when
11171 Emacs is installed.
11172 Add targets for src/Makefile, lib-src/Makefile, and
11173 oldXMenu/Makefile, editing the values of the path variables into
11174 them.
11175 Let lib-src do its own installation.
11176 (datadir): Default to putting data files under
11177 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
11178 (emacsdir): Variable deleted; it would only be confusing to use.
11179 (lispdir, etcdir): Default to ${datadir}/lisp.
11180 (mkdir): Use make-path for this.
11181 (lockdir): Do this in mkdir.
11182 (Makefile): New target.
11183
11184 * configure (usage_message): Rename to long_usage.
11185
11186 * make-dist: Don't bother creating an arch-lib directory; that's
11187 only for installation now.
11188
111891992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11190
11191 * configure: Use GCC-style configuration names, using config.sub.
11192 Change the usage and help messages.
11193
11194 * configure: Initialize window_system, not indow_system.
11195
11196 * configure: Report which window system, compiler, and signal
11197 handler return type we decide to use.
11198
11199 * make-dist: Explain what's going on if config.sub and gmalloc.c
11200 can't be linked. Place the code which copies them near the code
11201 which links the rest of the files around them.
11202
112031992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
11204
11205 * make-dist: Don't bother to distribute src/*.com, or
11206 src/vmsbuild; those have all been moved to `../vms'.
11207
112081992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11209
11210 * make-dist: Don't forget that the way to avoid filenames starting
11211 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
11212 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
11213 couldn't make hard links to, since we have two already, and
11214 perhaps more to come.
11215
112161992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11217
11218 * configure: When editing parameters into lib-src/Makefile, change
11219 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
11220 needs some other flags too.
11221
112221992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11223
11224 * configure: Remove spurious echo of the configuration name.
11225
11226 * make-dist: Don't distribute files in src/m and src/s whose names
11227 begin with `='.
11228
112291992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11230
11231 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
11232 Also LISP_FLOAT_TYPE.
11233
112341992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11235
11236 * make-dist: Copy config.sub, since it's a symbolic link to a file
11237 on another file system.
11238
112391992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11240
11241 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
11242 distribution.
11243
11244 * config.sub: New file, to help us recognize configuration names.
11245 * make-dist: Include it in the distribution.
11246
112471992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11248
11249 * configure: Convert `-' to `_' in specified option names.
11250 Accept options with --. Delete --highpri and --have-x-menu options.
11251 New options --with-x and --with-x10 replace -window-system.
11252 Don't mention options --gnu-malloc, --rel-alloc
11253 or --lisp-float-type in help message.
11254
112551992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11256
11257 * make-dist: Include the `vms' subdirectory in the distribution.
11258
112591992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11260
11261 * configure: Remove lines starting with "# DIST: " when building
11262 lib-src/Makefile and src/Makefile. This allows us to mark the
11263 "Makefile.in" files with explanatory comments which won't also get
11264 stuck in the Makefiles.
11265
112661992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11267
11268 * make-dist: Don't use the '+' operator in the sed regular
11269 expression that extracts the version number from lisp/version.el;
11270 Ultrix sed doesn't seem support the operator. Just double the
11271 operand and use *.
11272
112731992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11274
11275 * Makefile.in: Doc fix.
11276
112771992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11278
11279 * configure: Rewrite sed command to remove at most one ./ prefix;
11280 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
11281 group.
11282
112831992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11284
11285 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
11286
112871992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11288
11289 * make-dist: Go ahead and build a new TAGS file, unless the
11290 --newer option was specified. Don't try to delete a TAGS file
11291 from etc; it's not kept there, and shouldn't be deleted anyway.
11292
112931992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11294
11295 * make-dist: If the lisp directory contains a default.el, don't
11296 distribute it.
11297
11298 * configure: When searching signal.h for the type of a signal
11299 return handler, make a copy of it, not a symbolic link to it; that
11300 way, it will work on systems that don't have symbolic links.
11301
113021992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11303
11304 * make-dist: Taught it about vcdiff and rcs2log, added --newer
11305 option for generating incremental distributions. Stopped it from
11306 generating a TAGS file into the distribution; that sucker is
11307 *big*, and easily enough generated with the toplevel makefile.
11308
113091992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11310
11311 * configure: When writing config.status, don't prefix progname
11312 with a '.'; it might be absolute.
11313
113141992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11315
11316 * configure: Choose to use X11 if either /usr/lib/libX11.a or
11317 /usr/include/X11 exist, not only if both exist.
11318
113191992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11320
11321 * make-dist: Make the new external-lisp directory a duplicate of
11322 the external-lisp directory, not the lisp directory.
11323
113241992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11325
11326 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
11327 clean' in arch-lib; it doesn't even have a Makefile.
11328
11329 * Makefile.in (clean, mostlyclean): In the test which tries to
11330 distinguish between the build directory, which should be cleaned,
11331 and the installed directory, which shouldn't, cd to `${emacsdir}',
11332 not `${DESTDIR}${LIBDIR}'.
11333
113341992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11335
11336 * make-dist: Be sure to delete the .c and .h files that YACC and
11337 BISON create from getdate.y.
11338
11339 * external-lisp: New directory; see `external-lisp/README'.
11340 * make-dist: Added support for the external-lisp subdirectory.
11341
11342 * make-dist: Changed message which complains that make-dist wasn't
11343 invoked in the right directory to indicate which files it was
11344 looking for.
11345
113461992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11347
11348 * configure: Add comments explaining why we can't translate
11349 character ranges or control characters in `tr'.
11350
113511992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11352
11353 * configure: When generating the configuration message, we used to
11354 build the message from the start so that each line began with "# "
11355 so that it would be a comment in `config.status'. However, this
11356 causes trouble if any of the variables we use in the message
11357 expand to more than one line of text - as gnu_malloc_reason
11358 sometimes does. So instead, we build the message as it should be
11359 printed to the user (i.e. without the "# " prefixes), and stick on
11360 the "# "s when we write it to `config.status'.
11361
11362 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
11363 `lib-src' and `arch-lib'.
11364
11365 * configure: When generating report and `config.status' file, note
11366 that bindir only determines where `make install' and
11367 `build-install' will place the executables; this should make it
11368 clear that the ordinary build process will not try to install
11369 things.
11370
113711992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11372
11373 * make-dist: Change messages to say that we are 'making links to
11374 X', rather than 'copying X'. And put `' quotes around file names.
11375
11376 * make-dist: Include '.tmp' in the name of the staging directory.
11377
11378 * make-dist: Pass the `-f' option to rm when you're not sure that
11379 the files you're removing actually exist.
11380
11381 * make-dist: When setting up etc/COPYING, always nuke whatever is
11382 there, and then copy it in, to make sure we get a real file.
11383
90eacf99
SM
11384 * make-dist: Don't try to distribute *.defns files any more.
11385 The only such file was for simula.el, which has been superseded by a
067d23c9
KY
11386 version which doesn't have a separate .defns file.
11387
113881992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
11389
11390 * make-dist: Don't distribute configured versions of config.h.in,
11391 paths.h.in, Makefile.in in src.
11392
11393 * configure: Delete .tmp files before creating them; don't bother
cd1181db 11394 trying to make final targets writable first, since it won't
067d23c9
KY
11395 matter to move-if-change.
11396
113971992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11398
11399 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
11400 mkdir and chmod in the center of all the conditionals. GNU Make
11401 will strip these out, but other makes won't.
11402
114031992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11404
11405 * make-dist: Include move-if-change in list of files to distribute.
11406
114071992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11408
11409 * configure: Remove any "." elements from the program name.
11410
11411 * configure: Don't record the values of all the possible arguments
11412 in config.status; only record the options that the user specified.
11413
11414 * configure: Use move-if-change to move in the new src/config.h.
11415
114161992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
11417
11418 * move-if-change: New file, copied from gcc release.
11419 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
11420 a temp file, so we don't update paths.h if an error occurs or if
11421 it doesn't need changing.
11422
114231992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11424
11425 * Makefile.in (src/paths.h): Do not install a value for the
11426 PATH_SUPERLOCK value; that macro doesn't exist anymore.
11427 * build-install.in: Same thing.
11428
114291992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11430
11431 * make-dist: Check the flag called "make_tar", not "make_dir"; the
11432 latter, being a typo, is always false, resulting in a program
11433 whose default behavior is to painstakingly build a copy of the
11434 source tree, and then delete it. Rah.
11435
11436 * Makefile.in: Add dist target, and comment for it.
11437
11438 * configure: When scanning <signal.h> for a declaration for
11439 signal, create a symbolic link with a name ending in .c, so the
11440 compiler won't complain that it's only been given .h files.
11441
11442 * configure: Check whether there are any arguments available
11443 before shifting to get the value of a non-boolean parameter.
11444
11445 * make-dist: Doc fix.
11446
114471992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11448
11449 * configure: Instead of grepping /usr/include/signal.h for a
11450 signal declaration, run /usr/include/signal.h or
11451 /usr/include/sys/signal.h through cpp and grep for the
11452 declaration.
11453
11454 * configure: Redirect the output of grep to /dev/null instead of
11455 using grep -s - that flag means different things on other systems.
11456
11457 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
11458 since the former is recognizable even if you don't know what
11459 'dumping' is.
11460 * configure: Accommodate that change.
11461
11462 * configure: Accept options for all of the directories you can
11463 change in the Makefile.
11464
11465 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
11466
11467 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
11468 FOO before you can use them.
11469
11470 * build-install.in: Made the "Where To Install Things" section
11471 conform with the similar section from Makefile.in. Copied section
11472 which builds src/paths.h from src/paths.h.in from the Makefile.
11473
114741992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11475
11476 * configure: Write config.status to pass its command-line
11477 arguments on to configure, so that people can use it to recreate
11478 an old configuration, with minor changes.
11479
114801992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11481
11482 * configure: Don't rely on option variables being unset if their
11483 values are the empty string. In particular, when producing the
11484 English report, don't assume that highpri will be unset when no
11485 increased priority has been requested; -highpri='' should be the
11486 same as omitting -highpri altogether.
11487
11488 * configure: Fix dumb bug: when running the system and machine
11489 description files through cpp, mark those lines that we want to
11490 evaluate with the string '@configure@', and then only evaluate
11491 them. This way if the files include anything that actually
11492 generates text (type definitions or external declarations, say),
11493 we won't try to eval it.
11494
114951992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11496
11497 * make-dist: New shell script.
11498
11499 * configure: When creating foo from foo.in, make foo read-only to
11500 remind people to edit the .in file instead.
11501
11502 * INSTALL: Changed references to config.h-dist to config.h.in.
11503 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
11504 to build src/paths.h from src/paths.h.in; added a paragraph to do
11505 this.
11506 * configure, Makefile, build-install: Changed filenames like
11507 FOO-dist to FOO.in.
11508
115091992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11510
11511 * Makefile, build-install: Renamed to Makefile.in and
11512 build-install.in; the configure script will edit these to produce
11513 the usable Makefile and build-install.
11514 * configure: Changed to produce ./Makefile, ./build-install,
11515 lib-src/Makefile, and src/Makefile from their *.in counterparts,
11516 instead of editing them in place.
11517
115181992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11519
11520 * Makefile: Re-arranged so that the undumped Emacs will search
11521 ../lisp *after* the site's local elisp files.
11522 (locallisppath, dumplisppath): New variables.
11523 (lisppath): This variable's default value is now chosen based on
11524 $(locallisppath) and $(lispdir); while it used to be the
11525 customization point for adding site-local elisp directories to
11526 load-path, that job is now handled mostly by locallisppath.
11527 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
11528 Check the values being assigned to the *LOADSEARCH macros for null
11529 path elements (like '::' in 'foo::bar').
11530
11531 * configure: When checking if the machine- and system-dependent
11532 files define a particular macro or not, actually run them through
11533 CPP and test the macros with #ifs, instead of just grepping for
11534 the macros' names. In particular, check for SYSTEM_MALLOC in this
11535 way.
11536
115371992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11538
11539 * Makefile (install): Don't use -s in install. (Keep the symbols.)
11540
115411992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11542
11543 * configure: Make the config.status file an executable shell
11544 script which will recreate the same configuration. Include the
11545 verbal description of the current configuration as a comment in
11546 the script.
11547 * INSTALL: Doc fix.
11548
11549 * Makefile: Brought the Makefile up to the GNU coding
11550 standards, as described in standards.text:
11551 (TAGS): New name for the target which rebuilds the tags table.
11552 (check): New target; doesn't do anything yet.
11553 (mostlyclean): New target, synonymous with clean.
11554 (realclean): New target. Currently, this just calls the
11555 subdirectories's makefiles and then deletes config.status.
90eacf99
SM
11556 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
11557 New variables.
067d23c9 11558 Installation directory variables changed to conform.
90eacf99 11559 (install, install.sysv, install.xenix, install.aix): Change the
067d23c9
KY
11560 code which copies the directories into their installed location to
11561 allow the installed locations to be in several different
11562 directories; the old version assumed that they would all be in
11563 $(emacsdir).
11564 (mkdir, lockdir): Allow the installed locations to be in several
11565 different directories.
11566 * INSTALL: Doc fix.
11567
11568 * build-install: Use the same variable names as the Makefile.
11569 Allow the installed locations to be in several different
11570 directories.
11571
115721992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11573
11574 * Makefile (src/paths.h): Instead of using a single sed command to
11575 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
11576 separately, and don't forget to append "/!!!SuperLock!!!" to the
11577 value of the PATH_SUPERLOCK macro.
11578
11579 * config.emacs: Renamed to configure, for consistency with other
11580 GNU products. Internal references changed.
11581 INSTALL, Makefile: References changed.
11582
11583 * lock: New directory, which should always be empty. If this
11584 directory doesn't exist, Emacs won't complain; it just won't lock.
11585 Having this here means that people can just unpack Emacs, build
11586 it, and have locking work.
11587
11588 * share-lib: Re-renamed to etc, for the sake of tradition.
11589 * config.emacs: Changed default value for datadir to ../etc.
11590 * INSTALL, README: Adjusted.
11591
115921992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11593
11594 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
11595 by running CPP on the appropriate s/*.h and m/*.h files.
11596
115971992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11598
11599 * config.emacs: Make sure to set the "exit on error" flag once
11600 we've removed config.status; errors should abort the configuration.
11601
116021992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11603
11604 * config.emacs: Added -distribute option, so that the Makefile
11605 paths are in their proper form. I don't know why this matters.
11606
116071992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11608
11609 * local-lisp: New directory, empty in the distribution, for people
11610 to put local elisp code in.
11611 * config.emacs: Include it in the default load path.
11612 * README: Document it.
11613
116141992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11615
11616 * config.emacs: Guess the type of signal handling functions based
11617 on the contents of /usr/include/signal.h.
11618
11619 * config.emacs: Print out progress report messages.
11620
11621 * Makefile (src/paths.h): Don't generically replace
11622 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
11623 editing of the other entries, and each entry should be dealt with
11624 explicitly anyway.
11625
11626 * build-install: Converted from C-shell to Bourne shell.
11627 * config.emacs: Edit build-install properly.
11628
11629 * config.emacs: Doc fix.
11630
116311992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11632
11633 * Makefile (install): Remove `B' from tar xf command.
11634
116351992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11636
11637 * config.emacs: Removed support for the `maintain-environment'
11638 option; the only important difference between this and its absence
11639 has been removed.
11640 * INSTALL: Removed mention of `maintain-environment'.
11641
11642 * config.emacs: Fix arguments to sed when processing boolean
11643 arguments.
11644
116451991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11646
11647 * config.emacs: New file, to help automate the installation
11648 process.
11649
11650 * Makefile: Lots of changes to support the separation of etc into
11651 architecture-dependent and -independent files:
11652 (EMACSROOT): New variable, giving the directory under which all of
11653 Emacs's libraries should be installed. Changed rest of file to
11654 use it.
11655 (LIBDIR): Now denotes only architecture-dependent dir.
11656 (DATADIR): New variable, denoting architecture-independent dir.
11657 (LOCKDIR): New variable, for completeness.
11658 (SUBDIR): No more etc, new lib-src.
11659 (COPYDIR): No more etc, new arch-lib and share-lib.
11660 (src/paths.h): Set PATH_DATA and the LOCK macros too.
11661 (src): Now depends on lib-src, not etc.
11662 * build-install: Changes parallel to the above.
11663 * README: Describe the new arrangement.
11664
11665 * vms: New subdirectory for all the VMS stuff.
11666
116671991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11668
11669 * Makefile (LISPPATH): New variable.
11670 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
11671
116721990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
11673
11674 * Makefile (install, install.sysv, install.xenix):
11675 Install wakeup instead of loadst. No need for setuid or setgid.
11676
116771990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11678
11679 * Makefile (clean): Clean etc if that's not the installation dir.
11680
116811990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11682
11683 * Makefile (paths.h): Make sed alter each name in the path.
11684
116851988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11686
11687 * Makefile (install.sysv): Use cpio, not tar.
11688
116891988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11690
11691 * Makefile (lockdir): Rename `lock' target.
11692 Depend on it from install*, not from `all'.
11693
116941988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
11695
11696 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
11697 to match build-install and paths.h.
11698
11699;; Local Variables:
11700;; coding: utf-8
067d23c9
KY
11701;; End:
11702
ab422c4d 11703 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
067d23c9
KY
11704
11705 This file is part of GNU Emacs.
11706
11707 GNU Emacs is free software: you can redistribute it and/or modify
11708 it under the terms of the GNU General Public License as published by
11709 the Free Software Foundation, either version 3 of the License, or
11710 (at your option) any later version.
11711
11712 GNU Emacs is distributed in the hope that it will be useful,
11713 but WITHOUT ANY WARRANTY; without even the implied warranty of
11714 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11715 GNU General Public License for more details.
11716
11717 You should have received a copy of the GNU General Public License
11718 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.