changeset 59663:acc0771108fb

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Jan 2005 00:33:07 +0000
parents c140948a6044
children dc794585f43f
files etc/TODO lispref/ChangeLog man/ChangeLog src/ChangeLog
diffstat 4 files changed, 39 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/TODO	Fri Jan 21 00:32:36 2005 +0000
+++ b/etc/TODO	Fri Jan 21 00:33:07 2005 +0000
@@ -20,6 +20,10 @@
 ** 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,
--- a/lispref/ChangeLog	Fri Jan 21 00:32:36 2005 +0000
+++ b/lispref/ChangeLog	Fri Jan 21 00:33:07 2005 +0000
@@ -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.
--- a/man/ChangeLog	Fri Jan 21 00:32:36 2005 +0000
+++ b/man/ChangeLog	Fri Jan 21 00:33:07 2005 +0000
@@ -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>
 
--- a/src/ChangeLog	Fri Jan 21 00:32:36 2005 +0000
+++ b/src/ChangeLog	Fri Jan 21 00:33:07 2005 +0000
@@ -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.