Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4556:a1f8c5c250c2
Automated merge with file:/Sources/xemacs-21.5-checked-out
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 11 May 2008 19:50:49 +0200 |
parents | 20c32e489235 1f0aa40cafe0 |
children | d9fcb5442c95 |
comparison
equal
deleted
inserted
replaced
4555:20c32e489235 | 4556:a1f8c5c250c2 |
---|---|
1 2008-05-11 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * disp-table.el (make-display-table): | |
4 Update the example code to make it more general, and more | |
5 compatible with GNU. Also, I previously said #xFF when I meant | |
6 ?\xFF; correct this. | |
7 * mule/cyril-util.el (standard-display-cyrillic-translit): | |
8 Make the selection of the default language more sensible; change | |
9 the API a little to make a sensible default Cyrillic language | |
10 available, checking current-language-environment. | |
11 | |
12 2007-07-21 Aidan Kehoe <kehoea@parhasard.net> | |
13 | |
14 * mule/cyril-util.el: | |
15 * mule/cyril-util.el (cyrillic-encode-koi8-r-char): Removed. | |
16 * mule/cyril-util.el (cyrillic-encode-alternativnyj-char): | |
17 Removed. No-one uses these functions in google.com/codesearch, | |
18 GNU have a comment doubting their utility, and their | |
19 implementation is trivial. | |
20 * mule/cyril-util.el (cyrillic-language-alist): | |
21 Reformatted. | |
22 * mule/cyril-util.el (standard-display-table)): Removed. It wasn't | |
23 used anyway. | |
24 * mule/cyril-util.el (standard-display-cyrillic-translit): | |
25 Rewrite it to work with character tables as display tables, and | |
26 not to abort with an error. | |
27 | |
28 2007-07-21 Aidan Kehoe <kehoea@parhasard.net> | |
29 | |
30 * disp-table.el: | |
31 * disp-table.el (make-display-table): Moved earlier in the file in | |
32 a weak attempt at making syncing with GNU easier. | |
33 * disp-table.el (frob-display-table): | |
34 Autoload it, accept TAG-SET, for editing specifiers. | |
35 * disp-table.el (describe-display-table): | |
36 Have it handle character sets. | |
37 * disp-table.el (standard-display-8bit-1): | |
38 * disp-table.el (standard-display-8bit): | |
39 * disp-table.el (standard-display-default-1): | |
40 * disp-table.el (standard-display-ascii): | |
41 * disp-table.el (standard-display-g1): | |
42 * disp-table.el (standard-display-graphic): | |
43 * disp-table.el (standard-display-underline): | |
44 * disp-table.el (standard-display-european): | |
45 Rework them all to use put-char-table, remove-char-table instead | |
46 of aset. Limit standard-display-g1, standard-display-graphic to | |
47 TTYs; have standard-display-underline work on X11 too. | |
48 | |
49 * font.el (font-caps-display-table): | |
50 Use put-char-table instead of aset when editing a display table. | |
51 * x-init.el: | |
52 * x-init.el (tab): | |
53 Create the initial display table as a char-table, not a vector. | |
54 | |
55 2008-01-20 Aidan Kehoe <kehoea@parhasard.net> | |
56 | |
57 * startup.el (command-line-do-script): New. | |
58 (command-switch-alist): Use command-line-do-script. | |
59 New argument, compatible with GNU; --script or -script says "treat | |
60 the following argument as a file to load in batch mode". | |
61 | |
62 2008-05-07 Aidan Kehoe <kehoea@parhasard.net> | |
63 | |
64 * mule/latin.el (windows-1250): Add the Central European Windows | |
65 coding system. | |
66 * mule/mule-win32-init.el: Don't use the Windows-specific CP1250 | |
67 implementation, rely on that in latin.el instead. | |
68 | |
1 2008-05-11 Aidan Kehoe <kehoea@parhasard.net> | 69 2008-05-11 Aidan Kehoe <kehoea@parhasard.net> |
2 | 70 |
3 * coding.el (query-coding-clear-highlights): | 71 * coding.el (query-coding-clear-highlights): |
4 New function--clear any face information added by | 72 New function--clear any face information added by |
5 `query-coding-region'. | 73 `query-coding-region'. |