aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-03-11 16:03:03 +0000
committerEli Zaretskii2006-03-11 16:03:03 +0000
commitdb3c0e9c358cbea65121d8aef50060537a8c6844 (patch)
tree1eb72b55a6fe2c2e0c43f9b215626dac79faa951
parent16ca6226363d54b7b21df93311cc684a563e6a05 (diff)
downloademacs-db3c0e9c358cbea65121d8aef50060537a8c6844.tar.gz
emacs-db3c0e9c358cbea65121d8aef50060537a8c6844.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
-rw-r--r--src/ChangeLog3
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 346d947e99e..51c59046cc2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12006-03-11 David Ponce <david@dponce.com>
2
3 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4 merging elements from the standard ispell-dictionary-alist.
5 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
6 alist, and return the new alist.
7
12006-03-11 Richard Stallman <rms@gnu.org> 82006-03-11 Richard Stallman <rms@gnu.org>
2 9
3 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature. 10 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
diff --git a/src/ChangeLog b/src/ChangeLog
index 60137731f84..59657be1d56 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12006-03-11 Eli Zaretskii <eliz@gnu.org> 12006-03-11 Eli Zaretskii <eliz@gnu.org>
2 2
3 * w32term.c: Add x_fully_uncatch_errors and x_catching_errors to
4 the list of unused display error handling functions.
5
3 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if 6 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if
4 HAVE_X_WINDOWS. 7 HAVE_X_WINDOWS.
5 (internal_condition_case, internal_condition_case_1) 8 (internal_condition_case, internal_condition_case_1)