comparison lisp/ChangeLog @ 109937:9b8e40e0bf3c

* lisp/subr.el (read-key): Don't hide the menu-bar entries.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 19 Aug 2010 16:37:31 +0200
parents e1a5ebb1ce1c
children 7f388ce0e51e
comparison
equal deleted inserted replaced
109936:e1a5ebb1ce1c 109937:9b8e40e0bf3c
1 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
4
1 2010-08-18 Michael Albinus <michael.albinus@gmx.de> 5 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * progmodes/flymake.el (flymake-start-syntax-check-process): Use 7 * progmodes/flymake.el (flymake-start-syntax-check-process):
4 `start-file-process' in order to let it run also on remote hosts. 8 Use `start-file-process' in order to let it run also on remote hosts.
5 9
6 2010-08-18 Kenichi Handa <handa@m17n.org> 10 2010-08-18 Kenichi Handa <handa@m17n.org>
7 11
8 * files.el: Add `word-wrap' as safe local variable. 12 * files.el: Add `word-wrap' as safe local variable.
9 13
39 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search): 43 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
40 (isearch-lazy-highlight-update): Use it. 44 (isearch-lazy-highlight-update): Use it.
41 45
42 2010-08-06 Kenichi Handa <handa@m17n.org> 46 2010-08-06 Kenichi Handa <handa@m17n.org>
43 47
44 * international/mule.el (define-charset): Store NAME as :base 48 * international/mule.el (define-charset): Store NAME as :base property.
45 property. 49 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
46 (ctext-non-standard-encodings-table): Pay attention to charset
47 aliases.
48 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the 50 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
49 current priority. Force using the designation of the specific 51 current priority. Force using the designation of the specific
50 charset by adding `charset' text property. Improve the whole 52 charset by adding `charset' text property. Improve the whole
51 algorithm. 53 algorithm.
52 54
59 2010-08-04 Kenichi Handa <handa@m17n.org> 61 2010-08-04 Kenichi Handa <handa@m17n.org>
60 62
61 * language/cyrillic.el: Don't add "microsoft-cp1251" to 63 * language/cyrillic.el: Don't add "microsoft-cp1251" to
62 ctext-non-standard-encodings-alist here. 64 ctext-non-standard-encodings-alist here.
63 65
64 * international/mule.el (ctext-non-standard-encodings-alist): Add 66 * international/mule.el (ctext-non-standard-encodings-alist):
65 "koi8-r" and "microsoft-cp1251". 67 Add "koi8-r" and "microsoft-cp1251".
66 (ctext-standard-encodings): New variable. 68 (ctext-standard-encodings): New variable.
67 (ctext-non-standard-encodings-table): List only elements for 69 (ctext-non-standard-encodings-table): List only elements for
68 non-standard encodings. 70 non-standard encodings.
69 (ctext-pre-write-conversion): Adjusted for the above change. 71 (ctext-pre-write-conversion): Adjust for the above change.
70 Check ctext-standard-encodings. 72 Check ctext-standard-encodings.
71 73
72 * international/mule-conf.el (compound-text): Doc fix. 74 * international/mule-conf.el (compound-text): Doc fix.
73 (ctext-no-compositions): Doc fix. 75 (ctext-no-compositions): Doc fix.
74 (compound-text-with-extensions): Doc fix. 76 (compound-text-with-extensions): Doc fix.