aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog19
1 files changed, 12 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2b97c186a1c..9b89c1b667b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-10-05 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
4 (ad-make-mapped-call): Use `let', not `let*'.
5
12006-10-05 Chong Yidong <cyd@stupidchicken.com> 62006-10-05 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * international/mule-cmds.el (coding-system-change-eol-conversion): 8 * international/mule-cmds.el (coding-system-change-eol-conversion):
@@ -6,9 +11,9 @@
6 11
72006-10-04 Carsten Dominik <dominik@science.uva.nl> 122006-10-04 Carsten Dominik <dominik@science.uva.nl>
8 13
9 * textmodes/org.el (org-rm-props, org-activate-plain-links) 14 * textmodes/org.el (org-rm-props, org-activate-plain-links)
10 (org-activate-angle-links, org-activate-dates) 15 (org-activate-angle-links, org-activate-dates)
11 (org-activate-target-links, org-activate-camels) 16 (org-activate-target-links, org-activate-camels)
12 (org-activate-tags): Add `rear-nonsticky' text property to avoid 17 (org-activate-tags): Add `rear-nonsticky' text property to avoid
13 textproperty keymaps from being active beyond the end of a line. 18 textproperty keymaps from being active beyond the end of a line.
14 (org-unfontify-region): Also remove `rear-nonsticky' property. 19 (org-unfontify-region): Also remove `rear-nonsticky' property.
@@ -51,7 +56,7 @@
51 56
52 * progmodes/sh-script.el (sh-prev-thing): Fix last change. 57 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
53 58
542006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change) 592006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
55 60
56 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in 61 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
57 2006-09-28 commit. 62 2006-09-28 commit.
@@ -60,7 +65,7 @@
60 65
61 * international/code-pages.el (iso-8859-6): Table fixed. 66 * international/code-pages.el (iso-8859-6): Table fixed.
62 67
632006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) 682006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
64 69
65 * dired.el (dired-build-subdir-alist): Fix previous change. 70 * dired.el (dired-build-subdir-alist): Fix previous change.
66 71
@@ -185,7 +190,7 @@
185 * international/mule.el (after-insert-file-set-coding): 190 * international/mule.el (after-insert-file-set-coding):
186 If VISIT, don't let set-buffer-multibyte make undo info. 191 If VISIT, don't let set-buffer-multibyte make undo info.
187 192
1882006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change) 1932006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
189 194
190 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long 195 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
191 lines in base64-encoded authentication response. 196 lines in base64-encoded authentication response.
@@ -261,7 +266,7 @@
261 * help.el (describe-key-briefly, describe-key): Don't expect an 266 * help.el (describe-key-briefly, describe-key): Don't expect an
262 extra up event if a down-event is generated by a popup menu. 267 extra up event if a down-event is generated by a popup menu.
263 268
2642006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change) 2692006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
265 270
266 * textmodes/ispell.el (ispell-change-dictionary): Don't check the 271 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
267 local dictionary when changing the global dictionary. 272 local dictionary when changing the global dictionary.