X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d088fbb2d39ab5e181c1f54bab112b509d6b0891..c838886252b18058bda047d00e883011ccd87a72:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 8280d712ab..5c095f1393 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,268 @@ +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. + +2008-01-06 Dan Nicolaescu + + * configure.in: Remove references to unsupported systems. + +2008-01-05 Romain Francoise + + * make-dist: Add --bzip2. Update copyright. + +2008-01-05 Dan Nicolaescu + + * configure.in: Remove support for Masscomp. + +2008-01-05 Glenn Morris + + * Makefile.in (desktopdir, icondir): New variables. + (install-arch-indep): Also depend on `install-etc'. + (install-etc): New target. + (mkdir): Also create the `applications' and `icons' directories. + +2008-01-04 Glenn Morris + + * make-dist: Update for new etc/images/icons/hicolor directory. + 2007-12-09 Andreas Schwab * 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. @@ -15,22 +270,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 @@ -56,8 +305,7 @@ 2007-11-20 Andreas Schwab - * configure.in: Always include when checking for - res_init. + * configure.in: Always include when checking for res_init. 2007-11-17 Andreas Schwab @@ -71,7 +319,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. @@ -164,7 +412,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. @@ -190,7 +438,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. @@ -198,7 +446,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. @@ -233,7 +481,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. @@ -242,11 +490,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. @@ -259,7 +507,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. @@ -286,8 +534,7 @@ 2007-05-22 Andreas Schwab - * configure.in: Prefer build_alias over host when host_alias is - not set. + * configure.in: Prefer build_alias over host when host_alias is not set. * configure: Regenerate. 2007-05-20 Andreas Schwab @@ -303,7 +550,7 @@ 2007-05-20 Nick Roberts - * configure.in (AC_CHECK_HEADERS) Add gpm.h. + * configure.in (AC_CHECK_HEADERS): Add gpm.h. (AC_CHECK_LIB): Add -lgpm. * configure: Regenerate. @@ -313,8 +560,7 @@ 2007-04-27 Andreas Schwab - * Makefile.in (config.status): Depend on - ${srcdir}/lisp/version.el. + * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el. 2007-04-26 Glenn Morris @@ -373,7 +619,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. @@ -409,7 +655,7 @@ * configure: Regenerate. -2007-01-26 Jan Dj,Ad(Brv +2007-01-26 Jan Djärv * configure.in: Add check for libXft. @@ -442,12 +688,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. @@ -460,7 +706,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. @@ -493,7 +739,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 @@ -602,7 +848,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. @@ -643,7 +889,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. @@ -783,7 +1029,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. @@ -792,11 +1038,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. @@ -806,7 +1052,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 @@ -836,11 +1082,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. @@ -868,7 +1114,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. @@ -906,14 +1152,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. @@ -922,12 +1168,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. @@ -937,11 +1183,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. @@ -1047,7 +1293,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. @@ -1069,7 +1315,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. @@ -1083,7 +1329,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. @@ -1197,16 +1443,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. @@ -1215,12 +1461,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. @@ -1269,17 +1515,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). @@ -1345,7 +1591,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. @@ -1370,7 +1616,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. @@ -1407,7 +1653,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. @@ -1442,15 +1688,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. @@ -1474,7 +1720,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. @@ -1488,7 +1734,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. @@ -1499,7 +1745,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. @@ -1526,7 +1772,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. @@ -1539,7 +1785,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). @@ -1614,7 +1860,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. @@ -1627,12 +1873,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. @@ -1640,7 +1886,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. @@ -1685,7 +1931,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 @@ -1696,14 +1942,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. @@ -1712,9 +1958,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. @@ -1751,7 +1997,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). @@ -2048,7 +2294,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 @@ -3157,7 +3403,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 @@ -3992,7 +4238,7 @@ Use bsd4-3. Don't set NON_GNU_CPP. * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src. - In nt. copy various different things, but not *.cmd. + In nt, copy various different things, but not *.cmd. Fix the ln commands for the subdirs of nt. 1995-04-29 Richard Stallman @@ -4004,7 +4250,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. @@ -6781,12 +7027,12 @@ to match build-install and paths.h. ;; Local Variables: -;; coding: iso-2022-7bit +;; coding: utf-8 ;; add-log-time-zone-rule: t ;; End: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, - 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs.