comparison lisp/ChangeLog @ 109713:b5fcc3bee61e

merge trunk
author Kenichi Handa <handa@etlken>
date Fri, 06 Aug 2010 17:15:12 +0900
parents 62d9702eb261 de86f640dbaa
children 843bffdd92eb
comparison
equal deleted inserted replaced
109710:62d9702eb261 109713:b5fcc3bee61e
7 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the 7 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8 current priority. Force using the designation of the specific 8 current priority. Force using the designation of the specific
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
15 ctext-non-standard-encodings-alist here. 21 ctext-non-standard-encodings-alist here.
16 22
23 Check ctext-standard-encodings. 29 Check ctext-standard-encodings.
24 30
25 * international/mule-conf.el (compound-text): Doc fix. 31 * international/mule-conf.el (compound-text): Doc fix.
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.
34
35 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
28 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
32 into lines, like other mode-line tooltips. 42 into lines, like other mode-line tooltips.