Mercurial > emacs
changeset 66738:2ed5507a3be3
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 07 Nov 2005 01:28:15 +0000 |
parents | 09cf7401d368 |
children | 7edb08362291 |
files | etc/TODO lisp/ChangeLog lispref/ChangeLog |
diffstat | 3 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/TODO Mon Nov 07 01:07:56 2005 +0000 +++ b/etc/TODO Mon Nov 07 01:28:15 2005 +0000 @@ -285,6 +285,9 @@ ** Face remapping. +** Optionally make the cursor a little thinner at the end of a line + or the end of the buffer. + ** Add support for rendering antialiased text, probably using XRender/Freetype.
--- a/lisp/ChangeLog Mon Nov 07 01:07:56 2005 +0000 +++ b/lisp/ChangeLog Mon Nov 07 01:28:15 2005 +0000 @@ -1,3 +1,13 @@ +2005-11-06 Richard M. Stallman <rms@gnu.org> + + * progmodes/compile.el (compilation-internal-error-properties): + save-excursion around the computation of MARKER. + +2005-11-06 Piet van Oostrum <piet@cs.uu.nl> + + * textmodes/flyspell.el (flyspell-external-point-words): + flyspell-get-word returns a list, not just a string. + 2005-11-06 John Paul Wallington <jpw@pobox.com> * ibuffer.el (ibuffer): Search all visible frames when getting
--- a/lispref/ChangeLog Mon Nov 07 01:07:56 2005 +0000 +++ b/lispref/ChangeLog Mon Nov 07 01:28:15 2005 +0000 @@ -1,3 +1,8 @@ +2005-11-06 Richard M. Stallman <rms@gnu.org> + + * files.texi (Magic File Names): find-file-name-handler checks the + `operations' property of the handler. + 2005-11-03 Richard M. Stallman <rms@gnu.org> * variables.texi (Frame-Local Variables): Small clarification.