aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-05-10 09:22:07 +0000
committerRichard M. Stallman <[email protected]>2005-05-10 09:22:07 +0000
commitd101bf56d09580bb050a4ae1077a42973b992413 (patch)
tree93739f747d1bd13d195109d208f819d052d57116
parent3fce19f17f44f464ce6714d6ddb645a529827c71 (diff)
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE1
-rw-r--r--etc/TODO5
-rw-r--r--lisp/ChangeLog20
-rw-r--r--lispref/ChangeLog5
-rw-r--r--man/ChangeLog8
-rw-r--r--src/ChangeLog6
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 <[email protected]>
+
+ * 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 <[email protected]>
* font-lock.el (font-lock-keywords-alist)
@@ -273,6 +289,8 @@
2005-05-04 Richard M. Stallman <[email protected]>
+ * 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 <[email protected]>
+2005-01-02 Stefan Monnier <[email protected]>
* 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 <[email protected]>
+
+ * keymaps.texi (Extended Menu Items): Menu item filter functions
+ can be called at any time.
+
2005-05-08 Luc Teirlinck <[email protected]>
* 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 <[email protected]>
+
+ * building.texi (Compilation): Clarify recompile's directory choice.
+
+ * frames.texi (Tooltips): Cleanups.
+
+ * basic.texi (Arguments): Fix punctuation.
+
2005-05-09 Luc Teirlinck <[email protected]>
* 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 <[email protected]>
+
+ * xterm.c (noinclude): Add #undef.
+
+ * image.c, xfns.c, xmenu.c: Don't include signal.h.
+
2005-05-09 Juanma Barranquero <[email protected]>
* fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)