comparison lisp/ChangeLog @ 107906:3a8a36c9aede

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 30 Mar 2010 21:52:49 +0000
parents 0fee5a19e171
children 6db4a0b4404d f46f743d330a
comparison
equal deleted inserted replaced
107905:eacc14a376e7 107906:3a8a36c9aede
1 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2
3 * textmodes/artist.el (artist-mode): Fix typo in docstring.
4 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
5
6 2010-03-30 Kenichi Handa <handa@m17n.org>
7
8 * language/sinhala.el (composition-function-table): Fix regexp for
9 the new Unicode specification.
10
11 * language/indian.el (devanagari-composable-pattern)
12 (tamil-composable-pattern, kannada-composable-pattern)
13 (malayalam-composable-pattern): Adjusted for the new Unicode
14 specification.
15 (bengali-composable-pattern, gurmukhi-composable-pattern)
16 (gujarati-composable-pattern, oriya-composable-pattern)
17 (telugu-composable-pattern): New variables to cope with the new
18 Unicode specification. Use them in composition-function-table.
19
1 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca> 20 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2 21
3 Make tmm-menubar work for the Buffers menu again. 22 Make tmm-menubar work for the Buffers menu again.
4 * tmm.el (tmm-prompt): Also handle keymap entries in the form of 23 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
5 vectors rather than cons cells, as used in menu-bar-update-buffers. 24 vectors rather than cons cells, as used in menu-bar-update-buffers.