X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/978db1472a9d4bbaafbc93b9176f7c409ac209bd..9416ae448e61ef1478a7e7e07bdfa25273095811:/ChangeLog diff --git a/ChangeLog b/ChangeLog index a4757006af..1aacb8f327 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,140 @@ +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). + + * configure: Regenerate. + +2006-11-04 Romain Francoise + + * Makefile.in (bootstrap-clean-before): Use new target `bootstrap-clean' + in the leim subdirectory. + Fix typo. + +2006-11-03 Giorgos Keramidas (tiny change) + + * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds. + +2006-10-30 Chong Yidong + + * make-dist: Add makefile.w32-in to the man, lispref and lispintro + directories. + +2006-10-29 Chong Yidong + + * configure: Regenerate using autoconf 2.59. + +2006-10-29 Jeramey Crawford + + * configure.in: Enable x86-64 OpenBSD compilation. + +2006-10-28 Glenn Morris + + * AUTHORS: Add cal-html.el author. + +2006-10-28 YAMAMOTO Mitsuharu + + * make-dist: Make links to mac/make-package and + mac/Emacs.app/Contents/Resources/Emacs.icns. + +2006-10-27 Chong Yidong + + * README: Bump version number to 22.0.90. + + * AUTHORS: Regenerate. + + * configure: Regenerate. + +2006-10-23 Michael Kifer + + * viper-cmd.el (viper-prefix-arg-com): define gg as G0 + + * viper-ex.el (ex-read): quote file argument. + + * ediff-diff.el (ediff-same-file-contents): expand file names. + + * ediff-mult.el (ediff-append-custom-diff): quote shell file arguments. + +2006-10-23 Andreas Schwab + + * configure.in: Make sure x_default_search_path is always set even + when x_libraries is empty, and look in .../share as well for each + library directory. + + * configure: Regenerate. + +2006-10-03 Kim F. Storm + + * AUTHORS: Regenerate. + +2006-09-30 Eli Zaretskii + + * configure: Regenerated. + +2006-09-28 Kenichi Handa + + * configure.in (locallisppath): Don't include leim dir. + (lisppath): Include leim dir. + +2006-09-15 Jay Belanger + + * COPYING: Replace "Library Public License" by "Lesser Public + License" throughout. + +2006-09-11 Paul Eggert + + * make-dist (EMACS): Exit and fail if the EMACS environment + variable is set to something other than an absolute file name. + +2006-09-07 Kim F. Storm + + * AUTHORS: Regenerate. + +2006-08-16 Andreas Schwab + + * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead + of hardcoding it. + +2006-08-16 Richard Stallman + + * INSTALL.CVS: Clean up wording. + +2006-07-14 Eli Zaretskii + + * configure.in (PKG_CHECK_MODULES): Redirect the output of + $PKG_CONFIG --exists "$2" to config.log. + * configure: Regenerated. + +2006-07-14 Kim F. Storm + + * AUTHORS: Regenerate. + +2006-07-08 Richard Stallman + + * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections. + +2006-07-09 Kim F. Storm + + * CONTRIBUTE: Use outline format. + Add section on copyright years (from admin/notes/years). + +2006-07-08 Eli Zaretskii + + * configure: Regenerate. + + * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config + to /dev/null, since we don't need the error message, just the + exit status. + +2006-07-07 Eli Zaretskii + + * CONTRIBUTE: Slight formatting changes and typo fixes. Add + description of NEWS markings. + +2006-07-07 Kim F. Storm + + * CONTRIBUTE: Mention INSTALL.CVS. + 2006-07-05 Romain Francoise * make-dist (top-level): Add CONTRIBUTE. @@ -6261,6 +6398,7 @@ ;; Local Variables: ;; coding: iso-2022-7bit +;; add-log-time-zone-rule: t ;; End: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2006