Mercurial > emacs
annotate lispintro/MANIFEST @ 68520:6a7173abcf59
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
since compatibility functions should have our package prefix (mh-) by
Emacs convention and to avoid messing up checks for the same functions
in other packages. Use explicit argument instead of forming name by
adding mh-e prefix so that one can grep and find the definition.
* mh-alias.el (mh-alias-local-users, mh-alias-reload)
(mh-alias-expand, mh-alias-minibuffer-confirm-address): Use
mh-assoc-string instead of assoc-string.
* mh-compat.el (assoc-string): Rename to mh-assoc-string.
(mh-mail-abbrev-make-syntax-table, mh-url-hexify-string): Move here
from mh-utils.el.
(mh-display-completion-list): Move here from mh-comp.el.
(mh-face-foreground, mh-face-background): Move here from mh-xface.el.
(mh-write-file-functions): Move here from mh-folder.el
* mh-folder.el (mh-write-file-functions-compat): Move to mh-compat.el
and rename to mh-write-file-functions.
(mh-folder-mode): Use the new name.
* mh-gnus.el (gnus-local-map-property): Rename to
mh-gnus-local-map-property.
(mm-merge-handles): Rename to mh-mm-merge-handles.
(mm-set-handle-multipart-parameter): Rename to
mh-mm-set-handle-multipart-parameter.
(mm-inline-text-vcard): Rename to mh-mm-inline-text-vcard.
(mm-possibly-verify-or-decrypt): Rename to
mh-mm-possibly-verify-or-decrypt.
(mm-handle-multipart-ctl-parameter): Rename to
mh-mm-handle-multipart-ctl-parameter.
(mm-readable-p): Rename to mh-mm-readable-p.
(mm-long-lines-p): Rename to mh-mm-long-lines-p.
(mm-keep-viewer-alive-p): Rename to mh-mm-keep-viewer-alive-p.
(mm-destroy-parts): Rename to mh-mm-destroy-parts.
(mm-uu-dissect-text-parts): Rename to mh-mm-uu-dissect-text-parts.
(mml-minibuffer-read-disposition): Rename to
mh-mml-minibuffer-read-disposition.
* mh-identity.el (mh-identity-field-handler): Use mh-assoc-string
instead of assoc-string.
* mh-mime.el (mh-mm-inline-media-tests, mh-mm-inline-message)
(mh-mime-display, mh-mime-display-security) (mh-insert-mime-button,
mh-insert-mime-security-button) (mh-handle-set-external-undisplayer)
(mh-mime-security-press-button, mh-mime-security-show-details)
(mh-mml-attach-file, mh-mime-cleanup)
(mh-destroy-postponed-handles): Use new mh-* names for compatibility
functions.
* mh-utils.el (mail-abbrev-make-syntax-table): Move to mh-compat.el
and rename to mh-mail-abbrev-make-syntax-table.
(mh-beginning-of-word): Use the new name.
(mh-get-field): Delete ancient alias.
* mh-xface.el (mh-face-foreground-compat): Move to mh-compat.el and
rename to mh-face-foreground
(mh-face-background-compat): Move to mh-compat.el and rename to
mh-face-background.
(mh-face-display-function): Use the new names.
(mh-x-image-url-cache-canonicalize): Use mh-url-hexify-string instead
of url-hexify-string.
(url-unreserved-chars): Move to mh-compat.el and rename to
mh-url-unreserved-chars.
(url-hexify-string): Move to mh-compat.el and rename to
mh-url-hexify-string.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Tue, 31 Jan 2006 20:46:15 +0000 |
parents | 54ac2f6e3c93 |
children |
rev | line source |
---|---|
41422
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
1 `emacs-lisp-intro-2.00.tar' contains: |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
2 |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
3 size filename |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
4 |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
5 2102 INSTALL |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
6 1482 MANIFEST |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
7 10295 Makefile |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
8 358 Makefile.am |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
9 10215 Makefile.in |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
10 5642 README |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
11 3542 aclocal.m4 |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
12 7129 drawers.eps |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
13 36057 configure |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
14 142 configure.in |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
15 12136 cons-1.eps |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
16 12523 cons-2.eps |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
17 12420 cons-2a.eps |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
18 12984 cons-3.eps |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
19 13866 cons-4.eps |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
20 12986 cons-5.eps |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
21 772149 emacs-lisp-intro.texi |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
22 5584 install-sh |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
23 10252 lambda-1.eps |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
24 10278 lambda-2.eps |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
25 10275 lambda-3.eps |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
26 4650 missing |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
27 732 mkinstalldirs |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
28 207383 texinfo.tex |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
29 |
54ac2f6e3c93
Modified to reflect changes in the file names.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
30 ### |