summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/TODO4
-rw-r--r--lispref/ChangeLog4
-rw-r--r--man/ChangeLog24
-rw-r--r--src/ChangeLog9
4 files changed, 39 insertions, 2 deletions
diff --git a/etc/TODO b/etc/TODO
index 95f7fa8f469..e8845c03ee1 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -20,6 +20,10 @@ to the FSF.
** 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,
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index e31f6530afa..12b67ac30b3 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -3,6 +3,10 @@
* 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.
diff --git a/man/ChangeLog b/man/ChangeLog
index e3f04332cf6..f2015a33187 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,8 +1,16 @@
+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.
@@ -11,8 +19,20 @@
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>
diff --git a/src/ChangeLog b/src/ChangeLog
index 4b33af4bc4a..105e2f296f2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
+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.