# HG changeset patch # User Richard M. Stallman # Date 1131326895 0 # Node ID 2ed5507a3be36d6047014b523a22b84b52ce665f # Parent 09cf7401d3688abc947babe8a68a66e3540462ef *** empty log message *** diff -r 09cf7401d368 -r 2ed5507a3be3 etc/TODO --- 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. diff -r 09cf7401d368 -r 2ed5507a3be3 lisp/ChangeLog --- 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 + + * progmodes/compile.el (compilation-internal-error-properties): + save-excursion around the computation of MARKER. + +2005-11-06 Piet van Oostrum + + * textmodes/flyspell.el (flyspell-external-point-words): + flyspell-get-word returns a list, not just a string. + 2005-11-06 John Paul Wallington * ibuffer.el (ibuffer): Search all visible frames when getting diff -r 09cf7401d368 -r 2ed5507a3be3 lispref/ChangeLog --- 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 + + * files.texi (Magic File Names): find-file-name-handler checks the + `operations' property of the handler. + 2005-11-03 Richard M. Stallman * variables.texi (Frame-Local Variables): Small clarification.