** Redefine define-generic-mode as a macro, so the compiler
sees the definitions it generates.
+** Change the way define-minor-mode handles autoloading.
+ It should not generate :require. Or :require in defcustom
+ should not be recorded in the user's custom-set-variables call.
+
* Important features:
** Provide user-friendly ways to list all available font families,
* keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
command remapping.
+2005-01-15 Richard M. Stallman <rms@gnu.org>
+
+ * display.texi (Defining Images): Mention DATA-P arg of create-image.
+
2005-01-14 Kim F. Storm <storm@cua.dk>
* commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
+2005-01-20 Richard M. Stallman <rms@gnu.org>
+
+ * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
+
2005-01-19 Jay Belanger <belanger@truman.edu>
* calc.texi (Keep Arguments): Mention that keeping arguments
doesn't work with keyboard macros.
+2005-01-16 Richard M. Stallman <rms@gnu.org>
+
+ * autotype.texi (Autoinserting): Fix small error.
+
2005-01-16 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.0.47.
remote files.
2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
-
- * man/rmail.texi: Document support for GNU mailutils in rmail.el.
+
+ * man/rmail.texi (Movemail): Explain differences
+ between standard and mailutils versions of movemail.
+ Describe command line and configuration options introduced
+ with the latter.
+ Explain the notion of mailbox URL, provide examples and
+ cross-references to mailutils documentation.
+ Describe various methods of specifying mailbox names,
+ user names and user passwords for rmail.
+ (Remote Mailboxes): New section. Describe
+ how movemail handles remote mailboxes. Describe configuration
+ options used to control its behavior.
+ (Other Mailbox Formats): Explain handling of various mailbox
+ formats.
2005-01-13 Richard M. Stallman <rms@gnu.org>
+2005-01-20 Richard M. Stallman <rms@gnu.org>
+
+ * editfns.c (Fmessage): If arg is "", return "" (as before).
+
+ * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
+
+ * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
+ variable.
+
2005-01-20 Steven Tamm <steventamm@mac.com>
* editfns.c (Voperating_system_release): Added.