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

index 346d947e99e6f2ff8544c9b3d5884fd071690a51..51c59046cc2008ba775e66b54f4f37e7faf957a5 100644 (file)
@@ -1,3 +1,10 @@
+2006-03-11  David Ponce  <david@dponce.com>
+
+       * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
+       merging elements from the standard ispell-dictionary-alist.
+       (ispell-aspell-add-aliases): Add aliases to the passed dictionary
+       alist, and return the new alist.
+
 2006-03-11  Richard Stallman  <rms@gnu.org>
 
        * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
index 60137731f847fb35e8f58f4c53aa1c1d304d4563..59657be1d563dae6aec3611814fefbb4820e81d2 100644 (file)
@@ -1,5 +1,8 @@
 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
 
+       * w32term.c: Add x_fully_uncatch_errors and x_catching_errors to
+       the list of unused display error handling functions.
+
        * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if
        HAVE_X_WINDOWS.
        (internal_condition_case, internal_condition_case_1)