Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 1410:44de306310b8
[xemacs-hg @ 2003-04-14 03:40:26 by youngs]
2003-04-14 Steve Youngs <youngs@xemacs.org>
* package-admin.el (package-admin-find-top-directory): Use
'directory-sep-char'.
(package-admin-get-install-dir): Ditto.
This is so PUI won't break on platforms that don't use '/' as the
directory separator.
* package-get.el (package-get-pgp-available-p): New.
(package-get-require-signed-base-updates): Use it.
(package-get-update-base-from-buffer): Move the code that finds
the gpg stuff into `package-get-pgp-available-p'.
Now if you have Mailcrypt and a PGP binary installed and set up on
your system, PUI will automatically default to doing PGP
verification, otherwise it'll default to off.
(package-get-require-base): Use the DATUM arg to `error'.
(package-get-locate-index-file): Ditto.
(package-get-update-base): Ditto.
(package-get-update-base-entries): Ditto.
(package-get-all): Ditto.
(package-get-dependencies): Ditto.
(package-get-info): Ditto.
(package-get): Ditto.
* package-info.el (batch-update-package-info): Use the DATUM arg
to `error'.
* package-net.el (package-net-batch-generate-bin-ini): Use the
DATUM arg to `error'.
* package-ui.el (pui-toggle-package-key): Use the DATUM arg to
`error'.
(pui-toggle-package-delete-key): Ditto.
(pui-install-selected-packages): Ditto.
(pui-add-required-packages): Ditto.
(pui-display-info): Ditto.
(list-packages-mode): Ditto.
* packages.el (package-require): Use the DATUM arg to `error'.
author | youngs |
---|---|
date | Mon, 14 Apr 2003 03:40:27 +0000 |
parents | 6355bae896e3 |
children | 74cb069b8417 |
comparison
equal
deleted
inserted
replaced
1409:d9b958c0f772 | 1410:44de306310b8 |
---|---|
1 2003-04-14 Steve Youngs <youngs@xemacs.org> | |
2 | |
3 * package-admin.el (package-admin-find-top-directory): Use | |
4 'directory-sep-char'. | |
5 (package-admin-get-install-dir): Ditto. | |
6 This is so PUI won't break on platforms that don't use '/' as the | |
7 directory separator. | |
8 | |
9 * package-get.el (package-get-pgp-available-p): New. | |
10 (package-get-require-signed-base-updates): Use it. | |
11 (package-get-update-base-from-buffer): Move the code that finds | |
12 the gpg stuff into `package-get-pgp-available-p'. | |
13 Now if you have Mailcrypt and a PGP binary installed and set up on | |
14 your system, PUI will automatically default to doing PGP | |
15 verification, otherwise it'll default to off. | |
16 (package-get-require-base): Use the DATUM arg to `error'. | |
17 (package-get-locate-index-file): Ditto. | |
18 (package-get-update-base): Ditto. | |
19 (package-get-update-base-entries): Ditto. | |
20 (package-get-all): Ditto. | |
21 (package-get-dependencies): Ditto. | |
22 (package-get-info): Ditto. | |
23 (package-get): Ditto. | |
24 | |
25 * package-info.el (batch-update-package-info): Use the DATUM arg | |
26 to `error'. | |
27 | |
28 * package-net.el (package-net-batch-generate-bin-ini): Use the | |
29 DATUM arg to `error'. | |
30 | |
31 * package-ui.el (pui-toggle-package-key): Use the DATUM arg to | |
32 `error'. | |
33 (pui-toggle-package-delete-key): Ditto. | |
34 (pui-install-selected-packages): Ditto. | |
35 (pui-add-required-packages): Ditto. | |
36 (pui-display-info): Ditto. | |
37 (list-packages-mode): Ditto. | |
38 | |
39 * packages.el (package-require): Use the DATUM arg to `error'. | |
40 | |
1 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org> | 41 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 42 |
3 * menubar-items.el (default-menubar): | 43 * menubar-items.el (default-menubar): |
4 * startup.el (in comment): | 44 * startup.el (in comment): |
5 Global substitution: .Xresources for .Xdefaults. | 45 Global substitution: .Xresources for .Xdefaults. |