]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Mar 2006 16:01:21 +0000 (16:01 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Mar 2006 16:01:21 +0000 (16:01 +0000)
lisp/ChangeLog
src/ChangeLog

index 4d0af22c06d202a457ee490a273f8f02fd894334..346d947e99e6f2ff8544c9b3d5884fd071690a51 100644 (file)
@@ -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.
 
index cfac9120ce615783548444dc20e4fb83b20ef1bf..60137731f847fb35e8f58f4c53aa1c1d304d4563 100644 (file)
@@ -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.