Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d101bf56
Commit
d101bf56
authored
May 10, 2005
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
3fce19f1
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
43 additions
and
2 deletions
+43
-2
admin/FOR-RELEASE
admin/FOR-RELEASE
+0
-1
etc/TODO
etc/TODO
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+19
-1
lispref/ChangeLog
lispref/ChangeLog
+5
-0
man/ChangeLog
man/ChangeLog
+8
-0
src/ChangeLog
src/ChangeLog
+6
-0
No files found.
admin/FOR-RELEASE
View file @
d101bf56
...
@@ -96,7 +96,6 @@ DIRECTORY STATUS IN CHARGE
...
@@ -96,7 +96,6 @@ DIRECTORY STATUS IN CHARGE
lisp/international working Kenichi Handa
lisp/international working Kenichi Handa
lisp/languages working Kenichi Handa
lisp/languages working Kenichi Handa
** Update AUTHORS.
** Update AUTHORS.
** Reorder NEWS entries.
** Reorder NEWS entries.
...
...
etc/TODO
View file @
d101bf56
...
@@ -9,6 +9,9 @@ to the FSF.
...
@@ -9,6 +9,9 @@ to the FSF.
* Small but important fixes needed in existing features:
* 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,
** Fix the kill/yank treatment of invisible text. At the moment,
invisible text is placed in the kill-ring, so that the contents of
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
the ring may not correspond to the text as displayed to the user. It
...
@@ -256,6 +259,8 @@ to the FSF.
...
@@ -256,6 +259,8 @@ to the FSF.
** Make monochrome images display using the foreground and background
** Make monochrome images display using the foreground and background
colors of the applicable faces.
colors of the applicable faces.
** Face remapping.
** Add support for rendering antialiased text, probably using
** Add support for rendering antialiased text, probably using
XRender/Freetype.
XRender/Freetype.
...
...
lisp/ChangeLog
View file @
d101bf56
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>
2005-05-10 Lute Kamstra <lute@gnu.org>
* font-lock.el (font-lock-keywords-alist)
* font-lock.el (font-lock-keywords-alist)
...
@@ -273,6 +289,8 @@
...
@@ -273,6 +289,8 @@
2005-05-04 Richard M. Stallman <rms@gnu.org>
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
* simple.el (line-move-1): Fix previous change to signal errors
appropriately.
appropriately.
...
@@ -4920,7 +4938,7 @@
...
@@ -4920,7 +4938,7 @@
* vc-svn.el (vc-svn-diff): Stay local if possible.
* 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.
* vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
...
...
lispref/ChangeLog
View file @
d101bf56
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>
2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
* variables.texi (File Local Variables): `(hack-local-variables t)'
* variables.texi (File Local Variables): `(hack-local-variables t)'
...
...
man/ChangeLog
View file @
d101bf56
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>
2005-05-09 Luc Teirlinck <teirllm@auburn.edu>
* screen.texi (Menu Bar): The up and down (not left and right)
* screen.texi (Menu Bar): The up and down (not left and right)
...
...
src/ChangeLog
View file @
d101bf56
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>
2005-05-09 Juanma Barranquero <lekktu@gmail.com>
* fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
* fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment