Mercurial > emacs
comparison lisp/ChangeLog @ 73252:de889a66a184
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 05 Oct 2006 16:23:42 +0000 |
parents | f5aa4451cada |
children | 5acfd0d8c45a |
comparison
equal
deleted
inserted
replaced
73251:25e1db3fd0ed | 73252:de889a66a184 |
---|---|
1 2006-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 | |
1 2006-10-05 Chong Yidong <cyd@stupidchicken.com> | 6 2006-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): |
4 Ensure the coding system is initialized before calling | 9 Ensure the coding system is initialized before calling |
5 coding-system-eol-type. | 10 coding-system-eol-type. |
6 | 11 |
7 2006-10-04 Carsten Dominik <dominik@science.uva.nl> | 12 2006-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. |
15 | 20 |
16 2006-10-04 Kenichi Handa <handa@m17n.org> | 21 2006-10-04 Kenichi Handa <handa@m17n.org> |
49 | 54 |
50 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu> | 55 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu> |
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 |
54 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change) | 59 2006-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. |
58 | 63 |
59 2006-10-02 Kenichi Handa <handa@m17n.org> | 64 2006-10-02 Kenichi Handa <handa@m17n.org> |
60 | 65 |
61 * international/code-pages.el (iso-8859-6): Table fixed. | 66 * international/code-pages.el (iso-8859-6): Table fixed. |
62 | 67 |
63 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) | 68 2006-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 |
67 2006-10-01 Johan Bockg,Ae(Brd <bojohan+mail@dd.chalmers.se> | 72 2006-10-01 Johan Bockg,Ae(Brd <bojohan+mail@dd.chalmers.se> |
68 | 73 |
183 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially. | 188 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially. |
184 | 189 |
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 |
188 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change) | 193 2006-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. |
192 | 197 |
193 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 198 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
259 2006-09-23 Chong Yidong <cyd@stupidchicken.com> | 264 2006-09-23 Chong Yidong <cyd@stupidchicken.com> |
260 | 265 |
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 |
264 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change) | 269 2006-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. |
268 | 273 |
269 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com> | 274 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com> |