X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/59ce725a3b68cbc324f01bc8dc5f9e07286431d1..0a29fbf3ee4cc7cb50ef1603cc7a4c3958a37400:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 2b38e17910..55afae13d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,254 @@ +2008-04-23 Dan Nicolaescu + + * configure.in: Remove hpux10.20 from the desupported list. + +2008-04-18 Stefan Monnier + + * configure.in: Define USE_LUCID/USE_MOTIF in config.h. + +2008-04-16 Stefan Monnier + + * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE + rather than change CPPFLAGS. + (HAVE_GTK): Rename to USE_GTK. + +2008-04-16 Yavor Doganov (tiny change) + + * configure.in: Replace the obsolete macros AC_AIX and + AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS. + +2008-04-05 Andreas Schwab + + * configure.in: No longer create admin/unidata/Makefile. + +2008-03-28 Andreas Schwab + + * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile. + (lisp/Makefile): New rule. + +2008-03-13 Glenn Morris + + * configure.in (AC_INIT): Fix version number. + (sync-input): Reword the option, since it's on by default. + +2008-03-11 Jan Djärv + + * configure.in: Add --enable-sync-input, default yes. + +2008-03-11 Glenn Morris + + * Makefile.in (install-etc, mkdir): Handle directory + etc/images/icons/hicolor/*/mimetypes/. + + * make-dist: Handle icons/hicolor/scalable directory. + +2008-03-05 Glenn Morris + + * configure.in: Enable font-backend by default. + (USE_FONT_BACKEND): Set to "no" in absence of X. + (PKG_CONFIG): Don't set multiple times, once is enough. + (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text. + +2008-03-03 Glenn Morris + + * Makefile.in (iconsrcdir): New variable. + (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon + directory. + +2008-02-29 Glenn Morris + + * test/: New directory. + +2008-02-27 Jan Djärv + + * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10. + +2008-02-25 Dan Nicolaescu + + * configure.in: Print an error for systems that we think are + obsolete and are proposed to be removed. Remove some more unused + systems. + +2008-02-24 Dan Nicolaescu + + * configure.in: Remove references to obsolete variables and + systems. + +2008-02-21 Glenn Morris + + * Makefile.in (set_installuser): New. + (install-arch-indep): Use set_installuser to avoid duplicate code. + + * README.unicode: Split into admin/notes/unicode,font-backend and + remove. + +2008-02-10 Matthew Luckie (tiny change) + + * configure.in (arm*-*-freebsd*): Added. + +2008-02-09 Dan Nicolaescu + + * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code + dealing with obsolete variables. + +2008-02-08 Glenn Morris + + * Makefile.in (check-info-dir): New target. + +2008-02-08 Michael Olson + + * Makefile.in (INFO_FILES): Add epa. + + * info/dir: Add EasyPG Assistant manual to the "Emacs misc + features" section. + +2008-02-06 Glenn Morris + + * configure.in (--with-gcc): Give an error saying this option has + been removed. + (--with-gtk): Remove this option. + +2008-02-06 Tom Tromey + + * configure.in (--with-gcc): Remove. + * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc. + +2008-02-05 Ulrich Mueller + + * INSTALL: Recommend giflib, not libungif. + +2008-02-05 Tom Tromey + + * configure.in (--with-dbus): Default to enabled. + +2008-02-05 Kenichi Handa + + * INSTALL (Complex Text Layout support libraries): New section. + +2008-02-04 Dan Nicolaescu + + * make-dist: Remove references to files in mac/ that have been + deleted. + +2008-02-02 Thien-Thi Nguyen + + * configure.in: For libotf and m17n-flt checks, set shell vars + HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and + pkg_check_m17n_flt, respectively, for the sake of the summary output. + Reported by Ulrich Mueller. + +2008-02-02 Eli Zaretskii + + * configure.in: If admin/unidata/UnicodeData.txt is present, copy + admin/unidata/Makefile.in to Makefile. + +2008-02-02 Glenn Morris + + * configure.in (HAVE_XFT): Ensure it is either "yes" or "no". + (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF) + (HAVE_XFT): Add "Does Emacs use..." messages at end. + +2008-02-01 Miles Bader + + * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft], + [libotf], and [m17n-flt] options. + +2008-02-01 Kenichi Handa + + * configure.in: Add EMACS_ARG_N([libotf]...), and + EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not + CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE, + CFLAGS, and LIBS in checking of m17n-flt. + +2008-02-01 Kenichi Handa + + * configure.in: Check the availability of m17n-flt library. + +2008-02-01 Kenichi Handa + + * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is + not available. + +2008-02-01 Kenichi Handa + + * configure.in: New args --enable-font-backend, --with-xft, + --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT, + HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS, + FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS, + FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS. + +2008-02-01 Kenichi Handa + + * make-dist: Include etc/charsets in tarball. + +2008-02-01 Kenichi Handa + + * configure.in: While running cpp on junk.c, include + -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt + exists. + +2008-01-29 Dan Nicolaescu + + * configure.in (xtensa): Match more configurations. + +2008-01-27 Dan Nicolaescu + + * configure.in: Update comment. + +2008-01-26 Glenn Morris + + * configure.in (--without-gcc): By default, neither off nor on. + (--with-carbon): Tone down rhetoric in help text. + +2008-01-25 Glenn Morris + + * configure.in: Correct usage of OPTION_DEFAULT_ON, + OPTION_DEFAULT_OFF so that the defaults are as they used to be. + Default `Carbon' to off (it's unsupported). + +2008-01-24 Glenn Morris + + * configure.in: Standardize dbus-related messages. + +2008-01-23 Michael Olson + + * configure.in (pkg-config-prog): Remove initial whitespace. + +2008-01-23 Tom Tromey + + * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros. + (EMACS_ARG_Y, EMACS_ARG_N): Remove. + Update all users. + +2008-01-21 Dan Nicolaescu + + * config.guess, config.sub: Updated from master source. + +2008-01-17 Andreas Schwab + + * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR. + +2008-01-17 Glenn Morris + + * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems. + +2008-01-16 Dan Nicolaescu + + * configure.in: Remove more references to unsupported systems. + +2008-01-16 Sven Joachim + + * make-dist: Add --lzma. + +2008-01-16 Glenn Morris + + * Makefile.in (maybe_bootstrap): Remove texinfo message, since + configure checks for this. + +2008-01-13 Dan Nicolaescu + + * configure.in: Remove more references to unsupported systems. + 2008-01-06 Romain Francoise * configure.in: Delete extra semicolons. @@ -29,12 +280,12 @@ * configure.in: D-Bus is not enabled by default. -2007-12-06 Jan Dj,Ad(Brv +2007-12-06 Jan Djärv * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous change. -2007-12-04 Jan Dj,Ad(Brv +2007-12-04 Jan Djärv * configure.in: Give package name and verision to AC_INIT. @@ -42,22 +293,16 @@ * configure.in: Use PKG_CHECK_MODULES to check for D-Bus. - * configure: Regenerate. - 2007-12-03 Michael Albinus * configure.in: No need for DBUS_INFO anymore. - * configure: Regenerate. - * Makefile.in (INFO_FILES): Use dbus unconditionally. 2007-12-02 Michael Albinus * configure.in: Add D-Bus checks. D-Bus is disabled by default. - * configure: Regenerate. - * Makefile.in (INFO_FILES): Add dbus. 2007-12-02 Romain Francoise @@ -97,7 +342,7 @@ * configure.in: Deprecate Mac Carbon port. -2007-11-01 Jan Dj,Ad(Brv +2007-11-01 Jan Djärv * configure.in: Remove HAVE_X11R5 check. @@ -190,7 +435,7 @@ * configure.in: Use AS_HELP_STRING throughout. * configure: Regenerate. -2007-09-02 Jan Dj,Ad(Brv +2007-09-02 Jan Djärv * configure.in: Require Gtk/Glib 2.6. @@ -216,7 +461,7 @@ * README.multi-tty: Move to admin/notes/multi-tty, with some edits. -2007-08-29 K,Aa(Broly L$,1 q(Brentey +2007-08-29 Károly Lőrentey * README.multi-tty: New file. @@ -224,7 +469,7 @@ * README: Increase version to 23.0.50. -2007-08-29 Jan Dj,Ad(Brv +2007-08-29 Jan Djärv * configure.in: New option: --without-xaw3d. @@ -259,7 +504,7 @@ * COPYING, info/COPYING: Switch to GPLv3. -2007-06-20 Jan Dj,Ad(Brv +2007-06-20 Jan Djärv * configure.in: Complain if X seems to be installed but no development files were found. @@ -268,11 +513,11 @@ * configure.in: Prefer libgif over libungif. -2007-06-14 Jan Dj,Ad(Brv +2007-06-14 Jan Djärv * configure.in: Check for all image libraries before exiting. -2007-06-13 Jan Dj,Ad(Brv +2007-06-13 Jan Djärv * configure.in: Exit with error if image libraries aren't found. @@ -285,7 +530,7 @@ * configure.in (HAVE_GIF): If -lungif fails, try -lgif. -2007-06-11 Jan Dj,Ad(Brv +2007-06-11 Jan Djärv * configure.in: Change wording about yes/gtk and lucid/athena being synonyms. @@ -397,7 +642,7 @@ * configure: Regenerate. -2007-03-18 Jan Dj,Ad(Brv +2007-03-18 Jan Djärv * configure.in: Warning for Gtk+ and Cygwin added. (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS. @@ -433,7 +678,7 @@ * configure: Regenerate. -2007-01-26 Jan Dj,Ad(Brv +2007-01-26 Jan Djärv * configure.in: Add check for libXft. @@ -466,12 +711,12 @@ * configure: Regenerate with autoconf 2.61. -2006-12-20 Jan Dj,Ad(Brv +2006-12-20 Jan Djärv * configure.in: Detect alsa/asoundlib.h also. * configure: Regenerate. -2006-12-19 Jan Dj,Ad(Brv +2006-12-19 Jan Djärv * configure.in: Check if GTK+ compiles at all. @@ -484,7 +729,7 @@ * configure.in: Add support for Solaris 10 on x86-64. -2006-12-08 Jan Dj,Ad(Brv +2006-12-08 Jan Djärv * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage of PKG_CONFIG_PATH. @@ -517,7 +762,7 @@ 2006-11-08 YAMAMOTO Mitsuharu * configure.in: Prefer X11 to Carbon only when some X-specific - option is specified (Thanks to Jan Dj,Ad(Brv and Andreas Schwab). + option is specified (Thanks to Jan Djärv and Andreas Schwab). 2006-11-04 Romain Francoise @@ -626,7 +871,7 @@ * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts. -2006-05-18 Jan Dj,Ad(Brv +2006-05-18 Jan Djärv * configure.in: Add check for ALSA. @@ -667,7 +912,7 @@ * configure.in (s390x-*-linux-gnu*): New configuration. -2006-01-31 Jan Dj,Ad(Brv +2006-01-31 Jan Djärv * configure.in: Require GTK 2.4 or newer. @@ -807,7 +1052,7 @@ Update FSF's address in GPL notices. -2005-06-19 J,Ai(Br,At(Bme Marant +2005-06-19 Jérôme Marant * Makefile.in (epaths-force): Protect both lisppath and buildlisppath from whitespace. @@ -816,11 +1061,11 @@ * configure.in: Support Darwin/MacOSX on Intel -2005-06-06 Jan Dj,Ad(Brv +2005-06-06 Jan Djärv * configure.in (HAVE_CANCELMENUTRACKING): New test. -2005-05-11 J,Ai(Br,At(Bme Marant +2005-05-11 Jérôme Marant * configure.in: Add --enable-locallisppath. @@ -830,7 +1075,7 @@ Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes. -2005-05-07 J,Ai(Br,At(Bme Marant +2005-05-07 Jérôme Marant * make-dist: Remove references to makefile.nt and makefile.def. Include widgets and images subdirectories of etc. Do not exclude @@ -860,11 +1105,11 @@ * configure.in : Don't let a special LessTif/Motif1.2 install shadow the main Lesstif/Motif-2.1 libs and includes. -2005-03-10 Jan Dj,Ad(Brv +2005-03-10 Jan Djärv * configure.in: Only add XASSERTS to cppflags. -2005-03-04 Jan Dj,Ad(Brv +2005-03-04 Jan Djärv * configure.in: Added --enable-asserts. @@ -892,7 +1137,7 @@ * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly committed to src/config.in. -2004-12-07 Jan Dj,Ad(Brv +2004-12-07 Jan Djärv * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for pthreads and define HAVE_GTK_AND_PTHREAD. @@ -930,14 +1175,14 @@ * configure.in: Add check for getrusage. -2004-11-02 Jan Dj,Ad(Brv +2004-11-02 Jan Djärv * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION): New tests for new and old GTK file dialogs. (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set to no. -2004-10-20 Jan Dj,Ad(Brv +2004-10-20 Jan Djärv * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32 can be set. Remove SETARCH test. @@ -946,12 +1191,12 @@ * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h -2004-10-06 Jan Dj,Ad(Brv +2004-10-06 Jan Djärv * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to AC_MSG_WARN. Move output of warning message to end of configure run. -2004-10-05 Jan Dj,Ad(Brv +2004-10-05 Jan Djärv * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD. Run test to see if heap start address is random. @@ -961,11 +1206,11 @@ * configure.in (HAVE_EXECSHIELD): Test correct env variable to see if setarch is present. -2004-09-25 Jan Dj,Ad(Brv +2004-09-25 Jan Djärv * configure.in (HAVE_EXECSHIELD): Only define on x86. -2004-09-24 Jan Dj,Ad(Brv +2004-09-24 Jan Djärv * configure.in: Check for exec-shield. @@ -1071,7 +1316,7 @@ * configure.in : Use fink packages if available. -2004-01-25 J,Ai(Br,At(Bme Marant (tiny change) +2004-01-25 Jérôme Marant (tiny change) * make-dist (lispref): Do include lispref/index.texi. @@ -1093,7 +1338,7 @@ * configure.in: Check for . Include it before including . Move check for before its use. -2003-12-24 Jan Dj,Ad(Brv +2003-12-24 Jan Djärv * Makefile.in (install-arch-dep): Don't let cd output go into pipe for carbon_appdir. @@ -1107,7 +1352,7 @@ * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of hardcoding gcc. -2003-11-16 Jan Dj,Ad(Brv +2003-11-16 Jan Djärv * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle multiple displays. @@ -1221,16 +1466,16 @@ * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*. -2003-04-28 Francesco Potort,Al(B +2003-04-28 Francesco Potortì - * configure.in: Undo last (RMS') change, as it is useless, per + * configure.in: Undo last (RMS') change, as it is useless, per Dave Love. 2003-04-08 Richard M. Stallman * configure.in: Put #include of jpeglib.h at start of line. -2003-04-30 Kai Gro,A_(Bjohann +2003-04-30 Kai Großjohann * INSTALL (* GNU/Linux development packages): Mention Debian and RedHat package names. @@ -1239,12 +1484,12 @@ * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*. -2003-04-30 Kai Gro,A_(Bjohann +2003-04-30 Kai Großjohann * INSTALL (* GNU/Linux development packages): Tell people to install additional packages for compiling Emacs. -2003-04-06 Francesco Potort,Al(B +2003-04-06 Francesco Potortì * configure.in: Use the same configuration for all aix5, not just aix5.1. @@ -1293,17 +1538,17 @@ * Makefile.in (bootstrap): Make bootstrap-after. -2003-01-20 Jan Dj,Ad(Brv +2003-01-20 Jan Djärv * configure.in: Fix --with-gtk. -2003-01-19 Jan Dj,Ad(Brv +2003-01-19 Jan Djärv * configure.in: Add --with-gtk, --with-x-toolkit=gtk * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK. -2003-01-14 Francesco Potort,Al(B +2003-01-14 Francesco Potortì * configure.in (m68k-motorola-sysv): Remove (obsolete). @@ -1369,7 +1614,7 @@ * configure.in (*-sunos5*, *-solaris*): Use sol2-8. -2002-11-14 Francesco Potort,Al(B +2002-11-14 Francesco Potortì * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations. @@ -1394,7 +1639,7 @@ 2002-10-30 Dave Love - * configure.in: Require autoconf 2.53. Test for pty.h, + * configure.in: Require autoconf 2.53. Test for pty.h, sys/mman.h, sys/param.h, mremap, memmove. (AH_BOTTOM): Maybe include strings.h. Add local variables for mode. (AC_PROG_YACC): Delete. @@ -1431,7 +1676,7 @@ (*-sunos5.6*, *-solaris2.6*): New alternative. (*-sunos5*): Use version 2.6 as default. -2002-09-06 Kai Gro,A_(Bjohann +2002-09-06 Kai Großjohann * configure.in: Fix typo. @@ -1466,15 +1711,15 @@ * configure.in (gamedir): Handle it like lispdir. (--with-game-dir option): Delete. -2002-06-21 Pavel Jan,Am(Bk +2002-06-21 Pavel Janík * configure.in: Add support for mipseb-*-netbsd* machines. -2002-06-18 Kai Gro,A_(Bjohann +2002-06-18 Kai Großjohann * Makefile.in (install-arch-indep, uninstall): Add Tramp. -2002-06-17 Kai Gro,A_(Bjohann +2002-06-17 Kai Großjohann * info/dir (File): Add an entry for Tramp. @@ -1498,7 +1743,7 @@ * configure.in (emacs_cv_speed_t): Add square brackets for clarity. -2002-05-04 Pavel Jan,Am(Bk +2002-05-04 Pavel Janík * make-dist: Do not distribute lock/ directory. @@ -1512,7 +1757,7 @@ * configure.in: Delete configure check for access to the game user. -2002-04-29 Pavel Jan,Am(Bk +2002-04-29 Pavel Janík * make-dist: lwlib/Imakefile is removed. @@ -1523,7 +1768,7 @@ * make-dist: Create directories in mac/Emacs.app. -2002-04-25 Pavel Jan,Am(Bk +2002-04-25 Pavel Janík * make-dist: lwlib-Xol* are removed. @@ -1550,7 +1795,7 @@ * configure.in: Add --game-dir, --game-user. Test to see if we can use them. -2002-04-08 Pavel Jan,Am(Bk +2002-04-08 Pavel Janík * configure.in: Add --with-sound. @@ -1563,7 +1808,7 @@ * configure.in: Support AIX 5.1. -2002-03-10 Jan Dj,Ad(Brv +2002-03-10 Jan Djärv * configure.in: Added test for X Session Management (HAVE_X_SM). @@ -1638,7 +1883,7 @@ * configure.in (hppa*-*-linux-gnu*): New alternative. -2001-12-08 Pavel Jan,Am(Bk +2001-12-08 Pavel Janík * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when creating distribution. @@ -1651,12 +1896,12 @@ (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS; this is required by recent Autoconf versions. -2001-12-02 Pavel Jan,Am(Bk +2001-12-02 Pavel Janík * make-dist: Do not try to link removed files (aclocal.m4, _emacs, TODO, vms-pp.trans and others). -2001-11-29 Pavel Jan,Am(Bk +2001-11-29 Pavel Janík * make-dist: Use COPYING from the top-level directory. @@ -1664,7 +1909,7 @@ * configure.in: Add support for FreeBSD/Alpha. -2001-11-29 Pavel Jan,Am(Bk +2001-11-29 Pavel Janík * make-dist: Add COPYING to the top-level directory of the distribution. Simplify the logic behind copying. @@ -1709,7 +1954,7 @@ 2001-11-22 Colin Walters * Makefile.in (install-arch-indep): Install the calc .info files. - (uninstall): Handle deletion of calc .info files (thanks Pavel Jan,Am(Bk). + (uninstall): Handle deletion of calc .info files (thanks Pavel Janík). 2001-11-17 Eli Zaretskii @@ -1720,14 +1965,14 @@ * configure.in: Add coff.h to the list in AC_CHECK_HEADERS. -2001-11-15 Pavel Jan,Am(Bk +2001-11-15 Pavel Janík * Makefile.in (uninstall): Fix previous change. * configure.in, Makefile.in: Add support for --program-prefix, --program-suffix and --program-transform-name options. -2001-11-13 Pavel Jan,Am(Bk +2001-11-13 Pavel Janík * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'. (install-arch-indep): Install emacsclient manual page. @@ -1736,9 +1981,9 @@ 2001-11-12 Eli Zaretskii * make-dist: Add lispref/index.*perm files to the distribution. - From Pavel Jan,Am(Bk . + From Pavel Janík . -2001-11-12 Pavel Jan,Am(Bk +2001-11-12 Pavel Janík * Makefile.in (uninstall): Remove gfdl.1 when uninstalling. @@ -1775,7 +2020,7 @@ * configure.in: Added a check for . -2001-11-01 Pavel Jan,Am(Bk +2001-11-01 Pavel Janík * configure.in: Reindent --help output. From Per Starback (starback@ling.uu.se). @@ -2072,7 +2317,7 @@ them into a single category. Add menu items for RefTeX and Widget. -2000-10-29 Kai Gro,A_(Bjohann +2000-10-29 Kai Großjohann * Makefile.in (install-arch-indep): Use --info-dir instead of --dir-file, and a simple argument instead of --info-file, so that @@ -3181,7 +3426,7 @@ 1997-04-09 Marcus G. Daniels - * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC, + * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC, in case it is desirable to disable the GNU malloc features with glibc. 1997-04-08 Marcus G. Daniels @@ -4028,7 +4273,7 @@ * configure.in (*-sun-sunos4.1.3*): Use shared libraries, since that's what the header file expects. -1995-04-24 Francesco Potort,Al(B (pot@cnuce.cnr.it) +1995-04-24 Francesco Potortì (pot@cnuce.cnr.it) * configure.in (m68k-motorola-sysv*): Distinguish between 68030 and 68040 based machines when choosing options for gnucc. @@ -6805,7 +7050,7 @@ to match build-install and paths.h. ;; Local Variables: -;; coding: iso-2022-7bit +;; coding: utf-8 ;; add-log-time-zone-rule: t ;; End: