Mercurial > emacs
changeset 62222:bedd8e5433cd
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 10 May 2005 09:22:07 +0000 |
parents | ebb9e325798e |
children | d47f288fcf69 |
files | admin/FOR-RELEASE etc/TODO lisp/ChangeLog lispref/ChangeLog man/ChangeLog src/ChangeLog |
diffstat | 6 files changed, 43 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/FOR-RELEASE Tue May 10 09:21:52 2005 +0000 +++ b/admin/FOR-RELEASE Tue May 10 09:22:07 2005 +0000 @@ -96,7 +96,6 @@ lisp/international working Kenichi Handa lisp/languages working Kenichi Handa - ** Update AUTHORS. ** Reorder NEWS entries.
--- a/etc/TODO Tue May 10 09:21:52 2005 +0000 +++ b/etc/TODO Tue May 10 09:22:07 2005 +0000 @@ -9,6 +9,9 @@ * 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 @@ ** 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.
--- a/lisp/ChangeLog Tue May 10 09:21:52 2005 +0000 +++ b/lisp/ChangeLog Tue May 10 09:22:07 2005 +0000 @@ -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) @@ -273,6 +289,8 @@ 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. @@ -4920,7 +4938,7 @@ * 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.
--- a/lispref/ChangeLog Tue May 10 09:21:52 2005 +0000 +++ b/lispref/ChangeLog Tue May 10 09:22:07 2005 +0000 @@ -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)'
--- a/man/ChangeLog Tue May 10 09:21:52 2005 +0000 +++ b/man/ChangeLog Tue May 10 09:22:07 2005 +0000 @@ -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)
--- a/src/ChangeLog Tue May 10 09:21:52 2005 +0000 +++ b/src/ChangeLog Tue May 10 09:22:07 2005 +0000 @@ -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)