Mercurial > emacs
comparison lisp/ChangeLog @ 77173:5e4b72114bc4
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 13 Apr 2007 09:10:56 +0000 |
parents | c45a211768ef |
children | 81971498a673 |
comparison
equal
deleted
inserted
replaced
77172:4c69a90220e3 | 77173:5e4b72114bc4 |
---|---|
1 2007-04-13 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings. | |
4 | |
5 * term.el (term-buffer-maximum-size, term-exec, term-escape-char) | |
6 (term-set-escape-char, term-termcap-format, term-get-old-input-default) | |
7 (term-skip-prompt, term-send-string, term-send-region, term-pager-page) | |
8 (term-pager-help): Fix typos in docstrings. | |
9 | |
10 * wid-edit.el (widget-documentation): Fix typo in docstring. | |
11 | |
12 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style): | |
13 Fix typos in error messages. | |
14 | |
1 2007-04-13 Martin Rudalics <rudalics@gmx.at> | 15 2007-04-13 Martin Rudalics <rudalics@gmx.at> |
2 | 16 |
3 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select | 17 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select |
4 window marked as dedicated. | 18 window marked as dedicated. |
5 | 19 |
6 * mail/footnote.el (footnote-latin-string): New variable. | 20 * mail/footnote.el (footnote-latin-string): New variable. |
7 (footnote-latin-regexp): Redefined as regexp alternative. | 21 (footnote-latin-regexp): Redefined as regexp alternative. |
8 (Footnote-latin): Use footnote-latin-string instead of | 22 (Footnote-latin): Use footnote-latin-string instead of |
9 footnote-latin-regexp. | 23 footnote-latin-regexp. |
10 | 24 |
11 2007-04-13 Glenn Morris <rgm@gnu.org> | 25 2007-04-13 Glenn Morris <rgm@gnu.org> |
12 | 26 |
28 don't insert it in the output. | 42 don't insert it in the output. |
29 | 43 |
30 2007-04-11 Jason Rumney <jasonr@gnu.org> | 44 2007-04-11 Jason Rumney <jasonr@gnu.org> |
31 | 45 |
32 * dnd.el (dnd-get-local-file-name): Decode both upper and lower | 46 * dnd.el (dnd-get-local-file-name): Decode both upper and lower |
33 case hex. Do not try to decode non-hex letters. | 47 case hex. Do not try to decode non-hex letters. |
34 | 48 |
35 2007-04-11 Markus Triska <markus.triska@gmx.at> | 49 2007-04-11 Markus Triska <markus.triska@gmx.at> |
36 | 50 |
37 * emacs-lisp/byte-opt.el (byte-optimize-backward-char) | 51 * emacs-lisp/byte-opt.el (byte-optimize-backward-char) |
38 (byte-optimize-backward-word): Remove (move to bytecomp.el) | 52 (byte-optimize-backward-word): Remove (move to bytecomp.el). |
39 (byte-optimize-form-code-walker): Evaluate pure function calls if | 53 (byte-optimize-form-code-walker): Evaluate pure function calls if |
40 possible. | 54 possible. |
41 (byte-optimize-all-constp): New function. | 55 (byte-optimize-all-constp): New function. |
42 | 56 |
43 * emacs-lisp/bytecomp.el (byte-compile-char-before): Improve | 57 * emacs-lisp/bytecomp.el (byte-compile-char-before): Improve |
58 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of | 72 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of |
59 desktop-create-buffer. | 73 desktop-create-buffer. |
60 | 74 |
61 2007-04-10 Chong Yidong <cyd@stupidchicken.com> | 75 2007-04-10 Chong Yidong <cyd@stupidchicken.com> |
62 | 76 |
63 * woman.el (woman-decode-buffer): Postphone macro-set check... | 77 * woman.el (woman-decode-buffer): Postpone macro-set check... |
64 (woman-decode-region): ...to here. | 78 (woman-decode-region): ...to here. |
65 | 79 |
66 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org> | 80 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org> |
67 | 81 |
68 * startup.el (tty-handle-args): Use %S to log ARGS. | 82 * startup.el (tty-handle-args): Use %S to log ARGS. |