]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 7 Nov 2005 01:28:15 +0000 (01:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 7 Nov 2005 01:28:15 +0000 (01:28 +0000)
etc/TODO
lisp/ChangeLog
lispref/ChangeLog

index e5b3c64716e57eb44c2d738e9d23b33e48c62996..fe5f9030ba014df1674082f8bfd15028631c1503 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -285,6 +285,9 @@ when the body only calls primitives.
 
 ** 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.
 
index d0ec5c2c55e5967a0073af48e0164f696061439e..8a8a62a31c2854b716479e26a757c72fd1f8c8f9 100644 (file)
@@ -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
index b848c2641fa86b5bd3ce23b8dbaeac854be11d88..3eb27dd4c5e02e4d9c10503935e94f740a893be8 100644 (file)
@@ -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.