# HG changeset patch # User Eli Zaretskii # Date 1142092881 0 # Node ID fde63ac8d5881011608f6333040e41bed1d58cfc # Parent 947598ed954aa99e1a322f045282b7358d78f104 *** empty log message *** diff -r 947598ed954a -r fde63ac8d588 lisp/ChangeLog --- a/lisp/ChangeLog Sat Mar 11 16:00:50 2006 +0000 +++ b/lisp/ChangeLog Sat Mar 11 16:01:21 2006 +0000 @@ -19,6 +19,9 @@ 2006-03-11 Agustin Martin + * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]: + Be visible only if major mode is Mail Mode. + * textmodes/flyspell.el (flyspell-external-point-words) (flyspell-process-localwords): Fix last changes. diff -r 947598ed954a -r fde63ac8d588 src/ChangeLog --- a/src/ChangeLog Sat Mar 11 16:00:50 2006 +0000 +++ b/src/ChangeLog Sat Mar 11 16:01:21 2006 +0000 @@ -1,5 +1,11 @@ 2006-03-11 Eli Zaretskii + * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if + HAVE_X_WINDOWS. + (internal_condition_case, internal_condition_case_1) + (internal_condition_case_2): Call x_catching_errors only if + HAVE_X_WINDOWS. + * vm-limit.c [HAVE_GETRLIMIT]: Don't define unconditionally. Don't include sys/resource.h unless defined.