*** empty log message ***

This commit is contained in:
Eli Zaretskii 2006-03-11 15:46:24 +00:00
parent d0ade32543
commit 9257b6273a
2 changed files with 9 additions and 0 deletions

View file

@ -1217,6 +1217,10 @@ resources to load all the colors it needs.
A solution is to exit the offending X programs before starting Emacs.
"undefined color" messages can also occur if the RgbPath entry in the
X configuration file is incorrect, or the rgb.txt file is not where
X expects to find it.
*** Improving performance with slow X connections.
There are several ways to improve this performance, any subset of which can

View file

@ -1,3 +1,8 @@
2006-03-11 Eli Zaretskii <eliz@gnu.org>
* vm-limit.c [HAVE_GETRLIMIT]: Don't define unconditionally.
Don't include sys/resource.h unless defined.
2006-03-11 Richard Stallman <rms@gnu.org>
* keymap.c (describe_map): Shorten string to indicate shadowed binding.