From 6f771c32b0b66240cbb2214e6977ba072155fd16 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 21 Jan 2005 00:33:07 +0000 Subject: [PATCH] *** empty log message *** --- etc/TODO | 4 ++++ lispref/ChangeLog | 4 ++++ man/ChangeLog | 24 ++++++++++++++++++++++-- src/ChangeLog | 9 +++++++++ 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 + + * display.texi (Defining Images): Mention DATA-P arg of create-image. + 2005-01-14 Kim F. Storm * 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 + + * calendar.texi (Time Intervals): Delete special stuff for MS-DOS. + 2005-01-19 Jay Belanger * calc.texi (Keep Arguments): Mention that keeping arguments doesn't work with keyboard macros. +2005-01-16 Richard M. Stallman + + * autotype.texi (Autoinserting): Fix small error. + 2005-01-16 Michael Albinus Sync with Tramp 2.0.47. @@ -11,8 +19,20 @@ remote files. 2005-01-15 Sergey Poznyakoff - - * 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 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 + + * 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 * editfns.c (Voperating_system_release): Added. -- 2.39.2