Auto-commit of generated files.
[bpt/emacs.git] / ChangeLog
CommitLineData
7f507777
PE
12012-09-03 Paul Eggert <eggert@cs.ucla.edu>
2
3 Merge from gnulib, incorporating:
4 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
5 2011-11-30 manywarnings: update the list of "all" warnings
6
f278d339
JD
72012-09-02 Jan Djärv <jan.h.d@swipnet.se>
8
9 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
10
2d3800d2
PE
112012-09-01 Paul Eggert <eggert@cs.ucla.edu>
12
13 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
14 This ports to glibc 2.15 or later, when configured with
15 --enable-gcc-warnings. See Eric Blake in
16 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
17
17a2cbbd
DC
182012-09-01 Daniel Colascione <dan.colascione@gmail.com>
19
20 * configure.ac: Introduce term_header variable, which holds the
21 value which will become TERM_HEADER in code. We effect our choice
22 of window system by setting term_header and WINDOW_SYSTEM_OBJ
23 instead of using ad-hoc variables and flags for each window
24 system.
25
6e8aca60
PE
262012-08-26 Paul Eggert <eggert@cs.ucla.edu>
27
28 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
29 and if the user has not specified CFLAGS. -g3 simplifies
30 debugging, since it makes macros visible to the debugger.
31
f0602979
JB
322012-08-25 Juanma Barranquero <lekktu@gmail.com>
33
34 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
35
391ceac5
EZ
362012-08-25 Eli Zaretskii <eliz@gnu.org>
37
38 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
39 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
40
f4a681b0
PE
412012-08-24 Paul Eggert <eggert@cs.ucla.edu>
42
43 On assertion failure, print backtrace if available.
44 Merge from gnulib, incorporating:
45 2012-08-24 execinfo: port to FreeBSD
46 2012-08-22 execinfo: new module
47 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
48 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
49
5af9cb6b
GM
502012-08-22 Glenn Morris <rgm@gnu.org>
51
52 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
53 do not create the bin/emacs link. (Bug#12011)
54
01b13eb7
PE
552012-08-21 Paul Eggert <eggert@cs.ucla.edu>
56
57 Merge from gnulib, incorporating:
58 2012-08-20 extern-inline: support old GCC 'inline'
59
9aa0092c
GM
602012-08-20 Glenn Morris <rgm@gnu.org>
61
62 * configure.ac (AC_PROG_LN_S): Test for ln.
63 * Makefile.in (LN_S): New, set by configure.
64 (install-arch-dep): Use $LN_S.
65
562d4436
PE
662012-08-19 Paul Eggert <eggert@cs.ucla.edu>
67
68 Merge from gnulib, incorporating:
69 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
70 2012-08-19 mktime, sys_select: avoid 'static inline'
71 2012-08-19 gnulib-tool: Fix indentation.
72
51e6d6b2
PE
732012-08-18 Paul Eggert <eggert@cs.ucla.edu>
74
75 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
76 These files have been unused since the 2012-06-22 patch that
77 introduced high-resolution time stamps.
78
1598ef28
JB
792012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
80
81 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
82 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
83
76d0e68f
PE
842012-08-14 Paul Eggert <eggert@cs.ucla.edu>
85
86 Merge from gnulib, incorporating:
87 2012-08-05 extern-inline: also ignore -Wmissing-declarations
88
57239922
JB
892012-08-10 Juanma Barranquero <lekktu@gmail.com>
90
91 * lib/makefile.w32-in (STAT_TIME_H): New macro.
92 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
93 ($(BLD)/u64.$(O)): Update dependencies.
94
9374581a
GM
952012-08-10 Glenn Morris <rgm@gnu.org>
96
97 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
98
da3d2105
DA
992012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
100
101 * configure.ac (--disable-features): Rename to --without-all.
102 (OPTION_DEFAULT_ON): Change to use with_features.
103 * INSTALL: Fix description.
104
c30d4aef
DA
1052012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
106
107 * configure.ac: New option --disable-features.
108 (OPTION_DEFAULT_ON): Change to use enable_features.
109 * INSTALL: Explain --disable-features.
110
7d732d1a
GM
1112012-08-07 Glenn Morris <rgm@gnu.org>
112
113 * configure.ac: Require automake 1.11 (fairly arbitrarily).
114 * autogen.sh (automake_min): Get it from configure.ac.
115
1c6f11f4
GM
1162012-08-06 Glenn Morris <rgm@gnu.org>
117
1db4583a
GM
118 * configure.ac (BROKEN_GETWD) [unixware]: New define.
119
1c6f11f4
GM
120 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
121 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
122 (DISPNEW_NEEDS_STDIO_EXT): New define.
123
68b0c113
MA
1242012-08-05 Michael Albinus <michael.albinus@gmx.de>
125
a4fe5376 126 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
68b0c113 127
32d9ba9a
UM
1282012-08-05 Ulrich Müller <ulm@gentoo.org>
129
130 * configure.ac: Disable paxctl if binaries don't have a
131 PT_PAX_FLAGS program header. (Bug#11979)
132
fddc1855
EZ
1332012-08-03 Eli Zaretskii <eliz@gnu.org>
134
135 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
136 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
137 (SHA512_H): Don't mention u64.h twice.
138 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
139 New targets.
140
f35ef0ed
PE
1412012-08-03 Paul Eggert <eggert@cs.ucla.edu>
142
143 Merge from gnulib, incorporating:
144 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
145
d7844221
YM
1462012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
147
148 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
149 out-of-tree build.
150
837b365b
GM
1512012-08-02 Glenn Morris <rgm@gnu.org>
152
d66b744d
GM
153 * make-dist: Remove src/s.
154
837b365b
GM
155 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
156
3f750e43
PE
1572012-08-02 Paul Eggert <eggert@cs.ucla.edu>
158
a0d4efe9
PE
159 Merge from gnulib (Bug#12116), incorporating:
160 2012-08-01 extern-inline: new module
161 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
bff2a4b8 162 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
a0d4efe9
PE
163 New files. The new .c files are for instantiating extern inline
164 functions.
165
13294f95
PE
166 Port to Solaris 8.
167 Without this change, 'configure' fails because the recently-added
168 wait3 prototype in config.h messes up later 'configure' tests.
169 Fix this problem by droping wait3 and WRETCODE, as they're
170 no longer needed on hosts that are current porting targets.
171 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
172 All uses changed to waitpid and WEXITSTATUS.
173
3f750e43
PE
174 Avoid needless autoheader after autogen.sh.
175 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
176 * .bzrignore: Add it.
177 * autogen.sh: Create it.
178
ae21c275
GM
1792012-08-01 Glenn Morris <rgm@gnu.org>
180
181 * configure.ac (DOS_NT, MSDOS): New system type templates.
182
fca64dbd
UM
1832012-08-01 Ulrich Müller <ulm@gentoo.org>
184
185 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
186 Don't include crtbegin.o and crtend.o. (Bug#12047)
187
5c0c0e8a
GM
1882012-08-01 Glenn Morris <rgm@gnu.org>
189
ca35a5f7
GM
190 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
191 (INTERNAL_TERMINAL): New.
b72c9a8c 192
5c0c0e8a
GM
193 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
194 (IS_ANY_SEP): Move here from src/lisp.h.
195
552a99b4
JB
1962012-08-01 Juanma Barranquero <lekktu@gmail.com>
197
198 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
199 (CONF_POST_H): New macro.
200
8d8e2dfe
GM
2012012-07-31 Glenn Morris <rgm@gnu.org>
202
bc96620a
GM
203 * configure.ac (S_FILE): Remove output variable.
204
68169a33
GM
205 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
206
b2c7a106
GM
207 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
208 Move here from src.
209
8d8e2dfe
GM
210 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
211 Move here from conf_post.h.
212
c09bfb2f
DA
2132012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
214
215 Improve OpenMotif detection on GNU/Linux systems.
216 * configure.ac (MOTIF): Check for /usr/include/openmotif
217 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
218
57ae02b1
AS
2192012-07-31 Andreas Schwab <schwab@linux-m68k.org>
220
221 * Makefile.in (install-arch-indep): Avoid eval.
222
c1529ded
GM
2232012-07-31 Glenn Morris <rgm@gnu.org>
224
b3a56300
GM
225 * configure.ac (opsysfile, S_FILE): Now they are always empty.
226
cd8bac79
GM
227 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
228 when removing src/s/sol2-6.h yesterday.
229
268e2432
GM
230 * configure.ac (USG5_4): Reintroduce this.
231 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
232
400d5621
GM
233 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
234
7552f3ee
GM
235 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
236 and to s/usg5-4-common.h on irix6-5.
c1529ded 237
b429a4ee
GM
2382012-07-30 Glenn Morris <rgm@gnu.org>
239
240 * configure.ac (AH_BOTTOM): Use an include file, so that the
241 contents do not get processed by autoheader.
242
0aee6912
PE
2432012-07-30 Paul Eggert <eggert@cs.ucla.edu>
244
8f25abd3
PE
245 Do not overwrite config.status while executing it (Bug#11214).
246 * Makefile.in (MAKEFILE_NAME): New macro.
247 ($(MAKEFILE_NAME)): Rename rule from Makefile.
248 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
249 so that GNU 'make' isn't tempted to make the Makefile and then
250 regenerate config.status while config.status is running.
251
0aee6912
PE
252 Update .PHONY listings in makefiles.
253 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
254 FRC, install-arch-dep, install-arch-indep, install-doc,
255 install-info, install-man, install-etc, install-strip, uninstall,
256 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
257 (.RECURSIVE): Remove; hasn't been needed for years.
258
0a763bd1
GM
2592012-07-30 Glenn Morris <rgm@gnu.org>
260
32bac6d6
GM
261 * configure.ac (SIGNAL_H_AHB): New hack macro.
262 (opsysfile): Set to empty on netbsd, openbsd.
263 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
264
b65e7c46 265 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
0a763bd1 266
847bb9eb
JD
2672012-07-30 Jan Djärv <jan.h.d@swipnet.se>
268
269 * Makefile.in (install-arch-indep): Remove sh -x.
270
d34d6ffc
GM
2712012-07-30 Glenn Morris <rgm@gnu.org>
272
abc7ec54
GM
273 * configure.ac (opsysfile): Tweak message for null case.
274
227f5bd0
GM
275 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
276 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
d34d6ffc 277
dc5493f1
PE
2782012-07-30 Paul Eggert <eggert@cs.ucla.edu>
279
280 Merge from gnulib, incorporating:
281 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
282
ffd817eb
JD
2832012-07-29 Jan Djärv <jan.h.d@swipnet.se>
284
285 * Makefile.in (install-arch-indep): Handle space in locallisppath.
286
e32a5799
PE
2872012-07-28 Paul Eggert <eggert@cs.ucla.edu>
288
289 Use Gnulib environ module (Bug#9772).
290 * m4/environ.m4: New file, from gnulib.
291 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
292
293 Use Gnulib stdalign module (Bug#9772, Bug#9960).
294 This should improve portability of macros like alignof and DECL_ALIGN.
295 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
296 * .bzrignore: Add lib/stdalign.h.
297 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
298 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
299 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
300 fiddles with this, as gnulib now does this for us.
301
441efe9f
DA
3022012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
303
304 Fix toolkit configuration report.
305 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
306 --with-x-toolkit=gtk3 is used.
307
5dad233c
PE
3082012-07-17 Paul Eggert <eggert@cs.ucla.edu>
309
310 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
311 * configure.ac: Configure gnulib at the end, not before running
312 pkg-config. This restores the behavior before 2012-06-22, when
313 higher-resolution time stamps were added, and fixes a bug whereby
314 LIB_PTHREAD was not used and gnulib's part of 'configure'
315 therefore incorrectly assumed that pthread_sigmask wasn't working.
316 Fix the problem with -lrt and clock_gettime a different way.
317 This should complete the fix for Bug#11884.
318 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
319
b6e9e0ff
PE
3202012-07-15 Paul Eggert <eggert@cs.ucla.edu>
321
322 Merge from gnulib, incorporating:
323 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
324 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
325
5b3f250f
GM
3262012-07-14 Glenn Morris <rgm@gnu.org>
327
328 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
329 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
330
dbee5793
GM
3312012-07-13 Glenn Morris <rgm@gnu.org>
332
32fb4bb6
GM
333 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
334
983188fd
GM
335 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
336 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
337 Move "system type" macros here from src/s.
338 (BSD_SYSTEM_AHB): New hack macro.
339 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
340
5b633342
GM
341 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
342 (GC_MARK_SECONDARY_STACK): Move here from src/s.
dbee5793 343
308aab79
GM
3442012-07-12 Glenn Morris <rgm@gnu.org>
345
4fae5a7a
GM
346 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
347 setting here from src/s/darwin.h.
348
51c3b9b4
GM
349 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
350 as src/s/darwin.h used to.
351
42bd1719
GM
352 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
353 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
ba9e4b84 354 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
0ab7b23a 355 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3f922c37 356 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3e91a053 357 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
7ccad002 358 (XOS_NEEDS_TIME_H): Move here from src/s.
308aab79 359
c43fb4c3
GM
3602012-07-11 Glenn Morris <rgm@gnu.org>
361
362 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
ee1cf5cf 363 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
c43fb4c3 364
554fef51
PE
3652012-07-11 Paul Eggert <eggert@cs.ucla.edu>
366
367 * configure.ac (tzset): Remove check that's redundant with gnulib.
368
c8add24e
GM
3692012-07-11 Glenn Morris <rgm@gnu.org>
370
172bedef
GM
371 * configure.ac (CLASH_DETECTION): Define unconditionally.
372
249685df
GM
373 * configure.ac (opsysfile): Use bsd-common on gnu systems.
374
c8add24e 375 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
09f4e3b0 376 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
c8add24e 377
5ebbef1d
PE
3782012-07-11 Paul Eggert <eggert@cs.ucla.edu>
379
bb352260
PE
380 Assume mkdir, rename, rmdir, strerror.
381 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
5ebbef1d 382
20e94fdd
GM
3832012-07-11 Glenn Morris <rgm@gnu.org>
384
9d596af3
GM
385 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
386
20e94fdd
GM
387 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
388
22ffb973
PE
3892012-07-10 Paul Eggert <eggert@cs.ucla.edu>
390
391 Remove "#define unix" that is no longer needed (Bug#11905).
392 Merge from gnulib to make "#define unix" unnecessary, incorporating:
393 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
394 2012-07-09 getopt: Simplify after Emacs changed.
395
882cf227
GM
3962012-07-10 Glenn Morris <rgm@gnu.org>
397
d02eb359
GM
398 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
399 Move here from src/s.
882cf227 400
cda158b4
AS
4012012-07-09 Andreas Schwab <schwab@linux-m68k.org>
402
403 * configure.ac (PNG_DEPSTRUCT): Define this instead of
404 PNG_DEPRECATED.
405
5994c183
PE
4062012-07-09 Paul Eggert <eggert@cs.ucla.edu>
407
408 Add GCC-style 'const' attribute to functions that can use it.
409 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
410 (ATTRIBUTE_CONST): New macro, in config.h.
411
52331d2c
JB
4122012-07-09 Juanma Barranquero <lekktu@gmail.com>
413
414 * lib/makefile.w32-in: Rework dependencies.
415 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
416 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
417 (U64_H, SHA512_H): New macros.
418 (SRC): Redefine to point to src/, not current directory.
419 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
420 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
421 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
422 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
423 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
424 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
425 ($(BLD)/filemode.$(O)): Update dependencies.
426
c4444d16
PE
4272012-07-09 Paul Eggert <eggert@cs.ucla.edu>
428
2f93ecce
PE
429 Merge from gnulib, incorporating:
430 2012-07-09 timespec: mark functions with const attributes
431
c4444d16
PE
432 Rename configure.in to configure.ac (Bug#11603).
433 The name 'configure.in' has been obsolescent for quite some time,
434 and the next release of Autoconf will generate warnings for it.
61a11606
PE
435 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
436 'configure.in' as autoconf input" in the Autoconf git repository.
c4444d16
PE
437 * configure.ac: Rename from configure.in.
438 * INSTALL, INSTALL.BZR, README, make-dist:
439 * Makefile.in (AUTOCONF_INPUTS):
440 * autogen.sh (autoconf_min):
441 * autogen/update_autogen (sources):
442 Adjust to reflect new name.
443
0ccb0b09
PE
4442012-07-08 Paul Eggert <eggert@cs.ucla.edu>
445
446 Restore deprecation warnings, except for older libpng.
447 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
448 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
449 (PNG_DEPRECATED): Define when compiling with older PNG versions.
450
4da41f1c
AS
4512012-07-07 Andreas Schwab <schwab@linux-m68k.org>
452
453 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
454
6045c4fd
PE
4552012-07-07 Paul Eggert <eggert@cs.ucla.edu>
456
457 Improve static checking when configured --with-ns.
458 See Samuel Bronson's remarks in
459 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
460 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
461 a no-op with recent GCC and harmful in earlier ones.
462 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
463 warning when compiling with ObjC. Always omit
464 -Wunsafe-loop-optimizations, as we don't mind when optimization is
465 being done correctly.
466
4516fbef
GM
4672012-07-07 Glenn Morris <rgm@gnu.org>
468
41f9404e
GM
469 * configure.in (BROKEN_SA_RESTART): Doc fix.
470
4516fbef
GM
471 * configure.in: Rather than checking for things then undef'ing
472 them on some platforms, simply don't check for them.
473 (getwd): Don't check for it on unixware.
474 (random, rint): Don't check for these on hpux.
475 (res_init, libresolv): Don't check for these on darwin.
476
07adc2c6
JB
4772012-07-07 Juanma Barranquero <lekktu@gmail.com>
478
479 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
480 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
481 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
482 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
483
a69ca799
PE
4842012-07-06 Paul Eggert <eggert@cs.ucla.edu>
485
f5c08e17
PE
486 * configure.in: Document --enable-gcc-warnings better.
487
fee5959d
PE
488 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
489 This is safer than strcasecmp, which has unspecified behavior
490 outside the POSIX locale and in practice sometimes does not work
491 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
492 * configure.in (strcasecmp, strncasecmp): Remove checks.
f5c08e17 493
fee5959d
PE
494 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
495 * lib/c-strncasecmp.c: New files, taken from gnulib.
496 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
497
a69ca799
PE
498 Merge from gnulib, incorporating:
499 2012-07-06 timespec-sub: avoid duplicate include
500 Reported by Juanma Barranquero.
501
a02d99e7
GM
5022012-07-06 Glenn Morris <rgm@gnu.org>
503
504 * make-dist [update]: Let autoreconf figure out what needs updating.
505 Use `make info-real'. leim/leim-list.el should always exist.
506 Check cd return value.
507
7dca65a4
PE
5082012-07-06 Paul Eggert <eggert@cs.ucla.edu>
509
510 Merge from gnulib. This is for OpenBSD 5.1 amd64.
511 * m4/sys_time_h.m4: New version from gnulib, incorporating:
512 2012-07-05 sys_time: allow too-wide tv_sec
513
013aabf1
PE
5142012-07-04 Paul Eggert <eggert@cs.ucla.edu>
515
516 Merge from gnulib.
517 * lib/alloca.in.h: New version from gnulib, incorporating:
518 2012-07-03 alloca: add support for HP NonStop TNS/E native
519
8ce70ed2
DA
5202012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
521
522 * configure.in: If --enable-gcc-warnings, disable
523 -Wunsafe-loop-optimizations for -O1 optimization level.
524
ca26824c
GM
5252012-06-30 Glenn Morris <rgm@gnu.org>
526
527 * configure.in (standardlisppath): New output variable.
528 (lisppath): Use standardlisppath.
529 * Makefile.in (standardlisppath): New, set by configure.
530 (epaths-force): Use standardlisppath and locallisppath rather than
531 lisppath.
532
94eb8e0a
DA
5332012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
534
535 * configure.in: Fix previous change. Remove --enable-asserts.
536 (CPPFLAGS): Remove conditional -DXASSERTS=1.
537 Add --enable-link-time-optimization.
538 * INSTALL: Mention this.
539
e509cfa6
DA
5402012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
541
542 * configure.in: Add glyphs category to --enable-checking option.
543 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
544
a54e2c05
DA
5452012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
546
547 * configure.in (ENABLE_CHECKING): Update comment.
548
059e4fb5
PE
5492012-06-28 Paul Eggert <eggert@cs.ucla.edu>
550
15458df4
PE
551 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
552 Emacs proper no longer uses these headers, and can rely on Gnulib
553 for these checks.
554
059e4fb5
PE
555 Merge from gnulib.
556 * m4/getopt.m4: Copy new version from gnulib, incorporating:
557 getopt-posix: No longer guarantee that option processing is resettable.
558
1ba6038a
GM
5592012-06-27 Glenn Morris <rgm@gnu.org>
560
0b6b25d5
GM
561 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
562
1ba6038a
GM
563 * INSTALL: Remove references to paths.el.
564
cc06e7e7
EZ
5652012-06-26 Eli Zaretskii <eliz@gnu.org>
566
567 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD. This
568 replaces separate dependency for each object file, which required
569 the same object file to be mentioned twice, causing failures in
570 parallel builds.
571
cf38a720
PE
5722012-06-26 Paul Eggert <eggert@cs.ucla.edu>
573
574 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
575 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
576
3511c784
DA
5772012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
578
579 * configure.in (AC_CHECK_FUNCS): Detect library functions
580 strcasecmp and strncasecmp.
581
845ca893
PE
5822012-06-24 Paul Eggert <eggert@cs.ucla.edu>
583
584 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
585 We might as well use the spelling standardized by C11,
586 as in the long run that should simplify maintenance.
587 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
588
696056c2
EZ
5892012-06-24 Eli Zaretskii <eliz@gnu.org>
590
591 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
592 ($(BLD)/timespec-add.$(O)):
593 ($(BLD)/timespec-sub.$(O)): Don't depend on
594 $(EMACS_ROOT)/nt/inc/sys/time.h.
595
596 * lib/stat-time.h:
597 * lib/timespec.h:
598 * lib/utimens.h: Revert last change.
599
47d0c011
PE
6002012-06-23 Paul Eggert <eggert@cs.ucla.edu>
601
602 Merge from gnulib.
603 * m4/getopt.m4: Copy new version from gnulib, incorporating:
604 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
605
388cdec0
EZ
6062012-06-23 Eli Zaretskii <eliz@gnu.org>
607
608 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
609 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
610 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
611 $(BLD)/timespec-sub.$(O).
612 ($(BLD)/dtotimespec.$(O)):
613 ($(BLD)/gettime.$(O)):
614 ($(BLD)/timespec-add.$(O)):
615 ($(BLD)/timespec-sub.$(O)): New dependencies.
616
617 * lib/stat-time.h:
618 * lib/timespec.h:
ed9265fc 619 * lib/utimens.h: Include sys/time.h.
388cdec0 620
54e8a418
AS
6212012-06-23 Andreas Schwab <schwab@linux-m68k.org>
622
623 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
624 the correct CFLAGS and LIBS.
625
d35af63c
PE
6262012-06-22 Paul Eggert <eggert@cs.ucla.edu>
627
628 Support higher-resolution time stamps (Bug#9000).
629 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
630 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
631 that the new clock stuff doesn't clash with RSVG_LIBS.
632 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
633 as gnulib does that for us now.
634 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
635 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
636 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
637 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
638 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
639 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
640 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
641 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
642 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
643 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
644 New files, copied automatically from gnulib.
645 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
646
05730648
PE
6472012-06-22 Paul Eggert <eggert@cs.ucla.edu>
648
649 Merge from gnulib.
650 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
651 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
652 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
653 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
654 Copy new versions from gnulib, incorporating the following changes:
655 2012-06-22 time_r: fix typo that always overrode localtime_r decl
656 2012-06-22 Write "Mac OS X" instead of "MacOS X".
657 2012-06-21 mktime: fix integer overflow in 'configure'-time test
658 2012-06-21 nonblocking: Avoid compilation error on mingw64.
659 2012-06-19 stat, fstat: Avoid warnings on mingw64.
660 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
661
646b5f55
AS
6622012-06-13 Andreas Schwab <schwab@linux-m68k.org>
663
664 * configure.in: Rename --enable-use-lisp-union-type to
665 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
666 instead of USE_LISP_UNION_TYPE.
667
8a07a8c6
GM
6682012-06-12 Glenn Morris <rgm@gnu.org>
669
b4492cba
GM
670 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
671 (opsysfile): Set specially for sol2-10.
672
8a07a8c6
GM
673 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
674 New AC_DEFINEs, for hpux11.
675 (opsysfile): Set specially for hpux11.
676
03043c1b
PE
6772012-06-12 Paul Eggert <eggert@cs.ucla.edu>
678
679 * configure.in: Coalesce some function checking.
680 This makes 'configure' a bit smaller.
681 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
682
ed846e5f
GM
6832012-06-12 Glenn Morris <rgm@gnu.org>
684
0d369729
GM
685 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
686
45fa9c0f
GM
687 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
688
ed846e5f
GM
689 * configure.in: Anticipate platforms with no src/s file.
690
0e25d334
CY
6912012-06-12 Chong Yidong <cyd@gnu.org>
692
693 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
694
a9be7d2b
GM
6952012-06-11 Glenn Morris <rgm@gnu.org>
696
697 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
698
e3a3e213
MA
6992012-06-09 Michael Albinus <michael.albinus@gmx.de>
700
701 * configure.in (dbus_type_is_valid): Check for library function.
702
276d5f5d
GM
7032012-06-06 Glenn Morris <rgm@gnu.org>
704
705 * INSTALL, make-dist: Remove vcdiff.
706
418cd726
GM
7072012-06-03 Glenn Morris <rgm@gnu.org>
708
709 * INSTALL, make-dist: Remove rcs-checkin.
710
c71232db
UM
7112012-06-03 Ulrich Müller <ulm@gentoo.org>
712
713 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
714
501390c5
PE
7152012-06-01 Paul Eggert <eggert@cs.ucla.edu>
716
717 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
718 It is confusingly named and rarely useful. See, for example,
719 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
720 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
721 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
722 * configure.in: Remove --disable-maintainer-mode.
723 (USE_MAINTAINER_MODE, MAINT): Remove.
724
0e7a053e
PE
7252012-05-28 Paul Eggert <eggert@cs.ucla.edu>
726
727 Make 'configure' a bit smaller and faster.
728 * configure.in (INSTALL_INFO): Set it with one call to
729 AC_PATH_PROG, not three.
730 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
731 so likely that it'll be needed.
732 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
733 (AC_PROG_MAKE_SET): Remove; Automake does this.
734 (sysinfo): Do not check for this function, as it's never used.
735 (tzset): Check for this function just once.
736 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
737 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
738
cd376509
EZ
7392012-05-27 Eli Zaretskii <eliz@gnu.org>
740
42a53d84
EZ
741 * config.bat (lib): Create/update lib/stdalign.in-h and
742 lib/sys_types.in-h.
743
0e7a053e
PE
744 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
745 ($(BLD)/sha1.$(O)):
746 ($(BLD)/sha256.$(O)):
cd376509
EZ
747 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
748 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
749
750 * lib/getopt_.h: Regenerate.
751
50c4645e
PE
7522012-05-27 Paul Eggert <eggert@cs.ucla.edu>
753
754 Assume gnulib does largefile.
755 Gnulib does the largefile configuration anyway, so when configure.in
756 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
757 * configure.in (AC_SYS_LARGEFILE): Remove.
758 * lib/gnulib.mk: Autoupdate.
759
caf8a9b2
PE
7602012-05-26 Paul Eggert <eggert@cs.ucla.edu>
761
762 Merge from gnulib. (Bug#11527)
763
764 The build procedure now creates <stdalign.h> and <sys/types.h> for
765 older hosts that lack a working <stdalign.h> or whose
766 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t. New
767 symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
768 msdos and nt builds.
769
770 Here is a precis of gnulib changes that seem relevant; please see
771 the gnulib ChangeLog for details.
772
773 2012-05-18 crypto: fix bug in large buffer handling
774 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
775 2012-05-10 _Noreturn: port config.h to gcc -Wundef
776 2012-05-08 warnings.m4: give a means to specify the program to compile
777 2012-05-07 stdint: be more consistent with glibc, SunOS libc
778 2012-04-21 Large File Support for native Windows platforms.
779 2012-04-14 stat: Bypass buggy override in mingw64.
780 2012-03-29 stdio: don't assume gets any more
781 2012-03-24 Enable common subexpression optimization in GCC.
782 2012-02-09 maint: replace FSF snail-mail addresses with URLs
783 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
784 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
785 2012-01-21 stdint: Add support for Android.
786 2012-01-15 Improve support for MSVC 9.
787 2012-01-08 mktime: Avoid compilation error on Solaris 11.
788 2012-01-05 Use ', not `, for quoting output.
789 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
790 2012-01-05 strtoimax: Work around AIX 5.1 bug.
791 2012-01-05 inttypes: Modernize.
792 2011-12-13 inttypes, stdint: add C++11 support
793 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
794 2011-11-21 _Noreturn: Check that _MSC_VER is defined
795 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
796 2011-11-09 raise: fix mingw handling of SIGPIPE
797 2011-10-27 Add stdalign module and use it in other modules.
798
799 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
800 * m4/sys_types_h.m4:
801 New files.
802 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
803 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
804 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
805 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
806 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
807 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
808 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
809 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
810 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
811 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
812 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
813 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
814 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
815 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
816 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
817 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
818 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
819 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
820 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
821 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
822 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
823 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
824 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
825 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
826 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
827 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
828 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
829 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
830 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
831 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
832 Update from gnulib.
833
34374650
PE
8342012-05-22 Paul Eggert <eggert@cs.ucla.edu>
835
836 Remove src/m/*.
837 * configure.in: Remove all mention of src/m/*.
838 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
839 All uses removed.
840 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
841 (BITS_PER_LONG_LONG): Move to src/lisp.h.
842 * lib/makefile.w32-in: Remove dependencies on
843 $(EMACS_ROOT)/src/m/intel386.h.
844 * make-dist: Don't make links to src/m.
845
ec21c7f8
PE
8462012-05-22 Paul Eggert <eggert@cs.ucla.edu>
847
848 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
849 Without this further fix, aclocal was being invoked unnecessarily.
850
39078e4a
GM
8512012-05-22 Glenn Morris <rgm@gnu.org>
852
853 * Makefile.in (blessmail, install-arch-dep, uninstall):
854 Check cd lib-src works.
855 (install-arch-dep, uninstall): Remove unneeded subshells.
856
be17565b
GM
8572012-05-21 Glenn Morris <rgm@gnu.org>
858
ff0c3cfb
GM
859 * update-subdirs: Move to build-aux/.
860 * make-dist, Makefile.in (install-arch-indep): Update for this change.
861
d10cfddd
GM
862 * Makefile.in (leimdir): New, set by configure.
863 (COPYDIR, COPYDESTS): Add leim directories.
864 (install-leim): Remove.
865 (install-arch-indep): Handle leim installation directly.
866
be17565b
GM
867 * vpath.sed: Remove unused file.
868 * make-dist: No more vpath.sed.
869
9b4ee616
PE
8702012-05-21 Paul Eggert <eggert@cs.ucla.edu>
871
fb77d37e
PE
872 Use full name for m4/gnulib-comp.m4. (Bug#11529)
873 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
874 even though the file's name in gnulib is m4/gnulib-comp.m4.
875 This had a problem when merging from gnulib, as the code temporarily
876 renamed it to the full name, causing problems when interrupted.
877 Now the file has its full name, with the idea that we will find
878 a solution for MS-DOS that does not affect the rest of Emacs.
879 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
880
261cb4bb
PE
881 Assume C89 or later.
882 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
883 (POINTER_TYPE, PROTOTYPES): Remove.
884
9b4ee616
PE
885 Make merging from gnulib a script, not a makefile action.
886 Putting it in a makefile has some problems with reflection, as
887 merging from gnulib updates 'configure', which can update the makefile.
888 Putting it in a standalone script breaks this loop.
889 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
890 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
891 Remove, moving the actions to the script admin/merge-gnulib.
892
261cb4bb
PE
8932012-05-21 Glenn Morris <rgm@gnu.org>
894
895 * configure.in (LEIM_INSTALLDIR):
896 Rename to leimdir, treat like lispdir.
897
b847032c
GM
8982012-05-21 Glenn Morris <rgm@gnu.org>
899
900 * Makefile.in (install-arch-indep, install-doc, install-info)
901 (uninstall): Scrap superfluous subshells.
902
af006ad5
UM
9032012-05-19 Ulrich Mueller <ulm@gentoo.org>
904
905 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
906
003fdae2
PE
9072012-05-19 Paul Eggert <eggert@cs.ucla.edu>
908
9232a6d9
PE
909 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
910 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
911 getsockopt, setsockopt, mremap, mempcpy.
912
003fdae2
PE
913 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
914 is being removed.
915 (AC_CHECK_FUNCS): Remove ftime.
916
e7333757
GM
9172012-05-19 Glenn Morris <rgm@gnu.org>
918
e39b9806 919 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 920
42d5aa3e
GM
921 * Makefile.in (install-arch-indep): Remove unneeded chmod.
922 Set permissions of lisp/subdirs.el.
923
9192d37d
GM
924 * Makefile.in (SUBDIR): Add leim. Update users.
925
2e5d41e4
GM
926 * Makefile.in (lib, lib-src, lisp): Check cd return value.
927
e7333757
GM
928 * Makefile.in (leim): No need to set PARALLEL.
929
7606c360
GM
9302012-05-18 Glenn Morris <rgm@gnu.org>
931
6d1a623e
GM
932 * Makefile.in (install-arch-indep, install-info, install-man):
933 Simplify some one-sided ifs.
934
29473393
GM
935 * Makefile.in: Install only the relevant DOC file.
936 (install-arch-indep): Delete etc/DOC*.
937 (install-doc): No more need to delete etc/DOC.
938
660c8c1e
GM
939 * Makefile.in (install-arch-indep): Split into several rules.
940 (install-doc, innstall-info, install-man): New rules.
941
37f36bcb
GM
942 * configure.in (mandir): May as well include it in the NS app bundle.
943
0629a797
GM
944 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
945 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
946 (install-arch-indep): Don't install-etc for self-contained ns builds.
947
136c45ee
GM
948 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
949 No longer unconditonally add /sw directories. (Bug#2280)
950
ed0ba302
GM
951 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
952 (install-arch-indep): Depend on install-leim.
953 (install): Remove explicit install-leim dependence.
954
62061397
GM
955 * Makefile.in (install-arch-indep):
956 Move last element of mkdir rule here.
957 (mkdir): Remove rule.
958
37baa3c8
GM
959 * Makefile.in (install-arch-indep): Remove unneeded chmods.
960 INSTALL_DATA does this for us.
961
b533f05e
GM
962 * Makefile.in (install-arch-dep): Ensure bindir exists.
963 Drop mkdir dependency.
964 (install-arch-indep): Ensure docdir, infodir, mandir exist.
965 (install-leim): Drop mkdir dependency.
966 (mkdir): Remove most directories, now made in relevant rules.
967
7606c360
GM
968 * Makefile.in (install-arch-indep): Combine adjacent loops.
969
3a4155de
GM
9702012-05-17 Glenn Morris <rgm@gnu.org>
971
d9a1e2c2
GM
972 * Makefile.in (install-etc, mkdir):
973 Make relevant directories in install-etc rather than mkdir.
974
4c54abe1
GM
975 * Makefile.in (write_subdir): Create the directory if needed.
976 (install-arch-dep, mkdir): No need to make site-lisp directories.
977
9f1ea7dc 978 * Makefile.in (write_subdir): New.
05f3d308 979 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 980
40c117e7 981 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 982 For a self-contained ns build, set these to the appropriate values.
40c117e7 983 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 984
b4a36200
GM
985 * configure.in (ns_self_contained): New output variable.
986 * Makefile.in (ns_self_contained): New, set by configure.
987 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
988 don't bother installing binaries then immediately deleting them.
989
3a4155de
GM
990 * Makefile.in (ns_appbindir, ns_appresdir):
991 Move them before things that may refer to them.
992 (install-arch-dep): No need to relocate self-contained ns libexec.
993
994 * configure.in (archlibdir): Set it for self-contained ns builds.
995 (libexecdir): Don't expand it now (this is mainly cosmetic).
996
f04940ae
PE
9972012-05-16 Paul Eggert <eggert@cs.ucla.edu>
998
999 * configure.in: Simplify by removing CPP etc.
1000 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
1001 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
1002 In particular we no longer need to fiddle with CPP, since we don't
1003 use CPP specially any more.
1004 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
1005 adjusted compiler.
1006 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
1007 since gl_EARLY and/or Autoconf already does these.
1008
27cb7be2
GM
10092012-05-16 Glenn Morris <rgm@gnu.org>
1010
1011 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
1012 (CPP): Do not unconditionally set it on Darwin.
1013 Instead, try to test if -no-cpp-precomp is accepted.
1014 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
1015
ec3ca9ec
GM
10162012-05-15 Glenn Morris <rgm@gnu.org>
1017
4e7d487c 1018 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 1019
75a9f5f5
GM
1020 * Makefile.in (install-arch-dep): Do not hard-code version number.
1021
ec3ca9ec
GM
1022 * Makefile.in (install-arch-dep): NS install no longer needs to
1023 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
1024
3fe7cdc8
GM
10252012-05-12 Glenn Morris <rgm@gnu.org>
1026
9e6b06ed
GM
1027 * configure.in (ns_appbindir): Remove trailing "/".
1028
3fe7cdc8
GM
1029 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
1030 (MKDEPDIR): Use $MKDIR_P.
1031 * Makefile.in (MKDIR_P): New, set by configure.
1032 (mkdir): Use $MKDIR_P.
1033
a873f274
GM
10342012-05-11 Glenn Morris <rgm@gnu.org>
1035
1036 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 1037 Use INSTALL_DATA for the DOC file.
c8e32179 1038 Remove dead code for ./lisp that never executes.
a873f274 1039
ff57c2ec
GM
10402012-05-10 Glenn Morris <rgm@gnu.org>
1041
1042 * configure.in (LEIM_INSTALLDIR): New output variable.
1043
49ed9c8e
SM
10442012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
1047
5122804a
GM
10482012-05-08 Glenn Morris <rgm@gnu.org>
1049
1050 * make-dist: No more doc/lispref/*.el.
1051
01319a4e
AS
10522012-05-05 Andreas Schwab <schwab@linux-m68k.org>
1053
1054 * configure.in: Fix quoting bugs.
1055
8045b906
GM
10562012-05-04 Glenn Morris <rgm@gnu.org>
1057
1058 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
1059
9fa0e416
GM
10602012-05-02 Glenn Morris <rgm@gnu.org>
1061
3c30e766
GM
1062 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
1063 the choices made by FreeBSD and NetBSD. (Bug#10313)
1064
9aa071df
GM
1065 * Makefile.in (INFO_FILES): Remove variable.
1066 (INFO_NONMISC): New variable.
1067 (install-arch-indep, uninstall): Don't use $INFO_FILES.
1068
cd3771a0
GM
1069 * Makefile.in (uninstall): Remove useless-use-of-for; that for
1070 some reason caused problems on an old Solaris.
1071
a36e64d0
GM
1072 * Makefile.in (install-arch-indep, uninstall):
1073 Ensure that INSTALL-type commands are run from top-level.
1074
9e7a4bcf
GM
1075 * info/dir: Make some entries consistent with the source texi files.
1076
9fa0e416
GM
1077 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
1078
7adecb99
GM
10792012-05-02 Glenn Morris <rgm@gnu.org>
1080
1081 * Makefile.in (install-arch-indep):
1082 Combine adjacent install-data and install-info loops.
1083
4737362e
GM
10842012-05-01 Glenn Morris <rgm@gnu.org>
1085
ab1121bd
GM
1086 * Makefile.in (MAN_PAGES): Remove.
1087 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
1088
a4a18b8b
GM
1089 * configure.in: Try libtinfo for tputs.
1090 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
1091
3ba0a545
GM
1092 * configure.in: Combine adjacent $opsys case blocks.
1093
e3da5b19
GM
1094 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
1095
262f06da
GM
1096 * configure.in: Invert the TERMINFO logic,
1097 since "yes" is far more common than "no".
1098
9311dcff
GM
1099 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
1100
4d5c6349
GM
1101 * configure.in (LD_SWITCH_X_SITE_RPATH):
1102 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
1103
4737362e
GM
1104 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
1105
562e638f
GM
11062012-04-26 Glenn Morris <rgm@gnu.org>
1107
1108 * make-dist: No more doc/lispref/tindex.pl.
1109
dcbf5805
MA
11102012-04-22 Michael Albinus <michael.albinus@gmx.de>
1111
1112 * configure.in (dbus_validate_bus_name, dbus_validate_path)
1113 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 1114 these library functions.
dcbf5805 1115
4b5b5289
PE
11162012-04-22 Paul Eggert <eggert@cs.ucla.edu>
1117
1118 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
1119 With glibc 2.14 or later, when compiled with GCC 4.7.0's
1120 -Werror=deprecated-declarations flag, use of hooks like
1121 __malloc_initialize_hook causes compilation to fail because these
1122 hooks are deprecated. Modify 'configure' to check for these hooks too.
1123 Simplify the 'configure' code to test for all the hooks at once.
1124 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
1125 (emacs_cv_var_doug_lea_malloc): ... this new var.
1126
9ee7d8b9
PE
11272012-04-21 Paul Eggert <eggert@cs.ucla.edu>
1128
1129 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
1130 dated 2011-10-07. Regenerating from current gnulib would be a
1131 pervasive change, and currently the trunk isn't open to such changes.
1132 * configure.in (WARN_CFLAGS): Remove; no longer needed now
1133 that gnulib does it.
1134 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1135
5e6ab4e6
AS
11362012-04-21 Andreas Schwab <schwab@linux-m68k.org>
1137
1138 * m4/gl-comp.m4: Update. (Bug#11285)
1139
c07a4c0b 11402012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
1141
1142 * configure.in: Don't use the -R option (Bug#11251).
1143
6c94c34f 11442012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 1145
9f46df23 1146 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
1147 I have been using this change for many months in my private copy
1148 of Emacs, and have used it to find several bugs. It's mature
1149 enough to publish now.
1150 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
1151 * configure.in: Support --enable-gcc-warnings, in the style of
1152 other GNU packages such as coreutils.
1153 (C_WARNINGS_SWITCH): Remove, replacing with...
1154 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
1155 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
1156 when including system files with GCC.
1157 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 1158 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
1159 * lib/Makefile.am (AM_CFLAGS): New macro.
1160 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
1161
316411f0
DA
11622012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1163
1164 * configure.in (AC_CHECK_FUNCS):
1165 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
1166
9b9b2ef2
GM
11672012-04-16 Glenn Morris <rgm@gnu.org>
1168
b1aa797c
GM
1169 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
1170
9b9b2ef2
GM
1171 * configure.in: Remove X libs workaround for old autoconf.
1172
badf86af
KB
11732012-04-12 Ken Brown <kbrown@cornell.edu>
1174
1175 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
1176
2f097256
GM
11772012-04-11 Glenn Morris <rgm@gnu.org>
1178
1179 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
1180
a9f72fc1
GM
11812012-04-10 Glenn Morris <rgm@gnu.org>
1182
1183 * configure.in: Conditionally generate admin/unidata/Makefile.
1184
6b4f4a2d
TZ
11852012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1186
a9f72fc1 1187 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 1188
23df914b
GM
11892012-04-09 Glenn Morris <rgm@gnu.org>
1190
fd9d85c2
GM
1191 * Makefile.in (leim): Check cd return value. Pass fewer variables.
1192 (install-leim): Check cd return value. Pass $MFLAGS.
1193 (install-strip): Pass $MFLAGS.
1194
23df914b
GM
1195 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
1196 Eg org.texi has been using 4.7 functions for some time.
1197
bf6bba2b
PE
11982012-04-07 Paul Eggert <eggert@cs.ucla.edu>
1199
1200 Check pkg-config exit status when configuring (Bug#10626).
1201 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
1202 works; check its exit status. Problem reported by Jordi Gutiérrez
1203 Hermoso in
1204 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
1205
f3774f20
GM
12062012-04-07 Glenn Morris <rgm@gnu.org>
1207
1208 * README, configure.in (AC_INIT): Bump version to 24.1.50.
1209
d67a9a85
EZ
12102012-04-07 Eli Zaretskii <eliz@gnu.org>
1211
1212 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
1213
f20f95c6
PE
12142012-03-04 Paul Eggert <eggert@cs.ucla.edu>
1215
1216 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
1217 * configure.in (LIBS_TERMCAP): Default this to the result of
1218 the tputs library search. Do a run-time test for the linkability
1219 of tputs unless cross-compiling, as that's more reliable if the
1220 link flags and libraries are messed up. Don't change LIBS as
1221 a result of the test, as that may mess up later tests.
1222
75197633
CS
12232012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
1224
533183f3 1225 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 1226
75197633
CS
1227 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
1228 specific makefiles to support getopt_.h generation with MSVC.
1229
7eb21b49
GM
12302012-02-04 Glenn Morris <rgm@gnu.org>
1231
1232 * Makefile.in (uninstall):
1233 Handle compressed info files and man pages. (Bug#10718)
1234
44f92739
GM
12352012-02-02 Glenn Morris <rgm@gnu.org>
1236
1237 * configure.in [HAVE_NS]:
1238 Error if use --without-toolkit-scroll-bars. (Bug#10673)
1239
6df37268
PE
12402012-02-01 Paul Eggert <eggert@cs.ucla.edu>
1241
1242 Port to older Solaris 10 versions (Bug#10677).
1243 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
1244 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
1245 possibly this is because Sun fixed the 'stat' bug in my version.
1246 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
1247 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
1248 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1249 These changes are based on gnulib version
1250 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
1251 because Emacs is in feature freeze and we do not want to merge any
1252 more-recent changes from gnulib.
1253
8d8939e8
GM
12542012-01-31 Glenn Morris <rgm@gnu.org>
1255
e4070def
GM
1256 * configure.in: Throw an explicit error if Motif toolkit was
1257 requested but requirements could not be found.
1258
8d8939e8
GM
1259 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
1260
5a26ec89
EZ
12612012-01-30 Eli Zaretskii <eliz@gnu.org>
1262
1263 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
1264 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
1265 with "make -j3".
1266
1b0880d5
JB
12672012-01-16 Juanma Barranquero <lekktu@gmail.com>
1268
1269 * .bzrignore: Ignore etc/__pycache__.
1270
adee8a65
PE
12712011-12-17 Paul Eggert <eggert@cs.ucla.edu>
1272
1273 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
090bd7cb 1274 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
adee8a65
PE
1275 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
1276 by Nelson H. F. Beebe in
1277 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
1278
e152e577
JB
12792011-12-10 Juanma Barranquero <lekktu@gmail.com>
1280
1281 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
1282
46d14be7
JD
12832011-12-10 Jan Djärv <jan.h.d@swipnet.se>
1284
1285 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
1286 instead of LDFLAGS (Bug#10230).
1287
6c269a38
PE
12882011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1289
4eec8d6f
PE
1290 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
1291
6c269a38 1292 Propagate configure flags to sub-configures.
1350a3cc 1293 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
1294 New macros.
1295 (config.status, bootstrap): Use them to propagate configure flags
1296 to sub-configures.
1297 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
1298
63e94eb8
PE
12992011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1300
1301 * .bzrignore: Add config.cache.
1302
54e9e3bf
JD
13032011-11-27 Jan Djärv <jan.h.d@swipnet.se>
1304
1305 * configure.in: Check for gtk_window_set_has_resize_grip.
1306
20db1522
JB
13072011-11-24 Juanma Barranquero <lekktu@gmail.com>
1308
1309 * configure.in (HAVE_XPM): Fix typo.
1310
60bf278f
GM
13112011-11-22 Glenn Morris <rgm@gnu.org>
1312
5f77c86c
GM
1313 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
1314 have confusing effects on the build. (Bug#6401)
1315
60bf278f
GM
1316 * Makefile.in (install-arch-dep): Tweak previous change.
1317
816be9f6
YD
13182011-11-22 Yavor Doganov <yavor@gnu.org>
1319
1320 Do not install arch-dependent files in the app bundle if
1321 --disable-ns-self-contained is requested. (Bug#1335)
1322 * configure.in (exec_prefix, libexecdir): Define relative to
1323 `ns_appbindir' only if configured for a self-contained app.
1324 * Makefile.in (install-arch-dep): Test for the existence of
1325 libexec in the Emacs.app bundle before executing commands.
1326
d5ff9cd0
AS
13272011-11-20 Andreas Schwab <schwab@linux-m68k.org>
1328
1329 * configure.in: Remove reference to src/m/ibms390.h.
1330
1c889bf6
GM
13312011-11-13 Glenn Morris <rgm@gnu.org>
1332
1333 * INSTALL: Tiny updates for disk space used during installation.
1334
a6fc3b5c
EZ
13352011-11-05 Eli Zaretskii <eliz@gnu.org>
1336
1337 * lib/makefile.w32-in (FRC): New dummy target.
1338 (TAGS): Depend on FRC.
1339
9f77899d
GM
13402011-11-04 Glenn Morris <rgm@gnu.org>
1341
1342 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
1343 Do not include GnuTLS version info in final summary message.
1344
0bd3cb7b
EZ
13452011-10-31 Eli Zaretskii <eliz@gnu.org>
1346
07f3add9
EZ
1347 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
1348 they exist there, else from autogen/.
1349
1350 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 1351
d2eaf3e4
NT
13522011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
1353
1354 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
1355
e782cfab
PE
13562011-10-24 Paul Eggert <eggert@cs.ucla.edu>
1357
1358 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
1359 if the library is found. Otherwise, later configure-time tests,
1360 such as the test for pthread_sigmask, generate the wrong results
1361 on some platforms. Problem reported for FreeBSD by Nali Toja.
1362
7da0b018
PE
13632011-10-20 Paul Eggert <eggert@cs.ucla.edu>
1364
1365 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
1366 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
1367 Remove; no longer needed, now that we defer to strftime for time
1368 zone names.
1369
0ffe1065
JD
13702011-10-18 Jan Djärv <jan.h.d@swipnet.se>
1371
1372 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
1373
23769e49
CY
13742011-10-18 Chong Yidong <cyd@gnu.org>
1375
1376 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
1377
fd8dea03
GM
13782011-10-13 Glenn Morris <rgm@gnu.org>
1379
1380 * configure.in: Also look for tputs in libcurses. (Bug#9736)
1381
f4cc5b54
PE
13822011-10-12 Paul Eggert <eggert@cs.ucla.edu>
1383
1384 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 1385 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
1386 The check was helpful but not essential in Solaris 2.6 (1997),
1387 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
1388 obsolete -- Sun dropped support for it in 2006 -- and without
1389 access to that Silurian platform we can't maintain the code anyway.
1390
7c5ee88e
PE
13912011-10-07 Paul Eggert <eggert@cs.ucla.edu>
1392
d47439a3
PE
1393 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
1394 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
1395 * m4/gnulib-common.m4: Merge from gnulib.
1396 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
1397 command not found" on powerpc-apple-darwin9.8.0.
1398
7c5ee88e
PE
1399 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
1400 This is now done by src/alloc.c.
1401
423dbf9b
RS
14022011-10-02 Richard Stallman <rms@gnu.org>
1403
1404 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
1405 and xlinux_second_failure to xgnu_linux_second_failure.
1406
31bed486
EZ
14072011-09-29 Eli Zaretskii <eliz@gnu.org>
1408
5f91c1e5
EZ
1409 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
1410 lib/signal.in-h.
31bed486 1411
e785f2ec 1412 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
1413 Rename signal.in.h and alloca.in.h.
1414
e1504b9b
EZ
14152011-09-28 Eli Zaretskii <eliz@gnu.org>
1416
1417 * INSTALL: Mention that m17n libraries and libotf are needed for
1418 Arabic shaping.
1419
316f8af0
PE
14202011-09-26 Paul Eggert <eggert@cs.ucla.edu>
1421
1422 Merge from gnulib, improving some licensing wording.
1423 This clarifies and fixes some licensing issues raised by Glenn Morris
1424 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
1425 It also merges the latest version of texinfo.tex and has some
1426 MSVC-related changes that don't affect Emacs.
1427 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
1428 pathmax, and raise, since these are needed only to address
1429 MSVC-related issues that Emacs doesn't have.
1430 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
1431 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
1432 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
1433 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
1434 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
1435 * m4/unistd_h.m4: Merge from gnulib.
1436
04d51ad4
AS
14372011-09-26 Andreas Schwab <schwab@linux-m68k.org>
1438
1439 * configure.in: Initialize HAVE_LIBXML2.
1440
6e99ef20
GM
14412011-09-26 Glenn Morris <rgm@gnu.org>
1442
1443 * make-dist: Add lib/makefile.w32-in.
1444
0538fab0
GM
14452011-09-24 Glenn Morris <rgm@gnu.org>
1446
1447 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
1448
c5b01d8c
LMI
14492011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1450
1451 * .dir-locals.el: Change the debbugs regexp to allow having the
1452 bug number as the first thing on a line.
1453
0cc87afb
GM
14542011-09-15 Glenn Morris <rgm@gnu.org>
1455
1456 * configure.in: Make configure work with recent GNUsteps.
1457 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
1458 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 1459 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 1460
3f44249e
PE
14612011-09-11 Paul Eggert <eggert@cs.ucla.edu>
1462
1463 Merge from gnulib, porting to Tru64.
1464 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
1465 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1466 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
1467 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
1468 doesn't affect Emacs.
1469
c8199d0f
PE
14702011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1471
1472 * configure.in (isnan): Remove now-unnecessary check.
1473
e39b275c 14742011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 1475
abec06ff 1476 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
1477 This is to fix the following problems:
1478 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
1479 configured not to use gtk or any other thread-using library,
1480 signals aren't blocked correctly.
1481 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
1482 and IRIX's signal handling.
1483 . On Cygwin 1.7.5 it works around an incompatibility with
1484 the system pthread_sigmask.
1485 . On MacOS X 10.5 (32-bit), files whose inode numbers
1486 exceed 2**31 cannot be read or manipulated.
1487 . pthread_sigmask: Actually use results of gl_THREADLIB.
1488 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
1489 . find 'ar' program that fits with --host argument.
1490 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
1491 * autogen/README: Update destination list.
1492 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
1493 The autogenerated files compile, config.guess,
1494 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
1495 * m4/largefile.m4: New file, so that Emacs does not mess up when
1496 accessing files with large inode numbers in MacOS X 10.5 and later.
1497 * m4/nocrash.m4: New file, to avoid triggering background debugger
1498 and/or create core dumps during 'configure'.
1499 * build-aux/move-if-change: Renamed from move-if-change.
1500 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
1501 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
1502 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
1503 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
1504 * Makefile.in (epaths-force, sync-from-gnulib):
1505 move-if-change is now in build-aux.
1506 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
1507 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
1508 (mkdir): install-sh is now in build-aux.
1509 * config.bat: c++defs.h is now in build-aux/snippets.
1510 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
1511 usual parameter).
1512 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1513 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
1514 to build-aux/snippet.
1515 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
1516 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
1517 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
1518 Solaris, enables MacOS extensions, and enables nocrash during
1519 'configure'.
1520 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
1521
86633eab 15222011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
1523
1524 * configure.in (snprintf): New check.
1525
015faae4
PE
15262011-08-30 Paul Eggert <eggert@cs.ucla.edu>
1527
695a3dc5 1528 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 1529 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
1530 Remove unreachable pattern hppa*-*-linux-gnu*.
1531 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
1532 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 1533
52ec1feb
JD
15342011-08-26 Jan Djärv <jan.h.d@swipnet.se>
1535
1536 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
1537
377538cb
JD
15382011-08-13 Jan Djärv <jan.h.d@swipnet.se>
1539
1540 * configure.in: Add header check: sys/socket.h (Bug#8477),
1541 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
1542 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
1543
ae9e757a
JD
15442011-08-04 Jan Djärv <jan.h.d@swipnet.se>
1545
1546 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
1547 (HAVE_GTK_AND_PTHREAD): Remove.
1548
be8ec0b3
AA
15492011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
1550
1551 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
1552 build, not just GNUstep (Bug#9177).
1553
2573a837 15542011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
1555
1556 Assume freestanding C89 headers, string.h, stdlib.h.
1557 Again, this simplifies the code, and all current platforms have these.
1558 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
1559 (AC_HEADER_STDC): Remove.
1560 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
1561 (strchr, strrchr): Remove fallback macros.
1562
9cfdb3ec
PE
1563 Assume support for memcmp, memcpy, memmove, memset.
1564 This simplifies the code a bit. All current platforms have these,
1565 as they are required for C89. If this turns into a problem we
1566 can add the gnulib modules for these (a 1-line change to Makefile.in).
1567 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
1568
427c285b
PE
15692011-07-27 Paul Eggert <eggert@cs.ucla.edu>
1570
1571 * GNUmakefile: New file.
1572 This is for convenience, so that one can run GNU make in an
1573 unconfigured source tree, and get a default build.
1574
2ad77c9d
JD
15752011-07-13 Jan Djärv <jan.h.d@swipnet.se>
1576
1577 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
1578
c8618a06
YM
15792011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1580
1581 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
1582 so as to suppress address randomization (Bug#8395).
1583
f6ce9b9a
PE
15842011-07-09 Paul Eggert <eggert@cs.ucla.edu>
1585
3fcf7a1c
PE
1586 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
1587 This fixes a build problem on older Mac OS X hosts.
1588
d9706d9f
PE
1589 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
1590 test, which runs afoul of Automake installations where, for example,
1591 /usr/share/aclocal contains a copy of gl_THREADLIB.
1592 Problem reported by Sven Joachim in
1593 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
1594 This is just a quick temporary fix, specific to Emacs; I'll work
1595 with the other gnulib maintainers to get a more-permanent fix.
1596
af66a2d7 1597 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
1598 * Makefile.in (GNULIB_MODULES): Add strtoimax.
1599 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
1600 automatically imported from gnulib.
1601 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1602
1692ae2d 16032011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 1604
8a6ebd58 1605 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 1606 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
1607 * configure.in (AC_TYPE_UID_T): New dummy macro.
1608 Configure gnulib after adjusting LIBS,
1609 so that gnulib can assume the libraries in LIBS.
6db30f83 1610 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 1611 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 1612 * lib/pthread_sigmask.c:
6db30f83
PE
1613 New files, automatically imported from gnulib.
1614 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
1615 due to the above changes.
1616 * .bzrignore: Add lib/signal.h.
1617
4a621aae
PE
1618 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
1619
5e94cadb
AS
16202011-07-07 Andreas Schwab <schwab@linux-m68k.org>
1621
1622 * configure.in (maintainer-mode): Reflect default in help string.
1623
76b397fb
DN
16242011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1625
1626 * configure.in: Remove reference to iris4d.h.
1627
869795d6
JD
16282011-07-05 Jan Djärv <jan.h.d@swipnet.se>
1629
1630 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
1631
3279eb87
GM
16322011-07-01 Glenn Morris <rgm@gnu.org>
1633
1634 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
1635
2e6e11eb
LMI
16362011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1637
1638 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
1639 which made ./configure infloop.
1640
9851bfc5
JD
16412011-06-30 Jan Djärv <jan.h.d@swipnet.se>
1642
1643 * configure.in (gsettings): New option and check for GSettings.
1644
adbc4ef4
GM
16452011-06-29 Glenn Morris <rgm@gnu.org>
1646
1647 * configure.in: Try to test for the required crt*.o files.
1648
1f773f32
BW
16492011-06-27 Bill Wohler <wohler@newt.com>
1650
1651 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
1652
7a7ef429
PE
16532011-06-25 Paul Eggert <eggert@cs.ucla.edu>
1654
1655 Use gnulib's dup2 module instead of rolling our own.
1656 * Makefile.in (GNULIB_MODULES): Add dup2.
1657 * configure.in: Do not check for dup2; gnulib does that now.
1658 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
1659
6dd7e400
PE
16602011-06-23 Paul Eggert <eggert@cs.ucla.edu>
1661
1662 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
1663
94a807ac 16642011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
1665
1666 Use gnulib's alloca-opt module.
1667 * .bzrignore: Add lib/alloca.h.
1668 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
1669 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
1670 as gnulib now does that for us. Put alloca check in config.h.
1671 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
1672 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1673 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
1674
3ce9d0d4
LL
16752011-06-21 Leo Liu <sdl.web@gmail.com>
1676
1677 * m4/sha256.m4:
1678 * m4/sha512.m4:
1679 * m4/gl-comp.m4:
1680 * lib/u64.h:
1681 * lib/sha256.c:
1682 * lib/sha256.h:
1683 * lib/sha512.c:
1684 * lib/sha512.h:
1685 * lib/makefile.w32-in (GNULIBOBJS):
1686 * lib/gnulib.mk:
1687 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
1688 crypto/sha512 modules from gnulib.
1689
add3f049
PE
16902011-06-19 Paul Eggert <eggert@cs.ucla.edu>
1691
1692 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
1693
3a4725e1
GM
16942011-06-17 Glenn Morris <rgm@gnu.org>
1695
1696 * configure.in: Restore the behavior of checking crt-dir only
1697 when the user specified it (not all platforms use it).
1698
bf4846e7
PE
16992011-06-16 Paul Eggert <eggert@cs.ucla.edu>
1700
1701 * m4/lstat.m4: Merge from gnulib (Bug#8878).
1702
4d61f28d 17032011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
1704
1705 * configure.in: Try to determine CRT_DIR automatically when
1706 using gcc.
1707
8c9b2106
PE
17082011-06-15 Paul Eggert <eggert@cs.ucla.edu>
1709
8aeb5be9
PE
1710 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
1711 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
1712 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
1713 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
1714 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
1715 Merge from gnulib.
8c9b2106 1716
c195f2de
JD
17172011-06-14 Jan Djärv <jan.h.d@swipnet.se>
1718
1719 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
1720
7e2aa385
PE
17212011-06-08 Paul Eggert <eggert@cs.ucla.edu>
1722
1723 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
1724
81eafe29
PE
17252011-06-07 Paul Eggert <eggert@cs.ucla.edu>
1726
1727 * configure.in: Add --with-wide-int.
1728 * INSTALL: Mention this.
1729
9afafefb
PE
17302011-06-06 Paul Eggert <eggert@cs.ucla.edu>
1731
1732 Merge from gnulib.
1733 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
1734
f797625a
PE
17352011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1736
1737 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
1738
90856fe0 17392011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
1740
1741 Use 'inline', not 'INLINE'.
eefc9486 1742 * configure.in (INLINE): Remove.
55d4c1b2 1743
6a3e57bb
PE
17442011-05-29 Paul Eggert <eggert@cs.ucla.edu>
1745
1746 Adjust to recent gnulib change for @GUARD_PREFIX@.
1747 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
1748 All uses of _GL_ for guard prefixes in lib/*.h replaced with
1749 _@GUARD_PREFIX@_.
1750
842b28a0
PE
17512011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1752
e61923c8 1753 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 1754
70716b1d
GM
17552011-05-24 Glenn Morris <rgm@gnu.org>
1756
a22d9d2c
GM
1757 * Makefile.in (check): Just give a message if no test/ directory.
1758
bdd556a2
GM
1759 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
1760
70716b1d
GM
1761 * configure.in (OPT_MAKEFILES_IN): Remove.
1762 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
1763 (SUBDIR_MAKEFILES_IN): New output variable.
1764 * Makefile.in (OPT_MAKEFILES_IN): Remove.
1765 (SUBDIR_MAKEFILES_IN): Let configure set it.
1766
13c3daa4
LL
17672011-05-24 Leo Liu <sdl.web@gmail.com>
1768
1769 * m4/sha1.m4:
1770 * m4/gl-comp.m4:
1771 * lib/sha1.h:
1772 * lib/sha1.c:
1773 * lib/makefile.w32-in (GNULIBOBJS):
1774 * lib/gnulib.mk:
1775 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
1776
e09e38a8
GM
17772011-05-24 Glenn Morris <rgm@gnu.org>
1778
4ba4c54a
GM
1779 * configure.in: Remove test for already configured source directory.
1780 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
1781
5a95c002
GM
1782 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
1783
fa5d79db
GM
17842011-05-24 Glenn Morris <rgm@gnu.org>
1785
6c7e099d
GM
1786 * make-dist: Don't distribute test/. (Bug#8107)
1787 * configure.in (OPT_MAKEFILES_IN): New output variable.
1788 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
1789 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
1790 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
1791 (check): Give an explicit error if test/ is not present.
1792
fa5d79db
GM
1793 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
1794 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
1795 (Makefile): Use $SUBDIR_MAKEFILES_IN.
1796
2df215b5
PE
17972011-05-23 Paul Eggert <eggert@cs.ucla.edu>
1798
1799 * lib/verify.h: Merge from gnulib.
1800
f518ae90
PE
18012011-05-22 Paul Eggert <eggert@cs.ucla.edu>
1802
1803 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
1804 Merge from gnulib.
1805
16b71f3a
AS
18062011-05-21 Andreas Schwab <schwab@linux-m68k.org>
1807
1808 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
1809
7285dc67
EZ
18102011-05-20 Eli Zaretskii <eliz@gnu.org>
1811
6a45b46f
EZ
1812 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
1813
7285dc67
EZ
1814 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
1815
b9704ad9
GM
18162011-05-20 Glenn Morris <rgm@gnu.org>
1817
1818 * configure.in (lisp_frag): New output file.
1819
4a720484
GM
18202011-05-19 Glenn Morris <rgm@gnu.org>
1821
1822 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
1823 (WINDOW_SUPPORT): Remove output variables that are no longer used.
1824
a3c92bc1
EZ
18252011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1826
8f906c40
EZ
1827 * lib/gnulib.mk:
1828 * lib/intprops.h:
1829 * lib/unistd.in.h:
1830 * m4/inttypes.m4:
1831 * m4/stdint.m4:
1832 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 1833
d681f183
GM
18342011-05-14 Glenn Morris <rgm@gnu.org>
1835
1836 * configure.in: Treat failure to find an X toolkit the same way we treat
1837 failure to find X and image support.
1838
4f8c52a9
GM
18392011-05-12 Glenn Morris <rgm@gnu.org>
1840
1841 * Makefile.in (src, install-arch-indep, bootstrap-clean)
1842 (check-declare): Shell portability fixes. (Bug#8642)
1843
5a7f0a30
TZ
18442011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1845
1846 * configure.in: Require GnuTLS 2.6.x or higher.
1847
b08a63cc 18482011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 1849
c378da0b
PE
1850 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
1851 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
1852 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
1853
19548d08
PE
1854 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
1855 This new gnulib-tool option saves 'configure' the trouble of
1856 checking for strtoull when strtoumax exists.
1857
d1a2ac5c
PE
1858 * configure.in (BITS_PER_LONG_LONG): New macro.
1859
773233f8
GM
18602011-05-05 Glenn Morris <rgm@gnu.org>
1861
1862 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
1863 (top_distclean): Delete config.log~.
1864
40697cd9
BK
18652011-04-27 Ben Key <bkey76@gmail.com>
1866
1867 * configure.in: Fixed a bug that caused configure with
1868 --enable-checking=stringoverrun to have no effect.
1869
671875da 18702011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
1871
1872 * configure.in: Suppress unnecessary checks for size_t.
1873 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
1874 (size_t): Do not check for this, and do not typedef. This code
1875 is never exercised now.
1876
a8a2bb29
PE
1877 * Makefile.in (GNULIB_MODULES): Add strtoumax.
1878 This is needed for the new integer-reading code in lread.c.
1879 It automatically pulls in the following gnulib files, which
1880 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
1881 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1882 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1883 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 1884 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 1885
33630d51
TZ
18862011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1887
1888 * configure.in: Check for GnuTLS certificate verify callbacks.
1889
bfab7d85
SM
18902011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * Makefile.in (config.status): Don't erase in case of error.
1893 In case it disappeared, rebuild it with `configure'.
1894
fe0e7ad7
KB
18952011-04-20 Ken Brown <kbrown@cornell.edu>
1896
1897 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1898
f5b06c35
GM
18992011-04-12 Glenn Morris <rgm@gnu.org>
1900
1901 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
1902
762f8d96 19032011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
1904
1905 * lib/allocator.c: New file, automatically generated by gnulib.
1906
5fac7083
GM
19072011-04-07 Glenn Morris <rgm@gnu.org>
1908
1909 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
1910
973f782d
EZ
19112011-04-06 Eli Zaretskii <eliz@gnu.org>
1912
1913 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
1914 Revert last change.
1915
f1f81baa
JB
19162011-04-06 Juanma Barranquero <lekktu@gmail.com>
1917
1918 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1919 ($(BLD)/careadlinkat.$(O)): New target.
1920 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1921 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1922 Update dependencies.
1923
b70d23ff 19242011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 1925
41cf7d1a
PE
1926 Fix more problems found by GCC 4.6.0's static checks.
1927
aa181334
PE
1928 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1929
1f7196bf 1930 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
1931 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1932 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1933 * m4/ssize_t.m4: New files, automatically generated from gnulib.
1934
c0274801
GM
19352011-04-06 Glenn Morris <rgm@gnu.org>
1936
1937 * autogen/update_autogen: Handle loaddefs-like files as well.
1938 (usage): Add -l, -C.
1939 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1940 With -l, check status of lisp/ as well.
1941 With -C, clean before building.
1942 (autoreconf): Only pass -f in the `clean' case.
1943 (commit): New function.
1944
42e85a8f
GM
19452011-03-28 Glenn Morris <rgm@gnu.org>
1946
39f31873
GM
1947 * autogen/update_autogen: Pass -f to autoreconf.
1948
42e85a8f
GM
1949 * autogen.sh (get_version): Discard "not found" lines.
1950 (check_version): Respect $AUTOCONF etc environment variables.
1951
9af30bdf
GM
19522011-03-27 Glenn Morris <rgm@gnu.org>
1953
1954 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1955 (AH_BOTTOM): Do not define SIGTYPE.
1956
181855e6
GM
19572011-03-26 Glenn Morris <rgm@gnu.org>
1958
1959 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1960 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1961
9ee0d174
AS
19622011-03-25 Andreas Schwab <schwab@linux-m68k.org>
1963
1964 * autogen/update_autogen: Remove useless function keyword.
1965
07da4b3c
EZ
19662011-03-25 Eli Zaretskii <eliz@gnu.org>
1967
1968 * config.bat: Generate src/config.h and lib/Makefile from
1969 autogen/config.in and autogen/Makefile.in.
1970
f6ca84c0
GM
19712011-03-25 Glenn Morris <rgm@gnu.org>
1972
1973 * compile, config.guess, config.sub, depcomp, install-sh, missing:
1974 Remove; autoreconf can supply them.
1975 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1976 config.guess, install-sh. Pass -i to autoreconf.
1977 * autogen/update_autogen (genfiles): Add compile, config.guess,
1978 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
1979 Discard non-error output from autoreconf in -q case.
1980 * autogen/compile, autogen/config.guess, autogen/config.sub:
1981 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1982 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1983 install-sh, missing.
1984
8cc1d519
GM
19852011-03-23 Glenn Morris <rgm@gnu.org>
1986
9bb73912 1987 * autogen/update_autogen: Fix typo.
904a432c 1988 (msg): Remove function; use `exec' instead.
9bb73912 1989
8cc1d519
GM
1990 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1991 (sync-from-gnulib): Don't sync mkinstalldirs.
1992 * make-dist: Don't distribute mkinstalldirs.
1993
c9c49752 19942011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 1995
c9c49752 1996 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
1997 * Makefile.in (GNULIB_MODULES): Add socklen.
1998 * configure.in: Do not check for sys/socket.h, since socklen does that.
1999 * m4/socklen.m4: New automatically-generated file, from gnulib.
2000
d5cad867
PE
2001 fakemail: Remove dependency on ignore-value.
2002 * Makefile.in (GNULIB_MODULES): Add stdio.
2003 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
2004 imported from gnulib.
cbd350f1 2005 * .bzrignore: Add lib/stdio.h.
c9c49752 2006
34cb1cc6
GM
20072011-03-22 Glenn Morris <rgm@gnu.org>
2008
2009 * autogen/copy_autogen: Work from ./ or ../.
2010 Fix time-stamps.
2011 * autogen.sh: Doc fix.
2012
66b87493
GM
20132011-03-20 Glenn Morris <rgm@gnu.org>
2014
2015 * autogen/: New directory, to be excluded from releases.
2016 * autogen/copy_autogen, autogen/update_autogen: New scripts.
2017 * autogen/README: New file.
2018 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
2019 * autogen/Makefile.in: Add auto-updated generated files.
2020 * autogen.sh: No longer a no-op, now it tests for autotools
2021 and runs them as necessary.
cd1181db 2022 * configure.in: Default maintainer-mode to on.
66b87493
GM
2023 * aclocal.m4, configure, lib/Makefile.in: Remove files.
2024
1ef6de05
PE
20252011-03-13 Paul Eggert <eggert@cs.ucla.edu>
2026
2027 Update for gnulib.
2028 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
2029 includes <intprops.h> directly.
2030 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
2031 when building Emacs on Solaris 9 and running it on Solaris 10.
2032
0afb4571
J
20332011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2034
2035 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
2036
33383987
JB
20372011-03-07 Chong Yidong <cyd@stupidchicken.com>
2038
2039 * Version 23.3 released.
2040
870d9cf6
GM
20412011-03-06 Glenn Morris <rgm@gnu.org>
2042
2043 * configure.in (FREETYPE_LIBS): Actually set it to something.
2044
6c0dea8a
PE
20452011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2046
2047 Work around some portability problems with symlinks.
2048
2049 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
2050 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
2051 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
2052 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
2053 * m4/symlink.m4:
2054 New files, automatically generated from gnulib.
2055 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2056 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
2057
945d8b44
EZ
20582011-02-26 Eli Zaretskii <eliz@gnu.org>
2059
03382788
EZ
2060 * .bzrignore: Ignore new lib/*.in-h files.
2061
945d8b44
EZ
2062 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
2063 depfiles.bat even if lib/deps already exist.
2064
9411886d
PE
20652011-02-25 Paul Eggert <eggert@cs.ucla.edu>
2066
2067 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
2068 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
2069 recent changes to configure.in and to gnulib.
9411886d 2070
1e8dbdc6
GM
20712011-02-24 Glenn Morris <rgm@gnu.org>
2072
2073 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
2074 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
2075
f68c809d
PE
20762011-02-22 Paul Eggert <eggert@cs.ucla.edu>
2077
2078 Assume S_ISLNK etc. work, since gnulib supports this.
2079 * Makefile.in (GNULIB_MODULES): Add sys_stat.
2080 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
2081 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
2082 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
2083
ba01e9d7
PE
20842011-02-21 Paul Eggert <eggert@cs.ucla.edu>
2085
2086 * lib/min-max.h: New file, for "min" and "max".
2087
9f8370e6
CS
20882011-02-21 Christoph Scholtes <cschol2112@gmail.com>
2089
0a19a6f8 2090 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
9f8370e6
CS
2091 $(EMACS_ROOT)/nt/inc/stdint.h.
2092
25c51af3
EZ
20932011-02-21 Eli Zaretskii <eliz@gnu.org>
2094
2095 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
2096 src/makefile.w32-in and adapt. Depend on stamp_BLD.
2097 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
2098
5fa4ac76
PE
20992011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2100
2101 Import filemode module from gnulib.
2102 * .bzrignore: Add lib/sys/.
2103 * Makefile.in (GNULIB_MODULES): Add filemode.
2104 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
2105 * lib/filemode.c: Renamed from src/filemode.c and regenerated
2106 from gnulib. This adds support for some more file types, e.g.,
2107 Cray DMF migrated files.
2108 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
2109 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
2110 * m4/sys_stat_h.m4: New files, generated from gnulib.
2111 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2112 Regenerate.
2113
e1e6b4fb
EZ
21142011-02-20 Eli Zaretskii <eliz@gnu.org>
2115
2116 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
2117 $(EMACS_ROOT)/nt/inc/sys/stat.h.
2118
6cac9cb1
PE
21192011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2120
2121 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
2122 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
2123 is no longer needed, due to the recent SSDATA and related changes.
2124 Perhaps -Wno-pointer-sign should also be removed from
2125 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
2126 way to test this so I left it alone.
2127 * configure: Regenerate.
2128
0a19a6f8 21292011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
2130
2131 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
2132 src/makefile.w32-in.
2133
61353ac8 21342011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 2135
61353ac8 2136 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 2137 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
2138 Regenerate.
2139 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
2140 Import the new versions from gnulib; they assume a C99-style
2141 <stdint.h>, supplied by the stdint module.
2142 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
2143 imported from gnulib.
942f733f
PE
2144 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
2145 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
2146 special cases.
61353ac8 2147
9d9d12cd
EZ
21482011-02-19 Eli Zaretskii <eliz@gnu.org>
2149
152be435 2150 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 2151 Add lib/deps/.
152be435 2152
9d9d12cd 2153 * config.bat: Configure in `lib'.
219463da 2154 Generate *.Po files in lib/deps.
9d9d12cd 2155
7d315eb6
PE
21562011-02-18 Paul Eggert <eggert@cs.ucla.edu>
2157
2158 Import IRIX 6.5 getloadavg fixes from gnulib.
2159 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
2160
1f5d53eb
PE
21612011-02-16 Paul Eggert <eggert@cs.ucla.edu>
2162
2163 Import getloadavg module from gnulib.
2164 * .bzrignore: Add lib/stdlib.h.
2165 * Makefile.in (GNULIB_MODULES): Add getloadavg.
2166 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
2167 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
2168 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
2169 Remove; gnulib does this now.
2170 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
2171 from gnulib. This adds support for several other systems, such
2172 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
2173 buffer overrun on Linux hosts under very high load, and on hosts
2174 that maintain a channel to the load average file it makes sure
2175 the file descriptor is close-on-exec (on hosts that support this)
2176 and is not stdin, stdout, or stderr.
2177 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
2178 from gnulib.
2179 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2180 * src/config.in: Regenerate.
2181
bb55f713
PE
21822011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2183
2184 Merge from gnulib.
2185
7127b760
PE
2186 * install-sh: Update to scriptversion 2011-01-19.21.
2187
bb55f713
PE
2188 2011-02-13 Bruno Haible <bruno@clisp.org>
2189
2190 Consistent macro naming for macros that use GCC __attribute__.
2191 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
2192 ATTRIBUTE_DEPRECATED.
2193
2194 2011-02-12 Bruno Haible <bruno@clisp.org>
2195
2196 setlocale: Prefer gnulib's override over libintl's override.
2197 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
2198 GNULIB_defined_setlocale is set.
2199
57e96f8e
GM
22002011-02-13 Glenn Morris <rgm@gnu.org>
2201
2202 * make-dist: Exclude generated file src/globals.h.
2203
988c07df
PE
22042011-02-10 Paul Eggert <eggert@cs.ucla.edu>
2205
2206 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
2207 Sync from gnulib, which has been patched to fix the problem
2208 with the license notices. Problem reported by Glenn Morris in
2209 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
2210
ccded26c
SM
22112011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2212
2213 * .bzrignore: Ignore globals.h and related stamp.
2214
6ffb2c0c
PE
22152011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2216
2217 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
2218 This merges the following fix from gnulib:
2219
2220 2011-02-08 Bruno Haible <bruno@clisp.org>
2221
2222 Split large sed scripts, for HP-UX sed.
2223
00b3c7ac
TT
22242011-02-08 Tom Tromey <tromey@redhat.com>
2225
2226 * configure: Rebuild.
2227 * configure.in (NS_OBJC_OBJ): New subst.
2228
91ccade4
PE
22292011-02-06 Paul Eggert <eggert@cs.ucla.edu>
2230
6ffb2c0c
PE
2231 gnulib: allow multiple gnulib generated replacements to coexist
2232 This defines a few preprocessor symbols that should not affect Emacs.
2233 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
2234 via "make sync-from-gnulib".
2235
e765a388
PE
2236 gnulib: undo previous change
2237 The upstream _HEADERS change was backed out of gnulib (see the
2238 same thread). Stay in sync with gnulib.
2239
91ccade4 2240 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
2241 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
2242 New empty macros, to accommodate recent changes to gnulib. See
2243 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
2244 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
2245 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
2246 * lib/time.in.h, lib/unistd.in.h:
2247 Regenerate.
91ccade4 2248
d67985d3
PE
22492011-02-05 Paul Eggert <eggert@cs.ucla.edu>
2250
2251 sync from gnulib to remove HAVE_STDBOOL_H
2252 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
2253 AC_HEADER_STDBOOL. All uses changed. Do not define
2254 HAVE_STDBOOL_H, as gnulib does not need this. This change is
2255 imported from the latest Autoconf git. It was motivated by Emacs,
2256 which uses gnulib but does not need HAVE_STDBOOL_H.
2257 * configure, src/config.in: Regenerate.
2258 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
2259
67342916
PE
22602011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2261
2262 allow C code to suppress warnings about ignored return values
2263 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
2264 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2265 * lib/ignore-value.h: New file.
67342916 2266
14beddf4 22672011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
2268
2269 * configure.in: Test existence of xaw3d library, not just the
2270 header (Bug#7642).
2271
6ffb2c0c
PE
22722011-01-31 Eli Zaretskii <eliz@gnu.org>
2273
2274 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
2275 $(BLD)/time_r.$(O).
2276 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
2277 $(EMACS_ROOT)/src/m/intel386.h.
2278 ($(BLD)/strftime.$(O)):
2279 ($(BLD)/time_r.$(O)): Define prerequisites.
2280
16fab143
PE
22812011-01-31 Paul Eggert <eggert@cs.ucla.edu>
2282
2283 src/emacs.c now gets version number from configure.in
2284 * configure.in (version): Set this from $PACKAGE_VERSION,
2285 which is set from AC_INIT, rather than scouting through src/emacs.c.
2286 * configure: Regenerate.
2287 * make-dist (version): Get it from configure.in, not src/emacs.c.
2288
16c3e636
PE
22892011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2290
2291 strftime: import from gnulib
2292 * Makefile.in (GNULIB_MODULES): Add strftime.
2293 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
2294 needed.
6ffb2c0c 2295 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 2296 Regenerate.
6ffb2c0c
PE
2297 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
2298 imported from gnulib.
16c3e636
PE
2299 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
2300 This incorporates many changes from gnulib, including simpler
2301 handling of multibyte formats, porting to mingw32 and other
2302 platforms, and support for higher-resolution time stamps.
2303 Emacs does not yet use the higher-resolution interface.
2304
3de84ad9
PE
23052011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2306
2307 gnulib: import mktime and move-if-change fixes from gnulib
2308
2309 * configure: Regenerate from the following.
2310
6ffb2c0c
PE
2311 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2312
2313 mktime: clarify long_int width checking
2314 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
2315 the top level, to make it clearer that the assumption about
2316 long_int width is being checked. See
2317 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
2318
3de84ad9
PE
2319 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
2320
2321 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 2322 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
2323 negative number, which the C Standard says has undefined behavior.
2324 In practice this is not a problem, but might as well do it by the book.
2325 Reported by Rich Felker and Eric Blake; see
2326 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
2327 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2328 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
2329
2330 mktime: #undef mktime before #defining it
2331 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
2332
2333 mktime: systematically normalize tm_isdst comparisons
2334 * lib/mktime.c (isdst_differ): New function.
2335 (__mktime_internal): Use it systematically for all isdst comparisons.
2336 This completes the fix for libc BZ #6723, and removes the need for
2337 normalizing tm_isdst. See
2338 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
2339 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
2340
2341 mktime: fix some integer overflow issues and sidestep the rest
2342
2343 This was prompted by a bug report by Benjamin Lindner for MinGW
2344 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
2345 His bug is due to signed integer overflow (0 - INT_MIN), and I
2346 I scanned through mktime.c looking for other integer overflow
2347 problems, fixing all the bugs I found.
2348
2349 Although the C Standard says the resulting code is still not safe
2350 in the presence of integer overflow, in practice it should be good
2351 enough for all real-world two's-complement implementations, except
2352 for debugging environments that deliberately trap on integer
2353 overflow (e.g., gcc -ftrapv).
2354
2355 * lib/mktime.c (WRAPV): New macro.
2356 (SHR): Also check that long_int and time_t shift right in the
2357 usual way, before using the fast-but-unportable method.
2358 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
2359 used. The code already assumed two's complement, so there's
2360 no need to test for alternatives. All uses removed.
2361 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
2362 the C standard. Problem reported by Rich Felker in
2363 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
2364 (twos_complement_arithmetic): Also check long_int and time_t.
2365 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
2366 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
2367 (__mktime_internal): Avoid integer overflow with unary subtraction
2368 in two instances where -1 - X is an adequate replacement for -X,
2369 since the calculations are approximate.
3de84ad9
PE
2370
2371 2011-01-29 Eric Blake <eblake@redhat.com>
2372
2373 mktime: avoid infinite loop
2374 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
2375 type; behavior is still undefined but portable to all known targets.
2376 Reported by Rich Felker.
2377
6ffb2c0c
PE
2378 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2379
2380 mktime: avoid problems on NetBSD 5 / i386
2381 * lib/mktime.c (long_int): New type. This works around a problem
2382 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
2383 but time_t is 64 bits, and where I expect the existing code is
2384 wrong in some cases.
2385 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
2386 (ydhms_diff): Bring back the compile-time check for wide-enough
2387 year and yday.
2388
2389 mktime: fix misspelling in comment
2390 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
2391 This merges all recent glibc changes of importance.
2392
3de84ad9
PE
2393 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2394
2395 move-if-change: cope with concurrent mv of identical file.
2396 * move-if-change (CMPPROG): Accept environment
2397 variable as an override for `cmp'.
2398 (usage): Document CMPPROG.
2399 Adjust comparison to drop stdout. Cope with failure of mv if
2400 the target file exists and is identical to the source, for
2401 parallel builds.
2402 Report from H.J. Lu against binutils in PR binutils/12283.
2403
6ffb2c0c
PE
24042011-01-29 Eli Zaretskii <eliz@gnu.org>
2405
2406 * lib/makefile.w32-in:
2407 * lib/getopt_.h: New files.
2408
c7e95b91
PE
24092011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2410
2411 improve fix for MS-DOS file name clash
2412 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
2413 for portability to POSIX make. Reported by Bruno Haible.
2414 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
2415 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
2416 files from accumulating as garbage. Also reported by Bruno Haible.
2417
125c3718
PE
24182011-01-27 Paul Eggert <eggert@cs.ucla.edu>
2419
2420 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
2421 * Makefile.in (DOS-gnulib-comp.m4): New macro.
2422 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
2423 problems with MS-DOS 8+3 file name restrictions.
2424 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
2425 it, it would also cause problems when extracting Emacs distribution
2426 tarballs on MS-DOS hosts.
2427 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 2428 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
2429 * config.guess, config.sub: Sync from gnulib.
2430 * m4/gnulib-cache.m4: Remove from repository.
2431 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
2432
4004ef46
GM
24332011-01-25 Glenn Morris <rgm@gnu.org>
2434
0b5c5d82
GM
2435 * README: Add a note about ranges in copyright years.
2436
4004ef46
GM
2437 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
2438
06d8ace5 24392011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
2440
2441 * configure.in: Add HP-UX on IA64 (Bug#6811).
2442
d6974efa
PE
24432011-01-24 Paul Eggert <eggert@cs.ucla.edu>
2444
2445 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
2446 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
2447 as it is no longer needed.
6ffb2c0c 2448 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
2449 * configure.in: Invoke the new gnulib macro
2450 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
2451 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
2452 * m4/getopt.m4: Sync from gnulib; this removes the need for
2453 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
2454 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
2455 New macro, synced from gnulib.
2456 * m4/warn-on-use.m4: Remove.
2457
e02ea74b
PE
24582011-01-22 Paul Eggert <eggert@cs.ucla.edu>
2459
2460 aclocal.m4: put this file back into repository
2461 This way, we don't have to assume that the maintainer has
2462 the automake package installed. See
2463 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
2464 * .bzrignore: Remove aclocal.m4, undoing the previous change.
2465 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
2466 undoing the previous change.
2467 * aclocal.m4: New file (actually, resurrected).
2468
48dcd482
MB
24692011-01-22 Miles Bader <miles@gnu.org>
2470
2471 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
2472 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
2473 Emacs directly uses fontconfig, and breaks building when using a
2474 strict linker).
2475
925e561d
PE
24762011-01-21 Paul Eggert <eggert@cs.ucla.edu>
2477
b06b1098
PE
2478 src/config.in: shrink slightly
2479 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
2480 This makes src/config.in a bit smaller, by removing identifiers
2481 like GNULIB_TEST_MKTIME that Emacs does not need.
2482 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
2483 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2484 Sync from gnulib. This removes a few more unnecessary symbols from
2485 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
2486 * configure, src/config.in: Regenerate.
2487
925e561d
PE
2488 aclocal.m4: tweaks to regenerate more conveniently
2489 This attempts to act better when the source is in a weird state. See
2490 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
2491 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
2492 * .bzrignore: Add aclocal.m4.
2493
942be821
PE
24942011-01-20 Paul Eggert <eggert@cs.ucla.edu>
2495
2496 aclocal.m4: omit auto-generated file from repository
2497 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
2498 the most recent change here.
2499 * aclocal.m4: Remove from bzr repository. This file is
2500 auto-generated and isn't needed to run 'configure'. See
2501 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
2502
0813c96e
PE
25032011-01-19 Paul Eggert <eggert@cs.ucla.edu>
2504
2505 Minor Makefile.in tweaks to build from gnulib better.
2506 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
2507 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
2508 (top_maintainer_clean): Don't remove aclocal.m4.
2509
7cae64b4
PE
25102011-01-18 Paul Eggert <eggert@cs.ucla.edu>
2511
53911e8f
PE
2512 Minor cleanups for 'bzr status'
2513 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
2514 the output of config.guess.
2515 * Makefile.in (top_distclean): Remove stamp-h1 too.
2516
7cae64b4
PE
2517 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
2518 defined if the compiler supports GCC-style __attribute__
2519 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
2520 this syntax.
2521
a3e44e79 25222011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 2523
3cbecb8f
PE
2524 Makefile.in: tidy up the building of lib
2525 * Makefile.in (am--refresh): Mark as .PHONY.
2526 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
2527 as they're not rebuilt unless you do a "make sync-from-gnulib"
2528 and the former is needed for "configure".
2529 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
2530 has already removed lib/Makefile.
2531
ecbfcc83
PE
2532 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
2533 This avoids building ftoastr and ldtoastr, which aren't needed. See
2534 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 2535
803059b9
PE
2536 * .bzrignore: Add .h files that are host-dependent.
2537 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
2538 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
2539 host-dependent and are built as part of an ordinary 'make', and
2540 should not be checked in.
2541
6ffb2c0c
PE
2542 * lib/Makefile.in: Regenerate.
2543 * lib/COPYING: New file, a copy of COPYING.
2544
2a78afcc 2545 * configure: Regenerate.
37564543
PE
2546 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
2547
e275c824 2548 Regenerate.
6ffb2c0c
PE
2549 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2550 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
2551 New files, copied from gnulib by gnulib-tool.
2552 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
2553 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2554 Regenerate.
ecbfcc83 2555
84bbb1ad
PE
2556 Use gnulib's getopt-gnu module.
2557 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
2558 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
2559 representative of the dependencies.
2560 * configure.in: Do not configure getopt, as gnulib does that now.
2561 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
2562 getopt now, in lib.
ecbfcc83 2563
1fd182f0 2564 Regenerate.
6ffb2c0c
PE
2565 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
2566 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
2567 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
2568 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
2569 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
2570 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
2571 * m4/wchar_t.m4, warn-on-use.h:
2572 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 2573 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
2574 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2575 Regenerate.
2576
1e11dbe3
PE
2577 Use gnulib's mktime module.
2578 * Makefile.in (GNULIB_MODULES): Add mktime.
2579 * configure.in: Remove code no longer needed, as gnulib now does it.
2580 (AC_CHECK_FUNCS): Remove mktime.
2581 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
2582 (__restrict): Remove, as this now gets in the way of the C99
2583 support for 'restrict' pulled in by the gnulib mktime module.
2584 Code should now use 'restrict' and not '__restrict".
2585 (mktime): Remove.
2586 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
2587 and warn-on-use.h into the distribution.
1fd182f0
PE
2588
2589 Regenerate.
6ffb2c0c
PE
2590 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
2591 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 2592 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
2593 * lib/dummy.c: Remove.
2594 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
2595 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2596 Regenerate.
ecbfcc83 2597
1e11dbe3 2598 Use gnulib's ftoastr module.
fa2c4f56
PE
2599 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
2600
743c80a7 2601 Regenerate.
6ffb2c0c
PE
2602 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
2603 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
2604 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
2605 New files, generated automatically, with 'make sync-from-gnulib'
2606 followed by 'make'.
2607 * configure, lisp/dired.el, src/config.in: Regenerate.
2608
9a514d4a
PE
2609 Automate syncing from gnulib.
2610 * INSTALL, README: Document new subdirectory 'lib'.
2611 * Makefile.in (SUBDIR): Add lib.
2612 (SUBDIR_MAKEFILES): Add lib/Makefile.
2613 (lib-src, src, TAGS, tags): Depend on lib.
2614 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
2615 ($(gnulib_srcdir)): New rule.
2616 (sync-from-gnulib): New rule, which is .PHONY.
2617 (lib): New rule, which is like lib-src.
2618 (Makefile): Depend on lib/Makefile.in.
2619 (AUTOCONF_INPUTS): Depend on aclocal.m4.
2620 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
2621 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
2622 (am--refresh): New rule, to pacify Automake.
2623 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
2624 Clean lib, too.
2625 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
2626 droppings.
2627 (maintainer-clean, extraclean): Use it.
2628 * configure.in: Initialize for automake and gnulib, by invoking
2629 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
2630 lib/Makefile, too. Use automake to build gnulib, as gnulib works
2631 more conveniently with automake.
6ffb2c0c 2632 * lib/Makefile.am: New file.
9a514d4a
PE
2633 * make-dist: Also put into the distribution aclocal.m4,
2634 compile, depcomp, missing, and the files under lib/.
2635
dc3e3e7b
GM
26362011-01-15 Glenn Morris <rgm@gnu.org>
2637
2638 * Makefile.in (epaths-force): No more arch-tag to edit.
2639
dab73760
CY
26402011-01-15 Chong Yidong <cyd@stupidchicken.com>
2641
2642 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
2643
9f4b8b47
PE
26442011-01-14 Paul Eggert <eggert@cs.ucla.edu>
2645
2646 * make-dist: Distribute test/ files too.
2647 Distribute every file under test/ that is under version control,
2648 using patterns like *.el to capture files that are added later.
2649 Without this change, "configure" would fail, because it would
2650 attempt to build from a Makefile.in that was not distributed.
2651
d221e780
CO
26522011-01-13 Christian Ohler <ohler@gnu.org>
2653
2654 * Makefile.in (INFO_FILES): Add ERT.
2655
2656 * Makefile.in (check): Run tests in test/automated.
2657
2658 * Makefile.in:
2659 * configure.in: Add test/automated/Makefile.
2660
bc5585d1
PE
26612011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2662
2b3f5bc8
PE
2663 * install-sh, mkinstalldirs, move-if-change: Update from master
2664 source in gnulib.
2665
bc5585d1
PE
2666 * config.guess, config.sub: Updated from master source.
2667
2018939f
AS
26682011-01-05 Andreas Schwab <schwab@linux-m68k.org>
2669
2670 * configure.in: Check for __builtin_unwind_init.
2671
e5365138
GM
26722011-01-05 Glenn Morris <rgm@gnu.org>
2673
2674 * configure.in (HAVE_MAKEINFO): New output variable.
2675 (MAKEINFO): Reset to "makeinfo" if not found.
2676 * Makefile.in (install-arch-indep, info):
2677 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
2678
4fc5868a
UM
26792010-12-29 Ulrich Mueller <ulm@gentoo.org>
2680
2681 * configure.in: Make gameuser configurable (Bug#7717).
2682
68251e16
GM
26832010-12-15 Glenn Morris <rgm@gnu.org>
2684
2685 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
2686 long absent lib-src/fns-*.el.
2687
838db889
GM
26882010-12-11 Glenn Morris <rgm@gnu.org>
2689
2690 * make-dist: Exclude etc/*.pyc.
2691
fe646d2c
AS
26922010-12-10 Andreas Schwab <schwab@linux-m68k.org>
2693
2694 * configure.in: Don't double machfile in final message.
2695
d96c83fa
CY
26962010-12-04 Chong Yidong <cyd@stupidchicken.com>
2697
2698 * configure.in: Fix last change.
2699
d6a003a8
AS
27002010-12-04 Andreas Schwab <schwab@linux-m68k.org>
2701
2702 * configure.in: Remove reference to removed machine description
2703 files and allow $machine and $machfile to be empty. Substitute
2704 M_FILE/S_FILE instead of machfile/opsysfile.
2705
067d23c9
KY
27062010-12-03 Glenn Morris <rgm@gnu.org>
2707
2708 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
2709
27102010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2711
2712 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
2713 (EXTERNALLY_VISIBLE): New definition.
2714
27152010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2716
2717 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
2718
27192010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2720
2721 * configure.in: Do not check for unconditionally included headers.
2722
27232010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2724
2725 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2726
27272010-11-09 Michael Albinus <michael.albinus@gmx.de>
2728
2729 * configure.in: Don't write a warning for D-Bus anymore.
2730
27312010-11-06 Andreas Schwab <schwab@linux-m68k.org>
2732
2733 * configure.in: Fix indentation.
2734
27352010-10-31 Ken Brown <kbrown@cornell.edu>
2736
2737 * configure.in (checking whether localtime caches TZ): Use
2738 unsetenv instead of modifying environment directly.
2739
27402010-10-25 Andreas Schwab <schwab@linux-m68k.org>
2741
2742 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2743 to avoid warning.
2744
27452010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2746
e9fce1ac 2747 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
2748
27492010-10-22 Glenn Morris <rgm@gnu.org>
2750
2751 * make-dist: Avoid listing .el files twice. Don't try to run
2752 autoconf if --no-update.
2753
27542010-10-20 Glenn Morris <rgm@gnu.org>
2755
2756 * make-dist: No longer create lisp/MANIFEST.
2757
27582010-10-14 Glenn Morris <rgm@gnu.org>
2759
2760 * BUGS, INSTALL.BZR, README: Updates.
2761
27622010-10-13 Glenn Morris <rgm@gnu.org>
2763
2764 * make-dist: Remove --compress. Check for the appropriate
2765 gzip-like executable, and if not found, don't compress.
2766 Check version number in README, don't change it.
2767 Use find for nt/inc/*.h.
2768
27692010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2770
2771 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
2772 trailing / from directory names.
2773
27742010-10-12 Glenn Morris <rgm@gnu.org>
2775
2776 * make-dist: Update and simplify.
2777
27782010-10-12 Eli Zaretskii <eliz@gnu.org>
2779
2780 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
2781
27822010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2783
2784 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
2785
27862010-10-09 Glenn Morris <rgm@gnu.org>
2787
2788 * make-dist: No more doc/emacs/*.texi.in.
2789
2790 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2791
27922010-10-09 Glenn Morris <rgm@gnu.org>
2793
2794 * configure.in: Combine some conditionals.
2795
2796 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
2797 * make-dist: Include doc/emacs/*.texi.in.
2798
2799 * INSTALL, make-dist: Remove references to b2m.
2800 * Makefile.in (MAN_PAGES): Remove b2m.1.
2801
28022010-10-05 Glenn Morris <rgm@gnu.org>
2803
2804 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2805
28062010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2807
2808 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2809
28102010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2811
2812 * configure.in: Include stdlib.h and string.h unconditionally.
2813
28142010-09-29 Romain Francoise <romain@orebokech.com>
2815
2816 * configure.in: Don't enable ImageMagick unless HAVE_X11.
2817
28182010-09-28 Glenn Morris <rgm@gnu.org>
2819
2820 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
2821 happy.
2822
28232010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2824
2825 * configure.in: Enable imagemagick by default.
2826
28272010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2828
2829 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 2830 GnuTLS libraries.
067d23c9
KY
2831
28322010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2833
2834 * configure.in: Set up GnuTLS.
2835
28362010-09-22 Chong Yidong <cyd@stupidchicken.com>
2837
2838 * configure.in: Announce whether libxml2 is linked to.
2839
28402010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2841
2842 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
2843
28442010-09-18 Eli Zaretskii <eliz@gnu.org>
2845
2846 * config.bat: Detect that libxml2 is installed and if so, build
2847 with it.
2848
28492010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2850
2851 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2852 be used. This fixes a conf problem on Mac OS X.
2853
28542010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2855
2856 * configure.in: Check for libxml2.
2857
28582010-09-09 Glenn Morris <rgm@gnu.org>
2859
2860 * make-dist: No more TODO files under lisp/.
2861
28622010-09-04 Eli Zaretskii <eliz@gnu.org>
2863
2864 * config.bat: Produce lisp/gnus/_dir-locals.el from
2865 lisp/gnus/.dir-locals.el.
2866
28672010-08-23 Andreas Schwab <schwab@linux-m68k.org>
2868
2869 * configure.in: Fix check for librsvg, imagemagick and
2870 MagickExportImagePixels.
2871
28722010-08-18 Joakim Verona <joakim@verona.se>
2873
2874 * Makefile.in, configure.in: Checks for ImageMagick.
2875
28762010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
2877
2878 * configure.in (AC_PREREQ): Require autoconf 2.65.
2879
28802010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2881
2882 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2883
28842010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2885
2886 * configure.in: Add AC_C_BIGENDIAN.
2887
28882010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2889
2890 * configure.in (ORDINARY_LINK): Use on hpux* too.
2891
28922010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2893
2894 * configure.in: Check for util.h.
2895 Use -Wimplicit-function-declaration if compiler supports it.
2896
28972010-08-05 Eli Zaretskii <eliz@gnu.org>
2898
2899 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2900
29012010-08-04 Andreas Schwab <schwab@linux-m68k.org>
2902
2903 * configure.in: Restore accidentally removed use of
2904 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2905
29062010-07-29 Chad Brown <yandros@mit.edu>
2907
2908 * configure.in: Check for dirent.h.
2909
29102010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2911
2912 * configure.in: Remove reference to usg5-4, unused.
2913
29142010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2915
2916 * configure.in: Check for __executable_start.
2917
29182010-07-24 Ken Brown <kbrown@cornell.edu>
2919
2920 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2921
29222010-07-24 Juanma Barranquero <lekktu@gmail.com>
2923
2924 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2925
29262010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
2927
2928 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2929
29302010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2931
2932 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2933 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2934 (C_OPTIMIZE_SWITCH): Remove.
2935 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2936
29372010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2938
2939 * configure.in: Don't check for index and rindex, check for strchr
2940 and strrchr. Define strchr and strrchr as index and rindex,
2941 resp., in src/config.h if not available.
2942
29432010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2944
2945 * configure.in: Use -Wold-style-definition if available.
2946 This helps with the transition to standard C code, it can be
2947 removed when done.
2948
2949 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2950
2951 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2952 and MSWindows.
2953
29542010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2955
2956 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
2957 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2958
29592010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2960
2961 * configure.in (getenv): Remove K&R declaration.
2962
29632010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2964
2965 * configure.in: Remove define __P.
2966
29672010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2968
2969 * configure.in (--enable-use-lisp-union-type): New flag.
2970
29712010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2972
2973 Fix CFLAGS for non-GCC compilers.
2974 * configure.in (CFLAGS): Always use -g like it was done before the
2975 2010-03-30 change.
2976 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2977 (Bug#6538)
2978
29792010-06-30 Glenn Morris <rgm@gnu.org>
2980
2981 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2982 Set with AC_DEFINE rather than AH_BOTTOM.
2983
2984 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2985 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2986 Set with shell, not cpp.
2987 (LIBX): Remove, just use -lX11 in the one place this was used.
2988 (cannot_dump): Replace with CANNOT_DUMP.
2989
29902010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2991
0a19a6f8 2992 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
2993 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2994 by minimum required Gtk+ 2.6). Add checks for functions introduced
2995 in Gtk+ 2.14 or newer (bug#6505).
2996
29972010-06-26 Eli Zaretskii <eliz@gnu.org>
2998
2999 * config.bat: Remove white space around "+" in COPY commands.
3000
30012010-06-23 Glenn Morris <rgm@gnu.org>
3002
3003 * info/dir: Start descriptions in column 32, per Texinfo convention.
3004
30052010-06-16 Chong Yidong <cyd@stupidchicken.com>
3006
3007 * INSTALL: Update font information (Bug#6389).
3008
30092010-06-16 Glenn Morris <rgm@gnu.org>
3010
3011 * INSTALL: General update.
3012
30132010-06-12 Glenn Morris <rgm@gnu.org>
3014
3015 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
3016
30172010-06-11 Glenn Morris <rgm@gnu.org>
3018
3019 * configure.in (--without-compress-info): New option.
3020 (GZIP_INFO): New output variable.
3021
3022 * Makefile.in (GZIP_INFO): New, set by configure.
3023 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
3024 Handle man pages in the same way.
3025
30262010-06-10 Glenn Morris <rgm@gnu.org>
3027
3028 * Makefile.in (install-arch-indep): Gzip the info files too.
3029
3030 * make-dist: Remove references to non-existent directories and files.
3031
30322010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
3033
3034 * configure.in: Include <strings.h> and <string.h> instead of
3035 "strings.h" and "string.h".
3036
30372010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3038
3039 * configure.in: Remove code dealing with BSTRING.
3040
30412010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3042
3043 * configure.in (AC_PREREQ): Require autoconf 2.65.
3044
3045 * configure.in (unxec): Do not define and substitute.
3046 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
3047
30482010-06-03 Glenn Morris <rgm@gnu.org>
3049
3050 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
3051
30522010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3053
3054 Fix alloca definition when using gcc on non-gnu systems.
3055 * configure.in: Use the code sequence indicated by "info autoconf"
3056 for alloca (bug#6170).
3057
30582010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 * .bzrignore: Ignore new files from trunk, which appear if you use
3061 colocated branches (i.e. "bzr switch").
3062
30632010-05-28 Glenn Morris <rgm@gnu.org>
3064
3065 * configure.in: Simplify some of the $canonical tests.
3066
30672010-05-27 Glenn Morris <rgm@gnu.org>
3068
3069 * config.bat: Do not preprocess src/Makefile.in.
3070
3071 * configure.in: Do not preprocess src/Makefile.in.
3072 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
3073 (AC_EGREP_CPP): Test no longer needed.
3074
3075 * make-dist: No more Makefile.c files.
3076
30772010-05-26 Glenn Morris <rgm@gnu.org>
3078
3079 * configure.in (YMF_PASS_LDFLAGS): Remove.
3080 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
3081
3082 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
3083 Add $GNUSTEP_LOCAL_HEADERS.
3084 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
3085
3086 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
3087 (GNUSTEP_MAKEFILES): Remove.
3088 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
3089 stuff to here.
3090
30912010-05-25 Glenn Morris <rgm@gnu.org>
3092
3093 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
3094 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
3095
3096 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
3097 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
3098 here instead.
3099
31002010-05-24 Romain Francoise <romain@orebokech.com>
3101
3102 * make-dist: Look for version in src/emacs.c.
3103 Use lisp/subr.el rather than lisp/version.el for location check.
3104
31052010-05-21 Glenn Morris <rgm@gnu.org>
3106
3107 * configure.in (MKDEPDIR): Parallel build tweak.
3108
3109 * configure.in (ns_frag): New output file.
3110
3111 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
3112 (OLDXMENU_TARGET): Set to empty if USE_GTK.
3113
3114 * configure.in (cannot_dump): New output variable.
3115
31162010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
3117
3118 * configure.in: On NetBSD, if terminfo is found, use it in
3119 preference to termcap. (Bug#6190)
3120
31212010-05-20 Glenn Morris <rgm@gnu.org>
3122
3123 * make-dist (src): Include *.mk.
3124 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
3125 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
3126 (deps_frag): New output file.
3127 (AUTO_DEPEND): Remove this definition.
3128
3129 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
3130
31312010-05-19 Glenn Morris <rgm@gnu.org>
3132
3133 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
3134 (ORDINARY_LINK): New AC_DEFINE.
3135 (LIB_GCC): No need to set if ORDINARY_LINK.
3136
31372010-05-18 Glenn Morris <rgm@gnu.org>
3138
3139 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
3140 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
3141
3142 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
3143 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
3144 (RALLOC_OBJ): New output variable.
3145
3146 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
3147 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
3148
31492010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * Makefile.in (src): Provide the name of the VCS file that witnesses
3152 a pull.
3153 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
3154
31552010-05-17 Glenn Morris <rgm@gnu.org>
3156
3157 * configure.in (OLDXMENU_DEPS): New output variable.
3158
31592010-05-16 Glenn Morris <rgm@gnu.org>
3160
3161 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
3162
3163 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
3164 * Makefile.in (install-arch-dep): Update for above change.
3165
3166 * Makefile.in (ns_appdir): Remove.
3167 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
3168
3169 * configure.in (TEMACS_LDFLAGS2): New output variable.
3170
3171 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
3172 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
3173 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
3174 nothing uses.
3175
31762010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
3177
3178 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
3179 does not use them.
3180 (X11R5_INHIBIT_I18N): Remove, unused.
3181
31822010-05-15 Glenn Morris <rgm@gnu.org>
3183
3184 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
3185
3186 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
3187
31882010-05-15 Ken Raeburn <raeburn@raeburn.org>
3189
3190 * configure.in: Look for version string in its new location.
3191
31922010-05-15 Eli Zaretskii <eliz@gnu.org>
3193
3194 * config.bat: Remove support for DJGPP v1.x.
3195
31962010-05-15 Glenn Morris <rgm@gnu.org>
3197
3198 * configure.in (OLDXMENU_TARGET): New output variable.
3199
3200 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
3201
3202 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
3203 and other files that no longer exist.
3204
32052010-05-14 Glenn Morris <rgm@gnu.org>
3206
3207 * configure.in (cpp_undefs): Add mktime, register, X11.
3208
3209 * configure.in (GPM_MOUSE_SUPPORT): Remove.
3210 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
3211 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
3212
3213 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
3214 (GNUSTEP_MAKEFILES): Do not output.
3215
32162010-05-13 Glenn Morris <rgm@gnu.org>
3217
3218 * configure.in: Fix some paren typos.
3219
3220 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
3221
3222 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
3223
32242010-05-12 Glenn Morris <rgm@gnu.org>
3225
3226 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
3227
3228 * configure.in (LIB_GCC): New output variable.
3229
32302010-05-11 Glenn Morris <rgm@gnu.org>
3231
3232 * make-dist (msdos): No more mainmake.
3233
3234 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
3235 * config.bat: Do not run cpp on lib-src/Makefile.in.
3236
3237 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
3238
32392010-05-10 Glenn Morris <rgm@gnu.org>
3240
3241 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
3242
3243 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
3244 (BLESSMAIL_TARGET): New output variable.
3245
32462010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3247
3248 * INSTALL: Fix typos.
3249
32502010-05-08 Chong Yidong <cyd@stupidchicken.com>
3251
3252 * configure.in: Add check for buggy version of GCC (Bug#6031).
3253
32542010-05-08 Glenn Morris <rgm@gnu.org>
3255
3256 * configure.in (HAVE_LIBNCURSES): New local variable.
3257 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
3258 replacing cpp in src/s/*.h and src/Makefile.in.
3259
32602010-05-07 Chong Yidong <cyd@stupidchicken.com>
3261
3262 * Version 23.2 released.
3263
32642010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3265
3266 * configure.in: Add tests for `isnan' and `copysign'.
3267
32682010-05-07 Eli Zaretskii <eliz@gnu.org>
3269
3270 * config.bat: Allow for 2 leading `#'s in comments in
3271 src/Makefile.in.
3272
32732010-05-07 Glenn Morris <rgm@gnu.org>
3274
3275 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
3276 Merges logic from src/s/* and src/Makefile.in.
3277 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3278
32792010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3280
3281 Define START_FILES and LIB_STANDARD using autoconf.
3282 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
3283 here from src/s/*.h.
3284 (HAVE_CRTIN): Remove, inline logic in the netbsd
3285 START_FILES/LIB_STANDARD computation.
3286
32872010-05-06 Glenn Morris <rgm@gnu.org>
3288
3289 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
3290
3291 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
3292 (LD_SWITCH_X_SITE): Remove unused variables.
3293
32942010-05-04 Glenn Morris <rgm@gnu.org>
3295
3296 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
3297 as well.
3298 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
3299
3300 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3301
3302 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
3303 variables, replacing c_switch_machine, c_switch_system.
3304 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
3305 @c_switch_system@.
3306
33072010-05-03 Glenn Morris <rgm@gnu.org>
3308
3309 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
3310
3311 * make-dist: There are no more src/m/*.inp files.
3312
33132010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3314
3315 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
3316 (ac_link): Do not use ld_switch_machine.
3317
33182010-05-01 Glenn Morris <rgm@gnu.org>
3319
3320 * configure.in (OTHER_OBJ): Remove.
3321 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
3322
33232010-04-30 Glenn Morris <rgm@gnu.org>
3324
3325 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
3326 Elsewhere, maybe include it.
3327
3328 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
3329 (OLDXMENU, LIBXMENU): New output variables.
3330
3331 * configure.in (OTHER_OBJ): New output variable.
3332
33332010-04-28 Glenn Morris <rgm@gnu.org>
3334
3335 * configure.in (CYGWIN_OBJ): New output variable.
3336
3337 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
3338
3339 * configure.in (FONT_OBJ): New output variable.
3340
3341 * configure.in (LIBXMU): New output variable.
3342
3343 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
3344
3345 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
3346 userland and maybe change values to i386 (move test from s/amdx86-64.h).
3347
33482010-04-27 Glenn Morris <rgm@gnu.org>
3349
3350 * configure.in (LIBXTR6): New output variable. Move unixware special
3351 case here from src/s/unixware.h.
3352
3353 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
3354 in Makefiles.
3355 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
3356
3357 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
3358 (LIBXP): No longer substitute in Makefiles.
3359 (MOTIF_LIBW): New output variable. Move system-specific settings here
3360 from src/s files.
3361
33622010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3363
3364 Reduce CPP usage.
3365 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
3366 (unexec): Define unconditionally, all platforms define
3367 UNEXEC. AC_SUBST it.
3368 (UNEXEC_SRC): Remove, unused.
3369 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
3370
33712010-04-27 Glenn Morris <rgm@gnu.org>
3372
3373 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
3374 replaced by LIBXP.
3375
3376 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
3377 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
3378 On hpux10-20, default to /lib.
3379
3380 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
3381
33822010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
3383
3384 * configure.in (LIBS_MACHINE): Remove, unused.
3385
3386 * configure.in (LIB_MATH): New output variable. Set it for some systems.
3387
33882010-04-24 Glenn Morris <rgm@gnu.org>
3389
3390 * configure.in (CRT_DIR): New output variable.
3391 (--with-crt-dir): New option. (Bug#5655)
3392 (HAVE_LIB64_DIR): Remove.
3393
33942010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
3395
3396 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
3397
33982010-04-22 Miles Bader <miles@gnu.org>
3399
3400 * configure.in: Get rid of "unix" pre-defined macro when
3401 preprocessing Makefile. (Bug#5857)
3402
34032010-04-21 Andreas Schwab <schwab@linux-m68k.org>
3404
3405 Avoid non-portable shell command negation
3406 * configure.in: Revert last change.
3407
34082010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3409
3410 * configure.in: Change "if test ! -f" to "if ! test -f".
3411
34122010-04-21 Glenn Morris <rgm@gnu.org>
3413
3414 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
3415 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
3416
34172010-04-21 Karel Klíč <kklic@redhat.com>
3418
3419 * configure.in: New option: --with(out)-selinux, on by default.
3420 Set HAVE_LIBSELINUX if we find libselinux, and substitute
3421 LIBSELINUX_LIBS in Makefiles.
3422
34232010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
3424
3425 * configure.in: Remove all references to LIBX11_SYSTEM.
3426
34272010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3428
3429 * configure.in: Remove all references to C_DEBUG_SWITCH.
3430
34312010-03-27 Eli Zaretskii <eliz@gnu.org>
3432
3433 * config.bat <lib-src>: Edit out lines that begin with several #
3434 characters.
3435
34362010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3437
3438 * configure.in: Remove support for old UNIX System V systems and
3439 for Unixware on non-x86 machines.
3440
3441 * configure.in: Remove support for Solaris on PPC and for old versions.
3442
3443 * configure.in: Remove non-working lynxos port.
3444
34452010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3446
3447 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
3448
34492010-03-19 Glenn Morris <rgm@gnu.org>
3450
3451 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
3452 happy.
3453
34542010-03-18 Jan Djärv <jan.h.d@swipnet.se>
3455
3456 * configure.in: Check for tputs and friends, abort if not
3457 found (bug#5735).
3458
34592010-03-18 Glenn Morris <rgm@gnu.org>
3460
3461 * configure.in (--with-x-toolkit): In the help text, say which options
3462 are synonyms.
3463
3464 * configure.in (--with-mmdf, --with-mail-unlink):
3465 New options, off by default.
3466 (--with-mailhost): New option to set default POP host.
3467 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
3468 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
3469 New variables, substituted in Makefiles.
3470 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
3471 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
3472 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
3473 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
3474 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
3475
34762010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3477
3478 * Makefile.in (uninstall): Handle the case where archlibdir does not
3479 exist. (Bug#5720)
3480
34812010-03-12 Eli Zaretskii <eliz@gnu.org>
3482
75f1671a 3483 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
3484 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
3485
3486 * configure: Regenerated.
3487
34882010-03-10 Chong Yidong <cyd@stupidchicken.com>
3489
3490 * Branch for 23.2.
3491
34922010-01-31 Juri Linkov <juri@jurta.org>
3493
3494 * .bzrignore: Add TAGS-LISP.
3495
34962010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3497
3498 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
3499 this header file).
3500
35012010-01-12 Juanma Barranquero <lekktu@gmail.com>
3502
3503 * .bzrignore: Ignore all .exe, instead of individual files.
3504
35052010-01-12 Chong Yidong <cyd@stupidchicken.com>
3506
3507 * configure.in: Explicitly check for and link to -lXrender.
3508
35092010-01-12 Glenn Morris <rgm@gnu.org>
3510
3511 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
3512 for bug reports for development versions.
3513
35142010-01-02 Eli Zaretskii <eliz@gnu.org>
3515
3516 * .bzrignore: Add more ignored patterns, including for the MS-DOS
3517 build.
3518
35192009-12-27 Karl Fogel <kfogel@red-bean>
3520
3521 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
3522 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
3523
35242009-12-17 Glenn Morris <rgm@gnu.org>
3525
3526 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
3527
35282009-12-15 Glenn Morris <rgm@gnu.org>
3529
3530 * info/dir: Add EDT entry.
3531 * Makefile.in (INFO_FILES): Add edt.
3532
35332009-12-10 Jan Djärv <jan.h.d@swipnet.se>
3534
1154d12e 3535 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
3536
35372009-12-09 Jan Djärv <jan.h.d@swipnet.se>
3538
3539 * configure.in: Don't check for RSVG or GConf unless X11 is used.
3540
35412009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3542
3543 * configure.in: Allow compiling Emacs with GTK on Cygwin.
3544
35452009-12-01 Glenn Morris <rgm@gnu.org>
3546
3547 * make-dist: Add etc/images/mpc directory.
3548
35492009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3550
3551 * configure.in: Don't check for GConf unless X is used.
3552
35532009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3554
3555 * configure.in: Use -Wdeclaration-after-statement if available.
3556
35572009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3558
3559 * configure.in: New option: --with(out)-gconf.
3560 Set HAVE_GCONF if we find gconf.
3561
35622009-11-17 Glenn Morris <rgm@gnu.org>
3563
3564 * Makefile.in (INFO_FILES): Add semantic.
3565
35662009-11-16 Chong Yidong <cyd@stupidchicken.com>
3567
3568 * info/dir: Add Semantic.
3569
35702009-11-16 Glenn Morris <rgm@gnu.org>
3571
3572 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
3573 pattern, so as not to exclude makefile*.el. (Bug#4912)
3574
35752009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3576
3577 * configure.in: --enable-autodepend is new. Check for GNU Make
3578 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
3579 gcc and GNU make to generate dependencies.
3580
35812009-10-27 Glenn Morris <rgm@gnu.org>
3582
3583 * make-dist: Make links to doc/lispintro/*.pdf.
3584
35852009-10-23 Jim Meyering <meyering@redhat.com>
3586
3587 * configure.in: Invoke $CPP with -P when creating Makefile and
3588 src/Makefile. Without this, gcc 4.4.2 converts each
3589 backslash-newline pair in the input to a bare newline, yielding
3590 invalid Makefiles.
3591
3592 * configure: Regenerate.
3593
35942009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3595
3596 * configure.in (vax-dec-vms): Remove, not supported anymore.
3597
35982009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3599
3600 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
3601 (*-apple-darwin*): Add x86_64 architecture.
3602
36032009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3604
3605 * config.guess, config.sub: Updated from master source.
3606
36072009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
3608
3609 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
3610
36112009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
3612
3613 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
3614
36152009-09-29 Glenn Morris <rgm@gnu.org>
3616
3617 * make-dist (check): Update for two new levels of subdirectory in lisp/.
3618
36192009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3620
3621 * config.guess, config.sub: Updated from master source.
3622
3623 * configure.in (OTHER_FILES): Define using autoconf not cpp.
3624
36252009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3626
3627 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
3628
36292009-09-13 Chong Yidong <cyd@stupidchicken.com>
3630
3631 * INSTALL: Update URL for GNU FreeFont.
3632
36332009-09-09 Glenn Morris <rgm@gnu.org>
3634
3635 * Makefile.in (install-arch-indep): Don't recursively change perms of
3636 site-lisp and infodir. There may be non-Emacs files in here, and the
3637 files supplied by Emacs are all handled explicitly already. (Bug#3800)
3638 (mkdir): Set umask to world-readable before creating directories.
3639 mkinstalldirs already checks if dirs exist, don't duplicate this test.
3640
36412009-08-29 Glenn Morris <rgm@gnu.org>
3642
3643 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
3644 (info): Don't give an error in the absence of makeinfo - let the doc
3645 Makefiles do that, if the info files need rebuilding. (Bug#3982)
3646
36472009-08-23 Ken Raeburn <raeburn@raeburn.org>
3648
3649 * Makefile.in (install-arch-indep): If the versioned DOC-####
3650 generated during loadup+dump isn't found, install the plain DOC
3651 file that always gets generated, in case CANNOT_DUMP is set.
3652
3653 * configure.in: Warn if package version specified here doesn't
3654 match the version in version.el.
3655 * configure: Regenerate.
3656
36572009-08-22 Michael Albinus <michael.albinus@gmx.de>
3658
3659 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
3660
3661 * configure: Regenerate.
3662
36632009-08-19 Glenn Morris <rgm@gnu.org>
3664
3665 * INSTALL: Remove reference to cvtmail.
3666
36672009-08-15 CHENG Gao <chenggao@gmail.com>
3668
3669 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
3670
36712009-08-02 Kevin Ryde <user42@zip.com.au>
3672
3673 * INSTALL: Fix free fonts URL.
3674
36752009-07-22 Glenn Morris <rgm@gnu.org>
3676
3677 * configure.in (AC_PREREQ): Require autoconf 2.62.
3678
36792009-07-04 Andreas Schwab <schwab@linux-m68k.org>
3680
3681 * configure.in (--enable-checking, --enable-profiling):
3682 Use AS_HELP_STRING.
3683
36842009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3685
3686 * configure.in (--enable-profiling): New option.
3687 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
3688
36892009-06-27 Glenn Morris <rgm@gnu.org>
3690
3691 * configure.in: Restore netbsd on mips, mipsel, mipseb.
3692
36932009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3694
3695 * configure.in (--enable-checking): New option.
3696
36972009-06-24 Glenn Morris <rgm@gnu.org>
3698
3699 * make-dist: Warn if subdir does not exist in source.
3700 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
3701 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
3702 No longer make links.
3703
37042009-06-24 Yavor Doganov <yavor@gnu.org>
3705
3706 * make-dist (tempdir): Don't create directories preferences.gorm
3707 and preferences.nib, they are no longer required.
3708
37092009-06-21 Chong Yidong <cyd@stupidchicken.com>
3710
3711 * Branch for 23.1.
3712
37132009-06-12 Chong Yidong <cyd@stupidchicken.com>
3714
3715 * configure.in: Delete mac-fix-env target, which has been
3716 removed (Bug#3531).
3717
37182009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3719
1154d12e 3720 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
3721
37222009-05-05 Per Starbäck <per@starback.se> (tiny change)
3723
3724 * BUGS: Use new binding of view-emacs-problems.
3725
c7015153 37262009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
3727
3728 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
3729 for Solaris compatibility.
3730
37312009-04-25 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * configure: Regenerate.
3734
3735 * configure.in: Disable use of FreeType without libXft.
3736
37372009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3738
3739 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
3740 Check if it is declared in gtk.h.
3741
37422009-04-12 Andreas Schwab <schwab@linux-m68k.org>
3743
3744 * Makefile.in (install-arch-indep): Remove .gitignore files.
3745
37462009-04-03 Kenichi Handa <handa@m17n.org>
3747
3748 * INSTALL: Make the section "Complex Text Layout support
3749 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
3750
37512009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
3752
3753 * configure.in (rs6000-ibm-aix6*): Fix typo.
3754
37552009-03-04 Glenn Morris <rgm@gnu.org>
3756
3757 * Makefile.in (INFO_FILES): Add auth.
3758
37592009-03-03 Glenn Morris <rgm@gnu.org>
3760
3761 * info/dir: Add Auth-source.
3762
37632009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
3766 the second.
3767
37682009-02-28 Eli Zaretskii <eliz@gnu.org>
3769
3770 * config.bat: Copy .dbxinit to _dbxinit.
3771
3772 * make-dist (Making links to `info'): Remove .gitignore.
3773
37742009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * Makefile.in (lib-src, lisp): Use simpler rule.
3777 (src): Be more specific to avoid recompiling all the .elc files just
3778 because the bootstrap-emacs is missing.
3779
37802009-02-26 Chong Yidong <cyd@stupidchicken.com>
3781
3782 * configure.in: Require librsvg >= 2.11.
3783
37842009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3785
3786 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
3787 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
3788
37892009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3790
3791 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
3792
37932009-02-03 Glenn Morris <rgm@gnu.org>
3794
3795 * make-dist: Add some missing files, remove some that are no longer
3796 present.
3797
37982009-02-02 Glenn Morris <rgm@gnu.org>
3799
3800 * make-dist: Add some missing nextstep/ files.
3801
38022009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
3803
3804 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
3805
38062009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3807
3808 * configure.in: Add support for m68k-*-netbsd.
3809
38102009-01-14 Juri Linkov <juri@jurta.org>
3811
3812 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
3813
3814 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
3815 and bug-reference-mode.
3816
38172009-01-11 Juri Linkov <juri@jurta.org>
3818
3819 * INSTALL.CVS: Move configuration explicitly to the first step.
3820
38212009-01-09 Glenn Morris <rgm@gnu.org>
3822
3823 * .dir-locals.el: Don't set indent-tabs-mode.
3824
38252008-12-30 Kenichi Handa <handa@m17n.org>
3826
3827 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
3828 the function OTF_get_variation_glyphs.
3829
38302008-12-30 Jan Djärv <jan.h.d@swipnet.se>
3831
3832 * Makefile.in (install-arch-dep): Remove old directories in
3833 ns_app* before moving new directories there.
3834
38352008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
3836
3837 * .dir-locals.el: Remove non-working entry for pmail.
3838 (fill-column): Fix typo.
3839 (change-log-mode): Add fill column.
3840
38412008-12-26 Eli Zaretskii <eliz@gnu.org>
3842
3843 * config.bat: Produce _dir-locals.el from .dir-locals.el.
3844
38452008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
3846
3847 * make-dist (tempdir): Distribute .dir-locals.el.
3848
3849 * .dir-locals.el: New file.
3850
38512008-12-19 Eli Zaretskii <eliz@gnu.org>
3852
3853 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
3854 for rationale.
3855
38562008-12-13 Glenn Morris <rgm@gnu.org>
3857
3858 * Makefile.in (install-arch-indep): Add new man-pages.
3859 (manext): Remove variable.
3860 (MAN_PAGES): New variable.
3861 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
3862 and remove.
3863 (uninstall): Remove desktop file and icons, game scores if empty.
3864
38652008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
3866
3867 * config.guess, config.sub: Updated from master source.
3868
38692008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3870
3871 * Makefile.in (install-arch-indep): Install ebrowse.1.
3872
38732008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3874
3875 * configure.in: Add Solaris on x86_64.
3876
38772008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3878
3879 * config.guess, config.sub: Updated from master source.
3880
38812008-12-08 Eli Zaretskii <eliz@gnu.org>
3882
3883 * info/dir: Fix last change.
3884
38852008-12-07 Eli Zaretskii <eliz@gnu.org>
3886
3887 * info/dir: Untabify.
3888
38892008-11-28 Ulrich Mueller <ulm@gentoo.org>
3890
3891 * configure.in: Fix last change.
3892
38932008-11-28 Richard M Stallman <rms@gnu.org>
3894
3895 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3896 New configurations.
3897
38982008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
3899
3900 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3901 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
3902
39032008-11-15 Eli Zaretskii <eliz@gnu.org>
3904
3905 * Makefile.in (INFO_FILES): Remove ns-emacs.
3906
3907 * info/dir (NS-Emacs): Remove entry.
3908
39092008-11-08 Eli Zaretskii <eliz@gnu.org>
3910
3911 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
3912
39132008-11-07 Glenn Morris <rgm@gnu.org>
3914
3915 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
3916
39172008-10-31 Eli Zaretskii <eliz@gnu.org>
3918
3919 * config.bat: Tell user to expect one "File not found" message
3920 while the `doc' directory is being configured.
3921
39222008-10-30 Chong Yidong <cyd@stupidchicken.com>
3923
3924 * update-subdirs: Put obsolete directory last.
3925
39262008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3927
3928 * configure.in: Check fontconfig always.
3929
39302008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3931
3932 * configure (*-solaris2.[7-9]*): Fix typo.
3933
39342008-10-24 Glenn Morris <rgm@gnu.org>
3935
3936 * configure.in (--without-sync-input, --with-pkg-config-prog):
3937 Help strings start with lower case.
3938 (--with-gnustep-conf): New option.
3939 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3940
39412008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
3942
3943 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3944 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3945 is not found. (Bug#1230)
3946
39472008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3948
3949 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3950 Use sol2-6.h for Solaris 7-9.
3951
39522008-10-18 Ulrich Mueller <ulm@gentoo.org>
3953
3954 * configure.in: Add support for GNU/Linux on SuperH.
3955
39562008-10-12 Andreas Schwab <schwab@suse.de>
3957
3958 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3959
1a71cb28 39602008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
3961
3962 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3963 "X") to avoid confusion.
3964
3965 * configure: Regenerate.
3966
39672008-09-07 Romain Francoise <romain@orebokech.com>
3968
3969 * make-dist: Distribute doc/man/ChangeLog.
3970
39712008-08-28 Chong Yidong <cyd@stupidchicken.com>
3972
3973 * configure.in: Disable XFT and Freetype when without X.
3974
3975 * configure: Regenerate.
3976
39772008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3978
3979 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3980
39812008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3982
3983 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3984 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3985
3986 * configure: Regenerate.
3987
39882008-08-20 Eli Zaretskii <eliz@gnu.org>
3989
3990 * configure.in: Move "#define subprocesses" before
3991 config_opsysfile is included.
3992
39932008-08-19 Kenichi Handa <handa@m17n.org>
3994
3995 * INSTALL (Extra fonts): Mention local fonts, don't mention
3996 mule-unicode.
3997
39982008-08-16 Chong Yidong <cyd@stupidchicken.com>
3999
4000 * make-dist: Omit info/.arch-inventory.
4001
40022008-08-16 Jason Rumney <jasonr@gnu.org>
4003
4004 * make-dist (tempdir/nt): Link emacsclient.rc.
4005
40062008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4007
4008 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
4009 AC_SUBST it.
4010 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
4011 AC_SUBST it.
4012 (OTHER_FILES): Always define for HAVE_NS.
4013 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
4014 * configure: Regenerate.
4015
40162008-08-07 Andreas Schwab <schwab@suse.de>
4017
4018 * configure.in: Correctly handle
4019 --enable-cocoa-experimental-ctrl-g=no and
4020 --enable-ns-self-contained=yes.
4021
40222008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4023
4024 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
4025 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
4026 bother undef'ing since won't have desired effect.
4027
40282008-08-06 Andreas Schwab <schwab@suse.de>
4029
4030 * configure.in: Fix quoting.
4031
40322008-08-06 Chong Yidong <cyd@stupidchicken.com>
4033
4034 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
4035
40362008-08-05 Ulrich Mueller <ulm@gentoo.org>
4037
4038 * configure.in: Add checks for krb5_error.text and
4039 krb5_error.e_text struct members.
4040
40412008-08-04 Chong Yidong <cyd@stupidchicken.com>
4042
4043 * configure.in: Test for existence of NSInteger.
4044 Suggested by Yavor Doganov.
4045
40462008-08-02 Romain Francoise <romain@orebokech.com>
4047
4048 * Makefile.in (INFO_FILES): Add mairix-el.
4049
40502008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4051
4052 * make-dist:
4053 * README: Remove VMS support.
4054 * vms: Remove directory.
4055
40562008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4057
4058 * configure.in (MULTI_KBOARD): Remove.
4059
40602008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4061
4062 * configure.in (DO_BLOCK_INPUT): Remove, unused.
4063
40642008-07-29 Chong Yidong <cyd@stupidchicken.com>
4065
4066 * info/dir (File): Add mairix-el.
4067
40682008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4069
4070 Remove support for Mac Carbon.
4071 * mac: Remove directory.
4072 * make-dist:
4073 * configure.in:
4074 * README:
4075 * Makefile.in:
4076 * INSTALL: Remove code for Carbon.
4077 * configure: Regenerate.
4078
40792008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4080
4081 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
4082
40832008-07-25 Chong Yidong <cyd@stupidchicken.com>
4084
4085 * configure.in: Check for getrlimit.
4086
4087 * configure: Regenerate.
4088
40892008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4090
4091 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
4092 in src/Makefile.in.
4093 (static): Remove, autoconf would always comment it out anyway.
4094 (subprocesses): Define unconditionally.
4095
40962008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
4097
4098 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
4099 compilation under GNUstep.
4100
41012008-07-18 Kenichi Handa <handa@m17n.org>
4102
4103 * INSTALL (Complex Text Layout support libraries): Delete the
4104 paragraph about --enable-font-backend.
4105
41062008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
4107
4108 * configure.in: Print out some info to user for NeXTstep builds.
4109 (ns-app): Remove enable option.
4110 (ns-self-contained): Add enable option.
4111 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
4112 GNUstep, use to set install prefixes, and substitute in Makefiles.
4113 * configure: Regenerate.
4114 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
4115 NS app bundle.
4116
41172008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4118
4119 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
4120
41212008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
4122
4123 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
4124 NS_IMPL_COCOA.
4125
41262008-07-16 Glenn Morris <rgm@gnu.org>
4127
4128 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
4129 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
4130 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
4131 never unset.
4132
4133 * make-dist: Add nextstep/ directories.
4134 (src, lib-src): Add .m files.
4135
41362008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4137
4138 * configure.in (freebsd, kfreebsd): Undo part of previous change.
4139 (USER_FULL_NAME): Remove, not used anymore.
4140 * configure: Regenerate.
4141
41422008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4143
4144 Changes and additions for NeXTstep windowing system (Cocoa and
4145 GNUstep) support.
4146
4147 * configure.in: Add support for NS window system: --with-ns (default
4148 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
4149 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
4150 disable font backend if window system is "none", not if !HAVE_X11.
4151 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
4152 (install-arch-dep): Add commands to assemble NS .app package.
4153
41542008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
4155
4156 * configure.in: Use macppc for Darwin. Remove references to
4157 desupported systems.
4158 * configure: Regenerate.
4159
41602008-07-05 Glenn Morris <rgm@gnu.org>
4161
4162 * make-dist (EMACS): Doc fix.
4163 (lisp): There are no *.dat or image files here any more.
4164 (src): There are no *.s files here any more.
4165 (etc/images, etc/images/*): Link to most regular files.
4166
41672008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4168
4169 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
4170
41712008-07-01 Glenn Morris <rgm@gnu.org>
4172
4173 * configure.in (cpp_undefs): Rename from `undefs', update uses.
4174 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
4175 and explicitly export there. (Bug#507.)
4176
41772008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4178
4179 * configure.in:
4180 * configure: Remove references to obsolete systems.
4181
41822008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4183
4184 * Makefile.in (Makefile): Use it for its timestamp value as well, and
4185 make it depend on all other */.in files.
4186 (src/Makefile, src/config.stamp, lib-src/Makefile)
4187 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
4188 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
4189 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
4190 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
4191
4192 * configure.in: Don't create src/config.stamp any more.
4193
41942008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4195
4196 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
4197
41982008-06-22 Glenn Morris <rgm@gnu.org>
4199
4200 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
4201
42022008-06-21 Romain Francoise <romain@orebokech.com>
4203
4204 * Makefile.in (INFO_FILES): Add sasl.
4205
42062008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
4209 (bootstrap-build): Remove.
4210 (top_bootclean): New var.
4211 (top_distclean, bootstrap-clean): Use it.
4212 (bootstrap): Don't recheck config. Make normally.
4213
42142008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4215
4216 * Makefile.in (SUBDIR): Include `lisp'.
4217 (lisp): Depend on `src'.
4218 (top_distclean): Don't remove config.status.
4219 (bootstrap-clean): New target.
4220 (maintainer-clean): Use it.
4221 (bootstrap): Use bootstrap-clean. Re-run config.status.
4222 (src/bootstrap-emacs${EXEEXT}): New target.
4223 (bootstrap-build): Use it. Don't use bootstrap-prepare because
4224 src/Makefile now takes care of it.
4225 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
4226
42272008-06-15 Glenn Morris <rgm@gnu.org>
4228
4229 * info/dir: Add sasl.
4230
42312008-06-09 Alan Mackenzie <acm@muc.de>
4232
4233 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
4234
42352008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
4236
4237 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
4238
42392008-06-07 Glenn Morris <rgm@gnu.org>
4240
4241 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
4242 serve no purpose.
4243
42442008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4245
4246 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
4247 * configure: Regenerate.
4248
42492008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4250
4251 * update-subdirs: Don't touch subdirs.el if it is unchanged.
4252
42532008-05-14 Kenichi Handa <handa@m17n.org>
4254
4255 * configure: Regenerate.
4256
4257 * configure.in: Don't handle --disable-font-backend. Don't print
4258 a message about a font backend.
4259
42602008-05-09 Glenn Morris <rgm@gnu.org>
4261
4262 * configure.in: Make absence of makeinfo a fatal error only if the info
4263 files don't exist.
4264 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
4265
42662008-05-07 Eli Zaretskii <eliz@gnu.org>
4267
4268 * config.bat: Fix last change: don't use < and > in "rem" lines,
4269 they are interpreted as redirection by DOS shells.
4270
42712008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4272
4273 * configure.in: Check availability of AvailabilityMacros.h
4274 if HAVE_CARBON.
4275
4276 * configure: Regenerate.
4277
42782008-05-03 Glenn Morris <rgm@gnu.org>
4279
4280 * configure.in (x_libraries): Remove standard 64-bit directories -
4281 experimental workaround for minor autoconf bug.
4282
4283 * configure.in (--without-makeinfo): New option. If set,
4284 absence of suitable makeinfo is not a fatal error.
4285 * Makefile.in (MAKEINFO): New, set by configure.
4286 (install-arch-indep): Without makeinfo, ignore any missing manuals.
4287 (info-real): New target.
4288 (info): Without makeinfo, do nothing, else call `info-real'.
4289
42902008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4291
4292 * configure.in: Remove hpux10.20 from the desupported list.
4293
42942008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
4297
42982008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4299
4300 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
4301 rather than change CPPFLAGS.
4302 (HAVE_GTK): Rename to USE_GTK.
4303
43042008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
4305
4306 * configure.in: Replace the obsolete macros AC_AIX and
4307 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
4308
43092008-04-05 Andreas Schwab <schwab@suse.de>
4310
4311 * configure.in: No longer create admin/unidata/Makefile.
4312
43132008-03-28 Andreas Schwab <schwab@suse.de>
4314
4315 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
4316 (lisp/Makefile): New rule.
4317
43182008-03-13 Glenn Morris <rgm@gnu.org>
4319
4320 * configure.in (AC_INIT): Fix version number.
4321 (sync-input): Reword the option, since it's on by default.
4322
43232008-03-11 Jan Djärv <jan.h.d@swipnet.se>
4324
4325 * configure.in: Add --enable-sync-input, default yes.
4326
43272008-03-11 Glenn Morris <rgm@gnu.org>
4328
4329 * Makefile.in (install-etc, mkdir): Handle directory
4330 etc/images/icons/hicolor/*/mimetypes/.
4331
4332 * make-dist: Handle icons/hicolor/scalable directory.
4333
43342008-03-05 Glenn Morris <rgm@gnu.org>
4335
4336 * configure.in: Enable font-backend by default.
4337 (USE_FONT_BACKEND): Set to "no" in absence of X.
4338 (PKG_CONFIG): Don't set multiple times, once is enough.
4339 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
4340
43412008-03-03 Glenn Morris <rgm@gnu.org>
4342
4343 * Makefile.in (iconsrcdir): New variable.
4344 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
4345 directory.
4346
43472008-02-29 Glenn Morris <rgm@gnu.org>
4348
4349 * test/: New directory.
4350
43512008-02-27 Jan Djärv <jan.h.d@swipnet.se>
4352
4353 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
4354
43552008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4356
4357 * configure.in: Print an error for systems that we think are obsolete
4358 and are proposed to be removed. Remove some more unused systems.
4359 Add support for powerpc-ibm-aix6*.
4360
43612008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4362
4363 * configure.in: Remove references to obsolete variables and systems.
4364
43652008-02-21 Glenn Morris <rgm@gnu.org>
4366
4367 * Makefile.in (set_installuser): New.
4368 (install-arch-indep): Use set_installuser to avoid duplicate code.
4369
4370 * README.unicode: Split into admin/notes/unicode,font-backend and
4371 remove.
4372
43732008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
4374
4375 * configure.in (arm*-*-freebsd*): Add.
4376
43772008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
4378
4379 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
4380 dealing with obsolete variables.
4381
43822008-02-08 Glenn Morris <rgm@gnu.org>
4383
4384 * Makefile.in (check-info-dir): New target.
4385
43862008-02-08 Michael Olson <mwolson@gnu.org>
4387
4388 * Makefile.in (INFO_FILES): Add epa.
4389
4390 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
4391 features" section.
4392
43932008-02-06 Glenn Morris <rgm@gnu.org>
4394
4395 * configure.in (--with-gcc): Give an error saying this option has
4396 been removed.
4397 (--with-gtk): Remove this option.
4398
43992008-02-06 Tom Tromey <tromey@redhat.com>
4400
4401 * configure.in (--with-gcc): Remove.
4402 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
4403
44042008-02-05 Ulrich Mueller <ulm@gentoo.org>
4405
4406 * INSTALL: Recommend giflib, not libungif.
4407
44082008-02-05 Tom Tromey <tromey@redhat.com>
4409
4410 * configure.in (--with-dbus): Default to enabled.
4411
44122008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
4413
4414 * INSTALL (Complex Text Layout support libraries): New section.
4415
44162008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
4417
4418 * make-dist: Remove references to files in mac/ that have been
4419 deleted.
4420
44212008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4422
4423 * configure.in: For libotf and m17n-flt checks, set shell vars
4424 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
4425 pkg_check_m17n_flt, respectively, for the sake of the summary output.
4426 Reported by Ulrich Mueller.
4427
44282008-02-02 Eli Zaretskii <eliz@gnu.org>
4429
4430 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
4431 admin/unidata/Makefile.in to Makefile.
4432
44332008-02-02 Glenn Morris <rgm@gnu.org>
4434
4435 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
4436 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
4437 (HAVE_XFT): Add "Does Emacs use..." messages at end.
4438
44392008-02-01 Miles Bader <miles@gnu.org>
4440
4441 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
4442 [libotf], and [m17n-flt] options.
4443
44442008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4445
4446 * configure.in: Add EMACS_ARG_N([libotf]...), and
4447 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
4448 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
4449 CFLAGS, and LIBS in checking of m17n-flt.
4450
44512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4452
4453 * configure.in: Check the availability of m17n-flt library.
4454
44552008-02-01 Kenichi Handa <handa@m17n.org>
4456
4457 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
4458 not available.
4459
44602008-02-01 Kenichi Handa <handa@m17n.org>
4461
4462 * configure.in: New args --enable-font-backend, --with-xft,
4463 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
4464 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
4465 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
4466 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
4467
44682008-02-01 Kenichi Handa <handa@m17n.org>
4469
4470 * make-dist: Include etc/charsets in tarball.
4471
44722008-02-01 Kenichi Handa <handa@m17n.org>
4473
4474 * configure.in: While running cpp on junk.c, include
4475 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
4476 exists.
4477
44782008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4479
4480 * configure.in (xtensa): Match more configurations.
4481
44822008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
4483
4484 * configure.in: Update comment.
4485
44862008-01-26 Glenn Morris <rgm@gnu.org>
4487
4488 * configure.in (--without-gcc): By default, neither off nor on.
4489 (--with-carbon): Tone down rhetoric in help text.
4490
44912008-01-25 Glenn Morris <rgm@gnu.org>
4492
4493 * configure.in: Correct usage of OPTION_DEFAULT_ON,
4494 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
4495 Default `Carbon' to off (it's unsupported).
4496
44972008-01-24 Glenn Morris <rgm@gnu.org>
4498
4499 * configure.in: Standardize dbus-related messages.
4500
45012008-01-23 Michael Olson <mwolson@gnu.org>
4502
4503 * configure.in (pkg-config-prog): Remove initial whitespace.
4504
45052008-01-23 Tom Tromey <tromey@redhat.com>
4506
4507 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
4508 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
4509 Update all users.
4510
45112008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
4512
4513 * config.guess, config.sub: Updated from master source.
4514
45152008-01-17 Andreas Schwab <schwab@suse.de>
4516
4517 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
4518
45192008-01-17 Glenn Morris <rgm@gnu.org>
4520
4521 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
4522
45232008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
4524
4525 * configure.in: Remove more references to unsupported systems.
4526
45272008-01-16 Sven Joachim <svenjoac@gmx.de>
4528
4529 * make-dist: Add --lzma.
4530
45312008-01-16 Glenn Morris <rgm@gnu.org>
4532
4533 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
4534 configure checks for this.
4535
45362008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
4537
4538 * configure.in: Remove more references to unsupported systems.
4539
45402008-01-06 Romain Francoise <romain@orebokech.com>
4541
4542 * configure.in: Delete extra semicolons.
4543
45442008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4545
4546 * configure.in: Remove references to unsupported systems.
4547
45482008-01-05 Romain Francoise <romain@orebokech.com>
4549
4550 * make-dist: Add --bzip2. Update copyright.
4551
45522008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4553
4554 * configure.in: Remove support for Masscomp.
4555
45562008-01-05 Glenn Morris <rgm@gnu.org>
4557
4558 * Makefile.in (desktopdir, icondir): New variables.
4559 (install-arch-indep): Also depend on `install-etc'.
4560 (install-etc): New target.
4561 (mkdir): Also create the `applications' and `icons' directories.
4562
45632008-01-04 Glenn Morris <rgm@gnu.org>
4564
4565 * make-dist: Update for new etc/images/icons/hicolor directory.
4566
45672007-12-09 Andreas Schwab <schwab@suse.de>
4568
4569 * configure.in: D-Bus is not enabled by default.
4570
45712007-12-06 Jan Djärv <jan.h.d@swipnet.se>
4572
4573 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
4574 change.
4575
45762007-12-04 Jan Djärv <jan.h.d@swipnet.se>
4577
4578 * configure.in: Give package name and version to AC_INIT.
4579
45802007-12-03 Magnus Henoch <mange@freemail.hu>
4581
4582 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
4583
45842007-12-03 Michael Albinus <michael.albinus@gmx.de>
4585
4586 * configure.in: No need for DBUS_INFO anymore.
4587
4588 * Makefile.in (INFO_FILES): Use dbus unconditionally.
4589
45902007-12-02 Michael Albinus <michael.albinus@gmx.de>
4591
4592 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
4593
4594 * Makefile.in (INFO_FILES): Add dbus.
4595
45962007-12-02 Romain Francoise <romain@orebokech.com>
4597
4598 * make-dist: Fix last change.
4599
46002007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
4601
4602 * configure.in: Add support for gnu-kfreebsd.
4603
46042007-11-28 Glenn Morris <rgm@gnu.org>
4605
4606 * make-dist: Add etc/nxml.
4607
46082007-11-24 Romain Francoise <romain@orebokech.com>
4609
4610 * Makefile.in (INFO_FILES): Add nxml-mode.
4611
46122007-11-23 Romain Francoise <romain@orebokech.com>
4613
4614 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
4615 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
4616
46172007-11-20 Andreas Schwab <schwab@suse.de>
4618
4619 * configure.in: Always include <resolv.h> when checking for res_init.
4620
46212007-11-17 Andreas Schwab <schwab@suse.de>
4622
4623 * update-subdirs: Atomically update subdirs.el.
4624
46252007-11-17 Glenn Morris <rgm@gnu.org>
4626
4627 * Makefile.in (check-declare): New target.
4628
46292007-11-07 Glenn Morris <rgm@gnu.org>
4630
4631 * configure.in: Deprecate Mac Carbon port.
4632
46332007-11-01 Jan Djärv <jan.h.d@swipnet.se>
4634
4635 * configure.in: Remove HAVE_X11R5 check.
4636
46372007-10-31 Glenn Morris <rgm@gnu.org>
4638
4639 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
4640 when changing ownership of installed files.
4641
46422007-10-30 Glenn Morris <rgm@gnu.org>
4643
4644 * make-dist: Add new directory etc/gnus.
4645
46462007-10-30 Michael Olson <mwolson@gnu.org>
4647
4648 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
4649
46502007-10-29 Glenn Morris <rgm@gnu.org>
4651
4652 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
4653
46542007-10-23 Glenn Morris <rgm@gnu.org>
4655
4656 * MAINTAINERS: Move to admin/.
4657
46582007-10-17 Chong Yidong <cyd@stupidchicken.com>
4659
4660 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
4661 (HAVE_LIBRESOLV): Also define if we are using res_init().
4662
46632007-10-17 Glenn Morris <rgm@gnu.org>
4664
4665 * FTP: Remove file, since it's just a duplicate of one in etc/.
4666
46672007-10-05 Eli Zaretskii <eliz@gnu.org>
4668
4669 * config.bat: Fix configuring `doc' due to changes in the
4670 directory structure.
4671
46722007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
4673
4674 * configure.in: Don't use -lpthread on HP-UX.
4675
46762007-09-16 Glenn Morris <rgm@gnu.org>
4677
4678 * make-dist: File gfdl.1 has been removed.
4679
46802007-09-15 Glenn Morris <rgm@gnu.org>
4681
4682 * configure.in: Fix makeinfo version regexp.
4683
46842007-09-12 Glenn Morris <rgm@gnu.org>
4685
4686 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
4687 implementation of alloca is not found.
4688
4689 * Makefile.in (SOURCES, unlock, relock): Delete.
4690 (install-arch-indep): Do not exclude the etc/ Makefiles.
4691
46922007-09-09 Juri Linkov <juri@jurta.org>
4693
4694 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
4695
4696 * README: Add doc/ to documentation directories.
4697
46982007-09-08 Michael Olson <mwolson@gnu.org>
4699
4700 * MAINTAINERS: Add myself for ERC and tq.el.
4701 Update for new doc/ directory layout.
4702
47032007-09-06 Romain Francoise <romain@orebokech.com>
4704
4705 * make-dist: Update for new doc/ directory layout.
4706
47072007-09-06 Glenn Morris <rgm@gnu.org>
4708
4709 * Makefile.in (mansrcdir): New variable.
4710 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
4711 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
4712 update these targets for new doc/ directory layout.
4713 (doc/misc/Makefile): New target.
4714 (install-arch-indep): Use mansrcdir for new location of manpages.
4715 (mostlyclean, clean, distclean, maintainer-clean, unlock)
4716 (relock, info, dvi): Update targets for new doc/ directory layout.
4717
4718 * configure.in (AC_OUTPUT): Update names of generated Makefiles
4719 for new doc/ directory layout.
4720
47212007-09-02 Andreas Schwab <schwab@suse.de>
4722
4723 * configure.in: Use AS_HELP_STRING throughout.
4724 * configure: Regenerate.
4725
47262007-09-02 Jan Djärv <jan.h.d@swipnet.se>
4727
4728 * configure.in: Require Gtk/Glib 2.6.
4729
47302007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4731
4732 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4733 Use them throughout in place of AC_ARG_WITH calls.
4734 * configure: Regenerate.
4735
47362007-09-01 Andreas Schwab <schwab@suse.de>
4737
4738 * configure.in: Put quotes around nested macro calls.
4739
47402007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4741
4742 * configure.in: Fix typo.
4743 * configure: Regenerate.
4744
47452007-08-30 Glenn Morris <rgm@gnu.org>
4746
4747 * configure.in (AH_BOTTOM): Copy some manual changes made to
4748 src/config.in here so they are not lost when it regenerates.
4749
4750 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
4751
47522007-08-29 Károly Lőrentey <karoly@lorentey.hu>
4753
4754 * README.multi-tty: New file.
4755
47562007-08-29 Glenn Morris <rgm@gnu.org>
4757
4758 * README: Increase version to 23.0.50.
4759
47602007-08-29 Jan Djärv <jan.h.d@swipnet.se>
4761
4762 * configure.in: New option: --without-xaw3d.
4763
47642007-08-24 Glenn Morris <rgm@gnu.org>
4765
4766 * configure.in: Check for a suitably recent makeinfo.
4767
47682007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4769
4770 * configure.in (Check for required libraries): Typo.
4771
47722007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4773
4774 * configure.in: Check librsvg2 also for Mac Carbon.
4775
47762007-08-22 Romain Francoise <romain@orebokech.com>
4777
4778 * make-dist: Follow reorganization of files in etc/.
4779
47802007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4781
4782 * configure.in: Add support for SVG images through librsvg2.
4783
47842007-07-28 Eli Zaretskii <eliz@gnu.org>
4785
4786 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
4787 to avoid an error message if there is no DOC there.
4788
47892007-07-25 Glenn Morris <rgm@gnu.org>
4790
4791 * Relicense all FSF files to GPLv3 or later.
4792
4793 * COPYING, info/COPYING: Switch to GPLv3.
4794
47952007-06-20 Jan Djärv <jan.h.d@swipnet.se>
4796
4797 * configure.in: Complain if X seems to be installed but no
4798 development files were found.
4799
48002007-06-20 Glenn Morris <rgm@gnu.org>
4801
4802 * configure.in: Prefer libgif over libungif.
4803
48042007-06-14 Jan Djärv <jan.h.d@swipnet.se>
4805
4806 * configure.in: Check for all image libraries before exiting.
4807
48082007-06-13 Jan Djärv <jan.h.d@swipnet.se>
4809
4810 * configure.in: Exit with error if image libraries aren't found.
4811
48122007-06-13 Chong Yidong <cyd@stupidchicken.com>
4813
4814 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
4815 when compiling without scrollbars.
4816
48172007-06-12 Glenn Morris <rgm@gnu.org>
4818
4819 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4820
48212007-06-11 Jan Djärv <jan.h.d@swipnet.se>
4822
4823 * configure.in: Change wording about yes/gtk and lucid/athena
4824 being synonyms.
4825
48262007-06-08 Glenn Morris <rgm@gnu.org>
4827
4828 * configure.in: Make gtk the default toolkit.
4829
48302007-06-07 Glenn Morris <rgm@gnu.org>
4831
4832 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
4833 for a Sun C compiler.
4834
4835 * Makefile.in (install-arch-indep): Install only the DOC- file
4836 specific to the build, if possible, rather than DOC-*.
4837
48382007-06-02 Chong Yidong <cyd@stupidchicken.com>
4839
4840 * Version 22.1 released.
4841
48422007-05-25 Chong Yidong <cyd@stupidchicken.com>
4843
4844 * mkinstalldirs: Sync to version in automake CVS.
4845
48462007-05-22 Andreas Schwab <schwab@suse.de>
4847
4848 * configure.in: Prefer build_alias over host when host_alias is not set.
4849 * configure: Regenerate.
4850
48512007-05-20 Andreas Schwab <schwab@suse.de>
4852
4853 * configure.in: Remove empty AC_SUBST.
4854 * configure: Regenerate.
4855
48562007-05-20 Nick Roberts <nickrob@snap.net.nz>
4857
4858 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
4859 it like others.
4860 * configure: Regenerate.
4861
48622007-05-20 Nick Roberts <nickrob@snap.net.nz>
4863
4864 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
4865 (AC_CHECK_LIB): Add -lgpm.
4866 * configure: Regenerate.
4867
48682007-05-03 Glenn Morris <rgm@gnu.org>
4869
4870 * configure: Tweak message about the absence of shell functions.
4871
48722007-04-27 Andreas Schwab <schwab@suse.de>
4873
4874 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
4875
48762007-04-26 Glenn Morris <rgm@gnu.org>
4877
4878 * README: Increase version to 22.1.50.
4879
48802007-04-24 Juanma Barranquero <lekktu@gmail.com>
4881
4882 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4883
48842007-04-19 Glenn Morris <rgm@gnu.org>
4885
4886 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4887
48882007-04-18 Glenn Morris <rgm@gnu.org>
4889
4890 * INSTALL: Mention CPP.
4891
48922007-04-15 Glenn Morris <rgm@gnu.org>
4893
4894 * FTP: Replace with a pointer to the web version.
4895
48962007-04-13 Glenn Morris <rgm@gnu.org>
4897
4898 * INSTALL: In lib-src, timer, wakeup, yow are removed.
4899
49002007-04-04 Glenn Morris <rgm@gnu.org>
4901
4902 * configure.in (NON_GNU_CPP): Use associated preprocessor when
4903 compiling with Sun Studio on Solaris.
4904
49052007-03-23 Glenn Morris <rgm@gnu.org>
4906
4907 * configure.in: Restore support for hp800 (removed 2007-01-27)
4908 following clarification of legal status.
4909
49102007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
4911
4912 * configure.in: Add support for AIX4.3 on IBM RS6000.
4913
4914 * configure: Regenerate.
4915
49162007-03-20 Richard Stallman <rms@gnu.org>
4917
4918 * configure.in: Fix previous change.
4919
49202007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
4921
4922 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4923 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4924 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4925
49262007-03-19 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4929 user specifies "without".
4930
4931 * configure: Regenerate.
4932
49332007-03-18 Jan Djärv <jan.h.d@swipnet.se>
4934
4935 * configure.in: Warning for Gtk+ and Cygwin added.
4936 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4937
49382007-02-27 Glenn Morris <rgm@gnu.org>
4939
4940 * make-dist (oldXMenu): Remove Imakefile.
4941 (etc/images): Add README.
4942
49432007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4944
4945 * configure.in (xtensa-*-linux-gnu*): New configuration.
4946
4947 * configure: Regenerate.
4948
49492007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4950
4951 * config.guess, config.sub: Updated from master source.
4952
49532007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4954
4955 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4956
49572007-01-29 Chong Yidong <cyd@stupidchicken.com>
4958
4959 * configure.in: Restore support for hp800's not running HP-UX.
4960
4961 * configure: Regenerate.
4962
49632007-01-27 Chong Yidong <cyd@stupidchicken.com>
4964
4965 * configure.in: Remove support for hp800 and sr2k machine types.
4966
4967 * configure: Regenerate.
4968
49692007-01-26 Jan Djärv <jan.h.d@swipnet.se>
4970
4971 * configure.in: Add check for libXft.
4972
49732007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4974
4975 * INSTALL: Info files moved to share/info.
4976
49772007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
4978
4979 * configure.in: Detect and use fink-installed in intel-based Mac
4980 builds; change Apple Darwin section to support both PowerPC and
4981 Intel-based Macs.
4982
49832006-12-26 Andreas Schwab <schwab@suse.de>
4984
4985 * Makefile.in (datarootdir): Define.
4986
49872006-12-24 Richard Stallman <rms@gnu.org>
4988
4989 * configure.in: Require Autoconf 2.61.
4990
49912006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
4992
4993 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4994 Remove redundant entry for powerpc-apple-netbsd.
4995
4996 * configure: Regenerate.
4997
49982006-12-22 Chong Yidong <cyd@stupidchicken.com>
4999
5000 * configure: Regenerate with autoconf 2.61.
5001
50022006-12-20 Jan Djärv <jan.h.d@swipnet.se>
5003
5004 * configure.in: Detect alsa/asoundlib.h also.
5005 * configure: Regenerate.
5006
50072006-12-19 Jan Djärv <jan.h.d@swipnet.se>
5008
5009 * configure.in: Check if GTK+ compiles at all.
5010
50112006-12-10 Andreas Schwab <schwab@suse.de>
5012
5013 * configure.in: Remove check for struct timezone, its result is
5014 never used.
5015
50162006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
5017
5018 * configure.in: Add support for Solaris 10 on x86-64.
5019
50202006-12-08 Jan Djärv <jan.h.d@swipnet.se>
5021
5022 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
5023 of PKG_CONFIG_PATH.
5024
50252006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5026
5027 * configure.in (HAVE_SYNC): New test.
5028
50292006-12-03 Glenn Morris <rgm@gnu.org>
5030
5031 * Makefile.in: Fix Copyright format.
5032
5033 * configure.in (AH_TOP): Add missing Copyright year.
5034
5035 * update-subdirs: Add missing Copyright years.
5036
50372006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
5038
5039 * Makefile.in: Touch only the parts of the share/emacs directory
5040 specific to this version.
5041
50422006-11-26 Chong Yidong <cyd@stupidchicken.com>
5043
5044 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
5045
50462006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5047
5048 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
5049
50502006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5051
5052 * configure.in: Prefer X11 to Carbon only when some X-specific
5053 option is specified (Thanks to Jan Djärv and Andreas Schwab).
5054
50552006-11-04 Romain Francoise <romain@orebokech.com>
5056
5057 * Makefile.in (bootstrap-clean-before): Fix typo.
5058 Use new target `bootstrap-clean' in the leim subdirectory.
5059
50602006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5061
5062 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
5063
50642006-10-30 Chong Yidong <cyd@stupidchicken.com>
5065
5066 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
5067 directories.
5068
50692006-10-29 Jeramey Crawford <jeramey@jeramey.com>
5070
5071 * configure.in: Enable x86-64 OpenBSD compilation.
5072
50732006-10-28 Glenn Morris <rgm@gnu.org>
5074
5075 * AUTHORS: Add cal-html.el author.
5076
50772006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5078
5079 * make-dist: Make links to mac/make-package and
5080 mac/Emacs.app/Contents/Resources/Emacs.icns.
5081
50822006-10-27 Chong Yidong <cyd@stupidchicken.com>
5083
5084 * README: Bump version number to 22.0.90.
5085
50862006-10-23 Andreas Schwab <schwab@suse.de>
5087
5088 * configure.in: Make sure x_default_search_path is always set even
5089 when x_libraries is empty, and look in .../share as well for each
5090 library directory.
5091
50922006-09-28 Kenichi Handa <handa@m17n.org>
5093
5094 * configure.in (locallisppath): Don't include leim dir.
5095 (lisppath): Include leim dir.
5096
50972006-09-15 Jay Belanger <belanger@truman.edu>
5098
5099 * COPYING: Replace "Library Public License" by "Lesser Public
5100 License" throughout.
5101
51022006-09-11 Paul Eggert <eggert@cs.ucla.edu>
5103
5104 * make-dist (EMACS): Exit and fail if the EMACS environment
5105 variable is set to something other than an absolute file name.
5106
51072006-08-16 Andreas Schwab <schwab@suse.de>
5108
5109 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
5110 of hardcoding it.
5111
51122006-08-16 Richard Stallman <rms@gnu.org>
5113
5114 * INSTALL.CVS: Clean up wording.
5115
51162006-07-14 Eli Zaretskii <eliz@gnu.org>
5117
5118 * configure.in (PKG_CHECK_MODULES): Redirect the output of
5119 $PKG_CONFIG --exists "$2" to config.log.
5120 * configure: Regenerate.
5121
1a71cb28 51222006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
5123
5124 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
5125
51262006-07-09 Kim F. Storm <storm@cua.dk>
5127
5128 * CONTRIBUTE: Use outline format.
5129 Add section on copyright years (from admin/notes/years).
5130
51312006-07-08 Eli Zaretskii <eliz@gnu.org>
5132
5133 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
5134 to /dev/null, since we don't need the error message, just the
5135 exit status.
5136
51372006-07-07 Eli Zaretskii <eliz@gnu.org>
5138
5139 * CONTRIBUTE: Slight formatting changes and typo fixes.
5140 Add description of NEWS markings.
5141
51422006-07-07 Kim F. Storm <storm@cua.dk>
5143
5144 * CONTRIBUTE: Mention INSTALL.CVS.
5145
51462006-07-05 Romain Francoise <romain@orebokech.com>
5147
5148 * make-dist (top-level): Add CONTRIBUTE.
5149
51502006-07-04 Richard Stallman <rms@gnu.org>
5151
5152 * CONTRIBUTE: Much rewrite.
5153
51542006-07-04 Nick Roberts <nickrob@snap.net.nz>
5155
5156 * CONTRIBUTE: New file.
5157
51582006-06-24 Eli Zaretskii <eliz@gnu.org>
5159
5160 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
5161
51622006-05-18 Jan Djärv <jan.h.d@swipnet.se>
5163
5164 * configure.in: Add check for ALSA.
5165
51662006-05-06 Eli Zaretskii <eliz@gnu.org>
5167
5168 * Makefile.in (INFO_FILES): Remove emacs-xtra.
5169
5170 * info/dir: Remove the Emacs-Xtra entry.
5171
51722006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
5173
5174 Update copyright year(s) in many files.
5175
51762006-04-01 Eli Zaretskii <eliz@gnu.org>
5177
5178 * configure: Regenerated.
5179
51802006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5181
5182 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
5183 --without-toolkit-scroll-bars was specified.
5184
51852006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
5186
5187 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
5188 to CFLAGS. Update Copyright years written to src/config.in.
5189
51902006-03-18 Claudio Fontana <claudio@gnu.org>
5191
5192 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
5193 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
5194 to be installed/uninstalled.
5195 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
5196 to Info files installed by Emacs.
5197
51982006-03-03 Claudio Fontana <claudio@gnu.org>
5199
5200 * Makefile.in (install, uninstall): Add DESTDIR variable to
5201 support staged installations.
5202
52032006-02-14 Richard M. Stallman <rms@gnu.org>
5204
5205 * configure.in (s390x-*-linux-gnu*): New configuration.
5206
52072006-01-31 Jan Djärv <jan.h.d@swipnet.se>
5208
5209 * configure.in: Require GTK 2.4 or newer.
5210
52112006-01-29 Michael Olson <mwolson@gnu.org>
5212
5213 * Makefile.in (install-arch-indep, uninstall): Add ERC.
5214 * info/dir (ERC): New entry.
5215
52162006-01-29 Eli Zaretskii <eliz@gnu.org>
5217
5218 * info/dir: Fix last change.
5219
52202006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5221
5222 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
5223
52242006-01-27 Eli Zaretskii <eliz@gnu.org>
5225
5226 * info/dir: Untabify the whole file.
5227 (Rcirc): New entry.
5228
52292006-01-12 Andreas Schwab <schwab@suse.de>
5230
5231 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
5232 check.
5233
52342006-01-02 Chong Yidong <cyd@stupidchicken.com>
5235
5236 * configure.in: Use -Wno-pointer-sign if available.
5237
52382005-12-29 Andreas Schwab <schwab@suse.de>
5239
5240 * config.guess, config.sub: Updated from master source.
5241
52422005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5243
5244 * configure.in: Use amdx86-64 for freebsd on x86_64.
5245
52462005-11-22 Romain Francoise <romain@orebokech.com>
5247
5248 * make-dist: Add etc/images/icons.
5249
52502005-11-03 Andreas Schwab <schwab@suse.de>
5251
5252 * configure.in: Use GZIP_PROG instead of GZIP.
5253
5254 * Makefile.in (GZIP_PROG): Renamed from GZIP.
5255 (install-arch-indep): Adjust.
5256
52572005-11-01 Andreas Schwab <schwab@suse.de>
5258
5259 * Makefile.in (bootstrap): Fix dependencies for parallel build.
5260 (bootfast): Likewise.
5261
52622005-11-01 Romain Francoise <romain@orebokech.com>
5263
5264 * configure.in: Check for gzip.
5265
5266 * Makefile.in (install): Compress source files.
5267
52682005-10-24 Steven Tamm <steventamm@mac.com>
5269
5270 * configure.in: Fix darwin386 configuration issue.
5271
52722005-10-22 Eli Zaretskii <eliz@gnu.org>
5273
5274 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
5275
52762005-10-17 Bill Wohler <wohler@newt.com>
5277
5278 * make-dist: Create and populate etc/images/low-color.
5279
52802005-10-15 Bill Wohler <wohler@newt.com>
5281
5282 * make-dist: Create and populate etc/images/gud.
5283
52842005-10-08 Richard M. Stallman <rms@gnu.org>
5285
5286 * make-dist (tempparent): Don't check for 14-char file name limit.
5287
52882005-10-07 Romain Francoise <romain@orebokech.com>
5289
5290 * make-dist: Add etc/images/ezimage and etc/images/mail
5291 directories. Install images in etc/images.
5292
52932005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5294
5295 * configure.in: Prefer Carbon if --enable-carbon-app or
5296 --with-carbon is explicitly specified even when X11 is detected.
5297
52982005-09-15 Ulf Jasper <ulf.jasper@web.de>
5299
5300 * Makefile.in (install-arch-indep, uninstall):
5301 Handle newsticker manual.
5302 (info): Add - to commands.
5303
53042005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
5305
5306 Remove the MAXPATHLEN limitations:
5307
5308 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
5309
53102005-09-09 Eli Zaretskii <eliz@gnu.org>
5311
5312 * configure.in <lynxsos*>: Support for LynxOS on PPC.
5313 * configure: Regenerate.
5314
53152005-09-05 Paul Eggert <eggert@cs.ucla.edu>
5316
5317 * config.guess, config.sub: Updated from master source.
5318
53192005-08-03 Juanma Barranquero <lekktu@gmail.com>
5320
5321 * .cvsignore: Add `lock'.
5322
53232005-07-28 Juanma Barranquero <lekktu@gmail.com>
5324
5325 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
5326
53272005-07-26 Paul Eggert <eggert@cs.ucla.edu>
5328
5329 Merge gnulib getopt implementation into Emacs.
5330
5331 * Makefile.in (AUTOCONF_INPUTS): New macro.
5332 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
5333 so that these files also depend on m4/getopt.m4.
5334 * configure.in: Configure getopt by including m4/getopt.m4,
5335 and configuring a getopt replacement if necessary.
5336 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
5337 * m4/getopt.m4: New file.
5338
53392005-07-06 Lute Kamstra <lute@gnu.org>
5340
5341 * configure.in: Fix capitalization.
5342
53432005-07-04 Lute Kamstra <lute@gnu.org>
5344
5345 Update FSF's address in GPL notices.
5346
53472005-06-19 Jérôme Marant <jerome@marant.org>
5348
5349 * Makefile.in (epaths-force): Protect both lisppath and
5350 buildlisppath from whitespace.
5351
53522005-06-08 Steven Tamm <steventamm@mac.com>
5353
090bd7cb 5354 * configure.in: Support Darwin/MacOSX on Intel.
067d23c9
KY
5355
53562005-06-06 Jan Djärv <jan.h.d@swipnet.se>
5357
5358 * configure.in (HAVE_CANCELMENUTRACKING): New test.
5359
1a71cb28 53602005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
5361
5362 * configure.in: Add --enable-locallisppath.
5363
53642005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5365
5366 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
5367 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
5368 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
5369
53702005-05-07 Jérôme Marant <jerome@marant.org>
5371
5372 * make-dist: Remove references to makefile.nt and makefile.def.
5373 Include widgets and images subdirectories of etc. Do not exclude
5374 ldefs-boot.el.
5375
53762005-04-23 Andreas Schwab <schwab@suse.de>
5377
5378 * configure.in: Remove duplicate match for powerpc configuration.
5379
53802005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
5381
5382 * configure.in: Check for <pwd.h>.
5383
53842005-04-14 Lute Kamstra <lute@gnu.org>
5385
5386 * make-dist: Distribute all ChangeLog files in lisp/.
5387 Don't distribute ldefs-boot.el.
5388 lisp/makefile.nt no longer exists.
5389
53902005-04-13 Lute Kamstra <lute@gnu.org>
5391
5392 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
5393 for "no-byte-compile: t" in the file instead.
5394
53952005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5396
5397 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
5398 shadow the main Lesstif/Motif-2.1 libs and includes.
5399
54002005-03-10 Jan Djärv <jan.h.d@swipnet.se>
5401
5402 * configure.in: Only add XASSERTS to cppflags.
5403
54042005-03-04 Jan Djärv <jan.h.d@swipnet.se>
5405
5406 * configure.in: Added --enable-asserts.
5407
54082005-02-09 Kim F. Storm <storm@cua.dk>
5409
5410 Change release version from 21.4 to 22.1 throughout.
5411 Change development version from 21.3.50 to 22.0.50.
5412
54132005-01-19 Steven Tamm <steventamm@mac.com>
5414
5415 * configure.in: Check for <sys/utsname.h>.
5416
54172004-12-11 Kim F. Storm <storm@cua.dk>
5418
5419 * Makefile.in (info): Undo 2004-12-05 change.
5420
54212004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5422
5423 * info/dir (File): Add URL and Org Mode manuals.
5424 * Makefile.in (install-arch-indep, uninstall): Add url and org
5425 manuals.
5426
54272004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
5430 committed to src/config.in.
5431
54322004-12-07 Jan Djärv <jan.h.d@swipnet.se>
5433
5434 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
5435 pthreads and define HAVE_GTK_AND_PTHREAD.
5436
54372004-12-05 Richard M. Stallman <rms@gnu.org>
5438
5439 * Makefile.in (info): Ignore errors building info files.
5440
54412004-11-27 Eli Zaretskii <eliz@gnu.org>
5442
5443 * config.bat: If 8-byte alignment is not supported, define
5444 NO_DECL_ALIGN in src/config.h, instead of trivially defining
5445 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
5446 filter through Sed to remove the quotes.
5447
54482004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5449
5450 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
5451 not apply to files explicitly `cvs add'ed.
5452
54532004-11-12 Eli Zaretskii <eliz@gnu.org>
5454
5455 * config.bat: Don't require djecho.exe for the v1.x build.
5456 Add a test for DECL_ALIGN support, and add a trivial definition to
5457 src/config.h if 8-byte alignment is not supported.
5458
54592004-11-08 Kim F. Storm <storm@cua.dk>
5460
5461 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
5462 files before building.
5463 (bootfast, bootstrap-clean-before-fast): New targets, like
5464 bootstrap but don't remove .elc files.
5465
54662004-11-06 Lars Brinkhoff <lars@nocrew.org>
5467
5468 * configure.in: Add check for getrusage.
5469
54702004-11-02 Jan Djärv <jan.h.d@swipnet.se>
5471
5472 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
5473 New tests for new and old GTK file dialogs.
5474 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
5475 to no.
5476
54772004-10-20 Jan Djärv <jan.h.d@swipnet.se>
5478
5479 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
5480 can be set. Remove SETARCH test.
5481
54822004-10-08 Steven Tamm <steventamm@mac.com>
5483
ed9265fc 5484 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
067d23c9
KY
5485
54862004-10-06 Jan Djärv <jan.h.d@swipnet.se>
5487
5488 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
5489 AC_MSG_WARN. Move output of warning message to end of configure run.
5490
54912004-10-05 Jan Djärv <jan.h.d@swipnet.se>
5492
5493 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
5494 Run test to see if heap start address is random.
5495
54962004-09-29 Miles Bader <miles@gnu.org>
5497
5498 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
5499 if setarch is present.
5500
55012004-09-25 Jan Djärv <jan.h.d@swipnet.se>
5502
5503 * configure.in (HAVE_EXECSHIELD): Only define on x86.
5504
55052004-09-24 Jan Djärv <jan.h.d@swipnet.se>
5506
5507 * configure.in: Check for exec-shield.
5508
1a71cb28
GM
55092004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
5510
5511 * Makefile.in (install-arch-indep): Add pgg and sieve.
5512
5513 * info/.cvsignore: Added pgg and sieve.
5514
067d23c9
KY
55152004-08-06 Andreas Schwab <schwab@suse.de>
5516
5517 * Makefile.in (install-arch-indep, uninstall): Add flymake.
5518
55192004-07-31 Eli Zaretskii <eliz@gnu.org>
5520
5521 * config.bat: Update URLs in the comments.
5522
067d23c9
KY
55232004-07-05 Andreas Schwab <schwab@suse.de>
5524
5525 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
5526
55272004-06-21 Kenichi Handa <handa@m17n.org>
5528
5529 * make-dist: Link leim-ext.el into tempdir.
5530
55312004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5532
5533 * info/dir (File): Add emacs-xtra.
5534 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
5535
55362004-06-12 Juri Linkov <juri@jurta.org>
5537
5538 * info/dir: Move menu help lines from `* Menu:' to file header.
5539 Describe the purpose of a red *.
5540
55412004-05-04 Dave Love <fx@gnu.org>
5542
5543 * configure.in: Don't use `extrasub'.
5544
55452004-04-29 Dave Love <fx@gnu.org>
5546
5547 * configure.in: Don't forget to quote args to `test'.
5548
55492004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
5550
5551 * autogen.sh: Update filename in "please read" message.
5552
55532004-04-17 Richard M. Stallman <rms@gnu.org>
5554
5555 * INSTALL: Move the info about site-lisp dirs,
5556 and say uninstalled Emacs looks there too.
5557
55582004-04-04 Eli Zaretskii <eliz@gnu.org>
5559
5560 * config.bat (lib-src): Recognize comment lines in Makefile.in
5561 that have a TAB after the #, to avoid errors in preprocessing with
5562 GCC 3.3.3.
5563
55642004-03-31 Luc Teirlinck <teirllm@auburn.edu>
5565
5566 * Makefile.in: Mention in comment that `make maintainer-clean'
5567 deletes .elc files.
5568
55692004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * update-subdirs: Add local variables to prevent byte-compiling.
5572
55732004-03-21 Dave Love <fx@gnu.org>
5574
5575 * configure.in: Fix previous change.
5576
55772004-03-18 Dave Love <fx@gnu.org>
5578
5579 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
5580
55812004-03-15 Luc Teirlinck <teirllm@auburn.edu>
5582
5583 * info/dir (File): Add SMTP and SES.
5584
55852004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5586
5587 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
5588 (bootstrap): Use the new bootstrap-prepare target in lisp.
5589
55902004-02-18 Kim F. Storm <storm@cua.dk>
5591
5592 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
5593
55942004-02-16 Eli Zaretskii <eliz@gnu.org>
5595
5596 * make-dist: Don't link index.*perm and permute-index into tempdir.
5597
55982004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5599
5600 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
5601 to match previous changes by Eli Zaretskii.
5602
56032004-02-09 Luc Teirlinck <teirllm@auburn.edu>
5604
5605 * Makefile.in: Set CDPATH to an empty string.
5606
56072004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5608
5609 * configure.in <darwin>: Use fink packages if available.
5610
56112004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
5612
5613 * make-dist (lispref): Do include lispref/index.texi.
5614
56152004-01-06 Eric Hanchrow <offby1@blarg.net>
5616
5617 * make-dist (tempdir): Include cursors in nt/icons.
5618
56192003-12-30 Eli Zaretskii <eliz@gnu.org>
5620
5621 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
5622 clashes with install-sh on 8+3 filesystems.
5623
1a71cb28 56242003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
5625
5626 * .cvsignore: Add .arch-inventory.
5627
56282003-12-24 Andreas Schwab <schwab@suse.de>
5629
5630 * configure.in: Check for <sys/socket.h>. Include it before
5631 including <net/if.h>. Move check for <net/if.h> before its use.
5632
56332003-12-24 Jan Djärv <jan.h.d@swipnet.se>
5634
5635 * Makefile.in (install-arch-dep): Don't let cd output go into
5636 pipe for carbon_appdir.
5637
56382003-12-24 Andreas Schwab <schwab@suse.de>
5639
5640 * configure.in (PKG_CHECK_MODULES): Fix quoting.
5641
56422003-12-01 Andreas Schwab <schwab@suse.de>
5643
5644 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
5645 hardcoding gcc.
5646
56472003-11-16 Jan Djärv <jan.h.d@swipnet.se>
5648
5649 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
5650 multiple displays.
5651 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
5652
56532003-09-23 Dave Love <fx@gnu.org>
5654
5655 * configure.in: Check members of struct ifreq.
5656
56572003-09-14 Kim F. Storm <storm@cua.dk>
5658
5659 * configure.in: Add checks for sys/ioctl.h and net/if.h.
5660
56612003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
5662
5663 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
5664
56652003-08-18 Lute Kamstra <lute@gnu.org>
5666
5667 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
5668 required anymore.
5669
56702003-08-07 Andrew Choi <akochoi@shaw.ca>
5671
5672 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
5673 option instead of -traditional-cpp for CPP.
5674
56752003-07-29 Richard M. Stallman <rms@gnu.org>
5676
5677 * configure.in (HAVE_XIM): Define if XIM is available.
5678
56792003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5680
5681 * configure.in: The function gtk_window_set_icon_from_file was
5682 introduced in GTK+ 2.2, so check for that release.
5683
56842003-07-23 Andreas Schwab <schwab@suse.de>
5685
5686 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
5687
5688 * Makefile.in (YACC): Remove, not used.
5689 (MAINT): Don't set.
5690 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
5691 disable dependency on ${srcdir}/configure.in when maintainer mode
5692 is disabled.
5693
56942003-07-22 Dave Love <fx@gnu.org>
5695
5696 * configure.in: Make XRegisterIMInstantiateCallback test depend on
5697 HAVE_X11, not with_xim.
5698 (HAVE_CRTIN): Provide template.
5699 <with_png>: Test for png.h and libpng/png.h.
5700
57012003-07-15 Andreas Schwab <schwab@suse.de>
5702
5703 * configure.in: Temporarily leave quoting for AC_DEFINE.
5704
57052003-07-13 Stefan Monnier <monnier@cs.yale.edu>
5706
5707 * configure.in: Check for posix_memalign.
5708
57092003-07-12 Richard M. Stallman <rms@gnu.org>
5710
5711 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
5712
57132003-07-09 Kim F. Storm <storm@cua.dk>
5714
5715 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
5716 functionality of --without-xim.
5717
57182003-06-29 Dave Love <fx@gnu.org>
5719
5720 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
5721
57222003-06-23 Dave Love <fx@gnu.org>
5723
5724 * configure.in: Check for sys/_mbstate_t.h.
5725 Test XRegisterIMInstantiateCallback prototype.
5726 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
5727
57282003-06-06 Dave Love <fx@gnu.org>
5729
5730 * configure.in: Check for locale.h.
5731
57322003-06-05 Dave Love <fx@gnu.org>
5733
5734 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
5735 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5736 (NLIST_STRUCT): Don't define.
5737 (AH_BOTTOM): Define my_strftime.
5738
57392003-06-02 Richard M. Stallman <rms@gnu.org>
5740
5741 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
5742
57432003-05-24 Andreas Schwab <schwab@suse.de>
5744
5745 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
5746 bzero, and bcmp.
5747
57482003-05-22 Dave Love <fx@gnu.org>
5749
5750 * configure.in: Remove redundant test for term.h. Test for difftime.
5751
57522003-05-20 Dave Love <fx@gnu.org>
5753
5754 * configure.in: Append * to s390-*-linux-gnu case.
5755 (LIBMAIL) <lockfile>: Don't define.
5756
067d23c9
KY
57572003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5758
5759 * INSTALL (* GNU/Linux development packages): Mention Debian and
5760 RedHat package names.
5761
57622003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
5763
5764 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5765
57662003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5767
5768 * INSTALL (* GNU/Linux development packages): Tell people to
5769 install additional packages for compiling Emacs.
5770
1a71cb28
GM
57712003-04-30 Richard M. Stallman <rms@gnu.org>
5772
5773 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5774
57752003-04-28 Francesco Potortì <pot@gnu.org>
5776
5777 * configure.in: Undo last (RMS') change, as it is useless, per
5778 Dave Love.
5779
57802003-04-08 Richard M. Stallman <rms@gnu.org>
5781
5782 * configure.in: Put #include of jpeglib.h at start of line.
5783
067d23c9
KY
57842003-04-06 Francesco Potortì <pot@gnu.org>
5785
5786 * configure.in: Use the same configuration for all aix5, not just
5787 aix5.1.
5788
57892003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
5790
5791 * configure.in: Check for need for bigtoc support on IBM AIX for
5792 solving a linker table overflow problem.
5793
57942003-03-03 Rob Browning <rlb@defaultvalue.org>
5795
5796 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
5797 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
5798 over bzero, bcmp, and bcopy.
5799
58002003-02-23 Simon Josefsson <jas@extundo.com>
5801
5802 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
5803
58042003-02-21 Klaus Zeitler <kzeitler@lucent.com>
5805
5806 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
5807
58082003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
5809
5810 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
5811
58122003-02-08 Andreas Schwab <schwab@suse.de>
5813
5814 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
5815 instead of the substitution.
5816
58172003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5818
5819 * Makefile.in: Use @EXEEXT@ for Cygwin.
5820 Use USERNAME if LOGNAME is not set (for Cygwin).
5821
5822 * configure.in: Add opsys=cygwin.
5823
58242003-01-22 Andreas Schwab <schwab@suse.de>
5825
5826 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
5827 redefining it explicitly in src/config.in.
5828
58292003-01-22 Markus Rost <rost@math.ohio-state.edu>
5830
5831 * Makefile.in (bootstrap): Make bootstrap-after.
5832
58332003-01-20 Jan Djärv <jan.h.d@swipnet.se>
5834
5835 * configure.in: Fix --with-gtk.
5836
58372003-01-19 Jan Djärv <jan.h.d@swipnet.se>
5838
090bd7cb 5839 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
067d23c9
KY
5840
5841 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
5842
58432003-01-14 Francesco Potortì <pot@gnu.org>
5844
5845 * configure.in (m68k-motorola-sysv): Remove (obsolete).
5846
58472003-01-07 Steven Tamm <steventamm@mac.com>
5848
5849 * configure.in: New option, --enable-carbon-app, to specify
5850 that the application should be installed
5851 * Makefile.in (install-arch-dep): On Mac OS X, install the
090bd7cb 5852 Emacs.app application if carbon-app is enabled.
067d23c9
KY
5853
58542003-01-06 Dave Love <fx@gnu.org>
5855
5856 * configure.in: Check for nl_langinfo.
5857 [!HAVE_SIZE_T]: Fix typedef.
5858
58592003-01-06 David Kastrup <dak@gnu.org>
5860
5861 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
5862
5863 * configure.in: Add tests for install-info.
5864
58652002-12-09 Markus Rost <rost@math.ohio-state.edu>
5866
5867 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
5868 use again sol2-6 instead of sol2-8.
5869
58702002-12-09 Dave Love <fx@gnu.org>
5871
5872 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
5873
58742002-12-08 Andreas Schwab <schwab@suse.de>
5875
5876 * Makefile.in (install-arch-indep): Revert last change.
5877
58782002-11-27 Dave Love <fx@gnu.org>
5879
5880 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
5881 Check for __sys_siglist too. Check for memset.
5882 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
5883
58842002-11-22 Juanma Barranquero <lektu@terra.es>
5885
5886 * config.guess, config.sub: Updated from master source.
5887
58882002-11-19 Karl Fogel <kfogel@red-bean.com>
5889
5890 * autogen.sh: New file.
5891
1a71cb28 58922002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
5893
5894 * configure.in: Tidy up various quoting issues throughout.
5895 Use AC_GNU_SOURCE.
5896 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
5897 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5898 Maybe define bcopy, bzero, bcmp.
5899 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5900 non-existent machine file).
5901 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5902 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5903 (nlist.h): Move test up.
5904
59052002-11-18 Markus Rost <rost@math.ohio-state.edu>
5906
5907 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
5908
59092002-11-14 Francesco Potortì <pot@gnu.org>
5910
5911 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
5912
59132002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5914
5915 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5916
59172002-11-08 Dave Love <fx@gnu.org>
5918
5919 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5920 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5921
59222002-11-07 Miles Bader <miles@gnu.org>
5923
5924 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5925 Handle separate-build-dir case.
5926
59272002-11-06 Richard M. Stallman <rms@gnu.org>
5928
5929 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5930 bulletproof. $bar may be empty when there are no .elc files.
5931
59322002-10-30 Dave Love <fx@gnu.org>
5933
5934 * configure.in: Require autoconf 2.53. Test for pty.h,
5935 sys/mman.h, sys/param.h, mremap, memmove.
5936 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
5937 (AC_PROG_YACC): Delete.
5938 (size_t): Use AC_CHECK_TYPES.
5939 (AH_TOP): Up-date copyright.
5940
59412002-10-01 Juanma Barranquero <lektu@terra.es>
5942
5943 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5944
59452002-09-19 Richard M. Stallman <rms@gnu.org>
5946
5947 * configure.in: Fix the LessTif-directory-finder for real.
5948
59492002-09-14 Richard M. Stallman <rms@gnu.org>
5950
5951 * Makefile.in (maybe_bootstrap): Test for complete absence
5952 of compiled Lisp files.
5953
59542002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5955
5956 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5957 (bootstrap-clean-after): Delete.
5958 (bootstrap): Make the sequencing explicit.
5959
59602002-09-10 Richard M. Stallman <rms@gnu.org>
5961
5962 * configure.in: Fix previous LessTif change.
5963
59642002-09-09 Richard M. Stallman <rms@gnu.org>
5965
5966 * configure.in (powerpcle-*-solaris2.5*): New configuration.
5967 (powerpcle-*-solaris*): Use version 2.6 as default.
5968 (*-sunos5.6*, *-solaris2.6*): New alternative.
5969 (*-sunos5*): Use version 2.6 as default.
5970
59712002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5972
5973 * configure.in: Fix typo.
5974
59752002-09-05 Richard M. Stallman <rms@gnu.org>
5976
5977 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5978
5979 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5980 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5981
59822002-08-26 Kim F. Storm <storm@cua.dk>
5983
5984 * Makefile.in (install-arch-indep): Do not remove DOC file
5985 when it is the only DOC file installed; this is the case when
5986 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
5987
59882002-07-24 Markus Rost <rost@math.ohio-state.edu>
5989
5990 * configure.in: Fix typo.
5991
59922002-07-24 Richard M. Stallman <rms@gnu.org>
5993
5994 * configure.in: Don't print anything special about gamedir.
5995
5996 * configure.in: Delete nonstandard --with-game-user option.
5997
59982002-07-21 Richard M. Stallman <rms@gnu.org>
5999
6000 * Makefile.in (gamedir, localstatedir): New variables.
6001 (epaths-force): Insert value of gamedir into PATH_GAME.
6002
6003 * configure.in (gamedir): Handle it like lispdir.
6004 (--with-game-dir option): Delete.
6005
60062002-06-21 Pavel Janík <Pavel@Janik.cz>
6007
6008 * configure.in: Add support for mipseb-*-netbsd* machines.
6009
60102002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6011
6012 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
6013
60142002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6015
6016 * info/dir (File): Add an entry for Tramp.
6017
60182002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
6019
6020 * INSTALL-CVS: New file.
6021
60222002-06-07 Andreas Schwab <schwab@suse.de>
6023
6024 * configure.in (x86_64-*-linux-gnu*): New system.
6025
60262002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
6027
6028 * config.bat: Handle the case when lispintro is truncated to lispintr.
6029
60302002-05-26 Paul Eggert <eggert@twinsun.com>
6031
6032 * config.guess, config.sub: Updated from master source.
6033
60342002-05-09 Richard M. Stallman <rms@gnu.org>
6035
6036 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
6037
60382002-05-04 Pavel Janík <Pavel@Janik.cz>
6039
6040 * make-dist: Do not distribute lock/ directory.
6041
60422002-04-30 Andrew Choi <akochoi@shaw.ca>
6043
6044 * configure.in: Provide documentation string when defining
6045 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
6046 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
6047
1a71cb28 60482002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
6049
6050 * configure.in: Delete configure check for access to the game user.
6051
60522002-04-29 Pavel Janík <Pavel@Janik.cz>
6053
6054 * make-dist: lwlib/Imakefile is removed.
6055
60562002-04-26 Andrew Choi <akochoi@shaw.ca>
6057
6058 * configure.in: Add support for powerpc-apple-darwin*.
6059 (HAVE_CARBON): Add.
6060
6061 * make-dist: Create directories in mac/Emacs.app.
6062
60632002-04-25 Pavel Janík <Pavel@Janik.cz>
6064
6065 * make-dist: lwlib-Xol* are removed.
6066
60672002-04-23 Andreas Schwab <schwab@suse.de>
6068
6069 * Makefile.in (MAINT): New variable.
6070 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
6071 instead of configure.in, to avoid running autoconf and autoheader
6072 unless explicitly requested.
6073
60742002-04-16 Eli Zaretskii <eliz@gnu.org>
6075
6076 * config.bat: Update for msdos/sed2v2.inp.
6077
60782002-04-15 Andreas Schwab <schwab@suse.de>
6079
6080 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
6081 * configure.in: Add config header templates to all AC_DEFINE and
6082 AC_DEFINE_UNQUOTED symbols.
6083 * make-dist: Run autoheader if necessary.
6084
60852002-04-10 Colin Walters <walters@verbum.org>
6086
6087 * configure.in: Add --game-dir, --game-user. Test to see if we
6088 can use them.
6089
60902002-04-08 Pavel Janík <Pavel@Janik.cz>
6091
6092 * configure.in: Add --with-sound.
6093
60942002-03-18 Kim F. Storm <storm@cua.dk>
6095
6096 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
6097 and getsockname functions. Test for sys/un.h include file.
6098
60992002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
6100
6101 * configure.in: Support AIX 5.1.
6102
61032002-03-10 Jan Djärv <jan.h.d@swipnet.se>
6104
6105 * configure.in: Added test for X Session Management (HAVE_X_SM).
6106
61072002-03-03 Richard M. Stallman <rms@gnu.org>
6108
6109 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
6110 Run chown $${LOGNAME} on files installed by tar xvf.
6111
61122002-03-03 Kim F. Storm <storm@cua.dk>
6113
6114 * configure.in: Test for getpeername.
6115
61162002-03-01 Richard M. Stallman <rms@gnu.org>
6117
6118 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
6119 (HAVE_GIF): Don't use old libungif versions that crash.
6120
61212002-02-26 Richard M. Stallman <rms@gnu.org>
6122
6123 * configure.in <making srcdir absolute>: Verify that PWD is correct,
6124 not just well-formed and valid.
6125 (mips-compaq-nonstopux*): New configuration.
6126
61272002-02-18 Paul Eggert <eggert@twinsun.com>
6128
6129 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
6130 "sed q" is a portable equivalent to plain "head -1".
6131
61322002-02-13 Richard M. Stallman <rms@gnu.org>
6133
6134 * Makefile.in (maybe_bootstrap): Do `exit 1'.
6135 (all): Don't depend on maybe_bootstrap here.
6136 (${SUBDIR}): Depend on it here instead.
6137
61382002-02-08 Richard M. Stallman <rms@gnu.org>
6139
6140 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
6141
61422002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6143
6144 * configure.in: Recognize BSD/OS 5.0.
6145
61462002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6147
6148 * make-dist: Make version checking in emacs.texi consistent with
6149 how we set it there.
6150
61512001-12-29 Kim F. Storm <storm@cua.dk>
6152
6153 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
6154
61552001-12-28 Richard M. Stallman <rms@gnu.org>
6156
6157 * configure.in: Test for mbsinit.
6158
61592001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6160
6161 These changes make Leim part of the standard distribution:
6162
6163 * README: Add info about the `leim' directory.
6164
6165 * INSTALL: Remove text that describes Leim as a separate package.
6166
6167 * noleim-Makefile.in: File removed.
6168
6169 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
6170 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
6171 Leim files out of the Emacs tree. Don't prepare a separate tarball
6172 for Leim.
6173
61742001-12-11 Richard M. Stallman <rms@gnu.org>
6175
6176 * configure.in (hppa*-*-linux-gnu*): New alternative.
6177
61782001-12-08 Pavel Janík <Pavel@Janik.cz>
6179
6180 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
6181 creating distribution.
6182
61832001-12-06 Paul Eggert <eggert@twinsun.com>
6184
6185 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
6186 (AC_FUNC_VFORK): Remove.
6187 (AC_FUNC_FORK): Add.
6188 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
6189 this is required by recent Autoconf versions.
6190
61912001-12-02 Pavel Janík <Pavel@Janik.cz>
6192
6193 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
6194 TODO, vms-pp.trans and others).
6195
61962001-11-29 Pavel Janík <Pavel@Janik.cz>
6197
6198 * make-dist: Use COPYING from the top-level directory.
6199
62002001-11-29 Gerd Moellmann <gerd@gnu.org>
6201
6202 * configure.in: Add support for FreeBSD/Alpha.
6203
62042001-11-29 Pavel Janík <Pavel@Janik.cz>
6205
6206 * make-dist: Add COPYING to the top-level directory of the
6207 distribution. Simplify the logic behind copying.
6208
6209 * Makefile.in (maybe_bootstrap): Fix previous change.
6210
62112001-11-28 Richard M. Stallman <rms@gnu.org>
6212
6213 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
6214
62152001-11-26 Richard M. Stallman <rms@gnu.org>
6216
6217 * Makefile.in: bootstrap should not delete dumped executables.
6218 (bootstrap-clean-before): New target.
6219 (bootstrap): Use bootstrap-clean-before instead of clean.
6220 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
6221
62222001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
6223
6224 These changes add the Emacs Lisp Introduction manual to the
6225 distribution:
6226
6227 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
6228
6229 * make-dist: Copy the files in lispintro directory.
6230
6231 * config.bat: Configure in the lispintro directory.
6232
6233 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
6234
6235 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
6236 (lispintro/Makefile): New target.
6237 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
6238 (unlock, relock, info, dvi): Ditto.
6239
62402001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6241
6242 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
6243
6244 * make-dist (etc): Don't distribute gfdl.1.
6245
62462001-11-22 Colin Walters <walters@debian.org>
6247
6248 * Makefile.in (install-arch-indep): Install the calc .info files.
6249 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
6250
62512001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
6252
6253 * make-dist (lispref): Add *.txt, *.el, permute-index, and
6254 tindex.pl to the list of those being put into the distribution.
6255
62562001-11-16 Eli Zaretskii <eliz@gnu.org>
6257
6258 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
6259
62602001-11-15 Pavel Janík <Pavel@Janik.cz>
6261
6262 * Makefile.in (uninstall): Fix previous change.
6263
6264 * configure.in, Makefile.in: Add support for --program-prefix,
6265 --program-suffix and --program-transform-name options.
6266
62672001-11-13 Pavel Janík <Pavel@Janik.cz>
6268
6269 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
6270 (install-arch-indep): Install emacsclient manual page.
6271 (uninstall): Uninstall emacsclient manual page.
6272
62732001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
6274
6275 * make-dist: Add lispref/index.*perm files to the distribution.
6276 From Pavel Janík <Pavel@Janik.cz>.
6277
62782001-11-12 Pavel Janík <Pavel@Janik.cz>
6279
6280 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
6281
62822001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6283
6284 * configure.in: AC_OUTPUT lispref/Makefile.
6285
62862001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6287
6288 The following changes add the ELisp reference manual to the
6289 distribution.
6290
6291 * make-dist: Add the lispref directory to the distribution.
6292
6293 * Makefile.in (install-arch-indep): Add elisp* to the list of
6294 installed Info files.
6295 (SUBDIR_MAKEFILES): Add lispref/Makefile.
6296 (lispref/Makefile): New target.
6297 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
6298 Add commands for the lispref directory.
6299 (info, dvi): Ditto.
6300
6301 * config.bat: Configure in `lispref'.
6302
63032001-11-09 Richard M. Stallman <rms@gnu.org>
6304
6305 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
6306
63072001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
6308
6309 * make-dist (tempdir): Copy AUTHORS as well.
6310
63112001-11-06 Sam Steingold <sds@gnu.org>
6312
6313 * configure.in: Added a check for <nlist.h>.
6314
63152001-11-01 Pavel Janík <Pavel@Janik.cz>
6316
6317 * configure.in: Reindent --help output.
6318 From Per Starbäck (starback@ling.uu.se).
6319
63202001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6321
6322 * configure.in: New entry for HP/UX-11.
6323
6324 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
6325 From Eric S. Raymond <esr@golux.thyrsus.com>.
6326
63272001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6328
6329 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
6330 <athornton@sinenomine.net>.
6331
63322001-10-25 Gerd Moellmann <gerd@gnu.org>
6333
6334 * Makefile.in (maybe_bootstrap): New target.
6335 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
6336
63372001-10-24 Ken Raeburn <raeburn@gnu.org>
6338
6339 * configure.in: If --with-hesiod is given, look for
6340 hes_getmailhost and res_send or __res_send; check hesiod and
6341 resolv libraries respectively if system libraries don't supply them.
6342
63432001-10-24 Gerd Moellmann <gerd@gnu.org>
6344
6345 * configure.in: Use $MAKE for `make' if set.
6346
63472001-10-22 Gerd Moellmann <gerd@gnu.org>
6348
6349 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
6350 to tar options.
6351
63522001-10-20 Gerd Moellmann <gerd@gnu.org>
6353
6354 * (Version 21.1 released).
6355
63562001-10-20 Miles Bader <miles@gnu.org>
6357
6358 * configure.in (configuration): Set from `host' if `host_alias'
6359 isn't defined.
6360
63612001-10-19 Andreas Schwab <schwab@suse.de>
6362
6363 * configure.in: Make ready for autoconf 2.5x.
6364 (AC_PREREQ): Require autoconf 2.50.
6365 * aclocal.m4: Removed.
6366 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
6367
63682001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6369
6370 * README: Bump Emacs version to 21.1.50.
6371
63722001-10-05 Gerd Moellmann <gerd@gnu.org>
6373
6374 * Branch for 21.1.
6375
63762001-09-05 Gerd Moellmann <gerd@gnu.org>
6377
6378 * configure.in: Avoid `$@' which is handled specially in
6379 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
6380
63812001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
6382
6383 * make-dist (nt): Add subdirs.el to the list of distributed files.
6384
63852001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6386
6387 * configure.in (machine): Add an entry for
6388 hppa1.1-hitachi-hiuxwe2*.
6389
63902001-05-28 Gerd Moellmann <gerd@gnu.org>
6391
6392 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
6393 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
6394
63952001-05-14 Gerd Moellmann <gerd@gnu.org>
6396
6397 * make-dist: Copy texinfo.tex unconditionally.
6398
63992001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6400
6401 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
6402 that are installed.
6403
64042001-04-06 Gerd Moellmann <gerd@gnu.org>
6405
6406 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
6407 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
6408
6409 * make-dist: Handle leim/MISC-DIC. Only include
6410 `[a-zA-Z]*.{el,elc}' from leim/quail.
6411
64122001-04-05 Gerd Moellmann <gerd@gnu.org>
6413
6414 * Makefile.in (install-arch-indep): Remove .cvsignore files.
6415
64162001-03-30 Gerd Moellmann <gerd@gnu.org>
6417
6418 * Makefile.in (.PHONY): Add for bootstrap targets.
6419 (bootstrap-clean): New target.
6420 (bootstrap): Use it instead of `clean'.
6421
64222001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
6423
6424 * Makefile.in (SUBDIR): Remove leim.
6425 (all, .RECURSIVE, extraclean): Add leim explicitly.
6426 (leim): Provide separate rule which exports PARALLEL=0 into the
6427 environment.
6428
64292001-03-20 Gerd Moellmann <gerd@gnu.org>
6430
6431 * configure.in (HAVE_XPM): Don't print the result of the check for
6432 XpmReturnAllocPixels if we don't have an xpm.h.
6433
64342001-03-05 Gerd Moellmann <gerd@gnu.org>
6435
6436 * COPYING: New file.
6437
64382001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6439
6440 * config.bat: Update the copyright.
6441
64422001-02-23 Kenichi Handa <handa@etl.go.jp>
6443
6444 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
6445 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
6446 to `yes'. Later in AC_OUTPUT, check this variable.
6447
64482001-02-09 Dave Love <fx@gnu.org>
6449
6450 * AUTHORS: Updated.
6451
64522001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6453
6454 * info/dir (Ebrowse): Fix the entry (was missing a dot).
6455
64562001-02-02 Gerd Moellmann <gerd@gnu.org>
6457
6458 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
6459
6460 * Makefile.in (uninstall): Ignore exit code of `rm'.
6461
6462 * Makefile.in (uninstall): Remove more info files. Remove
6463 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
6464
64652001-01-31 Gerd Moellmann <gerd@gnu.org>
6466
6467 * noleim-Makefile.in (extraclean): Add.
6468
64692001-01-28 Gerd Moellmann <gerd@gnu.org>
6470
6471 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
6472 it quiet.
6473
64742001-01-24 Colin Walters <walters@cis.ohio-state.edu>
6475
6476 * Makefile.in (tags): Fix typo.
6477
64782001-01-13 Kenichi Handa <handa@etl.go.jp>
6479
6480 * configure.in: Fix typo in the code setting x_search_path.
6481
64822001-01-10 Dave Love <fx@gnu.org>
6483
6484 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
6485 -lXext.
6486 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
6487 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
6488 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
6489 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
6490 (now in $LIBS).
6491
64922001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6493
6494 * config.bat: Run the preprocessor with -traditional.
6495
64962001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
6497
6498 * INSTALL: Move copying conditions to end of file.
6499
65002000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6501
6502 * INSTALL: Add basic installation procedure which assumes
6503 `configure' does its job. Elaborate on image support libraries.
6504 Add a pointer to Xaw3d library. Add advice about solving
6505 configure-time problems by looking in config.log and setting
6506 variables in the environment.
6507
65082000-12-27 Gerd Moellmann <gerd@gnu.org>
6509
6510 * Makefile.in (install-arch-indep): If tar fails, exit with
6511 exit code 1.
6512
65132000-12-19 Gerd Moellmann <gerd@gnu.org>
6514
6515 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
6516 source file includes XKBlib.h. On some broken Solaris systems,
6517 there is an XKBlib.h, reportedly, but header files included by
6518 XKBlib.h are missing.
6519
65202000-12-14 Gerd Moellmann <gerd@gnu.org>
6521
6522 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
6523
65242000-12-11 Dave Love <fx@gnu.org>
6525
6526 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
6527
65282000-12-11 Paul Eggert <eggert@twinsun.com>
6529
6530 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
6531 Merge fixes from latest GNU tar version. These macros no longer
6532 futz with _XOPEN_SOURCE, as that was not portable in practice.
6533 (AC_FUNC_FSEEKO): New macro.
6534
6535 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
6536 ftello.
6537
65382000-12-05 Dave Love <fx@gnu.org>
6539
6540 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
6541
65422000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6543
6544 * info/dir: Change the category to "Emacs".
6545
65462000-12-01 Gerd Moellmann <gerd@gnu.org>
6547
6548 * make-dist (tempdir): Remove epaths.h from the distribution
6549 instead of paths.h.
6550
65512000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6552
6553 * config.bat: Check for existence of djecho.exe, and print an
6554 error message if it is not available.
6555
6556 * INSTALL: Describe possible problem with djecho.exe in old
6557 versions of DJGPP v2.x.
6558
65592000-11-23 Gerd Moellmann <gerd@gnu.org>
6560
6561 * configure.in: Initialize HAVE_LIBXP to no.
6562
65632000-11-22 Gerd Moellmann <gerd@gnu.org>
6564
6565 * configure.in: Use m/macppc.h instead of the non-existent
6566 m/powerpc.h.
6567
65682000-11-21 Gerd Moellmann <gerd@gnu.org>
6569
6570 * Makefile.in (install-arch-indep): Also install info/eshell*
6571 and info/speedbar*.
6572
6573 * configure.in (HAVE_PNG): Check for the presence of
6574 png_get_channels to rule out older PNG libs.
6575
6576 * configure.in (AC_OUTPUT): Arrange to emit definitions of
6577 GCC and NON_GNU_CPP into config.status.
6578
65792000-11-20 Dave Love <fx@gnu.org>
6580
6581 * configure.in: Fix last change.
6582
6583 * GETTING.GNU.SOFTWARE: Deleted.
6584 * FTP: New file to replace it.
6585 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
6586
65872000-11-20 Gerd Moellmann <gerd@gnu.org>
6588
6589 * configure.in: Use -traditional with GNU cpp.
6590
65912000-11-17 Gerd Moellmann <gerd@gnu.org>
6592
6593 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
6594 Distribute more files from the nt/ subdir. Distribute PBM
6595 image files from subdirs of lisp/. Distribute old change logs
6596 from subdirs of lisp/. Distribute play/5x5.el.
6597
65982000-11-11 Dave Love <fx@gnu.org>
6599
6600 * config.sub, config.guess: Updated from master source.
6601
66022000-11-07 Dave Love <fx@gnu.org>
6603
6604 * configure.in: Test for mkstemp.
6605
66062000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
6607
6608 * info/dir (Top): Rearrange menu items more logically, and put
6609 them into a single category. Add menu items for RefTeX and
6610 Widget.
6611
66122000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6613
6614 * Makefile.in (install-arch-indep): Use --info-dir instead of
6615 --dir-file, and a simple argument instead of --info-file, so that
6616 the Debian version of install-info also works.
6617
66182000-10-19 Eric M. Ludlam <zappo@ultranet.com>
6619
6620 * info/dir (Speedbar): Add entry.
6621
66222000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6623
6624 * INSTALL: Describe the new image-support options to the configure
6625 script. List URLs where image support libraries can be found.
6626
66272000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
6628
6629 * info/dir (Top): Add an entry for Eshell.
6630
66312000-10-02 Dave Love <fx@gnu.org>
6632
6633 * configure.in: Check for gai_strerror.
6634
66352000-10-01 Andreas Schwab <schwab@suse.de>
6636
6637 * Makefile.in (install-arch-indep): Update list of installed info files.
6638
66392000-09-30 Gerd Moellmann <gerd@gnu.org>
6640
6641 * configure.in: Support `sparc*-*-netbsd*'.
6642
66432000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6644
6645 * info/dir (MIME): Add entry for emacs-mime.
6646
66472000-09-29 Dave Love <fx@gnu.org>
6648
6649 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
6650
66512000-09-26 Gerd Moellmann <gerd@gnu.org>
6652
6653 * make-dist: Adapt to the change of leim/Makefile which was
6654 necessary to ensure a reasonably working `make dist'.
6655
6656 * leim-Makefile.in: Moved to leim/Makefile.in..
6657
6658 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
6659
66602000-09-21 Kenichi Handa <handa@etl.go.jp>
6661
6662 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
6663 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
6664 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
6665 files to .elc.
6666 (${TIT}): Adjusted for the above change.
6667 (clean mostlyclean): Likewise.
6668 (.el.elc): New target.
6669
66702000-09-19 Gerd Moellmann <gerd@gnu.org>
6671
6672 * make-dist: Include XPM and XBM files in lisp/ and subdirs
6673 in the distribution.
6674
66752000-09-18 Gerd Moellmann <gerd@gnu.org>
6676
6677 * make-dist (skk): Rename to `ja-dic' because the leim directory
6678 was renamed.
6679
66802000-09-14 Dave Love <fx@gnu.org>
6681
6682 * configure.in: Fix spurion in last change.
6683
66842000-09-14 Gerd Moellmann <gerd@gnu.org>
6685
6686 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
6687 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
6688 to `no' if defined. Change result report.
6689
66902000-09-08 Dave Love <fx@gnu.org>
6691
6692 * configure.in: Remove spurious `@'s.
6693
6694 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
6695 autoconf.
6696
66972000-09-06 Gerd Moellmann <gerd@gnu.org>
6698
6699 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
6700 file and print informational message.
6701
6702 * configure.in (AC_FUNC_MMAP): Add.
6703
67042000-09-01 Gerd Moellmann <gerd@gnu.org>
6705
6706 * configure.in: Add ``checking'' messages for
6707 XpmReturnAllocPixels.
6708
67092000-08-28 Gerd Moellmann <gerd@gnu.org>
6710
6711 * configure.in: Check <strings.h>; check `index' and `rindex'
6712 functions.
6713
67142000-08-26 Kenichi Handa <handa@etl.go.jp>
6715
6716 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
6717 "case "${canonical}" in".
6718
67192000-08-25 Dave Love <fx@gnu.org>
6720
6721 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
6722
67232000-08-25 Kenichi Handa <handa@etl.go.jp>
6724
6725 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
6726
67272000-08-24 Gerd Moellmann <gerd@gnu.org>
6728
6729 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
6730 contains a relative path. Protect against unusable values of $PWD.
6731
67322000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6733
6734 * info/dir (WoMan): Add entry.
6735
6736 * config.bat (maindir): Update src/_gdbinit even if it does
6737 already exist.
6738
67392000-08-07 Gerd Moellmann <gerd@gnu.org>
6740
6741 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
6742
67432000-08-03 Gerd Moellmann <gerd@gnu.org>
6744
6745 * configure.in: Add support for ia64*-*-linux*.
6746
67472000-07-27 Gerd Moellmann <gerd@gnu.org>
6748
6749 * make-dist (aclocal.m4): Include in distribution.
6750
67512000-07-26 Dave Love <fx@gnu.org>
6752
6753 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
6754
67552000-07-24 Dave Love <fx@gnu.org>
6756
6757 * configure.in: Add AC_SIZE_T.
6758
67592000-07-18 Dave Love <fx@gnu.org>
6760
6761 * configure.in: Reorder so that most tests are done after CPPFLAGS
6762 is set from the C_SWITCH_... definitions.
6763
67642000-07-10 Gerd Moellmann <gerd@gnu.org>
6765
6766 * configure.in (HAVE_XPM): Undo previous change. Check for
6767 preprocessor define XpmReturnAllocPixels.
6768
67692000-07-06 Gerd Moellmann <gerd@gnu.org>
6770
6771 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
6772 instead of XpmReadFileToPixmap.
6773
67742000-07-05 Ken Raeburn <raeburn@gnu.org>
6775
6776 * configure.in: Check for <soundcard.h>. Look for ossaudio
6777 library, and set LIBSOUND accordingly.
6778
67792000-07-05 Dave Love <fx@gnu.org>
6780
6781 * configure.in: Use AC_HEADER_SYS_WAIT.
6782
67832000-07-05 Gerd Moellmann <gerd@gnu.org>
6784
6785 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
6786 lisp/Makefile. Distribute lisp/Makefile.in instead of
6787 lisp/Makefile.
6788
67892000-06-30 Ken Raeburn <raeburn@gnu.org>
6790
6791 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
6792 while searching for image-handling libraries.
6793
67942000-06-26 Gerd Moellmann <gerd@gnu.org>
6795
6796 * configure.in (--with-xim): New option.
6797
67982000-06-23 Dave Love <fx@gnu.org>
6799
6800 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
6801 for struct timezone and test how we can call gettimeofday.
6802 Check for OSF 5+. Check for term.h.
6803
6804 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
6805 version.
6806
68072000-06-23 Gerd Moellmann <gerd@gnu.org>
6808
6809 * configure.in (HAVE_LIBXP): Change test for libXp.
6810
68112000-06-21 Dave Love <fx@gnu.org>
6812
6813 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
6814 simple test for getloadavg and substitute GETLOADAVG_LIBS.
6815 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
6816
68172000-06-19 Dave Love <fx@gnu.org>
6818
6819 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
6820 _XOPEN_SOURCE is defined.
6821
68222000-06-16 Gerd Moellmann <gerd@gnu.org>
6823
6824 * Makefile.in (distclean): Also make distclean in lisp/.
6825
68262000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6827
6828 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
6829
68302000-06-15 Gerd Moellmann <gerd@gnu.org>
6831
6832 * make-dist: Add --help and --snapshot options.
6833
68342000-06-14 Gerd Moellmann <gerd@gnu.org>
6835
6836 * configure.in: Generate lisp/Makefile.
6837
6838 * configure.in: Add support for `*-lynxos*'.
6839 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
6840 recommended by <Karen.Dorhamer@compaq.com> to fix problems
6841 on Tru64 UNIX v5.0.
6842
68432000-06-13 Ken Raeburn <raeburn@gnu.org>
6844
6845 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
6846 it's on a continuation line.
6847
68482000-06-02 Dave Love <fx@gnu.org>
6849
6850 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
6851 files.
6852
6853 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
6854 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
6855 test.
6856
6857 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
6858 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
6859
68602000-05-26 Gerd Moellmann <gerd@gnu.org>
6861
6862 * configure.in: Add check for speed_t typedef.
6863
68642000-05-25 Ken Raeburn <raeburn@gnu.org>
6865
6866 * Makefile.in (install-arch-dep): Install fns-*.el only if it
6867 exists; it won't in the CANNOT_DUMP case.
6868
68692000-05-25 Gerd Moellmann <gerd@gnu.org>
6870
6871 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
6872 On FreeBSD, the exit status is 1 if CDPATH is not set.
6873 (install-arch-indep): Install ebrowse.info.
6874
68752000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
6876
6877 * configure.in: Check for grandpt and getpt.
6878
68792000-05-09 Dave Love <fx@gnu.org>
6880
6881 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6882
68832000-05-05 Gerd Moellmann <gerd@gnu.org>
6884
6885 * make-dist: Make a link for lib-src/grep-changelog.
6886 Copy install-sh.
6887
68882000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
6889
6890 * config.bat: Identify the beginning of the cpp stuff in
6891 src/Makefile.in and lib-src/Makefile.in more accurately.
6892
68932000-04-27 Gerd Moellmann <gerd@gnu.org>
6894
6895 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6896
68972000-04-19 Gerd Moellmann <gerd@gnu.org>
6898
6899 * configure.in: Add support for `powerpc-*-netbsd*'.
6900
69012000-04-19 Dave Love <fx@gnu.org>
6902
6903 * configure.in: Don't use AC_FUNC_GETLOADAVG.
6904
6905 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6906
69072000-04-16 Dave Love <fx@gnu.org>
6908
6909 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
6910
69112000-04-14 Dave Love <fx@gnu.org>
6912
6913 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
6914
6915 * aclocal.m4 (AC_FUNC_MKTIME): New.
6916
69172000-03-28 Ken Raeburn <raeburn@gnu.org>
6918
6919 * configure.in: Line up "--help" output a little better.
6920
69212000-03-26 Gerd Moellmann <gerd@gnu.org>
6922
6923 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6924 New targets.
6925 (bootstrap): Rewritten in terms of the new targets above. Make
6926 info files, too.
6927
69282000-03-12 Gerd Moellmann <gerd@gnu.org>
6929
6930 * config.guess, config.sub: Use the versions of the files from
6931 subversions.
6932
69332000-03-08 Dave Love <fx@gnu.org>
6934
6935 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6936 AC_C_VOLATILE. Define POINTER_TYPE.
6937
6938 * aclocal.m4: New file.
6939
69402000-03-02 Gerd Moellmann <gerd@gnu.org>
6941
6942 * configure.in (machine): Add `mipsel-*-netbsd*' and
6943 `arm-*-netbsd*'.
6944
69452000-03-01 Gerd Moellmann <gerd@gnu.org>
6946
6947 * configure.in (machine): Add support for `*-auspex-sunos*'.
6948
69492000-02-29 Gerd Moellmann <gerd@gnu.org>
6950
6951 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6952
69532000-02-18 Dave Love <fx@gnu.org>
6954
6955 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6956
69572000-02-18 Andreas Schwab <schwab@suse.de>
6958
6959 * Makefile.in (install-arch-indep): Add eudc to list of installed
6960 info files.
6961
69622000-02-17 Ken Raeburn <raeburn@gnu.org>
6963
6964 * configure.in: Include -lz and -ljpeg (if it's available) when
6965 testing for the tiff library.
6966
69672000-02-17 Gerd Moellmann <gerd@gnu.org>
6968
6969 * configure.in: Remove LISP_FLOAT_TYPE.
6970
69712000-02-12 Dave Love <fx@gnu.org>
6972
6973 * configure.in: Use AC_FUNC_VFORK.
6974
69752000-02-01 Gerd Moellmann <gerd@gnu.org>
6976
6977 * make-dist: Various fixes for new development tree.
6978
6979 * leim-Makefile.in: New file.
6980
69812000-01-31 Gerd Moellmann <gerd@gnu.org>
6982
6983 * Makefile.in (dist): Call ./make-dist.
6984
69852000-01-24 Dave Love <fx@gnu.org>
6986
6987 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6988
69892000-01-18 Gerd Moellmann <gerd@gnu.org>
6990
6991 * configure.in (HAVE_GIF): Check for DGifOpen instead of
6992 DGifOpenFileName.
6993
69942000-01-11 Andreas Schwab <schwab@suse.de>
6995
6996 * Makefile.in (install-arch-indep): Update list of info files to
6997 be installed.
6998
69992000-01-05 Dave Love <fx@gnu.org>
7000
7001 * configure.in: Check for jerror.h as well as libjpeg.
7002
70032000-01-03 Andreas Schwab <schwab@suse.de>
7004
7005 * Makefile.in (install-arch-indep): Install autotype*. Run
7006 install-info on autotype and emacs-faq.info.
7007
70081999-12-04 Dave Love <fx@gnu.org>
7009
7010 * Makefile.in (install-arch-indep): Depend on `info'.
7011 (install-strip): Use `install' as sub-make target.
7012
70131999-11-23 Ken Raeburn <raeburn@gnu.org>
7014
7015 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
7016 didn't need to be deleted. Check for the k5crypto library as well
7017 as the crypto library; MIT Kerberos 1.1 changed the name.
7018
70191999-11-18 Dave Love <fx@gnu.org>
7020
7021 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
7022
70231999-11-11 Erik Naggum <erik@naggum.no>
7024
7025 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
7026
70271999-11-08 Dave Love <fx@gnu.org>
7028
7029 * configure.in: Fix change for --with-pop default.
7030
70311999-11-04 Dave Love <fx@gnu.org>
7032
7033 * configure.in: Default to --with-pop. Change sense of with-gcc
7034 and with-toolkit-scroll-bars messages to reflect the defaults.
7035
70361999-11-01 Gerd Moellmann <gerd@gnu.org>
7037
7038 * INSTALL: Mention the Emacs Lisp Reference.
7039
70401999-10-27 Noah Friedman <friedman@splode.com>
7041
7042 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
7043
70441999-10-23 Gerd Moellmann <gerd@gnu.org>
7045
7046 * Makefile.in (bootstrap): New target.
7047
70481999-10-19 Paul Eggert <eggert@twinsun.com>
7049
7050 Add support for large files. Merge glibc 2.1.2.
7051
7052 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
7053 (HAVE_TM_GMTOFF): New symbol.
7054 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
7055 mbrlen, strsignal.
7056 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
7057
70581999-10-09 Stefan Monnier <monnier@cs.yale.edu>
7059
7060 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
7061 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
7062
70631999-10-09 Richard M. Stallman <rms@gnu.org>
7064
7065 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
7066 Unset CDPATH to prevent cd from generating output.
7067
70681999-10-08 Stefan Monnier <monnier@cs.yale.edu>
7069
7070 * update-subdirs: Also ignore CVS subdirs.
7071
70721999-10-07 Gerd Moellmann <gerd@gnu.org>
7073
7074 * Makefile.in (install-arch-indep): Add ada-mode.
7075
70761999-10-06 Dave Love <fx@gnu.org>
7077
7078 * Makefile.in: Add rules for config.status, configure.
7079
70801999-09-07 Gerd Moellmann <gerd@gnu.org>
7081
7082 * configure.in (--with-sound): Removed.
7083
70841999-08-30 Gerd Moellmann <gerd@gnu.org>
7085
7086 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
7087 the test for Xaw3d.
7088 (HAVE_TIFF): Add -lm to library check.
7089
70901999-08-28 Richard Stallman <rms@gnu.org>
7091
7092 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
7093 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
7094 after the other X-related libraries.
7095
70961999-08-21 Dave Love <fx@gnu.org>
7097
7098 * configure.in: Don't check for jpeglib.h.
7099
71001999-08-20 Gerd Moellmann <gerd@gnu.org>
7101
7102 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
7103 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
7104
71051999-08-18 Dave Love <fx@gnu.org>
7106
7107 * configure.in: Check for termcap.h.
7108
71091999-08-15 Gerd Moellmann <gerd@gnu.org>
7110
7111 * configure.in: Add --with-toolkit-scroll-bars. If "no",
7112 use Emacs' scroll bars, even if configured for Motif or when
7113 Xaw3d is available.
7114
71151999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7116
7117 * configure.in: Check for getaddrinfo.
7118
71191999-08-04 Eli Zaretskii <eliz@gnu.org>
7120
7121 * config.bat: Make --no-debug work again by removing -gcoff.
7122
71231999-07-30 Dave Love <fx@gnu.org>
7124
7125 * configure.in: Check for stdlib.h.
7126
71271999-07-19 Dave Love <fx@gnu.org>
7128
7129 * configure.in: Grok sparc64-*-linux-gnu*.
7130
71311999-07-12 Richard Stallman <rms@gnu.org>
7132
7133 * Version 20.4 released.
7134
71351999-06-23 Karl Heuer <kwzh@gnu.org>
7136
7137 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
7138 Quote $EMACS, in case it's a program with args.
7139
71401999-06-15 Gerd Moellmann <gerd@gnu.org>
7141
7142 * configure.in (HAVE_GIF): Use libungif instead of libgif
7143 because the former doesn't contain patented compression code.
7144
71451999-05-29 Richard M. Stallman <rms@gnu.org>
7146
7147 * configure.in: Delete the Kerberos stuff.
7148
71491999-05-27 Greg Hudson <ghudson@mit.edu>
7150
7151 * configure.in: Prefer kerberos 5 names.
7152
71531999-04-26 Richard M. Stallman <rms@gnu.org>
7154
7155 * configure.in: Check for libXp.
7156
71571999-04-08 Richard Stallman <rms@gnu.org>
7158
7159 * make-dist: Include change logs in subdirs of `lisp'.
7160
71611999-04-05 Richard Stallman <rms@gnu.org>
7162
7163 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
7164 (install-arch-indep): Make ${datadir}/emacs world-readable.
7165
71661999-03-30 Eli Zaretskii <eliz@gnu.org>
7167
7168 * config.bat: Use epaths.* instead of paths.*.
7169
71701999-03-07 Eli Zaretskii <eliz@gnu.org>
7171
7172 * INSTALL: Add detailed instructions to unpack and install
7173 intlfonts on MS-DOS.
7174
71751999-02-26 Richard Stallman <rms@gnu.org>
7176
7177 * configure.in: Use epaths.h and epaths-force instead of paths...
7178
7179 * Makefile.in (epaths-force): Renamed from paths-force;
7180 operate on epaths.in and produce epaths.h.
7181
71821999-02-24 Richard Stallman <rms@gnu.org>
7183
7184 * make-dist: Fix nt/icons directory handling.
7185
71861999-02-22 Simon Josefsson <jas@pdc.kth.se>
7187
7188 * configure.in (f301-fujitsu-uxpv4.1): New target.
7189
71901999-02-20 Richard Stallman <rms@gnu.org>
7191
7192 * make-dist (tempparent): Fix command to update info files.
7193
71941999-02-09 Richard Stallman <rms@gnu.org>
7195
7196 * configure.in (powerpc-apple-netbsd*): New alternative.
7197
71981999-01-25 Geoff Voelker <voelker@cs.washington.edu>
7199
7200 * make-dist: Include the new directory nt/icons in distributions.
7201
72021999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7203
7204 * configure.in: Change message about HAVE_XFREE386.
7205
72061999-01-07 Eli Zaretskii <eliz@gnu.org>
7207
7208 * config.bat: Support configuring with leim.
7209
72101998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
7211
7212 * configure.in (mips-sgi-irix6.5): New target.
7213
72141998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7215
7216 * configure.in: Remove GSS-API support, since it has been removed
7217 from movemail.
7218
72191998-12-04 Markus Rost <rost@delysid.gnu.org>
7220
7221 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7222
72231998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
7224
7225 * Makefile.in: Don't install customize info file.
7226 Run install-info on viper info file.
7227
72281998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
7229
7230 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7231
72321998-11-16 Kenichi Handa <handa@etl.go.jp>
7233
7234 * configure.in (*-*-bsdi4*): New target.
7235
72361998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
7237
7238 * configure.in: Fix previous change.
7239
72401998-11-11 Richard Stallman <rms@gnu.org>
7241
7242 * configure.in (aviion-intel): New machine.
7243
72441998-11-04 Kenichi Handa <handa@etl.go.jp>
7245
7246 * configure.in (mips-nec-sysv4*): New target.
7247
72481998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
7249
7250 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
7251 from lisp.
7252
72531998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
7254
7255 * make-dist: Don't include fns*.el in dist.
7256
72571998-10-30 Dave Love <fx@gnu.org>
7258
7259 * configure.in: Don't mkdir cpp.
7260
72611998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
7262
7263 * Makefile.in (install-arch-dep): Install src/fns-*.el in
7264 ${archlibdir}.
7265
72661998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7267
7268 * Version 20.3 released.
7269
72701998-07-30 Paul Eggert <eggert@twinsun.com>
7271
7272 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
7273 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
7274 (lwlib/Makefile, leim/Makefile):
7275 Prepend $(srcdir)/ to rule dependencies outside this dir.
7276
72771998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7278
7279 * configure.in: Use unset CDPATH instead of making it empty.
7280
72811998-06-20 Karl Heuer <kwzh@gnu.org>
7282
7283 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
7284
72851998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7286
7287 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
7288 and default.el. Sort the results.
7289
72901998-05-31 Karl Heuer <kwzh@gnu.org>
7291
7292 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
7293 writable.
7294
72951998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7296
7297 * Makefile.in (install-arch-indep):
7298 Don't alter site-lisp/subdirs.el if it exists.
7299
73001998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7301
7302 * Makefile.in (install-arch-indep): Put `-' on commands to create
7303 subdirs.el in site-lisp dirs.
7304
73051998-05-07 Richard Stallman <rms@psilocin.gnu.org>
7306
7307 * Makefile.in (install-arch-indep): Fix typo in previous change.
7308
73091998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7310
7311 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
7312
73131998-04-28 Richard Stallman <rms@psilocin.gnu.org>
7314
7315 * Makefile.in (mkdir): Create the site-lisp dirs.
7316 (install-arch-indep): Make site-lisp/subdirs files world-readable.
7317
73181998-04-26 Richard Stallman <rms@psilocin.gnu.org>
7319
7320 * Makefile.in (INSTALL_INFO): New variable.
7321 (install-arch-indep): Don't replace the dir file if it already exists.
7322 Use the install-info program, via INSTALL_INFO, to add entries.
7323 Make the `info' subdir and the Info files world-readable.
7324
73251998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
7326
7327 * config.bat: Make sure the environment is large enough to support
7328 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
7329
73301998-04-10 Karl Heuer <kwzh@gnu.org>
7331
7332 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
7333
73341998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7335
7336 * configure.in: Add --with-gssapi to specify GSS-API
7337 authentication support for movemail.
7338
73391998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
7340
7341 * Makefile.in (install-arch-indep): Fix previous change.
7342
73431998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7344
7345 * Makefile.in (info): Run man in build dir, not srcdir.
7346
73471998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
7348
7349 * Makefile.in (install-arch-indep): Fix previous change.
7350
73511998-03-23 Kenichi Handa <handa@etl.go.jp>
7352
7353 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
7354
73551998-03-22 Richard Stallman <rms@gnu.org>
7356
7357 * Makefile.in (install-arch-indep): Put special subdirs.el files
7358 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
7359
73601998-03-21 Richard Stallman <rms@psilocin.gnu.org>
7361
7362 * make-dist: Fix shell syntax in check for missing .el or .elc files.
7363
73641998-03-09 Richard Stallman <rms@psilocin.gnu.org>
7365
7366 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
7367 (m68*-hp-hpux*): Handle versions 1X like 10.
7368
73691998-03-07 Richard Stallman <rms@psilocin.gnu.org>
7370
7371 * make-dist: PROBLEMS is now in etc, not top level dir.
7372
7373 * Makefile.in (SOURCES): Delete PROBLEMS.
7374
73751998-02-25 Richard Stallman <rms@gnu.org>
7376
7377 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
7378
7379 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
7380
73811998-01-17 Richard Stallman <rms@gnu.org>
7382
7383 * Makefile.in (install-arch-indep): Add semicolon before `else'.
7384
73851998-01-02 Richard Stallman <rms@psilocin.gnu.org>
7386
7387 * make-dist (tempparent): New option --no-check.
7388
7389 * make-dist: Don't do anything with cpp directory.
7390
73911997-12-20 Richard Stallman <rms@psilocin.gnu.org>
7392
7393 * configure.in (sparc-fujitsu-sysv4*): New target.
7394
73951997-12-17 Andreas Schwab <schwab@gnu.org>
7396
7397 * configure.in: Cache more tests. Add missing quotes around
7398 message with embedded comma.
7399
74001997-12-04 Karl Heuer <kwzh@gnu.org>
7401
7402 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
7403
74041997-11-26 Joel N. Weber II <devnull@gnu.org>
7405
7406 * make-dist: Changed the comment about `umask 0' to say `Don't
7407 restrict access to any files.'; previously it said `Don't protect
7408 any files', which may have implied that we think fascism is good.
7409
74101997-11-24 Paul Eggert <eggert@twinsun.com>
7411
7412 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
7413 strftime needs the underlying host's strftime for locale dependent
7414 formats.
7415
74161997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
7417
7418 * configure.in (i586-dg-dguxR4.*): New name in case branch.
7419
74201997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
7421
7422 * config.bat: Configure the man subdirectory.
7423
74241997-11-07 Paul Eggert <eggert@twinsun.com>
7425
7426 * configure.in (AC_CHECK_LIB): Add -lintl.
7427
74281997-11-07 Karl Heuer <kwzh@gnu.org>
7429
7430 * make-dist (check for .elc files): Avoid bash-specific syntax.
7431 (check for overflow 14-char limit): Simplify.
7432
74331997-11-07 Richard Stallman <rms@gnu.org>
7434
7435 * Makefile.in (install): Move blessmail last.
7436
74371997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7438
7439 * configure.in (gettimeofday, one arg or two):
7440 Clarify messages by avoiding double negative.
7441
74421997-09-30 Karl Eichwalder <ke@suse.de>
7443
7444 * Makefile.in (install-arch-indep): Install the widget info file.
7445
74461997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7447
7448 * configure.in (with-pop, with-kerberos): Need to check Kerberos
7449 libraries in reverse order, so that libraries will appear in the
7450 correct dependency order on the link line (and so that the
7451 configure checks themselves will work properly when early
7452 libraries depend on later ones).
7453
74541997-09-21 Erik Naggum <erik@naggum.no>
7455
7456 * make-dist (making links to `src'): Keep timestamp on copied files.
7457
7458 * make-delta: New script to produce delta distributions.
7459
74601997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7461
7462 * Version 20.2 released.
7463
74641997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7465
7466 * Version 20.1 released.
7467
7468 * Makefile.in (install-leim): Depend on mkdir.
7469 (leim): Depend on src.
7470
74711997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7472
7473 * configure.in: Recognize alpha* instead of just alpha.
7474
74751997-09-12 Paul Eggert <eggert@twinsun.com>
7476
7477 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
7478
74791997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7480
7481 * update-subdirs: Use rm -f.
7482
74831997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7484
7485 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
7486 Ignore subdirs named Old.
7487
74881997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
7489
7490 * configure.in: Add OpenBSD clause to set $machine.
7491
74921997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7493
7494 * make-dist: Recompile everything after updating various Lisp files.
7495 Recompile in leim as well as lisp.
7496 Check in leim as well as lisp for mismatched files and too-long names.
7497
74981997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7499
7500 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
7501
75021997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7503
7504 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
7505 before trying to copy anything from it.
7506
75071997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7508
7509 * Makefile.in (man/Makefile): New target.
7510 (tags): Define env var EMACS and run Makefile from build dir.
7511
75121997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
7513
7514 * config.bat: If src/_gdbinit doesn't exist, try using
7515 src/.gdbinit to create it (for building on Windows 95).
7516
75171997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7518
7519 * Makefile.in (install-arch-indep):
7520 Discard extra data in tar | tar pipes.
7521
75221997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
7523
7524 * configure.in (x_default_search_path): Corrected
7525 '${x_library}' to '${x_library}/X11'.
7526
75271997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7528
7529 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
7530
75311997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7532
7533 * configure.in: Support auto-configuration of both Kerberos V4 and
7534 Kerberos V5 for movemail, including detection of V4 and V5 header
7535 files and libraries.
7536
75371997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
7538
7539 * configure.in: Compute x_default_search_path
7540 and substitute into makefiles.
7541
7542 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
7543
75441997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7545
7546 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
7547
75481997-08-07 Erik Naggum <erik@naggum.no>
7549
7550 * configure.in: Remove lockdir, it is no longer needed.
7551 * Makefile.in (mkdir): Don't create lockdir.
7552 (lockdir): Variable deleted.
7553 (paths-force): Don't operate on PATH_LOCK.
7554
75551997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7556
7557 * leim-Makefile.in (clean, distclean): New targets.
7558
7559 * make-dist: Include leim/ChangeLog in leim distribution.
7560
75611997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7562
7563 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
7564
75651997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7566
7567 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
7568
75691997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7570
7571 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
7572
75731997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7574
7575 * make-dist: Update leim/leim-list.el.
7576 Pass along value of $EMACS when updating lisp dir.
7577
75781997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7579
7580 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
7581 prerequisite to the use of Doug Lea's malloc.
7582
75831997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7584
7585 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
7586
7587 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
7588
75891997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7590
7591 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
7592
75931997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7594
7595 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
7596 to news-r6.h.
7597
75981997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7599
7600 * config.bat: Use `sed' instead of `cp', which might not be
7601 installed.
7602
76031997-07-09 Kenichi Handa <handa@etl.go.jp>
7604
7605 * Makefile.in (mostlyclean): Add cleaning leim directory.
7606 (clean, distclean, maintainer-clean): Likewise.
7607
76081997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7609
7610 * make-dist (bogosities): Check subdirs of `lisp' also.
7611
76121997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7613
7614 * make-dist (etc): Really avoid symlinks now.
7615 (lisp): Don't delete from subdirs the things we never copy.
7616
76171997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7618
7619 * Makefile.in (install-arch-indep): Correct the target name.
7620 The first letter `i' was dropped by the previous change of mine.
7621
76221997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7623
7624 * configure.in (leim/Makefile): Generate this.
7625 (*-sysv4.2uw*): Recognize new alternative.
7626
7627 * leim-Makefile.in: Renamed from leim-Makefile.
7628
7629 * make-dist: Set up real-leim subdirectory,
7630 with the real contents of leim; then move it to
7631 a separate top-level directory.
7632
7633 * make-dist: Don't mention site-lisp, site-init, site-start
7634 or default, when listing files hat are not compiled and should be.
7635
7636 * configure.in: Create src/config.stamp at the end.
7637
76381997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7639
7640 * Makefile.in (install-leim): Correct previous change.
7641
76421997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7643
7644 * Makefile.in (install-leim): New target.
7645 (install): Depend on install-leim.
7646
76471997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7648
7649 * Makefile.in (SUBDIR): Add leim.
7650 (SUBDIR_MAKEFILES): Add leim/Makefile.
7651 (leim/Makefile): New target.
7652
76531997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7654
7655 * leim-Makefile: New file.
7656 * make-dist: Initialize a `leim' subdirectory with that makefile.
7657
76581997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7659
7660 * configure.in (GNU_MALLOC_reason): Fix message text.
7661
76621997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7663
7664 * make-dist (lisp): Don't process subdirs that start with =.
7665 (etc): Copy symlinks, as in src.
7666
76671997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7668
7669 * configure.in (i*86-*-unixware*): New alternative.
7670
76711997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7672
7673 * Makefile.in (src/config.stamp): Target renamed from src/config.h
7674 and touch it explicitly.
7675
7676 * configure.in (mips-sony-newsos6*): New alternative.
7677 (mips-*-linux-gnu*): New alternative.
7678 (*-*-bsdi*): New alternative.
7679 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
7680
76811997-06-22 Dave Love <d.love@dl.ac.uk>
7682
7683 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
7684 (src/config.h): New target to re-configure if src/config.in is patched.
7685
76861997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7687
7688 * configure.in (shutdown): Check for `shutdown' function.
7689
76901997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7691
7692 * update-subdirs: Include the directory "language" in subdirs.
7693
76941997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7695
7696 * configure.in (m88k-dg-dgux4*): New alternative.
7697 (alpha-*-netbsd*): New alternative.
7698 (powerpcle-*-solaris2*): New alternative.
7699
77001997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7701
7702 * make-dist: Warn about .el files that are not compiled.
7703
77041997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7705
7706 * Makefile.in (dist): Don't run update-subdirs here,
7707 since make-dist now gets that done.
7708
7709 * make-dist: Use the new `updates' target in lisp/Makefile.
7710
7711 * make-dist: Use new non-file targets in lisp/Makefile.
7712
77131997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7714
7715 * make-dist: Handle all subdirs of `lisp' uniformly.
7716 Don't handle `term' and `language' specially.
7717 Clear out umask at the beginning.
7718
77191997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7720
7721 * make-dist: Use Make to update finder-inf.el and autoloads.
7722 Also update cus-load.el.
7723
77241997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7725
7726 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
7727 in case it is desirable to disable the GNU malloc features with glibc.
7728
77291997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7730
7731 * configure.in (DOUG_LEA_MALLOC):
7732 Define if malloc_{get,set}_state exist.
7733
77341997-03-05 Kenichi Handa <handa@etl.go.jp>
7735
7736 * make-dist: Make links for files under lisp/language.
7737
77381997-02-20 Kenichi Handa <handa@etl.go.jp>
7739
7740 * update-subdirs: Exclude the directory "language" from subdirs.
7741
77421997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
7743
7744 * configure.in: Check for rint and cbrt.
7745
77461997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7747
7748 * make-dist: Use $EMACS to say where to run Emacs.
7749 Add --no-update option.
7750
77511996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7752
7753 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
7754
77551996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7756
7757 * make-dist (copying src): Check thoroughly for symlinks
7758 and copy them in all cases. Regularize the linking of *.in
7759 and *.opt and ChangeLog files.
7760 (copying lib-src): Likewise.
7761 Don't rm getdate.c or y.tab.*--they don't exist any more.
7762
77631996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
7764
7765 * configure.in: Check for libmail, maillock.h and
7766 touchlock (for movemail).
7767
77681996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7769
7770 * configure.in (limits.h): Check for this file.
7771
77721996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7773
7774 * configure.in (rs6000-ibm-aix4.2): New alternative.
7775 (rs6000-ibm-aix4.0): New alternative.
7776 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
7777
77781996-11-22 Ben Harris <bjh21@cam.ac.uk>
7779
7780 * configure.in: Recognize vax-*-netbsd*.
7781
77821996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7783
7784 * configure.in (locallisppath): Add leim directory.
7785
77861996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7787
7788 * config.bat: Make sure `mv' supports forward slashes and -f.
7789
77901996-10-28 Christian Limpach <chris@nice.ch>
7791
7792 * configure.in (hppa*-next-nextstep*): * added after hppa
7793 to accept hppa1.0 and hppa1.1.
7794
77951996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
7796
7797 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
7798 * configure.in (ld_switch_machine): Fix typo.
7799
78001996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7801
7802 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
7803 from config.h and use them in $ac_link.
7804
78051996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
7806
7807 * configure.in: Create a subdir named `lisp'.
7808
78091996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7810
7811 * configure.in: Check for getcwd.
7812
78131996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7814
7815 * configure.in: Check for termios.h. Check for setpgid.
7816
78171996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7818
7819 * configure.in: Check for setrlimit.
7820
78211996-08-31 Paul Eggert <eggert@twinsun.com>
7822
7823 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
7824
78251996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7826
7827 * configure.in: Check for utimes.
7828
7829 * configure.in: Check for com_err library, but only
7830 if --with-kerberos was used. Check for krb and des
7831 only if --with-kerberos.
7832
78331996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7834
7835 * Makefile.in (INSTALL_STRIP): New variable.
7836 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
7837 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
7838
78391996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7840
7841 * configure.in: Check for krb and des libraries.
7842
78431996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7844
7845 * configure.in (*-sunos4.1.[3-9]*noshare):
7846 Use sunos413, not sunos4-1-3.
7847 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
7848 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
7849
78501996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7851
7852 * Makefile.in (src/paths.h): Target deleted.
7853 (paths-force): Delete all dependencies on this target
7854 but don't delete the target.
7855 (install): Depend on `all'.
7856 (paths-force): Don't print a message.
7857
7858 * configure.in: Generate src/paths.h here.
7859
78601996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7861
7862 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
7863 New variables that affect linking only.
7864 (alpha-dec-osf*): Use those instead of previous change.
7865
78661996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7867
7868 * Makefile.in (install-arch-indep): Install info/messages.
7869
78701996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7871
7872 * Version 19.33 released.
7873
78741996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
7875
7876 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7877 Fix previous change.
7878
78791996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7880
7881 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7882 New alternative.
7883
78841996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7885
7886 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7887 and NON_GCC_TEST_OPTIONS.
7888
78891996-08-06 Paul Eggert <eggert@twinsun.com>
7890
7891 * configure.in (LOCALTIME_CACHE): Don't put a string literal
7892 "TZ=..." in environ.
7893
78941996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7895
7896 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7897
78981996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7899
7900 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7901 the more general *-sunos4.1.[3-9]* clause.
7902
79031996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7904
7905 * Version 19.32 released.
7906
7907 * configure.in (*-sco3.2v5*):
7908 Set OVERRIDE_CPPFLAG to a string of one space.
7909 Fix the code that uses OVERRIDE_CPPFLAG.
7910
79111996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
7912
7913 * configure.in: Undo previous change.
7914
79151996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7916
7917 * config.sub: Use `pc', not `unknown', when canonicalizing
7918 the vendor for ...86.
7919
79201996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
7921
7922 * configure.in: Check for termios.h header.
7923
79241996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
7925
7926 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7927
79281996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
7929
7930 * configure.in: Split bsdos2 and bsdos2-1.
7931
79321996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7933
7934 * config.sub: If last two words are not a recognized
7935 KERNEL-OS pair, use just the last word as OS, as in 19.31.
7936 Make conversion of gnu/linux to linux-gnu really work.
7937
7938 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7939
79401996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7941
7942 * configure.in (check for using Lucid widgets by default):
7943 Eliminate indentation that confuses some compilers.
7944
79451996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7946
7947 * config.sub: Convert linux and gnu/linux to linux-gnu.
7948
7949 * make-dist: Don't update getdate.c.
7950 Ignore =... files when checking for too-long Lisp file names.
7951
79521996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7953
7954 * configure.in (euidaccess): Check for that, not for eaccess.
7955
79561996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7957
7958 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7959 before `noshare'.
7960 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7961
79621996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7963
7964 * configure.in: Rename lignux to linux-gnu in configuration names.
7965 Use gnu-linux as the opsys value (s/ file name).
7966 Allow i686 just like i386, i486, i586.
7967
79681996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7969
7970 * configure.in (i*86-*-sco3.2v5): New alternative.
7971 (OVERRIDE_CPPFLAG): New variable.
7972 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7973
7974 * configure.in: Specify vpath for .texi files.
7975
79761996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7977
7978 * configure.in: Always check for HAVE_X11R5.
7979 Separately decide whether to use a toolkit by default.
7980
79811996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
7982
7983 * configure.in: If X11R5 is missing the Xaw headers,
7984 default to --with-x-toolkit=no.
7985
79861996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7987
7988 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7989
79901996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7991
7992 * Makefile.in (install-arch-indep): If cd etc makes output,
7993 don't treat that as part of the tar data.
7994 Check that ./lisp actually exists.
7995
79961996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
7997
7998 * make-dist: Check for long file names.
7999
80001996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8001
8002 * Version 19.31 released.
8003
80041996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8005
8006 * configure.in: Recognize sparc-*-lignux.
8007
80081996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
8009
8010 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
8011 Don't include config.w95.
8012
80131996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
8014
8015 * make-dist: Replace --no-clean-up and --no-tar options
8016 with --clean-up and --tar, so that the default is useful.
8017
80181996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8019
8020 * config.bat: Make sure the GDB init file is called src/_gdbinit;
8021 if not, tell the user to rename it and abort.
8022
80231996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8024
8025 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
8026 test program.
8027
80281996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8029
8030 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
8031
8032 * make-dist (MANIFEST): Fix previous change.
8033 (msdos): Put mainmake.v2 into the dist.
8034
80351996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8036
8037 * make-dist: Exit if autoconf fails.
8038
80391996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
8040
8041 * config.bat: Set djgpp-ver, and unset it at the end.
8042 Add a number of conditionals for DJGPP version 2.
8043 Rename label libsrc2 to libsrc3.
8044 Substitute for LDFLAGS in src/Makefile.
8045 Substitute for ALL_CFLAGS in lib-src/Makefile.
8046
80471996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8048
8049 * configure.in (ncurses): Check this after checking fns like strerror.
8050
80511996-04-08 Erik Naggum <erik@naggum.no>
8052
8053 * make-dist (MANIFEST): Don't include lines from =files.
8054
80551996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8056
8057 * make-dist: Don't put lisp/dired.todo in the dist.
8058
80591996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
8060
8061 * configure.in (HAVE_NCURSES): Look for library named ncurses.
8062
8063 * configure.in (setlocale): Check for it.
8064
8065 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
8066
80671996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8068
8069 * configure.in: Use lignux instead of linux as value of opsys.
8070
80711996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8072
8073 * Makefile.in (install-strip): Fix whitespace.
8074 Get rid of continuation.
8075
8076 * config.sub: Convert linux or gnu/linux to lignux.
8077
80781996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8079
8080 * configure.in: Accept lignux in configuration name.
8081
80821996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8083
8084 * Makefile.in (install-strip): New target.
8085
80861996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8087
8088 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
8089 -f failed to do the job on Suns.
8090
80911996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8092
8093 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
8094
8095 * configure.in (linux/version.h): Check for this header.
8096
80971996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8098
8099 * configure.in: Remove -fno-builtin hackery from -lm check.
8100
81011996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8102
8103 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
8104 just this test.
8105
8106 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
8107
81081996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8109
8110 * configure.in: Check for ncurses.
8111
81121996-02-28 Paul Eggert <eggert@twinsun.com>
8113
8114 * configure.in (LOCALTIME_CACHE):
8115 Also define if localtime mishandles unsetting TZ.
8116 This works around a localtime bug in mips-dec-ultrix.
8117
81181996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8119
8120 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
8121
8122 * configure.in: Improve messages about X versions.
8123
81241996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8125
8126 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
8127
81281996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8129
8130 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
8131 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
8132
8133 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
8134 (install): Put install-arch-indep before install-arch-dep.
8135
81361996-02-20 Dave Love <d.love@dl.ac.uk>
8137
8138 * INSTALL: Clarify info about MS-DOS path handling.
8139
81401996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8141
8142 * Makefile.in (install-arch-indep): Install info/ccmode*.
8143 In previous change, protect against /bin/pwd returning null string.
8144
81451996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8146
8147 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
8148 to lispdir.
8149
81501996-02-01 Paul Eggert <eggert@twinsun.com>
8151
8152 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
8153
81541996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8155
8156 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
8157
81581996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8159
8160 * Makefile.in (extraclean): Use ${top_distclean} to ensure
8161 we delete everything distclean deletes.
8162
81631996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
8164
8165 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
8166
81671996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8168
8169 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
8170 into LDFLAGS instead of into LIBS.
8171
81721996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8173
8174 * configure.in (HAVE_XMU): Fix typo in previous change.
8175
81761996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8177
8178 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
8179
81801996-01-10 Erik Naggum <erik@naggum.no>
8181
8182 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
8183
81841996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
8185
8186 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
8187
81881996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8189
8190 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
8191 and use -lXt to link it.
8192
81931996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8194
8195 * configure.in (locallisppath): Put version-specific dir first.
8196
81971996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8198
8199 * configure.in (hppa-*-nextstep*): New alternative.
8200 (USE_X_TOOLKIT): By default, set this to "maybe";
8201 and change that later to LUCID or "no" according to X11 version.
8202
8203 * make-dist: Recompile outdated .elc files and update all autoloads.
8204
82051996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8206
8207 * configure.in (locallisppath): Fix typo in last change: " -> '.
8208
82091996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8210
8211 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
8212
82131995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8214
8215 * Makefile.in (install-arch-indep): Give all files read permission.
8216
82171995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8218
8219 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
8220 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
8221
82221995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8223
8224 * configure.in: Determine HAVE_X11R6.
8225 (HAVE_MENUS): Renamed from HAVE_X_MENU.
8226
82271995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8228
8229 * configure.in: Just "solaris" now defaults to version 2.4.
8230 Add sunos4.1.n-noshare as alternative.
8231
82321995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8233
8234 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
8235
82361995-11-29 Erik Naggum <erik@naggum.no>
8237
8238 * Makefile.in (install-arch-indep): Add missing backslash.
8239
82401995-11-29 Karl Eichwalder <ke@ke.Central.DE>
8241
8242 * Makefile.in (install-arch-indep): Don't install
8243 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
8244
82451995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8246
8247 * Makefile.in (install-arch-indep): Fix previous change.
8248
8249 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
8250
82511995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8252
8253 * Version 19.30 released.
8254
8255 * make-dist (lisp): Exclude subdirs.el.
8256
82571995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8258
8259 * make-dist (etc): Delete *.orig and *.rej.
8260
82611995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8262
8263 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
8264
82651995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8266
8267 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
8268
82691995-11-14 Geoff Voelker <voelker@cs.washington.edu>
8270
8271 * make-dist (nt): Rename install, readme, and todo to
8272 INSTALL, README, and TODO.
8273
82741995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8275
8276 * make-dist (lisp): Don't distribute site-start.
8277
82781995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
8279
8280 * make-dist: Break the hard link on alloca.c.
8281
82821995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8283
8284 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
8285
82861995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8287
8288 * make-dist (src, lib-src): Don't distribute Makefile.c.
8289 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
8290
82911995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8292
8293 * Makefile.in (mkdir): Create man1dir, not mandir.
8294 (uninstall): Use man1dir, not mandir.
8295
82961995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8297
8298 * Makefile.in (man1dir): New variable.
8299 (install-arch-indep): Use man1dir.
8300
8301 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
8302
8303 * make-dist: Create lisp/MANIFEST.
8304
83051995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8306
8307 * configure.in (m68k-*-linux*): New alternative.
8308
83091995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8310
8311 * make-dist: Use new names config.in, paths.in, and
8312 {src,lib-src}/Makefile.in.
8313
83141995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8315
8316 * configure.in: Don't bother checking for drem.
8317
83181995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8319
8320 * Makefile.in (distclean): Delete line with just a tab in it.
8321 (install-arch-indep): Delete spaces that precede tabs.
8322 Delete spurious `fi' left from previous change.
8323 (install): Supply `true' as command, to avoid null command.
8324
83251995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8326
8327 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
8328
83291995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8330
ed9265fc 8331 * configure.in (powerpc-*-solaris2): New alternative.
067d23c9
KY
8332
83331995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
8334
8335 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
8336 of paths.h.tmp$$, to avoid going beyond 14 characters.
8337
83381995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8339
8340 * configure.in: Improve error msg for invalid --with-x-toolkit value.
8341
83421995-09-06 Paul Eggert <eggert@twinsun.com>
8343
8344 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
8345 if localtime caches TZ. Check for tzset.
8346
83471995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8348
8349 * config.bat: Simplify using new names file names src/makefile.in,
8350 config.in, paths.in. Change Echo commands not to use `.
8351
83521995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8353
8354 * Makefile.in (install-arch-indep): Always install the new dir file;
8355 rename the previous dir file to dir.bak or dir.old.
8356
83571995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8358
8359 * configure.in (RANLIB): Substitute this into makefiles.
8360 Set it specially on solaris; set it by default on other systems.
8361
8362 * configure.in: Fix previous Alpha change.
8363
83641995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8365
8366 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
8367 NON_GCC_TEST_OPTIONS.
8368
83691995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8370
8371 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
8372 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
8373
8374 * configure.in (alpha-*-linux*): New configuration.
8375
83761995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8377
8378 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
8379 (m68k-next-nextstep*): New alias for that.
8380 (i*86-*-nextstep*): Use nextstep.h.
8381 (sparc-*-nextstep*): New configuration.
8382
83831995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8384
8385 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
8386 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
8387
83881995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8389
8390 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
8391 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
8392
83931995-07-18 Mike Long <mike.long@analog.com>
8394
8395 * make-dist: Fix update of finder-inf.el, and byte-compile it.
8396
83971995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8398
8399 * Makefile.in (src/paths.h, paths-force):
8400 Rename src/paths.h.in to src/paths.in.
8401 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
8402
8403 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
8404 Use Makefile.c for intermediate file.
8405 Rename src/config.h.in to src/config.in.
8406
84071995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
8408
8409 * configure.in (mips-dec-ultrix*): Assume version 4.3.
8410 (mips-dec-ultrix4.[12]): New alternative for old versions.
8411
84121995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8413
8414 * make-dist: Don't break intra-tree links.
8415
84161995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8417
8418 * configure.in: Put back archlibdir initialization. Require
8419 autoconf 2.4.1 or later.
8420
84211995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8422
8423 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
8424 (mips-mips-riscos5*): New alternative.
8425
84261995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8427
8428 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
8429
84301995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8431
8432 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
8433 (mandir, infodir, archlibdir): Initializations deleted.
8434
8435 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
8436 On hpux9shr, use hpux9shxr4.h.
8437
84381995-06-24 Morten Welinder <terra+@cs.cmu.edu>
8439
8440 * configure.in: Added target mips-dec-mach_bsd4.3.
8441 * config.guess: Guess mips-dec-mach_bsd4.3.
8442
84431995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8444
8445 * Makefile.in (mkdir): Use symbolic chmod.
8446
84471995-06-22 Paul Eggert <eggert@twinsun.com>
8448
8449 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
8450 SunOS 4.1.5 through 4.1.9, should they ever exist.)
8451
84521995-06-22 Paul Eggert <eggert@twinsun.com>
8453
8454 * Makefile.in (SUBDIR_MAKEFILES):
8455 Add man/Makefile, so `make distclean' removes it.
8456 (top_distclean): Add config.log to the list of files to be removed.
8457
84581995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8459
8460 * Version 19.29 released.
8461
84621995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8463
8464 * configure.in: Fix the previous change to verify that the -b
8465 option really solves the problem.
8466
8467 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
8468
84691995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8470
8471 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
8472
84731995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8474
8475 * configure.in: Report more clearly when there is no special
8476 dir to search for X includes or libraries.
8477
84781995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8479
8480 * configure.in: Check for -lpthreads, not -lpthread.
8481
84821995-06-09 Geoff Voelker <voelker@cs.washington.edu>
8483
8484 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
8485
84861995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8487
8488 * configure.in: Check for -lpthread.
8489
84901995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8491
8492 * Makefile.in (install-arch-indep): Install info files for mh-e.
8493 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
8494
84951995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8496
8497 * configure.in (*-solaris2.5): New configuration.
8498
8499 * make-dist: Copy new files config.nt and config.w95.
8500
85011995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8502
8503 * configure.in: Use x_includes, not x_libraries, for -I.
8504 Make bitmapdir a colon-separated list.
8505
85061995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
8507
8508 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
8509
8510 * configure.in: Allow x_libraries and x_includes to be paths.
8511
85121995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8513
8514 * configure.in: Fix typo.
8515
85161995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8517
8518 * INSTALL: Clarify use of site-init.el.
8519
85201995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
8521
8522 * configure.in: Pass arg to sqrt.
8523
85241995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8525
8526 * make-dist: Fix May 6 change.
8527
85281995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8529
8530 * vpath.sed: Delete reference to ymakefile.
8531
85321995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8533
8534 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
8535
85361995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8537
8538 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
8539
8540 * update-subdirs: Specify /bin/sh to run the script.
8541
85421995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8543
8544 * make-dist: Put src/makefile.nt in dist.
8545
8546 * configure.in (i[345]86-*-bsdi2*): New configuration.
8547 (vax-dec-bsd386*): Deleted.
8548
85491995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8550
8551 * configure.in: Make sure CDPATH doesn't mess up PWD check.
8552 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
8553 Use fmod instead of logb in -lm check.
8554
85551995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8556
8557 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
8558 Use bsd4-3. Don't set NON_GNU_CPP.
8559
8560 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
8561 In nt, copy various different things, but not *.cmd.
8562 Fix the ln commands for the subdirs of nt.
8563
85641995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8565
8566 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
8567
85681995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8569
8570 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
8571 since that's what the header file expects.
8572
85731995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
8574
8575 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
8576 and 68040 based machines when choosing options for gnucc.
8577
85781995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8579
8580 * Makefile.in (top_distclean): Delete config.cache.
8581
85821995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8583
8584 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
8585
8586 * configure.in: Use m/ncr386.h.
8587
85881995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8589
8590 * Makefile.in (install-arch-indep): Undo Sep 23 change.
8591
85921995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8593
8594 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
8595 (man): Don't copy texindex.c and getopt.c; they're deleted.
8596 (etc): Omit `e'; it's a subdirectory.
8597 (etc/e): Use `../..', not `..', to reference top level.
8598
85991995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
8600
8601 * Makefile.in (install-arch-indep, dist):
8602 Look for `update-subdir' in $(srcdir).
8603
86041995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8605
8606 * make-dist: Include mkinstalldirs in distribution.
8607
86081995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8609
8610 * make-dist: Add missing close backquote.
8611
86121995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8613
8614 * make-dist: Don't distribute shortnames directory.
8615
86161995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8617
8618 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
8619
86201995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8621
8622 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
8623
86241995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8625
8626 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
8627
86281995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8629
8630 * configure.in (mips-sgi-irix6): New configuration.
8631
86321995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8633
8634 * Makefile.in (maintainer-clean): Renamed from realclean.
8635
86361995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8637
8638 * configure.in: Create a .gdbinit that sources the real one,
8639 if using a different build directory.
8640
86411995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8642
8643 * configure.in: Check for sys/select.h.
8644
86451995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8646
8647 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
8648
86491994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8650
8651 * configure.in: Handle isc 4.1 operating system.
8652
86531994-12-10 Richard Stallman <rms@kepa>
8654
8655 * configure.in (rs6000-ibm-aix4.1*): New alternative.
8656 (rs6000-ibm-aix4*): New alternative.
8657
86581994-12-06 Richard Stallman <rms@kepa>
8659
8660 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
8661
86621994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8663
8664 * configure.in: Don't try to make directories that are guaranteed
8665 to already exist.
8666
86671994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8668
8669 * configure.in: Generate man/Makefile from man/Makefile.in.
8670 Create the man subdir.
8671
8672 * Makefile.in (dvi): Run Make in our man subdir.
8673
8674 * make-dist: Create subdir etc/e.
8675 Make links to it.
8676 Put man/Makefile.in in dist, instead of man/Makefile.
8677
86781994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
8679
8680 * configure.in: Add --with-pop, --with-kerberos, and
8681 --with-hesiod for movemail.
8682
86831994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8684
8685 * configure.in (m68*-apollo*): Use s/domain.h.
8686
86871994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8688
8689 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
8690
86911994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8692
8693 * configure.in: Don't add -I, -L, -R options for cc if their
8694 arguments would be empty.
8695
86961994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8697
8698 * configure.in (i860-intel-osf1*): New alternative.
8699 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
8700 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
8701
87021994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8703
8704 * configure.in: Make h_errno check not use nested functions.
8705
87061994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8707
8708 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
8709
87101994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8711
8712 * Makefile.in (install-arch-indep): Avoid continued comment
8713 swallowing target line.
8714
87151994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
8716
8717 * configure.in: Protect a character class with `changequote'.
8718
87191994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8720
8721 * configure.in: Accept `news' as a synonym for `newsos'.
8722
87231994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8724
8725 * Makefile.in: Don't rm files if cd fails.
8726
87271994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8728
8729 * make-dist: Put nt subdir and its subdirs in the dist.
8730 (lib-src): Put makefile.nt in the dist.
8731 (lisp): Put makefile.nt in the dist.
8732
87331994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8734
8735 * configure.in: Change a stray `[' to `test'.
8736
87371994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8738
8739 * configure.in: Adapt for Autoconf v2. Use the standard argument
8740 parser, host type canonicalizer, X11 finder, and message
8741 printing macros. Use the new macro names. Use `test' instead of `['.
8742
87431994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8744
8745 * configure.in: Check for getpagesize.
8746
87471994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8748
8749 * make-dist (msdos): Put sed* in the distribution.
8750
87511994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
8752
8753 * config.bat: New option, `--with-x', for configuring Emacs
8754 for use with the X11 system DesqView/X.
8755 New option, `--no-debug', for compiling Emacs without debug
8756 information thus saving disk space.
8757 (src/config.h, src/paths.h): Use `update' (which is like
8758 `move-if-changed') to change the file.
8759 (src/config.h): When configuring for X11 perform extra changes.
8760 (src/makefile): When configuring for X11 perform extra changes.
8761 (lib-src): Remove temporary files.
8762 (): Check that `sed', `rm', `mv', and `gcc' are available.
8763
87641994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8765
8766 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
8767
8768 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
8769
87701994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8771
8772 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
8773
8774 * configure.in (canonical): Substitute var into makefiles.
8775 (bitmapdir): Likewise.
8776
8777 * Makefile.in (bitmapdir): New variable.
8778 (src/paths.h, paths-force): Edit PATH_BITMAPS.
8779
87801994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8781
8782 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
8783
8784 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
8785 * update-subdirs: New shell script.
8786
87871994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8788
8789 * Makefile.in (top_distclean): Don't rm build-install.
8790 (SOURCES): Delete build-install.in.
8791
8792 * make-dist: Don't distribute build-ins.in.
8793 * build-ins.in: File deleted.
8794
87951994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
8796
8797 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
8798
87991994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8800
8801 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
8802
8803 * configure.in (libexecdir): Renamed from libdir. New default.
8804 (sharedstatedir): Renamed from statedir. New default.
8805 (datadir): New default.
8806
8807 * make-dist: Don't distribute subdirs.el.
8808
88091994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8810
8811 * configure.in (eaccess): Check for it.
8812
88131994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8814
8815 * configure.in (mktime): Check for it.
8816
88171994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
8818
8819 * configure.in (motif): Add support for usage and option checking.
8820
88211994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8822
8823 * configure.in (utimes): Check for it.
8824
88251994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8826
8827 * Makefile.in (install-arch-indep): Don't do mkdir here.
8828
88291994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8830
8831 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8832 riscix.h renamed to acorn.h.
8833
88341994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
8835
8836 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8837 New configurations.
8838
88391994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8840
8841 * configure.in: Remove trailing slashes from srcdir.
8842
88431994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8844
090bd7cb 8845 * configure.in (i[345]86-sequent-ptx*): Handle.
067d23c9
KY
8846
88471994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8848
ed9265fc 8849 * Makefile.in (paths-force): Depend on src/paths.h.
067d23c9
KY
8850
88511994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8852
8853 * configure.in (config_options): Save all arguments, not just some.
8854
88551994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8856
090bd7cb 8857 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
067d23c9
KY
8858
8859 * configure.in: Add AC_AIX.
8860 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
8861
88621994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8863
8864 * configure.in (parsing options): Simplify sed command to delete -'s.
8865
88661994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
8867
8868 * configure.in (config_options): New shell variable.
8869 Pass its value to C code in EMACS_CONFIG_OPTIONS.
8870
88711994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8872
8873 * configure.in (alpha-dec-osf*): New target.
8874
8875 * Makefile.in: Use just one FRC target.
8876
88771994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8878
8879 * Makefile.in (removenullpaths, paths-force):
8880 Use name paths.h.tmp$$, which depends on the pid.
8881
88821994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8883
8884 * Makefile.in (removenullpaths, paths-force):
8885 Put paths.h.tmp in top-level dir, not in src.
8886
88871994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8888
8889 * Version 19.27 released.
8890
88911994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8892
8893 * Version 19.26 released.
8894
88951994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8896
8897 * configure.in: Check for lrand48, not rand48.
8898
88991994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8900
8901 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8902 (powerpc-ibm-aix*): New aliases.
8903
89041994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8905
8906 * make-dist (src/m, src/s): Put *.inp in distribution.
8907
89081994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8909
8910 * configure.in: Accept i586 and i486 along with i386.
8911
89121994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8913
8914 * configure.in: Do compute unexec, LIBX, system_malloc, etc
8915 even if CPP env var was set by the user.
8916
8917 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8918
89191994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
8920
8921 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8922
89231994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8924
8925 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8926
89271994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8928
8929 * configure.in: Check more specifically for i*86-sun-sunos.
8930
89311994-08-03 Caveh Jalali (caveh@eng.sun.com)
8932
8933 * configure.in: Handle solaris 2.4.
8934
89351994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8936
8937 * configure.in (rand48): Check for it.
8938
89391994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8940
8941 * make-dist: Update the info files.
8942
89431994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8944
8945 * configure.in: Make "checking..." messages' style consistent.
8946 (HAVE_H_ERRNO): New test.
8947
89481994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8949
8950 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8951
89521994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8953
8954 * configure.in (CFLAGS): If the envvar was specified, use that.
8955 And set REAL_CFLAGS from it too.
8956
89571994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8958
8959 * make-dist: Update finder-inf.el.
8960
89611994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8962
8963 * make-dist (msdos): Include sed4.inp in dist.
8964
8965 * Makefile.in (libsrc_libs): Var deleted.
8966
89671994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8968
8969 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8970
89711994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8972
8973 * configure.in (mips-sony-newsos4*): New alias.
8974
89751994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8976
8977 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8978 (*-convex-convexos*): Accept this as alias.
8979
89801994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8981
8982 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8983 for two different uses.
8984
89851994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8986
8987 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8988
89891994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8990
8991 * make-dist: Put ./BUGS into the distrib.
8992
89931994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8994
8995 * configure.in: Handle 386 running Solaris 2.
8996
89971994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8998
8999 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
9000
90011994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9002
9003 * configure.in (mips-sony-newsos*): Use news-risc.h.
9004
9005 * configure.in: Accept bsdi as opsys, like bsd386.
9006
90071994-06-01 Morten Welinder (terra@diku.dk)
9008
9009 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
9010
90111994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9012
9013 * Version 19.25 released.
9014
9015 * make-dist (shortversion): Don't assume another period follows.
9016
90171994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9018
9019 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
9020 (uninstall): Use /bin/pwd.
9021
9022 * Makefile.in (blessmail): Depend on src.
9023 (all): Don't depend on blessmail.
9024
9025 * Makefile.in (src/paths.h): Don't force recomputation.
9026 (paths-force): New target; force recomputation of paths.h.
9027 (all): Depend on paths-force.
9028 (src, lib-src): Depend on src/paths.h.
9029
9030 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
9031 NON_GCC_TEST_OPTIONS.
9032
90331994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9034
9035 * configure.in: Don't insist on subversions for irix.
9036
90371994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9038
9039 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
9040
9041 * configure.in (i[34]86-next-*): New alternative.
9042
90431994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9044
9045 * Version 19.24 released.
9046
9047 * configure.in: New config hppa*-hp-hpux9shr*.
9048
90491994-05-22 Morten Welinder (terra@tyr.diku.dk)
9050
9051 * config.bat: Doc fix.
9052
90531994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9054
9055 * Makefile.in (mostlyclean, clean, distclean, realclean)
9056 (extraclean): Don't act on man subdir if it doesn't exist.
9057
90581994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9059
9060 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
9061 Use them to set up CC.
9062 (*-sun-sunos4.1.3): Set them.
9063
90641994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9065
9066 * Makefile.in (lib-src): Don't depend on src/paths.h.
9067
90681994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9069
9070 * build-ins.in (copydests): Get rid of spurious `-'s.
9071
9072 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
9073
90741994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9075
9076 * Version 19.23 released.
9077
9078 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
9079 for the Xlib and Xt checks; then restore old CFLAGS.
9080
90811994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9082
9083 * configure.in (HAVE_X11XTR6): Add newline before #if.
9084 Add newline after #endif.
9085
90861994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9087
9088 * configure.in (HAVE_X11XTR6): Arrange to define it.
9089
90901994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9091
9092 * Makefile.in (install): Depend on blessmail.
9093
90941994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9095
9096 * configure.in (mips-siemens-sysv*): Put quotes around value
9097 containing blanks.
9098
90991994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9100
9101 * Makefile.in (TAGS): Use the makefile in src subdir.
9102
91031994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9104
9105 * configure.in (opsys): Recognize `gnu'.
9106
91071994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9108
9109 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
9110
91111994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9112
9113 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
9114 version > 1.8.
9115
91161994-05-08 Morten Welinder (terra@diku.dk)
9117
9118 * config.bat: Forcibly remove "# " style comments from makefiles.
9119
91201994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9121
9122 * Makefile.in (uninstall): When processing lispdir and etcdir,
9123 do nothing unless it exists and is a directory.
9124
91251994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9126
9127 * Makefile.in (install-arch-indep): Do install info/dired-x*.
9128 Merge code in from install-doc.
9129 (install-doc): Merge code back into install-arch-indep.
9130 (install-arch-dep): Don't depend on install-doc.
9131
9132 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
9133
91341994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9135
9136 * configure.in (making src/Makefile and lib-src/Makefile):
9137 Split off the autoconf substitutions and don't pass them thru cpp.
9138 (undefs): Use $canonical as well as $configuration.
9139
9140 * make-dist: Distribute lisp/Makefile.
9141
9142 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
9143 Use lower case names for the s files.
9144
91451994-05-03 Morten Welinder (terra@diku.dk)
9146
9147 * config.bat: Added possibility for different file name
9148 transcriptions in lib-src.
9149
91501994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9151
9152 * Makefile.in (lib-src): Undo previous change.
9153 (blessmail): New target to run maybe-blessmail in lib-src.
9154 (all): Depend on blessmail.
9155
9156 * Makefile.in (lib-src): Depend on src.
9157
91581994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
9159
9160 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
9161 (m88k-dg-dgux5.4R2): dgux5.4R2.
9162
91631994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9164
9165 * configure.in (window_system): Restore accidentally deleted code
9166 that uses AC_FIND_X.
9167
9168 * make-dist: Distribute config.bat.
9169
91701994-04-29 Morten Welinder (terra@diku.dk)
9171
9172 * config.bat: Corrected the configuration of lib-src
9173 to keep up with configure. Add note about dos version 3
9174 or better needed (djgpp needs that). Add note explaining
9175 that either install in c:/emacs or edit the script.
9176 Don't change to c:/emacs, but assume we're there (to minimize
9177 the number of places to change).
9178
9179 * config.bat: Build-in the first step towards X11 support with
9180 the X11 emulator that exists. At this time it won't work,
9181 and several files are missing.
9182
91831994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9184
9185 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
9186 Don't look for -lresolv.
9187
9188 * Makefile.in (lib-src): Depend on src/paths.h.
9189
91901994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9191
9192 * configure.in: Restore deleted AC_SUBST of `configuration'.
9193 Improve error message for bad --with-x-toolkit value.
9194
9195 * configure.in: Define CONFIGURATION in src/config.h
9196 rather than substituting in src/Makefile.in.
9197
91981994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9199
9200 * Makefile.in (install-doc): New target.
9201 (install-arch-dep): Depend on install-doc.
9202 (mkdir): Create docdir.
9203
92041994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9205
9206 * configure.in: Test for libresolv.a.
9207 Substitute machfile and opsysfile.
9208
92091994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9210
9211 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
9212 (install-arch-dep): Install under the name $(EMACS).
9213
92141994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9215
9216 * configure.in (version): Use entire value of emacs-version.
9217 (mips-siemens-sysv*): New alternative.
9218
92191994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9220
9221 * Makefile.in (install-arch-indep): Don't install dired-x*.
9222
92231994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9224
9225 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
9226 Fix definition of $undefs.
9227
92281994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9229
9230 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
9231
9232 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
9233
92341994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9235
9236 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
9237
92381994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9239
9240 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
9241 and run it thru cpp, as with src/Makefile.in.
9242
9243 * configure.in: Use AC_SET_MAKE.
9244
92451994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9246
9247 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
9248
92491994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9250
9251 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
9252
9253 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
9254 (printing the choices): Make the toolkit message unconditional.
9255 (USE_X_TOOLKIT): Use `none', not `no', if none.
9256 (include libsrc_libs): Include config.h, and specify -I for srcdir.
9257 Get rid of temp file foofoo1.
9258
92591994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9260
9261 * configure.in (CFLAGS): Use shell syntax, not Makefile.
9262
92631994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9264
9265 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
9266 (printing the choices): State choice of toolkit.
9267 (libsrc_libs): Recalculate after writing config.h;
9268 then update lib-src/Makefile.
9269
92701994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9271
9272 * configure.in: Add sunos4shr as alternative for suns.
9273 Conditionals testing for null $CC were backwards.
9274
92751994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9276
9277 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
9278
92791994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9280
9281 * configure.in: Handle -isc4.0*.
9282
92831994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9284
9285 * configure.in (esix5): Set NON_GNU_CPP.
9286
92871994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
9288
9289 * Makefile.in (thisdir): Nonsensical variable removed.
9290 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
9291 back to $thisdir, rather than the directory `this_dir'.
9292
92931994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9294
9295 * Makefile.in (install-arch-indep): Add missing backslash after a
9296 `then'.
9297
92981994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9299
9300 * Makefile.in (thisdir): New variable.
9301 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
9302
93031994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9304
9305 * configure.in: Add freebsd.
9306
93071994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9308
9309 * configure.in: Check for fpathconf.
9310
93111994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9312
9313 * configure.in (with_x_toolkit): Fix typo in previous change.
9314
93151994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9316
9317 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
9318
93191994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9320
9321 * configure.in (with_x_toolkit): Don't allow motif or open-look.
9322
93231994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9324
9325 * configure.in: Fix value of docdir.
9326 * Makefile.in (install-arch-indep): Install DOC* in docdir.
9327
93281994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9329
9330 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
9331
93321994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
9333
9334 * configure.in: New variable docdir to control where the docstring
9335 file goes.
9336 Makefile.in: Use it to initialize PATH_DOC in paths.h.
9337
93381994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9339
9340 * configure.in: When --run-in-place, don't inherit archlibdir.
9341
93421994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9343
9344 * Makefile.in (install-arch-dep, install-arch-indep):
9345 New targets split up former do-install rule.
9346 (do-install): Target deleted.
9347
93481994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9349
9350 * configure.in (mips-sony-newsos*): New configuration.
9351
93521994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
9353
9354 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
9355
93561994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9357
9358 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
9359
93601994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9361
9362 * configure.in: Don't initialize CC.
9363
93641994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9365
9366 * configure.in (creating src/Makefile): Also generate -U switches
9367 for symbols in the $configuration value.
9368
9369 * configure.in: Check for sys_siglist being declared in system header.
9370
93711994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9372
9373 * configure.in (creating src/Makefile): Delete blank lines
9374 along with lines of whitespace.
9375 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
9376
93771994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9378
9379 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
9380 like C_SWITCH_SYSTEM.
9381 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
9382
93831994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9384
9385 * configure.in (drem): Check for this function.
9386
93871994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9388
9389 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
9390 If CPP was inherited from environment, don't use NON_GNU_CPP.
9391 (NON_GNU_CC): Likewise.
9392 (handling with_gcc): Use explicit if in the `no' case.
9393 (cc_specified): New variable; if set, don't use NON_GNU_CC.
9394
93951994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9396
9397 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
9398
93991994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9400
9401 * configure.in: Check whether fmod exists.
9402
94031994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9404
9405 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
9406 {src,lisp}/OChangeLog.
9407
94081994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9409
9410 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
9411 necessary for proper operation. This code works with the current
9412 released version of Autoconf.
9413
94141994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9415
9416 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
9417 (USE_X_TOOLKIT): Define it for all values except `no'.
9418
9419 * configure.in: Undo first Jan 8 change and Jan 16 change.
9420
94211994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9422
9423 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
9424 Substitute USE_X_TOOLKIT as both C macro and Make variable.
9425
9426 * Makefile.in (lwlib/Makefile): New target.
9427 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
9428 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
9429 (unlock, relock): Handle lwlib subdir.
9430
9431 * Makefile.in: Add some .PHONY targets.
9432
9433 * make-dist: Handle lwlib subdir like oldXMenu subdir.
9434
9435 * lwlib: New subdirectory.
9436
94371994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9438
9439 * configure.in: If CPP has a value that is a directory,
9440 discard the value.
9441
94421994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9443
9444 * configure.in (srcdir_undefs): Add g flag to sed substitution to
9445 remove -U[0-9]*.
9446
94471994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9448
9449 * Makefile.in (do-install): Install the dired-x info files.
9450
9451 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
9452 (See src/s/sol2.h.)
9453
94541994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9455
9456 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
9457
94581994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9459
9460 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 9461 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
9462 gratuitously break this and not make a change log entry.
9463 Optimized sed processing of Makefile.in and cpp output; now
9464 preserves comments previously removed from the cpp input.
9465 Eliminated temp file for cpp output. Generate -U switches to
9466 undefine all identifiers that appear in the directory name
9467 ${srcdir}; pass these to cpp.
9468
9469 * configure.in (version): Fix sed regexp to match two-elt version
9470 number.
9471
9472 * configure.in: Check for strerror.
9473
94741994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9475
9476 * configure.in: Test for bcmp.
9477
94781994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9479
9480 * make-dist (tempdir): Put subdir msdos into the distribution.
9481
94821993-01-07 Morten Welinder (terra@diku.dk)
9483
9484 * config.bat: New file.
9485
94861994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9487
9488 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
9489
94901994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9491
9492 * configure.in (m68*-next-*): Don't care about which os is specified.
9493 (i[34]86-*-*): Check for *-nextstop*.
9494
94951993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9496
9497 * configure.in: Check for setsid.
9498
94991993-12-17 Richard Stallman (rms@srarc2)
9500
9501 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
9502
95031993-12-15 Richard Stallman (rms@srarc2)
9504
9505 * Makefile.in (mkdir): Make only the lockdir writable.
9506
9507 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
9508
95091993-12-11 Richard Stallman (rms@srarc2)
9510
9511 * Makefile.in (libdir): Use @libdir@.
9512
95131993-12-08 Richard Stallman (rms@srarc2)
9514
9515 * Makefile.in (install): Add empty command.
9516
95171993-12-04 Richard Stallman (rms@srarc2)
9518
9519 * make-dist: Put man/getopt.c in the dist.
9520
9521 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
9522
9523 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
9524
95251993-12-03 Richard Stallman (rms@srarc2)
9526
9527 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
9528 Set it for all solaris versions.
9529 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
9530 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
9531 Likewise for NON_GNU_CC and CC.
9532
95331993-12-01 Richard Stallman (rms@srarc2)
9534
9535 * configure.in (mips-mips-riscos4*): Assign variable CC.
9536 (checking ${with_gcc}): If "no", don't override CC if already set.
9537 (CC): Initialize it as empty.
9538
95391993-11-30 Richard Stallman (rms@srarc2)
9540
9541 * configure.in (Suns): Set CPP if *-solaris2.3*.
9542
95431993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9544
9545 * Version 19.22 released.
9546
9547 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
9548
95491993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9550
9551 * make-dist: When breaking links, use cp -p.
9552 Copy install.sh into distribution.
9553 Move the temp dir up into the parent dir;
9554 don't leave the staging dir make-dist.tmp... in existence.
9555 * install.sh: New file.
9556
95571993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9558
9559 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
9560
95611993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9562
9563 * configure.in (version): When --run-in-place, exclude
9564 ${datadir}/emacs/site-lisp from locallisppath.
9565
95661993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9567
9568 * configure.in: Delete jumk.c before writing it.
9569
95701993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9571
9572 * Version 19.21 released.
9573
9574 * Makefile.in (mkdir): Ignore error from chmod.
9575
95761993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9577
9578 * make-dist: Don't put lisp/forms.README in the distribution.
9579
95801993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9581
9582 * configure.in (creating src/Makefile): Before running cpp,
9583 discard all lines that start with `# Generated' or /**/#.
9584
95851993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9586
9587 * Version 19.20 released.
9588
9589 * make-dist: Use build-ins.in, not build-install.in.
9590 Don't bother updating TAGS since it's not included.
9591
9592 * build-ins.in: Renamed from build-install.in.
9593
95941993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9595
9596 * make-dist: Don't try to link *.texinfo--there are none now.
9597 When running make in lib-src, specify YACC var value.
9598
95991993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9600
9601 * configure.in (extrasub): Add vpath patterns for %.[yls].
9602
9603 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
9604 Instead just include the commands to make src/Makefile as the
9605 second arg to AC_OUTPUT.
9606
9607 * configure.in: Use : instead of dnl for comment inside
9608 $makefile_command.
9609
9610 * configure.in: No longer use vpath_sed. Instead, when we notice
9611 srcdir already configured, set extrasub to hack vpath in the
9612 makefiles.
9613
9614 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
9615 before moving it.
9616 * Makefile.in (VPATH): Define to @srcdir@.
9617
96181993-09-28 Brian J. Fox (bfox@cubit)
9619
9620 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
9621 doesn't exist. Just copy src/Makefile.in instead. Touch
9622 all of the Makefiles after editing config.status.
9623
9624 * INSTALL: Update documentation to match new configuration
9625 mechanism.
9626
96271993-09-27 Brian J. Fox (bfox@ai.mit.edu)
9628
9629 * configure.in: Allow any of the path or directory Makefile
9630 variables to be set with flags to configure. Create all Makefiles
9631 at configure time. Edit special commands into config.status after
9632 src/Makefile.in is built from src/Makefile.
9633
9634 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
9635 If these files are out of date, simply have config.status
9636 rebuild them; don't rebuild them explicitly.
9637
96381993-09-25 Brian J. Fox (bfox@ai.mit.edu)
9639
9640 * build-install.in: Change src/xemacs to src/emacs. We no longer
9641 create src/xemacs, so the file wouldn't be found.
9642
9643 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
9644
96451993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9646
9647 * configure.in: Avoid forcing the search of /usr/include before
9648 fixed include files by resetting C_SWITCH_X_SITE if it is
9649 "-I/usr/include".
9650
96511993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9652
9653 * Makefile.in (@rip_paths@locallisppath):
9654 Delete ${datadir}/emacs/site-lisp.
9655
96561993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9657
9658 * configure.in:
9659 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
9660 Remove ${extra_output} from AC_OUTPUT call.
9661
96621993-09-17 Brian J. Fox (bfox@inferno)
9663
9664 * make-dist: Quote backquotes found in strings to be echoed.
9665
9666 * configure.in: Use "sh -c pwd" when we want to avoid having the
9667 shell fix up the value of $PWD.
9668
96691993-09-13 Brian J. Fox (bfox@inferno)
9670
9671 * Makefile.in (do-install): Don't abort if ln or chmod at the end
9672 of the installation fail. Suggested by Karl Berry.
9673
96741993-08-30 Brian J. Fox (bfox@inferno)
9675
9676 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
9677 was used. Set MAKEFLAGS from MFLAGS.
9678
96791993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9680
9681 * configure.in: Test for res_init in libc.
9682
96831993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9684
9685 * configure.in: In the file ${tempcname}, use configure___
9686 instead of @configure@.
9687
96881993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
9689
ed9265fc 9690 * make-dist: Dist vpath.sed.
067d23c9
KY
9691
9692 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
9693 Depend on vpath.sed.
6e81c819 9694 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
9695
9696 * configure.in: Substitute variable `vpath_sed'.
9697 If not in $srcdir and $srcdir is configured,
9698 issue warning that GNU make is required,
9699 and set vpath_sed to use vpath.sed script.
9700
97011993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9702
9703 * configure.in: Remove check for $srcdir being configured. This
9704 pretty much works now.
9705 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
9706 Check for XFree86 (/usr/X386/include) independent of whether
9707 -lXbsd exists.
9708
9709 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
9710 realclean, unlock, relock): Use `$(MAKE)' in place of plain
9711 `make'.
9712
97131993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9714
9715 * Version 19.19 released.
9716
9717 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
9718
97191993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9720
9721 * configure.in: Check for XScreenNumberOfScreen.
9722
97231993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9724
9725 * configure.in: Add * to end of all configuration alternatives.
9726 (m68*-sony-newsos3*): New alternative.
9727
97281993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9729
9730 * make-dist: Include getdate.c in distribution.
9731
9732 * configure.in: For --help, use $PAGER if it is set.
9733 (LIB_X11_LIB): Default to -lX11.
9734 (mips-sgi-irix5.*): New alternative.
9735
9736 * Makefile.in (do-install): Install info/gnus* and info/sc*.
9737
9738 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
9739 Recognize *.B8.* as hpux version 8.
9740 (m68*-tektronix-bsd*): Fix typo in tek4300.
9741 (AC_HAVE_FUNCS): Add ftime.
9742
97431993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9744
9745 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
9746 Use tekxd88, not tekXD88.
9747
97481993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9749
9750 * configure.in: Check for -lm. Then can check for frexp and logb.
9751
97521993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9753
9754 * Version 19.18 released.
9755
9756 * make-dist (src): Don't put gnu-hp300 in dist.
9757 (src, lisp): Include OChangeLog in dist.
9758
97591993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9760
9761 * configure.in: Test for presence of logb and frexp functions.
9762
97631993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9764
9765 * configure.in (machine): Add i370-ibm-aix*.
9766
97671993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9768
9769 * configure.in (function checks): Test for mkdir and rmdir.
9770
9771 * configure.in (function checks): Don't test for random and bcopy
9772 only when we're building with X; look for them all the time.
9773
97741993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9775
9776 * configure.in: Test for availability of bcopy functions, searching
9777 the X libraries if we're using X.
9778
9779 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
9780 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
9781 versions of AIX, and needs to be passed to the loader.
9782
9783 * configure.in: Test for the availability of the
9784 XScreenResourceString function.
9785
97861993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
9787
9788 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
9789 LD_SWITCH_X_SITE and assume --with-x11.
9790 Only look for X11 files if we weren't told about a window system
9791 or if we were told to use X11 but not told where.
9792 Search the libraries from the s and/or m files when checking for
9793 functions.
9794
9795 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
9796
97971993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9798
9799 * make-dist: Include lisp/dired.todo in the distribution.
9800
98011993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9802
9803 * configure.in: Add code to set HAVE_INET_SOCKETS.
9804
98051993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9806
9807 * configure.in: If we do find x_includes and x_libraries
9808 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
9809
98101993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9811
9812 * make-dist: Include src/gnu-hp300 in the dist.
9813
9814 * configure.in (canonical): New variable holds the canonicalized
9815 configuration. Don't alter `configuration'. Use `configuration'
9816 for Makefile.in for file naming.
9817 (testing x_includes and x_libraries): Use =, not ==.
9818
98191993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9820
9821 * Version 19.17 released.
9822
9823 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
9824 directory's makefile. This allows the invocation of CPP which
9825 builds xmakefile to receive these switches. The SunSoft C
9826 preprocessor inserts spaces between tokens if it doesn't get the
9827 -Xs flag requested in src/s/sol2.h.
9828
98291993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
9830
9831 * configure.in (m68k-bull-sysv3): New config.
9832
98331993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9834
9835 * configure.in: Use the autoconf AC_FIND_X macro to try to find
9836 the X Windows libraries.
9837
98381993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9839
9840 * make-dist (tempdir): Don't create lisp/forms-mode directory in
9841 the distribution. Those files aren't kept in their own
9842 subdirectory any more.
9843
98441993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9845
9846 * Version 19.16 released.
9847
98481993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9849
9850 * configure.in: Add --verbose flag.
9851
98521993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9853
9854 * version 19.15 released.
9855
98561993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9857
9858 * Makefile.in (top_distclean): Use -f switch when cleaning out
9859 lock dir; it might be empty.
9860
9861 * configure.in: Only check for -lXbsd once.
9862
98631993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9864
9865 * Version 19.14 released.
9866
98671993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9868
9869 * make-dist: If using gzip, create distribution with '.gz' extension.
9870
9871 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
9872 (lisp/forms-mode): This doesn't exist anymore.
9873
9874 * configure.in: Look for the closedir function.
9875
98761993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9877
9878 * configure.in (CPP): Autoconf sets this to a shell variable
9879 reference, which doesn't work when it's edited into a makefile.
9880 Expand that variable reference.
9881
9882 * Makefile.in (CPP): New variable.
9883 (src/Makefile): Edit CPP into src/Makefile.
9884
9885 * Makefile.in (src/Makefile): Don't bother exiting single quotes
9886 and entering double quotes to get the values of LD_SWITCH_X_SITE
9887 and the other make variables; make substitutes them in anyway.
9888
9889 * Makefile.in (uninstall): Don't remove the lisp and etc
9890 directories if they're in the source tree.
9891
9892 Bring mumbleclean targets into conformance with GNU coding standards.
9893 * Makefile.in (mostlyclean, clean): Separate these two; just have
9894 them pass the request to the subdirectory makefiles.
9895 (distclean): Pass the request down, and then get rid of the
9896 files configure built, and get rid of the Makefiles.
9897 (realclean): Pass the request down, and then do the same things
9898 distclean does.
9899 (uninstall, info, dvi): New targets.
9900
9901 * configure.in: Move clause for PC-compatible i386 box to the end
9902 of the case statement, to avoid masking configurations below.
9903
9904 * configure.in: Add case for m88k-motorola-sysv4.
9905
9906 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
9907 the HP 68000 machines.
9908
9909 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
9910 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
9911 preprocessor won't fiddle with them.
9912
99131993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9914
9915 * Makefile.in (TAGS): cd to src to run etags.
9916
99171993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9918
9919 * configure.in (version): Check the X libraries for XrmSetDatabase
9920 and random, and see if we have -lXbsd.
9921
99221993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9923
9924 * configure.in: Pass "-Isrc" to the CPP we run to examine the
9925 s/*.h and m/*.h files. Martin Tomes
9926 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9927
99281993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9929
9930 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9931 above the general i386 alternative.
9932
99331993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9934
9935 * configure.in: Recognize configuration name for Data General
9936 AViiON machines.
9937
9938 * configure.in: Use AC_LONG_FILE_NAMES.
9939
99401993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9941
9942 * configure.in: Test for bison.
9943 * Makefile.in (YACC): New variable.
9944 (lib-src/Makefile.in): Edit YACC into the makefile.
9945
99461993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9947
9948 * Version 19.13 released.
9949
9950 * configure.in (CFLAGS): Don't set this according to the value of
9951 the GCC shell variable. Instead, consult the machine and system
9952 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9953 test __GNUC__ while we're at it.
9954
9955 * configure.in: Remove extra ;; from hpux cases.
9956
99571993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9958
9959 * configure.in: Check to see if the system has -ldnet.
9960
99611993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9962
9963 * make-dist: Add clauses to distribute lisp/forms-mode.
9964
99651993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9966
9967 * configure.in (machine): Fix the versions in hpux version number test.
9968 Do not guess based on cpu type. Do check for explicit system version.
9969
99701993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9971
9972 * configure.in: Do NOT look for `unknown' as company name.
9973
99741993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9975
9976 * configure.in: Fix typo in message.
9977
99781993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9979
9980 * Version 19.12 released.
9981
9982 * Makefile.in (do-install): Correct previous etc-copying change.
9983 Partially rewrite using `if'.
9984 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9985
9986 * Version 19.11 released.
9987
9988 * configure.in: Handle 386bsd.
9989
99901993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9991
9992 * make-dist: Update getdate.c.
9993
9994 * configure.in: Handle bsd386.
9995
9996 * Makefile.in (do-install): Use `-' in tar options.
9997
9998 * configure.in: Change ! "${...}" to x"${...}" = x.
9999
10000 * Makefile.in (do-install): Copy the DOC-* files from the build
10001 etc directory, as well as lots of things from ${srcdir}/etc.
10002
10003 * make-dist: Copy config.guess.
10004
10005 * configure.in: Handle AIX versions 1.2, 1.3.
10006
100071993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10008
10009 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
10010 the configuration name mips-mips-usg* to represent USG systems.
10011
10012 * configure.in: Fix logic to detect if srcdir is already configured.
10013
10014 * Makefile.in: Pass in LD_SWITCH_X_SITE.
10015
10016 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
10017 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
10018 of a directory; cd might fail, and have pwd print out the current
10019 directory.
10020
100211993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10022
10023 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
10024
100251993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10026
10027 * configure.in: Complain if srcdir points at an already-configured
10028 tree.
10029
100301993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10031
10032 * Version 19.10 released.
10033
100341993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10035
10036 * Makefile.in: Use Makefile comments, not C comments.
10037
10038 * configure.in: Add case for the Tektronix XD88.
10039
100401993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10041
10042 * configure.in: Handle sysv4.2 and sysvr4.2.
10043
100441993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10045
10046 * configure.in: Traverse the argument list without destroying it;
10047 don't use shift. It turns out that "set - ${saved_arguments}"
10048 doesn't work portably.
10049
10050 * configure.in: Add missing "fi".
10051
10052 * make-dist: Rebuild configure if configure.in is newer.
10053
10054 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
10055 targets to be executed even if make remembers that it has already
10056 satisfied FRC.
10057
100581993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10059
10060 * Makefile.in (do-install): Delete redundant code to copy etc twice.
10061
10062 * configure.in (romp): Handle various version numbers with aos and bsd.
10063
100641993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10065
10066 * configure.in: Fix message text.
10067
100681993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10069
10070 * make-dist: Make a `site-lisp' directory in the distribution,
10071 instead of a `local-lisp' directory, which hasn't been the
10072 appropriate name for a long time.
10073 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
10074 from the distribution first, then /usr/local/lib/emacs/site-lisp.
10075
10076 * Makefile.in (do-install): Correctly detect if ./etc and
10077 ${srcdir}/etc are the same.
10078
10079 * configure.in: Extract UNEXEC from the system configuration
10080 files, compute the name of the source file corresponding to the
10081 object file, and #define it as UNEXEC_SRC in config.h.
10082
10083 * configure.in: If srcdir is '.', then try using PWD to make it
10084 absolute.
10085
10086 * configure.in: Include ${srcdir} in the printed report, to help
10087 people notice if it's an automounter path.
10088
100891993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10090
10091 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
10092
100931993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10094
10095 * Makefile.in (do-install): Delete the dest dir, not the source dir,
10096 when they are different. Add `shift' command.
10097 (COPYDESTS, COPYDIR): Delete external-lisp dir.
10098 (externallispdir): Var deleted.
10099
10100 * configure.in: Delete spurious paren outputting short_usage.
10101
101021993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10103
10104 * Version 19.9 released.
10105
101061993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10107
10108 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
10109 subdirectory makes.
10110
10111 * make-dist: Check for .elc files with no corresponding .el file.
10112
10113 * Makefile.in (mkdir): Make all the directories in locallisppath.
10114
10115 * config.guess: New file.
10116 * configure.in: Use it, tentatively.
10117 * INSTALL: Mention its usage.
10118
10119 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
10120 the former gives you the operating system rev directly. Use
10121 s/hpux.h if we don't recognize what we got.
10122
10123 * Makefile.in (do-install): Don't remove a destination directory
10124 if it's the same as the source. If ${srcdir}/info == ${infodir},
10125 don't try to copy the info files.
10126
10127 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
10128 doesn't work if you're not using a separate source directory.
10129 (do-install): Copy the build tree's etc directory only after
10130 making sure it's not also the source tree's etc directory.
10131
101321993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10133
10134 * configure.in: Handle sunos4.1.3 specially.
10135
101361993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10137
10138 * Makefile.in (INSTALL): Add definition.
10139
10140 * configure.in: Fix some messages. Support -with-gnu-cc.
10141 At the end, use `set --', not `set -'.
10142 Delete spurious `.h' in hpux alternatives.
10143
101441993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10145
10146 * Version 19.8 released.
10147
101481993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10149
10150 * configure.in: When looking for source in the same directory as
10151 the configure script, make the path thus discovered absolute.
10152 If the user specifies the `--srcdir' switch, make that directory
10153 absolute too.
10154
10155 * Makefile.in (srcdir): Remove comment saying this doesn't work.
10156
10157 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
10158 too, as the value of the PATH_INFO macro.
10159
10160 * configure.in: Check to see if the source lives in the same
10161 directory as the configure script.
10162
101631993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10164
10165 * Makefile.in (install): Split this into `install' and
10166 `do-install', to give people more control over exactly what gets
10167 done.
10168 (do-install): New target, containing the guts of `install'. Don't
10169 remove and recreate the directories inside the copying loop - do
10170 it all before the copying loop. Pass more flags to the lib-src
10171 make.
10172 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
10173 avoid errors and warnings.
10174
10175 * configure.in: For generic IBM PC boxes, insist on "unknown" for
10176 the manufacturer - the more general case was blocking other i386
10177 configuration names below, and that's how the names are written in
10178 MACHINES anyway.
10179
10180 * make-dist: When breaking links, remove the link before moving
10181 the copy onto it, to avoid interactive behavior.
10182
10183 * Makefile.in: Doc fix.
10184
10185 * configure.in: Doc fix.
10186
10187 * INSTALL: Mention --exec-prefix option.
10188
10189 * configure.in: Add support for the `--exec-prefix' option.
10190 * Makefile.in: Accept that support.
10191
10192 * configure.in: Use the AC_PROG_INSTALL macro.
10193 * Makefile.in (INSTALL): Variable removed.
10194 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
10195
10196 * configure.in: Distinguish between hp800's and hp700's by calling
10197 "uname -m".
10198
101991993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10200
10201 * configure.in: Recognize configuration names for i860 boxes
10202 running SYSV.
10203
102041993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10205
10206 * configure.in: Distinguish between hp800's and hp700's by the
10207 version of HP/UX they run, since that's something people are more
10208 likely to know - hp700's run 8.0.
10209 Add HP 700 configuration.
10210
10211 * configure.in: Test for the presence of the `rename' function.
10212
10213 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
10214 configure.in.
10215 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
10216
10217 * make-dist: Break intra-tree links.
10218
10219 * configure.in: Explain that this is an autoconf script, and give
10220 instructions for rebuilding configure from it. Arrange to put
10221 comments in configure explaining this too.
10222
10223 * configure.in: Make the first line of the configure script be
10224 "#!/bin/sh". Leaving the first line blank didn't work.
10225
10226 * configure.in (long_usage): Removed; made short_usage describe
10227 the options briefly.
10228
10229 * configure.in: Implement the --prefix option.
10230 * Makefile.in (prefix): Add support for it here.
10231 * INSTALL: Document it here.
10232
10233 * Makefile.in (install): Don't assume that the files in the `info'
10234 subdirectory match *.info. They don't have that prefix.
10235
102361993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10237
10238 * configure.in: Add case for version 5 of Esix.
10239
102401993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10241
10242 * Version 19.7 released.
10243
10244 * make-dist: There aren't any *.com files in lib-src anymore.
10245
10246 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
10247 them; they're symlinks to other filesystems on the GNU machines.
10248
10249 * make-dist: Check that the manual reflects the same version of
10250 Emacs as stated in lisp/version.el. Edit that version number into
10251 the README file.
10252
102531993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10254
10255 * configure.in: Remove the hack of AC_DEFINE; use
10256 AC_DEFINE_UNQUOTED.
10257
102581993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10259
10260 * make-dist: Don't distribute precomp.com, compile.com, or
10261 link.com from ./src; they're in ./vms now.
10262
10263 Some time-handling patches from Paul Eggert:
10264 * configure.in: Add AC_TIMEZONE.
10265
102661993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10267
10268 * configure.in: Recognize Linux as a valid operating system for
10269 the i386.
10270
102711993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10272
10273 * make-dist: Distribute some VMS files we got from Richard Levitte.
10274
10275 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
10276 the source for the sed command, not oldXMenu/Makefile.
10277
102781993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10279
10280 * INSTALL: Don't claim the srcdir option doesn't work.
10281
102821993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10283
10284 * configure.in: Include remarks saying what order the autoconf
10285 tests should go in, and remind people to change config.h.in
10286 whenever they add autoconf tests which make #definitions.
10287
10288 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
10289
102901993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10291
10292 * Makefile.in (oldXMenu/Makefile): Make this depend on
10293 ${srcdir}/oldXMenu/Makefile.in, not itself.
10294
10295 * PROBLEMS: Some updates from David J. Mackenzie.
10296
10297 More changes from David J. Mackenzie.
10298 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
10299 removed; autoconf and config.h should specify all these
10300 differences.
10301 (buildlisppath): Make this path depend on ${srcdir}.
10302 (INSTALLFLAGS): Removed.
10303 (INSTALL): Include the -c flag.
10304 (install): Change the way we invoke install accordingly.
10305
10306 Install ${srcdir} changes from DJM.
10307 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
10308 list.
10309 (COPYDIR, COPYDESTS): Install files from both the etc directory in
10310 the source tree and the etc directory in the object tree.
10311 (${SUBDIR}): Pass the prefix variable down to submakes.
10312 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
10313 in /bin.
10314 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
10315 values for srcdir and VPATH.
10316 (install): Add `v' flag to tar command. Make sure that `dir'
10317 exists in ${srcdir}/info before copying it. Remember that the man
10318 pages come from the source tree, not the object tree.
10319 * configure.in: Remove remarks saying that the --srcdir option
10320 doesn't work.
10321 Create the etc directory in the object tree.
10322 Recognize configuration names of the form *-sun-solaris*.
10323 Recognize sunos5 and solaris as operating system names.
10324
10325 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
10326 lib-src/getdate.y and src/systime.h.
10327
103281993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10329
10330 * make-dist: Make links in info subdir.
10331
103321993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10333
10334 * configure.in: Call AC_STDC_HEADERS.
10335
103361993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10337
10338 * configure.in: Sidestep autoconf's quoting of the second argument
10339 of AC_DEFINE, so we can specify the value to put there. It would
10340 be nice if autoconf provided some way to specify computed values
10341 for macros.
10342
103431993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10344
10345 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
10346 this is always just -DHAVE_CONFIG_H.
10347
10348 The GNU coding standards specify that CFLAGS should be left for
10349 users to set.
10350 * Makefile.in (CFLAGS): Let configure determine the default value
10351 for this. Don't
10352 have it default to DEFS.
10353 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
10354 (lib-src/Makefile, src/Makefile): Edit the default value for
10355 CFLAGS into these files, not DEFS.
10356 * configure.in (CFLAGS): Choose a default value for this - "-g"
10357 normally, or "-g -O" if we're using GCC. Edit it into the
10358 top-level Makefile.
10359
10360 * configure.in: When scanning the machine and system description
10361 #include files, write their names to conftest.c properly.
10362
103631993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10364
10365 * configure.in: In configuration name case for Apallos running
10366 Domainios, set opsys, not opsysfile.
10367
10368 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
10369 src/config.h, instead of AC_OUTPUT; the latter overwrites
10370 src/config.h even when it hasn't changed, puts a makefile-style
10371 comment at the top even though it's C code, and produces a
10372 config.status script which doesn't do the job right.
10373
10374 * configure.in: Add AC_LN_S test, so we can tell whether or not we
10375 can use a symbolic link to get the X Menu library into src.
10376 * Makefile.in (LN_S): New variable.
10377 (src/Makefile): Edit the value of LN_S into this makefile.
10378
103791993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10380
10381 * configure.in: Support *-sco3.2v4* as opsystem.
10382
10383 * make-dist: Don't include calc directory.
10384 Exclude many files in the man directory; copy a few.
10385
103861993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10387
10388 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
10389 call AC_STRUCT_TM to see what's in time.h.
10390
10391 * configure.in: Employ quoting stupidity to get the value of CPP
10392 to expand properly.
10393
103941993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10395
10396 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
10397 variable to scan the machine and system description files.
10398
10399 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
10400 so that getdate.y builds correctly.
10401
104021993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10403
10404 * configure.in (tempcname): Change this to "conftest.c", so it will
10405 work properly on systems with short filenames; this is the name
10406 autoconf uses.
10407
10408 * configure.in: Also detect the availability of dup2 and
10409 gethostname.
10410
10411 * configure.in: Use the AC_ALLOCA test.
10412 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
10413 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
10414
104151993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10416
10417 * make-dist: Distribute configure, as well as configure.in.
10418 Oversight.
10419
104201993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10421
10422 * Makefile.in (install): Print out the name of the directory we're
10423 copying, so people can have some idea of whether we're making
10424 progress.
10425
10426 * Makefile.in (install.aix, install.xenix, install.sysv, install):
10427 Don't forget to re-create the COPYDESTS directories after we clear
10428 them out.
10429
104301993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10431
10432 * Makefile.in: Add autoconf cookies so that the configure
10433 script can comment out sections of path variable definitions to
10434 choose between the installable configuration and the run-in-place
10435 configuration.
10436 * configure.in: Add new option `--run-in-place', to select the
10437 run-in-place path definitions.
10438
10439 * configure.in: Add a clause to the big configuration name case
10440 for the NeXT machine.
10441
104421993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10443
10444 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10445 Make sure that each source directory exists, and is different from
10446 the destination directory; then, delete the destination before
10447 copying over the source.
10448
10449 * make-dist: Distribute configure.in, instead of configure.
10450
104511993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10452
10453 * configure.in: Don't set CC to "gcc -O" if the user specifies
10454 `--with-gcc'. Add -O to DEFS if GCC is set.
10455
104561993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10457
10458 * Makefile.in (clean mostlyclean): Missing right paren.
10459
10460 * configure.in: When checking for X windows, search for an X11
10461 subdirectory of ${x_includes}.
10462
10463 * configure.in: Check for gettimeofday function, for getdate.y.
10464
10465 Change `configure' to a mixture of custom code and autoconf stuff.
10466 autoconf can't derive all the information we need, but we'd really
10467 like to be able to take advantage of some of its tests, and its
10468 file-editing facilities.
10469 * configure.in: Renamed from configure.
10470 Quote the sections of shell script we want copied literally to
10471 the configure script.
10472 (compile): Initialize this to make the autoconf macros' code happy.
10473 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
10474 code to do their jobs.
10475 Use autoconf to produce Makefile and src/config.h.
10476 Remove the Makefile-style comment that autoconf places at the top
10477 of src/config.h.
10478 (config_h_opts): Removed - no longer necessary.
10479 * Makefile.in (configname): Renamed to configuration.
10480 (CONFIG_CFLAGS): Renamed to DEFS.
10481 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
10482 get values via autoload @cookies@.
10483 (libsrc_libs): Get this from autoconf. We used to do nothing
10484 about this.
10485 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
10486
10487 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
10488 echo the move-if-change command.
10489
104901993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
10491
10492 * make-dist: Distribute lib-src/rcs-checkin.
10493
10494 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
10495 Don't try to make links to the RCS or Old subdirectories.
10496 Use the appropriate extension for the compression type in use.
10497 Create the tar file in the shell's initial default directory, not
10498 in ${tempparent}.
10499 Erase the whole ${tempparent} tree, not just ${tempdir}.
10500
105011993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10502
10503 * Makefile.in (src/paths.h): Don't echo the huge sed command we
10504 use to build paths.h.
10505 (lib-src/Makefile, src/Makefile): Similarly.
10506
10507 * configure: Extend test for working `const' keyword to handle AIX
10508 3.2 cc.
10509
105101993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10511
10512 * make-dist: Distribute lisp/term/ChangeLog.
10513
10514 Arrange for C compilation throughout the tree to get
10515 C_SWITCH_SYSTEM from the configuration files.
10516 * configure: Extract C_SWITCH_SYSTEM from the machine and
10517 system-dependent files, and save it in the top-level Makefile.
10518 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
10519 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
10520
10521 * make-dist: Include the VMS support files in oldXMenu in the
10522 distribution.
10523
10524 * configure: Doc fix.
10525
10526 * configure: Fix corrupted config_h_opts.
10527
10528 * configure: Properly report option names in error messages.
10529
10530 * configure: Properly recognize --x-includes and --x-libraries
10531 options.
10532
10533 * configure: Fix syntax errors in code handling XFree386.
10534
105351993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10536
10537 * configure: Add special code to detect XFree386, and tell
10538 config.h about it.
10539
10540 * configure: Properly handle extracting values of LIBS_MACHINE and
10541 LIBS_SYSTEM that contain spaces.
10542
10543 * configure: Add `--x-includes' and `--x-libraries' options. I
10544 think these are dopey, but no less than three alpha testers, at
10545 large sites, have said they have their X files installed in odd
10546 places. Implement them by setting C_SWITCH_X_SITE and
10547 LD_SWITCH_X_SITE in src/config.h.
10548
105491993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10550
10551 * make-dist: Don't distribute etc/Old files.
10552
10553 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
10554 backups.
10555
105561993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10557
10558 * make-dist: Fix typo.
10559
105601993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10561
10562 * make-dist: Corrected typo, fixed it to discard = and TAGS files
10563 in some cases where it should but didn't seen to.
10564
10565 * Makefile.in: Added unlock and relock productions.
10566
105671993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10568
10569 * make-dist: Add a --compress option to force make-dist to use
10570 compress.
10571
10572 * make-dist: Use gzip, if we can find it.
10573
10574 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10575 make rs6000-ibm-aix default to -aix32.
10576
105771993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10578
10579 * Makefile.in: Added `Developer's configuration' section.
10580
105811993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10582
10583 * Makefile.in: Add commented-out variable settings for developer's
10584 configuration.
10585
105861993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10587
10588 * make-dist: Distribute `src/bitmaps' too.
10589
105901993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
10591
10592 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10593 make rs6000-ibm-aix default to -aix32.
10594
105951993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10596
10597 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
10598
10599 * Makefile.in (install.sysv): Add a second `$' in front of
10600 `${dest}', so that the shell will expand it, instead of Make.
10601
10602 * configure: When processing the name of the configure script,
10603 collapse `././' to `./', but leave a single `./' prefix alone.
10604
10605 * configure: Doc fix.
10606
106071993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10608
10609 * configure: Handle isc3.0 correctly.
10610
106111993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10612
10613 * make-dist: Don't try to copy the COPYING notice into
10614 external-lisp; we're not distributing that directory any more.
10615
106161993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10617
10618 * Makefile.in (install, install.aix, install.xenix, install.sysv):
10619 Remove CVS subdirectories from the installed directory trees, as
10620 well as RCS directories.
10621
106221993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10623
10624 * make-dist: Only copy gmalloc.c if we couldn't link it.
10625 Don't try to copy man/{README,Makefile} unless they actually exist.
10626
10627 * Makefile.in (lisppath): Don't include externallispdir in this.
10628 We're not sure whether we're even going to distribute the
10629 directory yet.
10630
106311993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10632
10633 * make-dist: Don't distribute the external-lisp directory anymore.
10634 * INSTALL: Remove all references to external-lisp.
10635
10636 * configure: Detect whether the compiler supports `const'
10637 properly, and edit src/config.h accordingly.
10638
10639 * configure: Tweak layout of final report.
10640
10641 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
10642 CFLAGS.
10643
10644 * Makefile.in (locallisppath): Make this default to
10645 ${datadir}/emacs/site-lisp, instead of
10646 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
10647 the same thing, and local-lisp causes completion conflicts with
10648 lock.
10649 (lisppath): Add ${externallispdir} to this.
10650 * INSTALL: Adjust installation directions.
10651
10652 * Makefile.in (externallispdir): New variable, to say where to
10653 install the externally-maintained lisp files.
10654 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
10655 the others.
10656 * INSTALL: Describe external-lisp and the new externallispdir
10657 variable.
10658
106591993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10660
10661 * configure (progname): New option `--with-gcc'. Make it clearer
10662 how we are trying to guess whether or not we have GCC.
10663 * INSTALL: Document the `--with-gcc' option, and improve
10664 description of `--with-x' options.
10665
106661993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10667
10668 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
10669 ${infodir} from these variables; we have written out explicit code
10670 to install the info files.
10671
106721993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10673
10674 * make-dist: Don't distributed the RCS files in the etc directory.
10675
106761993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10677
10678 * Makefile.in: Some makes can't handle comments in the middle of
10679 commands; move them to before the whole rule.
10680
106811993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10682
10683 * README: Mention what Emacs is.
10684
106851993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10686
10687 * make-dist: Include `./lisp/calc-2.02' in the distribution.
10688 Add `./cpp' and `./man' back into the distribution.
10689
106901993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10691
10692 * Makefile.in: Define MAKE, and use where appropriate.
10693
106941993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10695
10696 * make-dist: Remember that the authoritative COPYING notice is
10697 `etc/COPYING', not `../etc/COPYING'.
10698
106991992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10700
10701 * make-dist: Make sure that the COPYING notices in each directory
10702 are copies, not symlinks.
10703
107041992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10705
10706 * INSTALL: The build process produces an executable called `emacs'
10707 now. Change references.
10708 * Makefile.in: Adjust `install.mumble' targets to install
10709 `src/emacs', not `src/xemacs'.
10710
10711 * configure: Start with a blank line; this keeps some old CSH's
10712 from thinking it's a CSH script. Most systems will just use
10713 /bin/sh to run it, which is what we're expecting; the only other
10714 shells which might try to interpret it themselves are probably
10715 Bourne-compatible.
10716
107171992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10718
10719 * INSTALL: Improvements suggested by David Mackenzie.
10720
107211992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10722
10723 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10724 Don't try to copy the info files if there aren't any; the
10725 unexpanded globbing pattern disappoints `install'. Ignore the
10726 return status of that command.
10727
10728 * INSTALL: Updated for new configuration arrangement.
10729
10730 * configure: Don't make the top-level Makefile read-only - people
10731 may want to edit the values of the path variables.
10732
10733 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10734 Install the info files in ${infodir}. Install the executable
10735 under both `emacs' and `emacs-VERSION'.
10736
10737 * Makefile.in: Doc fix.
10738
10739 * Makefile.in (exec_prefix): New variable, as per latest version
10740 of coding standards.
10741 (bindir, libdir): Use it, instead of `prefix'.
10742 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
10743
10744 * Makefile.in (mandir): Make the default value for this depend on
10745 $(prefix).
10746
10747 * Makefile.in (datadir, statedir, libdir): Make these all default
10748 to ${prefix}/lib.
10749 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
10750 to compensate.
10751
10752 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10753 Install the etags and ctags man pages too.
10754
10755 * Makefile.in (distclean): Don't delete backup files; that's the
10756 job of extraclean.
10757 (extraclean): Like distclean, but deletes backup and autosave files.
10758
107591992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10760
10761 Make path specification conform to GNU coding standards.
10762 * configure (long_usage): Remove all traces of old arguments from
10763 usage messages, and document the options we do accept in more
10764 detail: -with-x... and --srcdir.
10765 (options, boolean_opts): Deleted; we don't have enough options to
10766 make this worthwhile.
10767 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
10768 along with the code which supported them; these should be set as
10769 arguments to the top-level make.
10770 (config_h_opts): Since this no longer doubles as a list of option
10771 names, make them upper case; this simplifies the code which uses
10772 them to build the sed command to edit src/config.h. Change the
10773 code which sets them.
10774 (cc, g, O): Don't allow the user to set these using options; they
10775 should be specified using `CC=' and `CFLAGS=' arguments to the
10776 top-level make. Just choose reasonable default values for them,
10777 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
10778 values.
10779 (gnu_malloc, rel_alloc): Don't allow the user to set these using
10780 options; use them whenever the configuration files say they're
10781 possible.
10782 Simplify the argument processing loop. Don't accept abbreviations
10783 for option names; these might conflict with other configuration
10784 options in the future.
10785 Add some support for the `--srcdir' option. Check for the sources
10786 in . and .. if `--srcdir' is omitted. If the directories we will
10787 compile in don't exist yet, create them under the current directory.
10788 Note that the rest of the build process doesn't really support
10789 this.
10790 Edit only the top Makefile. That should edit the others. Edit
10791 into the makefile: `version', from lisp/version.el, `configname'
10792 and `srcdir' from the configuration arguments, `CC' and
10793 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
10794 the user's path, and LOADLIBES as gleaned from the system
10795 description files.
10796 Simplify the report generated; it doesn't need to include any
10797 description of paths now.
10798 Make `config.status' exec configure instead of just calling it, so
10799 there's no harm in overwriting `config.status'.
10800 * Makefile.in (version, configname): New variables, used to choose
10801 the default values for datadir and libdir.
10802 Path variables rearranged into two clearer groups:
10803 - In the first group are the variables specified by the GNU coding
10804 standards (prefix, bindir, datadir, statedir, libdir, mandir,
10805 manext, infodir, and srcdir).
10806 - In the second are the variables actually used for Emacs's paths
10807 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
10808 archlibdir), which depend on the first category.
10809 datadir and libdir default to directories under
10810 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
10811 demand.
10812 etcdir and lispdir default to subdirectories of datadir.
10813 archlibdir defaults to libdir.
10814 The new installation tree is a bit deeper than it used to be, so
10815 use the new make-path program in lib-src to build them all.
10816 Always build a new src/paths.h.tmp and then move-if-change it to
10817 src/paths.h, to avoid unnecessary rebuilds while responding to the
10818 right changes.
10819 Remove all mention of arch-lib. Run utility commands from
10820 lib-src, and let the executables be copied into archlibdir when
10821 Emacs is installed.
10822 Add targets for src/Makefile, lib-src/Makefile, and
10823 oldXMenu/Makefile, editing the values of the path variables into
10824 them.
10825 Let lib-src do its own installation.
10826 (datadir): Default to putting data files under
10827 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
10828 (emacsdir): Variable deleted; it would only be confusing to use.
10829 (lispdir, etcdir): Default to ${datadir}/lisp.
10830 (mkdir): Use make-path for this.
10831 (lockdir): Do this in mkdir.
10832 (Makefile): New target.
10833
10834 * configure (usage_message): Rename to long_usage.
10835
10836 * make-dist: Don't bother creating an arch-lib directory; that's
10837 only for installation now.
10838
108391992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10840
10841 * configure: Use GCC-style configuration names, using config.sub.
10842 Change the usage and help messages.
10843
10844 * configure: Initialize window_system, not indow_system.
10845
10846 * configure: Report which window system, compiler, and signal
10847 handler return type we decide to use.
10848
10849 * make-dist: Explain what's going on if config.sub and gmalloc.c
10850 can't be linked. Place the code which copies them near the code
10851 which links the rest of the files around them.
10852
108531992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
10854
10855 * make-dist: Don't bother to distribute src/*.com, or
10856 src/vmsbuild; those have all been moved to `../vms'.
10857
108581992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10859
10860 * make-dist: Don't forget that the way to avoid filenames starting
10861 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
10862 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
10863 couldn't make hard links to, since we have two already, and
10864 perhaps more to come.
10865
108661992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10867
10868 * configure: When editing parameters into lib-src/Makefile, change
10869 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
10870 needs some other flags too.
10871
108721992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10873
10874 * configure: Remove spurious echo of the configuration name.
10875
10876 * make-dist: Don't distribute files in src/m and src/s whose names
10877 begin with `='.
10878
108791992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10880
10881 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10882 Also LISP_FLOAT_TYPE.
10883
108841992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10885
10886 * make-dist: Copy config.sub, since it's a symbolic link to a file
10887 on another file system.
10888
108891992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10890
10891 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10892 distribution.
10893
10894 * config.sub: New file, to help us recognize configuration names.
10895 * make-dist: Include it in the distribution.
10896
108971992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10898
10899 * configure: Convert `-' to `_' in specified option names.
10900 Accept options with --. Delete --highpri and --have-x-menu options.
10901 New options --with-x and --with-x10 replace -window-system.
10902 Don't mention options --gnu-malloc, --rel-alloc
10903 or --lisp-float-type in help message.
10904
109051992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10906
10907 * make-dist: Include the `vms' subdirectory in the distribution.
10908
109091992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10910
10911 * configure: Remove lines starting with "# DIST: " when building
10912 lib-src/Makefile and src/Makefile. This allows us to mark the
10913 "Makefile.in" files with explanatory comments which won't also get
10914 stuck in the Makefiles.
10915
109161992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10917
10918 * make-dist: Don't use the '+' operator in the sed regular
10919 expression that extracts the version number from lisp/version.el;
10920 Ultrix sed doesn't seem support the operator. Just double the
10921 operand and use *.
10922
109231992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10924
10925 * Makefile.in: Doc fix.
10926
109271992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10928
10929 * configure: Rewrite sed command to remove at most one ./ prefix;
10930 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10931 group.
10932
109331992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10934
10935 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10936
109371992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10938
10939 * make-dist: Go ahead and build a new TAGS file, unless the
10940 --newer option was specified. Don't try to delete a TAGS file
10941 from etc; it's not kept there, and shouldn't be deleted anyway.
10942
109431992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10944
10945 * make-dist: If the lisp directory contains a default.el, don't
10946 distribute it.
10947
10948 * configure: When searching signal.h for the type of a signal
10949 return handler, make a copy of it, not a symbolic link to it; that
10950 way, it will work on systems that don't have symbolic links.
10951
109521992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10953
10954 * make-dist: Taught it about vcdiff and rcs2log, added --newer
10955 option for generating incremental distributions. Stopped it from
10956 generating a TAGS file into the distribution; that sucker is
10957 *big*, and easily enough generated with the toplevel makefile.
10958
109591992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10960
10961 * configure: When writing config.status, don't prefix progname
10962 with a '.'; it might be absolute.
10963
109641992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10965
10966 * configure: Choose to use X11 if either /usr/lib/libX11.a or
10967 /usr/include/X11 exist, not only if both exist.
10968
109691992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10970
10971 * make-dist: Make the new external-lisp directory a duplicate of
10972 the external-lisp directory, not the lisp directory.
10973
109741992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10975
10976 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10977 clean' in arch-lib; it doesn't even have a Makefile.
10978
10979 * Makefile.in (clean, mostlyclean): In the test which tries to
10980 distinguish between the build directory, which should be cleaned,
10981 and the installed directory, which shouldn't, cd to `${emacsdir}',
10982 not `${DESTDIR}${LIBDIR}'.
10983
109841992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10985
10986 * make-dist: Be sure to delete the .c and .h files that YACC and
10987 BISON create from getdate.y.
10988
10989 * external-lisp: New directory; see `external-lisp/README'.
10990 * make-dist: Added support for the external-lisp subdirectory.
10991
10992 * make-dist: Changed message which complains that make-dist wasn't
10993 invoked in the right directory to indicate which files it was
10994 looking for.
10995
109961992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10997
10998 * configure: Add comments explaining why we can't translate
10999 character ranges or control characters in `tr'.
11000
110011992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11002
11003 * configure: When generating the configuration message, we used to
11004 build the message from the start so that each line began with "# "
11005 so that it would be a comment in `config.status'. However, this
11006 causes trouble if any of the variables we use in the message
11007 expand to more than one line of text - as gnu_malloc_reason
11008 sometimes does. So instead, we build the message as it should be
11009 printed to the user (i.e. without the "# " prefixes), and stick on
11010 the "# "s when we write it to `config.status'.
11011
11012 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
11013 `lib-src' and `arch-lib'.
11014
11015 * configure: When generating report and `config.status' file, note
11016 that bindir only determines where `make install' and
11017 `build-install' will place the executables; this should make it
11018 clear that the ordinary build process will not try to install
11019 things.
11020
110211992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11022
11023 * make-dist: Change messages to say that we are 'making links to
11024 X', rather than 'copying X'. And put `' quotes around file names.
11025
11026 * make-dist: Include '.tmp' in the name of the staging directory.
11027
11028 * make-dist: Pass the `-f' option to rm when you're not sure that
11029 the files you're removing actually exist.
11030
11031 * make-dist: When setting up etc/COPYING, always nuke whatever is
11032 there, and then copy it in, to make sure we get a real file.
11033
11034 * make-dist: Don't try to distribute *.defns files any more. The
0105dc3e 11035 only such file was for simula.el, which has been superseded by a
067d23c9
KY
11036 version which doesn't have a separate .defns file.
11037
110381992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
11039
11040 * make-dist: Don't distribute configured versions of config.h.in,
11041 paths.h.in, Makefile.in in src.
11042
11043 * configure: Delete .tmp files before creating them; don't bother
cd1181db 11044 trying to make final targets writable first, since it won't
067d23c9
KY
11045 matter to move-if-change.
11046
110471992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11048
11049 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
11050 mkdir and chmod in the center of all the conditionals. GNU Make
11051 will strip these out, but other makes won't.
11052
110531992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11054
11055 * make-dist: Include move-if-change in list of files to distribute.
11056
110571992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11058
11059 * configure: Remove any "." elements from the program name.
11060
11061 * configure: Don't record the values of all the possible arguments
11062 in config.status; only record the options that the user specified.
11063
11064 * configure: Use move-if-change to move in the new src/config.h.
11065
110661992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
11067
11068 * move-if-change: New file, copied from gcc release.
11069 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
11070 a temp file, so we don't update paths.h if an error occurs or if
11071 it doesn't need changing.
11072
110731992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11074
11075 * Makefile.in (src/paths.h): Do not install a value for the
11076 PATH_SUPERLOCK value; that macro doesn't exist anymore.
11077 * build-install.in: Same thing.
11078
110791992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11080
11081 * make-dist: Check the flag called "make_tar", not "make_dir"; the
11082 latter, being a typo, is always false, resulting in a program
11083 whose default behavior is to painstakingly build a copy of the
11084 source tree, and then delete it. Rah.
11085
11086 * Makefile.in: Add dist target, and comment for it.
11087
11088 * configure: When scanning <signal.h> for a declaration for
11089 signal, create a symbolic link with a name ending in .c, so the
11090 compiler won't complain that it's only been given .h files.
11091
11092 * configure: Check whether there are any arguments available
11093 before shifting to get the value of a non-boolean parameter.
11094
11095 * make-dist: Doc fix.
11096
110971992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11098
11099 * configure: Instead of grepping /usr/include/signal.h for a
11100 signal declaration, run /usr/include/signal.h or
11101 /usr/include/sys/signal.h through cpp and grep for the
11102 declaration.
11103
11104 * configure: Redirect the output of grep to /dev/null instead of
11105 using grep -s - that flag means different things on other systems.
11106
11107 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
11108 since the former is recognizable even if you don't know what
11109 'dumping' is.
11110 * configure: Accommodate that change.
11111
11112 * configure: Accept options for all of the directories you can
11113 change in the Makefile.
11114
11115 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
11116
11117 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
11118 FOO before you can use them.
11119
11120 * build-install.in: Made the "Where To Install Things" section
11121 conform with the similar section from Makefile.in. Copied section
11122 which builds src/paths.h from src/paths.h.in from the Makefile.
11123
111241992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11125
11126 * configure: Write config.status to pass its command-line
11127 arguments on to configure, so that people can use it to recreate
11128 an old configuration, with minor changes.
11129
111301992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11131
11132 * configure: Don't rely on option variables being unset if their
11133 values are the empty string. In particular, when producing the
11134 English report, don't assume that highpri will be unset when no
11135 increased priority has been requested; -highpri='' should be the
11136 same as omitting -highpri altogether.
11137
11138 * configure: Fix dumb bug: when running the system and machine
11139 description files through cpp, mark those lines that we want to
11140 evaluate with the string '@configure@', and then only evaluate
11141 them. This way if the files include anything that actually
11142 generates text (type definitions or external declarations, say),
11143 we won't try to eval it.
11144
111451992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11146
11147 * make-dist: New shell script.
11148
11149 * configure: When creating foo from foo.in, make foo read-only to
11150 remind people to edit the .in file instead.
11151
11152 * INSTALL: Changed references to config.h-dist to config.h.in.
11153 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
11154 to build src/paths.h from src/paths.h.in; added a paragraph to do
11155 this.
11156 * configure, Makefile, build-install: Changed filenames like
11157 FOO-dist to FOO.in.
11158
111591992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11160
11161 * Makefile, build-install: Renamed to Makefile.in and
11162 build-install.in; the configure script will edit these to produce
11163 the usable Makefile and build-install.
11164 * configure: Changed to produce ./Makefile, ./build-install,
11165 lib-src/Makefile, and src/Makefile from their *.in counterparts,
11166 instead of editing them in place.
11167
111681992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11169
11170 * Makefile: Re-arranged so that the undumped Emacs will search
11171 ../lisp *after* the site's local elisp files.
11172 (locallisppath, dumplisppath): New variables.
11173 (lisppath): This variable's default value is now chosen based on
11174 $(locallisppath) and $(lispdir); while it used to be the
11175 customization point for adding site-local elisp directories to
11176 load-path, that job is now handled mostly by locallisppath.
11177 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
11178 Check the values being assigned to the *LOADSEARCH macros for null
11179 path elements (like '::' in 'foo::bar').
11180
11181 * configure: When checking if the machine- and system-dependent
11182 files define a particular macro or not, actually run them through
11183 CPP and test the macros with #ifs, instead of just grepping for
11184 the macros' names. In particular, check for SYSTEM_MALLOC in this
11185 way.
11186
111871992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11188
11189 * Makefile (install): Don't use -s in install. (Keep the symbols.)
11190
111911992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11192
11193 * configure: Make the config.status file an executable shell
11194 script which will recreate the same configuration. Include the
11195 verbal description of the current configuration as a comment in
11196 the script.
11197 * INSTALL: Doc fix.
11198
11199 * Makefile: Brought the Makefile up to the GNU coding
11200 standards, as described in standards.text:
11201 (TAGS): New name for the target which rebuilds the tags table.
11202 (check): New target; doesn't do anything yet.
11203 (mostlyclean): New target, synonymous with clean.
11204 (realclean): New target. Currently, this just calls the
11205 subdirectories's makefiles and then deletes config.status.
11206 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
11207 variables.
11208 Installation directory variables changed to conform.
11209 (install, install.sysv, install.xenix, install.aix): Changed the
11210 code which copies the directories into their installed location to
11211 allow the installed locations to be in several different
11212 directories; the old version assumed that they would all be in
11213 $(emacsdir).
11214 (mkdir, lockdir): Allow the installed locations to be in several
11215 different directories.
11216 * INSTALL: Doc fix.
11217
11218 * build-install: Use the same variable names as the Makefile.
11219 Allow the installed locations to be in several different
11220 directories.
11221
112221992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11223
11224 * Makefile (src/paths.h): Instead of using a single sed command to
11225 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
11226 separately, and don't forget to append "/!!!SuperLock!!!" to the
11227 value of the PATH_SUPERLOCK macro.
11228
11229 * config.emacs: Renamed to configure, for consistency with other
11230 GNU products. Internal references changed.
11231 INSTALL, Makefile: References changed.
11232
11233 * lock: New directory, which should always be empty. If this
11234 directory doesn't exist, Emacs won't complain; it just won't lock.
11235 Having this here means that people can just unpack Emacs, build
11236 it, and have locking work.
11237
11238 * share-lib: Re-renamed to etc, for the sake of tradition.
11239 * config.emacs: Changed default value for datadir to ../etc.
11240 * INSTALL, README: Adjusted.
11241
112421992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11243
11244 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
11245 by running CPP on the appropriate s/*.h and m/*.h files.
11246
112471992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11248
11249 * config.emacs: Make sure to set the "exit on error" flag once
11250 we've removed config.status; errors should abort the configuration.
11251
112521992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11253
11254 * config.emacs: Added -distribute option, so that the Makefile
11255 paths are in their proper form. I don't know why this matters.
11256
112571992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11258
11259 * local-lisp: New directory, empty in the distribution, for people
11260 to put local elisp code in.
11261 * config.emacs: Include it in the default load path.
11262 * README: Document it.
11263
112641992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11265
11266 * config.emacs: Guess the type of signal handling functions based
11267 on the contents of /usr/include/signal.h.
11268
11269 * config.emacs: Print out progress report messages.
11270
11271 * Makefile (src/paths.h): Don't generically replace
11272 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
11273 editing of the other entries, and each entry should be dealt with
11274 explicitly anyway.
11275
11276 * build-install: Converted from C-shell to Bourne shell.
11277 * config.emacs: Edit build-install properly.
11278
11279 * config.emacs: Doc fix.
11280
112811992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11282
11283 * Makefile (install): Remove `B' from tar xf command.
11284
112851992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11286
11287 * config.emacs: Removed support for the `maintain-environment'
11288 option; the only important difference between this and its absence
11289 has been removed.
11290 * INSTALL: Removed mention of `maintain-environment'.
11291
11292 * config.emacs: Fix arguments to sed when processing boolean
11293 arguments.
11294
112951991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11296
11297 * config.emacs: New file, to help automate the installation
11298 process.
11299
11300 * Makefile: Lots of changes to support the separation of etc into
11301 architecture-dependent and -independent files:
11302 (EMACSROOT): New variable, giving the directory under which all of
11303 Emacs's libraries should be installed. Changed rest of file to
11304 use it.
11305 (LIBDIR): Now denotes only architecture-dependent dir.
11306 (DATADIR): New variable, denoting architecture-independent dir.
11307 (LOCKDIR): New variable, for completeness.
11308 (SUBDIR): No more etc, new lib-src.
11309 (COPYDIR): No more etc, new arch-lib and share-lib.
11310 (src/paths.h): Set PATH_DATA and the LOCK macros too.
11311 (src): Now depends on lib-src, not etc.
11312 * build-install: Changes parallel to the above.
11313 * README: Describe the new arrangement.
11314
11315 * vms: New subdirectory for all the VMS stuff.
11316
113171991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11318
11319 * Makefile (LISPPATH): New variable.
11320 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
11321
113221990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
11323
11324 * Makefile (install, install.sysv, install.xenix):
11325 Install wakeup instead of loadst. No need for setuid or setgid.
11326
113271990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11328
11329 * Makefile (clean): Clean etc if that's not the installation dir.
11330
113311990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11332
11333 * Makefile (paths.h): Make sed alter each name in the path.
11334
113351988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11336
11337 * Makefile (install.sysv): Use cpio, not tar.
11338
113391988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11340
11341 * Makefile (lockdir): Rename `lock' target.
11342 Depend on it from install*, not from `all'.
11343
113441988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
11345
11346 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
11347 to match build-install and paths.h.
11348
11349;; Local Variables:
11350;; coding: utf-8
067d23c9
KY
11351;; End:
11352
1a71cb28 11353 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
067d23c9
KY
11354
11355 This file is part of GNU Emacs.
11356
11357 GNU Emacs is free software: you can redistribute it and/or modify
11358 it under the terms of the GNU General Public License as published by
11359 the Free Software Foundation, either version 3 of the License, or
11360 (at your option) any later version.
11361
11362 GNU Emacs is distributed in the hope that it will be useful,
11363 but WITHOUT ANY WARRANTY; without even the implied warranty of
11364 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11365 GNU General Public License for more details.
11366
11367 You should have received a copy of the GNU General Public License
11368 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.