Mercurial > emacs
comparison lisp/ChangeLog @ 76881:7adf00808a55
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 01 Apr 2007 19:35:32 +0000 |
parents | 5ca7b06d3fd6 |
children | 7c0179639cf7 |
comparison
equal
deleted
inserted
replaced
76880:def0f242e449 | 76881:7adf00808a55 |
---|---|
1 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey | |
4 emacs-lisp-docstring-fill-column in emacs-lisp-mode. | |
5 | |
6 * newcomment.el (comment-search-forward): Discard comment starters | |
7 before point. | |
8 | |
1 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com> | 9 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com> |
2 | 10 |
3 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay. | 11 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay. |
4 | 12 |
5 2007-04-01 Chong Yidong <cyd@stupidchicken.com> | 13 2007-04-01 Chong Yidong <cyd@stupidchicken.com> |
6 | 14 |
7 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table | 15 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table |
8 when downcasing. | 16 when downcasing. |
9 | 17 |
10 * button.el (previous-button): Rewrite to account for adjacent | 18 * button.el (previous-button): Rewrite to account for adjacent buttons. |
11 buttons. | |
12 | 19 |
13 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu> | 20 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu> |
14 | 21 |
15 * progmodes/idlwave.el (idlwave-auto-fill): Revert | 22 * progmodes/idlwave.el (idlwave-auto-fill): |
16 paragraph-separate change. | 23 Revert paragraph-separate change. |
17 | 24 |
18 * progmodes/idlw-shell.el (idlwave-shell-break-in): Simplify | 25 * progmodes/idlw-shell.el (idlwave-shell-break-in): |
19 module calc. | 26 Simplify module calc. |
20 (idlwave-shell-set-bp-in-module): Compute module. | 27 (idlwave-shell-set-bp-in-module): Compute module. |
21 | 28 |
22 2007-03-31 Glenn Morris <rgm@gnu.org> | 29 2007-03-31 Glenn Morris <rgm@gnu.org> |
23 | 30 |
24 * emacs-lisp/timer.el (run-at-time): Doc fix. | 31 * emacs-lisp/timer.el (run-at-time): Doc fix. |