Mercurial > emacs
comparison lisp/ChangeLog @ 109228:266c496c7220
Merge from mainline.
author | Katsumi Yamaoka <katsumi@flagship2> |
---|---|
date | Tue, 22 Jun 2010 13:27:02 +0000 |
parents | 439784267ae2 |
children | 87285390c61e |
comparison
equal
deleted
inserted
replaced
109227:2b07fb05e3ed | 109228:266c496c7220 |
---|---|
1 2010-06-22 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * textmodes/texinfmt.el (texinfo-format-region) | |
4 (texinfo-raise-lower-sections, texinfo-format-separate-node) | |
5 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias) | |
6 (texinfo-format-option, texinfo-noindent): | |
7 Use line-beginning-position and line-end-position. | |
8 | |
9 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el: | |
10 * calc/calc-store.el, calc/calc-units.el, calc/calc.el: | |
11 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with | |
12 utf-8 characters. | |
13 | |
14 2010-06-21 Karl Fogel <kfogel@red-bean.com> | |
15 | |
16 * simple.el (compose-mail): Fix doc string to refer to | |
17 `compose-mail-user-agent-warnings', instead of to the | |
18 nonexistent `compose-mail-check-user-agent'. | |
19 | |
20 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org> | |
21 | |
22 Fix an indentation bug: | |
23 | |
24 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END. | |
25 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account | |
26 of existing values. | |
27 | |
28 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after) | |
29 (c-clear->-pair-props-if-match-before): now return t when they've | |
30 cleared properties, nil otherwise. | |
31 (c-before-change-check-<>-operators): Set c-new-beg/end correctly | |
32 by taking account of the existing value. | |
33 | |
34 * progmodes/cc-defs.el | |
35 (c-clear-char-property-with-value-function): Fix this to clear the | |
36 property rather than overwriting it with nil. | |
37 | |
1 2010-06-20 Chong Yidong <cyd@stupidchicken.com> | 38 2010-06-20 Chong Yidong <cyd@stupidchicken.com> |
2 | 39 |
3 * emacs-lisp/package.el (package-print-package): Add link to | 40 * emacs-lisp/package.el (package-print-package): Add link to |
4 package description via describe-package. | 41 package description via describe-package. |
5 (describe-package-1): List package requirements. Add button to | 42 (describe-package-1): List package requirements. Add button to |