Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4317:15d36164ebd7
Eliminate lost docstring warnings on 21.5.
2007-12-09 Aidan Kehoe <kehoea@parhasard.net>
* unicode.el (load-unicode-mapping-tables):
Call #'set-default-unicode-precedence wrapped with
#'declare-fboundp, to avoid warnings on non-Mule builds.
* unicode.el (ccl-encode-to-ucs-2):
* unicode.el (unicode-error-sequence-regexp-range):
* unicode.el (frob-unicode-errors-region):
* unicode.el (unicode-error-translate-region):
Unconditionally provide these functions and variables at top
level in the code, to make them available to make-docfile. For the
INITVALUE args to #'defvar, conditionalise on (featurep 'mule);
ditto for the code that tests the lookup tables and provides the
WGL4 characters as jit-ucs-charset-0 characters.
Unintern the function and variable symbols if (featurep 'mule) is
not true, so their function definitions and so on get garbage
collected at dump time in non-Mule builds.
* obsolete.el (add-menu-item):
* obsolete.el (add-menu):
* obsolete.el (add-menu):
* obsolete.el (package-get-download-menu):
Provide these functions at top level, in order to make them
available to make-docfile.c, which has trouble interpreting byte
code. Unintern their symbols if the menubar feature is not
available, which means they will be garbage collected on
non-menubar builds.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 09 Dec 2007 14:55:03 +0100 |
parents | 2e528ccfe690 |
children | 74d00c7cc134 |
comparison
equal
deleted
inserted
replaced
4316:2e528ccfe690 | 4317:15d36164ebd7 |
---|---|
1 2007-12-09 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * unicode.el (load-unicode-mapping-tables): | |
4 Call #'set-default-unicode-precedence wrapped with | |
5 #'declare-fboundp, to avoid warnings on non-Mule builds. | |
6 | |
7 * unicode.el (ccl-encode-to-ucs-2): | |
8 * unicode.el (unicode-error-sequence-regexp-range): | |
9 * unicode.el (frob-unicode-errors-region): | |
10 * unicode.el (unicode-error-translate-region): | |
11 Unconditionally provide these functions and variables at top | |
12 level in the code, to make them available to make-docfile. For the | |
13 INITVALUE args to #'defvar, conditionalise on (featurep 'mule); | |
14 ditto for the code that tests the lookup tables and provides the | |
15 WGL4 characters as jit-ucs-charset-0 characters. | |
16 | |
17 Unintern the function and variable symbols if (featurep 'mule) is | |
18 not true, so their function definitions and so on get garbage | |
19 collected at dump time in non-Mule builds. | |
20 | |
21 * obsolete.el (add-menu-item): | |
22 * obsolete.el (add-menu): | |
23 * obsolete.el (add-menu): | |
24 * obsolete.el (package-get-download-menu): | |
25 Provide these functions at top level, in order to make them | |
26 available to make-docfile.c, which has trouble interpreting byte | |
27 code. Unintern their symbols if the menubar feature is not | |
28 available, which means they will be garbage collected on | |
29 non-menubar builds. | |
30 | |
1 2007-12-09 Aidan Kehoe <kehoea@parhasard.net> | 31 2007-12-09 Aidan Kehoe <kehoea@parhasard.net> |
2 | 32 |
3 * mule/latin.el: | 33 * mule/latin.el: |
4 Create clones of the English language environment with UTF-8 and | 34 Create clones of the English language environment with UTF-8 and |
5 Windows-1252 as the associated coding system, for Joachim Schrod's | 35 Windows-1252 as the associated coding system, for Joachim Schrod's |