mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
*** empty log message ***
This commit is contained in:
parent
3fce19f17f
commit
d101bf56d0
@ -96,7 +96,6 @@ DIRECTORY STATUS IN CHARGE
|
||||
lisp/international working Kenichi Handa
|
||||
lisp/languages working Kenichi Handa
|
||||
|
||||
|
||||
** Update AUTHORS.
|
||||
|
||||
** Reorder NEWS entries.
|
||||
|
5
etc/TODO
5
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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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)'
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user