Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.
[bpt/emacs.git] / ChangeLog
index d962373..044d486 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,152 @@
+2011-05-10  Jim Meyering  <meyering@redhat.com>
+
+       fix doubled-word typos
+       * admin/notes/exit-value: the the -> the
+       * doc/lispref/minibuf.texi: in in -> in
+       * doc/misc/ede.texi: or or -> or
+       * etc/MH-E-NEWS: the the -> the
+       * etc/PROBLEMS: Likewise.
+       * lisp/cedet/ede/pmake.el (ede-proj-makefile-garbage-patterns): Likewise.
+       * lisp/cedet/semantic/complete.el
+       (semantic-complete-read-tag-local-members): Likewise.
+       * lisp/cedet/ede.el (ede-auto-add-method): then then -> then
+       * lisp/gnus/shr.el (shr-colorize-region): on on -> on
+       * lisp/international/quail.el (quail-insert-kbd-layout): and and -> and
+       * lisp/kermit.el: and and -> and
+       * lisp/mh-e/mh-alias.el (mh-alias-minibuffer-confirm-address):
+       if if -> if it
+       * lisp/mh-e/mh-scan.el (mh-scan-destination-width): in in -> in
+       * lisp/net/ldap.el (ldap-search-internal): to to -> to
+       * lisp/org/org-agenda.el (org-agenda-entry-types): the the -> the
+       * lisp/org/org-table.el (org-table-get-remote-range): or or -> or
+       * lisp/org/org-wl.el (org-wl-folder-type): the the -> the
+       * lisp/org/org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
+       * lisp/progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
+       * lisp/progmodes/js.el (js-mode): and and -> and
+       * lisp/textmodes/artist.el (artist-move-to-xy): at at -> at
+       (artist-draw-region-trim-line-endings): if if -> if
+       And Safetyc -> Safety.
+       * lisp/textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
+       * src/xdisp.c (x_intersect_rectangles): the the -> the
+
+2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * configure.in: Require GnuTLS 2.6.x or higher.
+
+2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
+       * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
+       * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
+
+       * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
+       This new gnulib-tool option saves 'configure' the trouble of
+       checking for strtoull when strtoumax exists.
+
+       * configure.in (BITS_PER_LONG_LONG): New macro.
+
+2011-05-05  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (bootstrap-clean): Save config.log.  (Bug#765)
+       (top_distclean): Delete config.log~.
+
+2011-04-27  Ben Key  <bkey76@gmail.com>
+
+       * configure.in: Fixed a bug that caused configure with
+       --enable-checking=stringoverrun to have no effect.
+
+2011-04-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.in: Suppress unnecessary checks for size_t.
+       (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
+       (size_t): Do not check for this, and do not typedef.  This code
+       is never exercised now.
+
+       * Makefile.in (GNULIB_MODULES): Add strtoumax.
+       This is needed for the new integer-reading code in lread.c.
+       It automatically pulls in the following gnulib files, which
+       are used on old-fashioned platforms that don't have strtoumax:
+       lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
+       lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
+       m4/strtoull.m4, m4/strtoumax.m4.
+       * .bzrignore: Add lib/inttypes.h.
+
+2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * configure.in: Check for GnuTLS certificate verify callbacks.
+
+2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * Makefile.in (config.status): Don't erase in case of error.
+       In case it disappeared, rebuild it with `configure'.
+
+2011-04-20  Ken Brown  <kbrown@cornell.edu>
+
+       * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
+
+2011-04-12  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Require ImageMagick >= 6.2.8.  (Bug#7955)
+
+2011-04-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/allocator.c: New file, automatically generated by gnulib.
+
+2011-04-07  Glenn Morris  <rgm@gnu.org>
+
+       * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
+
+2011-04-06  Eli Zaretskii  <eliz@gnu.org>
+
+       * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
+       Revert last change.
+
+2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
+       ($(BLD)/careadlinkat.$(O)): New target.
+       ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
+       ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
+       Update dependencies.
+
+2011-04-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix more problems found by GCC 4.6.0's static checks.
+
+       * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
+
+       Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
+       * Makefile.in (GNULIB_MODULES): Add careadlinkat.
+       * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
+       * m4/ssize_t.m4: New files, automatically generated from gnulib.
+
+2011-04-06  Glenn Morris  <rgm@gnu.org>
+
+       * autogen/update_autogen: Handle loaddefs-like files as well.
+       (usage): Add -l, -C.
+       (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
+       With -l, check status of lisp/ as well.
+       With -C, clean before building.
+       (autoreconf): Only pass -f in the `clean' case.
+       (commit): New function.
+
+2011-03-28  Glenn Morris  <rgm@gnu.org>
+
+       * autogen/update_autogen: Pass -f to autoreconf.
+
+       * autogen.sh (get_version): Discard "not found" lines.
+       (check_version): Respect $AUTOCONF etc environment variables.
+
+2011-03-27  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
+       (AH_BOTTOM): Do not define SIGTYPE.
+
+2011-03-26  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
+       AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
+
 2011-03-25  Andreas Schwab  <schwab@linux-m68k.org>
 
        * autogen/update_autogen: Remove useless function keyword.
 
        * configure.in: Require 3.0 for --with-gtk3.  Add HAVE_GTK3.
 
+2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 23.3 released.
+
 2011-03-06  Glenn Morris  <rgm@gnu.org>
 
        * configure.in (FREETYPE_LIBS): Actually set it to something.