Mercurial > emacs
changeset 69400:fde63ac8d588
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 11 Mar 2006 16:01:21 +0000 |
parents | 947598ed954a |
children | 259ab035a718 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <agustin.martin@hispalinux.es> + * 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.
--- 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 <eliz@gnu.org> + * 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.