diff options
| author | Kenichi Handa | 2010-08-06 17:15:12 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-08-06 17:15:12 +0900 |
| commit | f21a9669a44e1358e1f3164e4e1edd4e7000714e (patch) | |
| tree | bcae9e777ef350c1d3f5b1f33cd053fc546cba69 /lisp/ChangeLog | |
| parent | 7a84eee5b745ad577d414158716ffe2ee487a117 (diff) | |
| parent | f6b55526bd58545b480a2a79d944971be67d9c07 (diff) | |
| download | emacs-f21a9669a44e1358e1f3164e4e1edd4e7000714e.tar.gz emacs-f21a9669a44e1358e1f3164e4e1edd4e7000714e.zip | |
merge trunk
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1b2f0ebd99e..2097f6c1973 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -9,6 +9,12 @@ | |||
| 9 | charset by adding `charset' text property. Improve the whole | 9 | charset by adding `charset' text property. Improve the whole |
| 10 | algorithm. | 10 | algorithm. |
| 11 | 11 | ||
| 12 | 2010-08-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 13 | |||
| 14 | * emulation/pc-select.el (pc-selection-mode-hook) | ||
| 15 | (copy-region-as-kill-nomark, beginning-of-buffer-mark) | ||
| 16 | (pc-selection-mode): Fix typos in docstrings. | ||
| 17 | |||
| 12 | 2010-08-04 Kenichi Handa <handa@m17n.org> | 18 | 2010-08-04 Kenichi Handa <handa@m17n.org> |
| 13 | 19 | ||
| 14 | * language/cyrillic.el: Don't add "microsoft-cp1251" to | 20 | * language/cyrillic.el: Don't add "microsoft-cp1251" to |
| @@ -26,6 +32,10 @@ | |||
| 26 | (ctext-no-compositions): Doc fix. | 32 | (ctext-no-compositions): Doc fix. |
| 27 | (compound-text-with-extensions): Doc fix. | 33 | (compound-text-with-extensions): Doc fix. |
| 28 | 34 | ||
| 35 | 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 36 | |||
| 37 | * simple.el (exchange-dot-and-mark): Mark obsolete, finally. | ||
| 38 | |||
| 29 | 2010-08-03 Juanma Barranquero <lekktu@gmail.com> | 39 | 2010-08-03 Juanma Barranquero <lekktu@gmail.com> |
| 30 | 40 | ||
| 31 | * progmodes/which-func.el (which-func-format): Split help-echo text | 41 | * progmodes/which-func.el (which-func-format): Split help-echo text |