]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 May 2005 09:22:07 +0000 (09:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 May 2005 09:22:07 +0000 (09:22 +0000)
admin/FOR-RELEASE
etc/TODO
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog
src/ChangeLog

index 8af79e4df8bc0fc5735fffac199c85d246bbb726..7dfd9ee548074bbdae8d7d72c45d0dd024ac2007 100644 (file)
@@ -96,7 +96,6 @@ DIRECTORY             STATUS          IN CHARGE
 lisp/international     working         Kenichi Handa
 lisp/languages         working         Kenichi Handa
 
-
 ** Update AUTHORS.
 
 ** Reorder NEWS entries.
index 70760be2fb6aec33c79d477dd185d3f14ebf78e5..5ce3074e5e711f51723766b2d319fe8841eb199a 100644 (file)
--- 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.
 
index 8a42652db07d20594890563e8e8b926b2456de3b..8687a5b61993ff226e5b1cf6656878483255eaa9 100644 (file)
@@ -1,3 +1,19 @@
+2005-05-10  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <lute@gnu.org>
 
        * font-lock.el (font-lock-keywords-alist)
 
 2005-05-04  Richard M. Stallman  <rms@gnu.org>
 
+       * help.el (describe-key): No error when UNTRANSLATED is nil.
+
        * simple.el (line-move-1): Fix previous change to signal errors
        appropriately.
 
 
        * vc-svn.el (vc-svn-diff): Stay local if possible.
 
-2005-01-02  Stefan  <monnier@iro.umontreal.ca>
+2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
 
index aa90a4f0e73c9cf3e4206c7267a125077bb84a4a..487e92490ef5387be0f7b99ba7931c80597012f1 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-10  Richard M. Stallman  <rms@gnu.org>
+
+       * keymaps.texi (Extended Menu Items): Menu item filter functions
+       can be called at any time.
+
 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
 
        * variables.texi (File Local Variables): `(hack-local-variables t)'
index 547eb19a43c6d6f77251dbbfc371fa802d773b8b..5244b52de73389864bf8d17aac80f1a1f4a35bd9 100644 (file)
@@ -1,3 +1,11 @@
+2005-05-10  Richard M. Stallman  <rms@gnu.org>
+
+       * building.texi (Compilation): Clarify recompile's directory choice.
+
+       * frames.texi (Tooltips): Cleanups.
+
+       * basic.texi (Arguments): Fix punctuation.
+
 2005-05-09  Luc Teirlinck  <teirllm@auburn.edu>
 
        * screen.texi (Menu Bar): The up and down (not left and right)
index a8e248a171881be6414e27377871fb9d292b24c5..c20072eb80c27e6a49e7a9f2795aca9c0830434a 100644 (file)
@@ -1,3 +1,9 @@
+2005-05-10  Richard M. Stallman  <rms@gnu.org>
+
+       * xterm.c (noinclude): Add #undef.
+
+       * image.c, xfns.c, xmenu.c: Don't include signal.h.
+
 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
 
        * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)