mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
*** empty log message ***
This commit is contained in:
parent
674a954a1d
commit
6f771c32b0
4 changed files with 39 additions and 2 deletions
4
etc/TODO
4
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,
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue