* rmail.texi (Rmail Display): Use example rather than smallexample.
[bpt/emacs.git] / ChangeLog
index b4f37a8..bf47bf0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,25 @@
+2012-05-02  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (uninstall): Remove useless-use-of-for; that for
+       some reason caused problems on an old Solaris.
+
+       * Makefile.in (install-arch-indep, uninstall):
+       Ensure that INSTALL-type commands are run from top-level.
+
+       * Makefile.in (INFO_FILES): Add emacs-gnutls; accidentally
+       omitted from 2012-04-12 backport from trunk.
+
+       * info/dir: Make some entries consistent with the source texi files.
+
+       * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
+
+2012-04-18  Ludovic Courtès  <ludo@gnu.org>
+
+       * configure.in: Don't use the -R option (Bug#11251).
+
 2012-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls.
+       * info/dir: Add emacs-gnutls.
 
 2012-03-04  Paul Eggert  <eggert@cs.ucla.edu>