Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Sep 05 20:12:53 2010 +0100 +++ b/lisp/ChangeLog Sun Sep 05 20:31:05 2010 +0100 @@ -1,3 +1,11 @@ +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. + 2010-09-03 Aidan Kehoe <kehoea@parhasard.net> * cl-extra.el (coerce):