Mercurial > emacs
changeset 69398:15b9fd17967e
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 11 Mar 2006 15:46:24 +0000 |
parents | 4c6bb2c4dbcf |
children | 947598ed954a |
files | etc/PROBLEMS src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/PROBLEMS Sat Mar 11 15:45:47 2006 +0000 +++ b/etc/PROBLEMS Sat Mar 11 15:46:24 2006 +0000 @@ -1217,6 +1217,10 @@ 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
--- a/src/ChangeLog Sat Mar 11 15:45:47 2006 +0000 +++ b/src/ChangeLog Sat Mar 11 15:46:24 2006 +0000 @@ -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.