-2013-06-22 Glenn Morris <rgm@fencepost.gnu.org>
++2013-06-24 Glenn Morris <rgm@fencepost.gnu.org>
+
+ * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
+
+2013-06-22 Juanma Barranquero <lekktu@gmail.com>
+
+ * .bzrignore: Add GNU idutils ID database file.
+
+2013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
+
+ * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
+ as a fallback.
+
+2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * .bzrignore: Don't unignore cl-loaddefs.el.
+
+2013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
+
+ * configure.ac (log2): Check for this function.
+
+2013-06-19 Juanma Barranquero <lekktu@gmail.com>
+
+ * .bzrignore: Add GNU GLOBAL files.
+
+2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
+
+ Use functions, not macros, for XINT etc. (Bug#11935).
+ * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
+ as it generates bogus warnings about reasonable casts of calls.
+
+2013-06-16 Paul Eggert <eggert@cs.ucla.edu>
+
+ * configure.ac: Report ACL usage at the end (Bug#14612).
+
+2013-06-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ --without-all should imply --with-file-notification=no. (Bug#14569)
+ * configure.ac (with_file_notification): Default to $with_features.
+
+2013-06-09 Paul Eggert <eggert@cs.ucla.edu>
+
+ Merge from gnulib, incorporating:
+ 2013-06-02 sig2str: port to C++
+ 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
+
+2013-06-08 Jan Djärv <jan.h.d@swipnet.se>
+
+ * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
+ (with_file_notification): Don't set to gfile if with_ns = yes.
+
+2013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
+
+ * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
+ (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
+ New variables.
+ (epaths-force-w32): Use them. (Bug#14513)
+
+2013-06-03 Michael Albinus <michael.albinus@gmx.de>
+
+ * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
+
+2013-06-03 Eli Zaretskii <eliz@gnu.org>
+
+ * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
+ (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
+
+2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
+
+ * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
+ used. Remove xgselect.o from XOBJ.
+
+2013-06-03 Michael Albinus <michael.albinus@gmx.de>
+
+ * configure.ac (file-notification): New option, replaces inotify option.
+ (HAVE_W32): Remove w32notify.o.
+ (with_file_notification): Add checks for glib and w32. Adapt check
+ for inotify.
+ (Summary): Add entry for file notification.
+
+ * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
+ HAVE_W32NOTIFY and USE_FILE_NOTIFY.
+
+2013-06-02 Juanma Barranquero <lekktu@gmail.com>
+
+ * .bzrignore: Ignore dirs libexec/, share/ and var/.
+
+2013-05-29 Xue Fuqiao <xfq.free@gmail.com>
+
+ * INSTALL: Fix description.
+
+2013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
+
+ * configure.ac (HAVE_XRANDR): Check availability of
+ XRRGetScreenResources rather than that of XRRQueryExtension.
+
+2013-05-18 Eli Zaretskii <eliz@gnu.org>
+
+ * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
+ nt/epaths.nt, and nt/INSTALL.MSYS.
+
+2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
+
+ Port --enable-gcc-warnings to clang.
+ * configure.ac (nw): Remove obsolescent warnings.
+ These aren't needed for clang, or for gcc for that matter.
+ (emacs_cv_clang): New var, which tests for clang.
+ Omit warnings that clang is too picky about.
+ (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
+ needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
+
+ * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
+ Otherwise, 'configure; make' fails on non-Windows builds.
+
+2013-05-16 Eli Zaretskii <eliz@gnu.org>
+
+ * lib/Makefile.am: If building for MS-Windows, include
+ nt/gnulib.mk instead of lib/gnulib.mk.
+
+ * configure.ac: Adapt to MSYS build on MS-Windows.
+
+ * Makefile.in (NTDIR): New variable, for the MSYS build on
+ MS-Windows.
+ (SUBDIR): Add $(NTDIR).
+ (.PHONY): Add epaths-force-w32.
+ (msys_to_w32): New variable.
+ (epaths-force-w32, install-nt, uninstall-nt): New targets.
+ (lib-src src): Add $(NTLIB) to prerequisites.
+ (lib lib-src lisp leim nt): Add 'nt'.
+ (config.status): Use $(CFG).
+ (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
+ (install, install-arch-dep): Add install-$(NTDIR).
+ (uninstall): Depend on uninstall-$(NTDIR).
+ (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
+
+ * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
+ CONFIG_SITE for the MSYS build on MS-Windows.
+ (Makefile): Use $(CFG).
+
+ * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
+ src/emacs.res.
+
+2013-05-16 Paul Eggert <eggert@cs.ucla.edu>
+
+ Merge from gnulib, incorporating:
+ 2013-05-15 manywarnings: update for GCC 4.8.0
+ 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
+ 2013-05-15 sig2str, stdio, warnings: port to clang
+
+2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * Makefile.in (install-doc): DOC file is not version specific any more.
+ * .bzrignore: Don't ignore DOC-* any more.
+
+2013-05-13 Paul Eggert <eggert@cs.ucla.edu>
+
+ * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
+ Reported privately by Han Boetes <han@boetes.org>.
+
+2013-05-08 Juanma Barranquero <lekktu@gmail.com>
+
+ * lib/makefile.w32-in (ACL_H): New macro.
+ ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
+
+2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
+
+ Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
+ * configure.ac: Remove -with-acl option, since Gnulib does that for
+ us now.
+ (LIBACL_LIBS): Remove; no longer needed.
+ * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
+ for the benefit of the new ACL implementation.
+ * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
+ ($(BLD)/acl-errno-valid.$(O)): New rule.
+ * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
+ * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
+ * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
+ New files, taken from gnulib.
+ * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+
+2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
+
+ * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
+ (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
+
+2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
+
+ Merge from gnulib, incorporating:
+ 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
+
+2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
+
+ * make-dist: Keep necessary restrictions on file access.
+
+2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
+
+ Merge from gnulib, incorporating:
+ 2013-04-28 extern-inline: work around bug in Sun c99
+
+2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
+
+ Merge from gnulib, incorporating:
+ 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
+
+2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
+
+ Port better to AIX (Bug#14258).
+ * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
+ we did not already infer an optimization option, and -O works.
+ AIX xlc needs -O, otherwise garbage collection doesn't work.
+
+2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
+
+ * make-dist: Do not distribute admin/unidata/Makefile.
+ It is generated by 'configure'.
+
+ * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
+ It messes up 'make distclean', and contains no useful information
+ because it's a copy of subdirs.el.
+
+2013-04-18 John Marino <gnugcc@marino.st> (tiny change)
+
+ * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
+
+2013-04-18 Glenn Morris <rgm@gnu.org>
+
+ * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
+ (LN_S_FILEONLY): New output variable.
+ * Makefile.in (LN_S): Remove.
+ (LN_S_FILEONLY): New, set by configure.
+ (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
+
+2013-04-12 Ken Brown <kbrown@cornell.edu>
+
+ * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
+ `canonical' is `x86_64-unknown-cygwin'.
+
+2013-04-09 Ken Brown <kbrown@cornell.edu>
+
+ * configure.ac (W32_RES_LINK): Remove unneeded linker directive
+ `-Wl,-bpe-i386', which is confusing in the 64-bit case.
+ (Bug#12993)
+
+2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
+
+ Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
+ * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
+ and if not on GNU/Linux or FreeBSD.
+ * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
+ lib/*.o is profiled too.
+
+2013-03-30 Paul Eggert <eggert@cs.ucla.edu>
+
+ Merge from gnulib, incorporating:
+ 2013-03-29 stdalign: port to stricter ISO C11
+ This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
+ <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
+
+2013-03-27 Paul Eggert <eggert@cs.ucla.edu>
+
+ * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
+ Subsumed by HAVE_XKB. All uses changed.
+
+2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
+
+ * configure.ac (HAVE_XKB): Define if Xkb is present.
+
+2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
+
+ Merge from gnulib, incorporating:
+ 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
+
+2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
+
+ Fix bug when building Emacs with a GNU Make submake (Bug#13962).
+ * Makefile.in (QUIET_SUBMAKE): New macro.
+ (install-info, uninstall): Use it.
+
+ Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
+ * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
+ We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
+ no way to do this in pkg-config, so make do with a reasonable
+ approximation.
+
+ Automate the build of ja-dic.el (Bug#13984).
+ * .bzrignore: Add leim/ja-dic/.
+
+2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
+
+ File synchronization fixes (Bug#13944).
+ * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
+ (fsync): Remove check; now done by gnulib.
+ * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
+ New files, from gnulib.
+ * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+
+ Merge from gnulib, incorporating:
+ 2013-03-13 putenv: port to Solaris 10
+ 2013-03-12 mktime: fix configure typo
+ 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
+ 2013-03-11 putenv: avoid compilation warning on mingw
+ 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
+
2013-03-11 Glenn Morris <rgm@gnu.org>
- * Version 24.3 released.
+ * Merge in all changes up to version 24.3 release.
-2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
+2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
* configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
It can mess up 'configure' runs.
-2013-06-19 Glenn Morris <rgm@gnu.org>
++2013-06-24 Glenn Morris <rgm@gnu.org>
+
+ * loading.texi (Autoload): Fix typo.
+
-2013-06-12 Glenn Morris <rgm@gnu.org>
-
+ * variables.texi (Lexical Binding): Fix typo.
+
+ * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
+
-2013-03-12 Glenn Morris <rgm@gnu.org>
+2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * display.texi (ImageMagick Images): Mention :max-width and
+ :max-height.
+
+2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
+
+ * numbers.texi (Math Functions): Remove obsolete function log10.
+
+2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
+ rather than `local-map'.
+
+ * keymaps.texi (Active Keymaps): Fix documentation of
+ set-temporary-overlay-map and overriding-terminal-local-map.
+
+2013-06-19 Glenn Morris <rgm@gnu.org>
+
+ * Makefile.in (dist): Edit more configure variables.
+ Try to check that we do not miss any in future.
+
+2013-06-17 Juanma Barranquero <lekktu@gmail.com>
+
+ * text.texi (Undo, Changing Properties): Fix typos.
+
+2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * text.texi (Changing Properties): Document `add-face-text-property'.
+
+2013-06-17 Kenichi Handa <handa@gnu.org>
+
+ * display.texi (Face Attributes): Refer to "Low-Level font" (not
+ "Font Selection") in the explanation of :font attribute (bug#14629).
+
+2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * loading.texi (Hooks for Loading): Don't document after-load-alist.
+ Document with-eval-after-load instead of eval-after-load.
+
+2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
+
+ * files.texi (File Name Expansion): Make the example more
+ intuitive.
+
+2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
+
+ Documentation fix for 'ls' and hard links.
+ * compile.texi (Compilation Functions):
+ * files.texi (File Attributes, Changing Files):
+ Use current format for GNU 'ls' output.
+ (File Attributes): Fix problem introduced in previous change:
+ the link count is the number of hard links, not the number
+ of hard links + 1.
+
+2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
+
+ * files.texi (File Attributes): Fix typo.
+
+2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * functions.texi (Lambda Expressions): Lambda expressions don't
+ evaluate to themselves in general (bug#11782).
+
+2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * loading.texi (Autoload):
+ * help.texi (Documentation Basics, Accessing Documentation)
+ (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
+
+2013-04-23 Glenn Morris <rgm@gnu.org>
+
+ * internals.texi (Writing Emacs Primitives): Remove obvious example.
+ Tweak other to avoid overly long line.
+
+2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
+
+ * internals.texi (Writing Emacs Primitives): Remove unnecessary
+ references to the sources. (Bug#13800)
+
+ * searching.texi (Regexp Backslash): Doc fix for backslash
+ constructs in regular expressions.
+
+2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
+
+ * tips.texi (Coding Conventions): Mention separation of package
+ descriptor and name of internal symbols by two hyphens.
+
+2013-04-13 Stephen Berman <stephen.berman@gmx.net>
+
+ * windows.texi (Splitting Windows): Change category of
+ split-window from a command to a function.
+
+2013-04-06 Chong Yidong <cyd@gnu.org>
+
+ * display.texi (Faces): Minor clarifications.
+ (Defining Faces): Clarify default vs custom face specs.
+ Document face-spec-set.
+
+ * display.texi (Overlay Properties):
+ * text.texi (Special Properties): Use the "anonymous face"
+ terminology. Describe foreground-color and background-color forms
+ as compatibility-only.
+
+2013-03-24 Eli Zaretskii <eliz@gnu.org>
+
+ * compile.texi (Byte-Code Objects): Add index entry.
+ (Disassembly): Add cross-references.
+
+2013-03-23 Eli Zaretskii <eliz@gnu.org>
+
+ * frames.texi (Size Parameters): More accurate description of the
+ difference between 'fullboth' and 'maximized'. (Bug#13935)
+
+2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
+
+ * symbols.texi (Standard Properties): Document pure. (Bug#13823)
+
+2013-03-16 Glenn Morris <rgm@gnu.org>
* elisp.texi: Add some stuff specific to www.gnu.org.
-2013-03-11 Glenn Morris <rgm@gnu.org>
+ 2013-06-24 Glenn Morris <rgm@gnu.org>
+
+ * eshell.texi: Fix cross-references to other manuals.
+
+2013-06-23 Glenn Morris <rgm@gnu.org>
- * Version 24.3 released.
+ * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
+ Remove; not needed now we use a standard html layout for the faq.
+ (clean): Remove HTML_TARGETS, emacs-faq.text.
+
+2013-06-21 Eduard Wiebe <usenet@pusto.de>
+
+ * flymake.texi (Parsing the output, Customizable variables):
+ Add reference to `flymake-warning-predicate'.
+
+2013-06-19 Michael Albinus <michael.albinus@gmx.de>
+
+ * tramp.texi (Top, Configuration): Insert section `Predefined
+ connection information' in menu.
+ (Predefined connection information): New section.
+ (Android shell setup): Make a reference to `Predefined connection
+ information'.
+
+2013-06-19 Glenn Morris <rgm@gnu.org>
+
+ * Makefile.in (version): New, set by configure.
+ (clean): Delete dist tar file.
+ (infoclean): New, split from maintainer-clean.
+ (maintainer-clean): Run infoclean.
+ (dist): New rule, to make tarfile for www.gnu.org.
+
+2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
+
+ * sieve.texi (Managing Sieve): Fix port in example, fix documentation
+ for keys q and Q.
+ (Standards): Reference RFC5804 as the defining document of the
+ managesieve protocol.
+
+2013-06-10 Aidan Gauland <aidalgol@amuri.net>
+
+ * eshell.texi (Input/Output): Expand to cover new visual-command
+ options, eshell-visual-subcommands and eshell-visual-options.
+ Divide into separate Visual Commands and Redirection sections.
+
+2013-06-10 Glenn Morris <rgm@gnu.org>
+
+ * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
+
+2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * gnus.texi (Article Date):
+ Fix description of gnus-article-update-date-headers.
+
+2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
+
+ * erc.texi (Special Features): ERC is being maintained within
+ Emacs now.
+
+2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
+
+ * flymake.texi: Changing from one space between sentences to two.
+
+2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * cl.texi (Obsolete Macros): Describe replacements for `flet'
+ (bug#14293).
+
+2013-04-16 Michael Albinus <michael.albinus@gmx.de>
+
+ * tramp.texi (Frequently Asked Questions): Precise, how to define
+ an own ControlPath.
+
+2013-04-15 Michael Albinus <michael.albinus@gmx.de>
+
+ * tramp.texi (Frequently Asked Questions): New item for
+ ControlPath settings.
+
+2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
+
+ * calc.texi (Basic Operations on Units): Streamline some
+ descriptions.
+
+2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
+
+ * eshell.texi (Built-ins): Update manual to mention tramp module.
+
+2013-03-18 Michael Albinus <michael.albinus@gmx.de>
+
+ * tramp.texi (Filename Syntax): Host names are not allowed to be
+ any method name, unless method name is specified explicitly.
+ Remove restriction on unibyte filenames.
+
+ * trampver.texi: Update release number.
+
+2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
+
+ doc: convert some TeX accents to UTF-8
+ * emacs-mime.texi (Interface Functions): Use 'ï' rather than
+ '@"{@dotless{i}}'.
+
+2013-03-15 Michael Albinus <michael.albinus@gmx.de>
+
+ Sync with Tramp 2.2.7.
+
+ * trampver.texi: Update release number.
+
+2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
+
+ * calc.texi (Basic Operations on Units): Streamline some
+ descriptions.
+
+2013-03-08 Glenn Morris <rgm@gnu.org>
+
+ * faq.texi (Top): Don't say this was updated @today.
+ That's irrelevant and leads to spurious diffs.
+
+2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
+
+ * calc.texi (Basic Operations on Units):
+ Fix cross-reference.
+
+2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
+
+2013-03-06 Alan Mackenzie <acm@muc.de>
+
+ * cc-mode.texi (Custom Line-Up): Clarify position of point on
+ calling a line-up function.
+
+2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
+
+ * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
+ * ses.texi: Switch from Latin-1 to UTF-8.
+
+2013-03-03 Michael Albinus <michael.albinus@gmx.de>
+
+ * tramp.texi (External methods): Tramp does not connect Android
+ devices by itself.
+
+2013-03-02 Bill Wohler <wohler@newt.com>
+
+ Release MH-E manual version 8.5.
+
+ * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
+ release 8.5.
+
+ * mh-e.texi (Preface, Conventions, Getting Started)
+ (Using This Manual, Folder Selection, Viewing, Aliases)
+ (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
+ (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
+ Update URLs.
+
+2013-03-01 Michael Albinus <michael.albinus@gmx.de>
+
+ * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
+ and "plink2" entries. "plink2" is obsolete for a long time.
+ (External methods): Remove "scp1" and "scp2" entries.
+ Explain user name and host name specification for "adb".
+
+2013-02-28 Michael Albinus <michael.albinus@gmx.de>
+
+ * tramp.texi (External methods): Mention `tramp-adb-program'.
2013-02-28 Bastien Guerry <bzg@gnu.org>