Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5260:dceee3855f15
Add support for the X11 dead-stroke in x-compose.el.
2010-09-05 Aidan Kehoe <kehoea@parhasard.net>
* x-compose.el (define-compose-map, compose-map)
(decide-on-bindings): Support the precomposed characters with
stroke here too, necessary for Polish and Danish, among others.
* x-init.el (x-initialize-compose): Add the appropriate map
autoloads and bindings here.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 05 Sep 2010 20:31:05 +0100 |
parents | 30bf66dd3ca0 |
children | 69f687b3ba9d |
comparison
equal
deleted
inserted
replaced
5259:02c282ae97cb | 5260:dceee3855f15 |
---|---|
1 2010-09-05 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * x-compose.el (define-compose-map, compose-map) | |
4 (decide-on-bindings): Support the precomposed characters with | |
5 stroke here too, necessary for Polish and Danish, among others. | |
6 * x-init.el (x-initialize-compose): Add the appropriate map | |
7 autoloads and bindings here. | |
8 | |
1 2010-09-03 Aidan Kehoe <kehoea@parhasard.net> | 9 2010-09-03 Aidan Kehoe <kehoea@parhasard.net> |
2 | 10 |
3 * cl-extra.el (coerce): | 11 * cl-extra.el (coerce): |
4 Add fixnum as an accepted destination type. | 12 Add fixnum as an accepted destination type. |
5 | 13 |