From d101bf56d09580bb050a4ae1077a42973b992413 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 10 May 2005 09:22:07 +0000 Subject: *** empty log message *** --- admin/FOR-RELEASE | 1 - etc/TODO | 5 +++++ lisp/ChangeLog | 20 +++++++++++++++++++- lispref/ChangeLog | 5 +++++ man/ChangeLog | 8 ++++++++ src/ChangeLog | 6 ++++++ 6 files changed, 43 insertions(+), 2 deletions(-) diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 8af79e4df8..7dfd9ee548 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -96,7 +96,6 @@ DIRECTORY STATUS IN CHARGE lisp/international working Kenichi Handa lisp/languages working Kenichi Handa - ** Update AUTHORS. ** Reorder NEWS entries. diff --git a/etc/TODO b/etc/TODO index 70760be2fb..5ce3074e5e 100644 --- a/etc/TODO +++ b/etc/TODO @@ -9,6 +9,9 @@ to the FSF. * Small but important fixes needed in existing features: +** Convert everything that uses post-command-idle-hook + to use idle timers instead. + ** Fix the kill/yank treatment of invisible text. At the moment, invisible text is placed in the kill-ring, so that the contents of the ring may not correspond to the text as displayed to the user. It @@ -256,6 +259,8 @@ to the FSF. ** Make monochrome images display using the foreground and background colors of the applicable faces. +** Face remapping. + ** Add support for rendering antialiased text, probably using XRender/Freetype. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a42652db0..8687a5b619 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2005-05-10 Richard M. Stallman + + * progmodes/sh-script.el (sh-indent-for-do): Default to 0. + + * progmodes/ada-mode.el (ada-adjust-case-skeleton): + Moved from ada-stmt.el. + (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook. + + * progmodes/ada-stmt.el (ada-adjust-case-skeleton): + Moved to ada-mode.el. + (ada-stmt-mode-hook): Deleted; do the work in ada-mode. + + * cus-edit.el (custom-file): Call file-chase-links. + + * files.el (read-directory-name): Fix previous change. + 2005-05-10 Lute Kamstra * font-lock.el (font-lock-keywords-alist) @@ -273,6 +289,8 @@ 2005-05-04 Richard M. Stallman + * help.el (describe-key): No error when UNTRANSLATED is nil. + * simple.el (line-move-1): Fix previous change to signal errors appropriately. @@ -4920,7 +4938,7 @@ * vc-svn.el (vc-svn-diff): Stay local if possible. -2005-01-02 Stefan +2005-01-02 Stefan Monnier * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index aa90a4f0e7..487e92490e 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2005-05-10 Richard M. Stallman + + * keymaps.texi (Extended Menu Items): Menu item filter functions + can be called at any time. + 2005-05-08 Luc Teirlinck * variables.texi (File Local Variables): `(hack-local-variables t)' diff --git a/man/ChangeLog b/man/ChangeLog index 547eb19a43..5244b52de7 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,11 @@ +2005-05-10 Richard M. Stallman + + * building.texi (Compilation): Clarify recompile's directory choice. + + * frames.texi (Tooltips): Cleanups. + + * basic.texi (Arguments): Fix punctuation. + 2005-05-09 Luc Teirlinck * screen.texi (Menu Bar): The up and down (not left and right) diff --git a/src/ChangeLog b/src/ChangeLog index a8e248a171..c20072eb80 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2005-05-10 Richard M. Stallman + + * xterm.c (noinclude): Add #undef. + + * image.c, xfns.c, xmenu.c: Don't include signal.h. + 2005-05-09 Juanma Barranquero * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file) -- cgit v1.2.3