comparison lisp/ChangeLog @ 2828:a25c824ed558

[xemacs-hg @ 2005-06-26 18:04:49 by aidan] Rename the ascii-character property, support more keysyms.
author aidan
date Sun, 26 Jun 2005 18:05:05 +0000
parents 52d126cb63af
children 5bf18ccb05df
comparison
equal deleted inserted replaced
2827:936a6576c655 2828:a25c824ed558
1 2005-06-26 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cmdloop.el (read-quoted-char):
4 * isearch-mode.el (isearch-char-to-string):
5 Remove the fourth argument from event-to-character.
6
7 * dumped-lisp.el (preloaded-file-list):
8 No longer dump x-iso8859-1.el--we don't need it any more.
9
10 * x-init.el (x-initialize-keyboard):
11 * keymap.el (events-to-keys):
12 * events.el:
13 Rename the ascii-character keysym property to character-of-keysym.
14
15 * gtk-compose.el:
16 Don't depend on gtk-iso8859-1.el
17
18 * x-compose.el:
19 Move to using character literals rather than X11 keysyms as macro
20 expansions. Loses the ability to use another character encoding
21 for the Latin-1 characters in X11 composition with a bit of
22 programming, which no-one uses; also happily reduces dependence on
23 x-iso8859-1.el, which is no longer of use.
24
1 2005-06-06 Adrian Aichner <adrian@xemacs.org> 25 2005-06-06 Adrian Aichner <adrian@xemacs.org>
2 26
3 * package-get.el (package-get-init-package): 27 * package-get.el (package-get-init-package):
4 package-get-init-package buglet (21.4.17) by Jeff Mincy 28 package-get-init-package buglet (21.4.17) by Jeff Mincy
5 <mincy@rcn.com> fixing false temporary load-path shadows reported 29 <mincy@rcn.com> fixing false temporary load-path shadows reported