*** empty log message ***

This commit is contained in:
Richard M. Stallman 2005-11-07 01:28:15 +00:00
parent a421836687
commit fda12b27a9
3 changed files with 18 additions and 0 deletions

View file

@ -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.

View 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

View 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.