Mercurial > emacs
comparison lisp/ChangeLog @ 76531:1994de9359df
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 18 Mar 2007 02:48:43 +0000 |
parents | 52ad79a16118 |
children | 338aa54d148f |
comparison
equal
deleted
inserted
replaced
76530:5813a2f3af13 | 76531:1994de9359df |
---|---|
1 2007-03-18 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * progmodes/compile.el (compilation-find-file): Revert change | |
4 from 2006-07-18 to allow completion of directory names. | |
5 Reported by John Carter <john.carter@tait.co.nz>. | |
6 | |
1 2007-03-18 Kim F. Storm <storm@cua.dk> | 7 2007-03-18 Kim F. Storm <storm@cua.dk> |
2 | 8 |
3 * subr.el (when, unless): Doc fix. | 9 * subr.el (when, unless): Doc fix. |
4 | 10 |
5 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org> | 11 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org> |
9 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change) | 15 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change) |
10 | 16 |
11 * autorevert.el (auto-revert-tail-handler): | 17 * autorevert.el (auto-revert-tail-handler): |
12 Call after-revert-hook. | 18 Call after-revert-hook. |
13 | 19 |
14 2007-03-17 Chong Yidong <cyd@stupidchicken.com> | |
15 | |
16 * simple.el (line-move-1): Respect | |
17 `inhibit-line-move-field-capture' property. | |
18 | |
19 2007-03-16 Mark A. Hershberger <mah@everybody.org> | |
20 | |
21 * eshell/esh-mode.el (eshell-handle-ansi-color): New function. | |
22 Add new option for eshell-output-filter-functions. | |
23 | |
24 2007-03-13 Chong Yidong <cyd@stupidchicken.com> | 20 2007-03-13 Chong Yidong <cyd@stupidchicken.com> |
25 | 21 |
26 * comint.el (comint-arguments): Mark backslash-escaped chars. | 22 * comint.el (comint-arguments): Mark backslash-escaped chars. |
27 (comint-delim-arg): Don't treat them as delimiters. | 23 (comint-delim-arg): Don't treat them as delimiters. |
28 | 24 |
29 2007-03-12 Kim F. Storm <storm@cua.dk> | 25 2007-03-12 Kim F. Storm <storm@cua.dk> |
30 | |
31 * ido.el (ido-init-completion-maps): Remap delete-backward-char. | 26 * ido.el (ido-init-completion-maps): Remap delete-backward-char. |
32 | 27 |
33 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change) | 28 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change) |
34 | 29 |
35 * tempo.el (tempo-insert): Deal with 'r> if it appears | 30 * tempo.el (tempo-insert): Deal with 'r> if it appears |
36 specified with a prompt argument. | 31 specified with a prompt argument. |
37 | 32 |
38 2007-03-12 Carsten Dominik <dominik@science.uva.nl> | 33 2007-03-12 Carsten Dominik <dominik@science.uva.nl> |
39 | 34 |
40 * textmodes/org.el (org-set-font-lock-defaults): | 35 * textmodes/org.el (org-set-font-lock-defaults): |
41 Handle narrow table columns correctly. | 36 Handle narrow table columns correctly. |
46 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special): | 41 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special): |
47 Return to use of the -no-properties variants. There was | 42 Return to use of the -no-properties variants. There was |
48 consensus on emacs-devel that the speed of these variants was | 43 consensus on emacs-devel that the speed of these variants was |
49 prefered since we are usually parsing files (from the internet | 44 prefered since we are usually parsing files (from the internet |
50 or on disk) instead of XML created in Emacs. | 45 or on disk) instead of XML created in Emacs. |
46 | |
47 * eshell/esh-mode.el (eshell-handle-ansi-color): New function. | |
48 Add customize option. | |
51 | 49 |
52 2007-03-12 Glenn Morris <rgm@gnu.org> | 50 2007-03-12 Glenn Morris <rgm@gnu.org> |
53 | 51 |
54 * calc/calc-forms.el (math-std-daylight-savings): Switch to new | 52 * calc/calc-forms.el (math-std-daylight-savings): Switch to new |
55 North American rule. | 53 North American rule. |