From: Eli Zaretskii Date: Sat, 11 Mar 2006 16:01:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~3679 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8887e8ecde2627de182150b9f29221db71a9567e;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4d0af22c06d..346d947e99e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index cfac9120ce6..60137731f84 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.