comparison lisp/ChangeLog @ 1365:02909207294a

[xemacs-hg @ 2003-03-20 13:19:56 by youngs] 2003-03-20 Steve Youngs <youngs@xemacs.org> * menubar-items.el (default-menubar): Add a "Pre-Release Download Sites" submenu to "Tools -> Packages" menu. Filter the package download sites menus through `menu-split-long-menu'. * obsolete.el (pui-add-install-directory): New. (package-get-download-menu): New. * package-admin.el: (package-admin-add-single-file-package): Removed. (package-admin-get-install-dir): Don't rely on an installed xemacs-base package to guess where a package needs to be installed to. (package-admin-get-manifest-file): Whitespace clean up. (package-admin-check-manifest): Use `directory-sep-char' to compute regexp. Only search 'lisp' and 'man' directories to determine package name. Don't error is xemacs-base package isn't installed, just don't sort the MANIFEST file and issue a warning. (package-admin-add-binary-package): Whitespace clean up. (package-admin-get-lispdir): Ditto. (package-admin-delete-binary-package): Use `with-temp-buffer' instead of creating a temporary buffer manually. * package-get.el: (package-get-remote): Change custom type so that only either a single directory or remote host:directory can be selected. (package-get-download-sites): Put the sites into alphabetical order of country. Make the description element be "Country (site)" instead of the other way around. (package-get-pre-release-download-sites): New. (package-get-require-signed-base-updates): Default to t. (package-get-download-menu): Removed. (package-get-locate-file): Change to reflect new format of 'package-get-remote'. (package-get-update-base-from-buffer): Whitespace clean up and remove an unneccessary 'when'. (package-get-interactive-package-query): Whitespace clean up. (package-get-update-all): Ditto. (package-get-all): Ditto. (package-get-init-package): Ditto. (package-get-info): New. (package-get): Bring into line with new format of 'package-get-remote'. Error if non-Mule XEmacsen try to install Mule packages. Don't rely on a Mule package having 'mule-base' in its "REQUIRES" to determine if it is a Mule package or not, instead we test "CATEGORY". Better handling of the situation where a partial package tarball exists on the local hard drive from a previous interupted download. Clean up after a failed package install. (package-get-set-version-prop): Removed. (package-get-installedp): Whitespace clean up. * package-ui.el: Whitespace clean up. (pui-info-buffer): Make it a defcustom. (pui-directory-exists): Removed. (pui-package-dir-list): Removed. (pui-add-install-directory): Removed. (package-ui-download-menu): New. (package-ui-pre-release-download-menu): New. (pui-set-local-package-get-directory): New. (pui-package-symbol-char): Whitespace clean up. (pui-update-package-display): Ditto. (pui-toggle-package): Ditto. (pui-toggle-package-key): Ditto. (pui-toggle-package-delete): Ditto. (pui-toggle-package-delete-key): Ditto. (pui-toggle-package-event): Ditto. (pui-toggle-verbosity-redisplay): Ditto. (pui-install-selected-packages): Ditto. (pui-help-echo): Ditto. (pui-display-info): Ditto. (pui-list-packages): Ditto. * packages.el: Whitespace clean up.
author youngs
date Thu, 20 Mar 2003 13:19:59 +0000
parents cfe4bcb9bdd4
children 1aba3abebad6
comparison
equal deleted inserted replaced
1364:29e39e3ac319 1365:02909207294a
1 2003-03-20 Steve Youngs <youngs@xemacs.org>
2
3 * menubar-items.el (default-menubar): Add a "Pre-Release Download
4 Sites" submenu to "Tools -> Packages" menu.
5
6 Filter the package download sites menus through
7 `menu-split-long-menu'.
8
9 * obsolete.el (pui-add-install-directory): New.
10 (package-get-download-menu): New.
11
12 * package-admin.el: (package-admin-add-single-file-package):
13 Removed.
14 (package-admin-get-install-dir): Don't rely on an installed
15 xemacs-base package to guess where a package needs to be installed
16 to.
17 (package-admin-get-manifest-file): Whitespace clean up.
18 (package-admin-check-manifest): Use `directory-sep-char' to
19 compute regexp.
20
21 Only search 'lisp' and 'man' directories to determine package
22 name.
23
24 Don't error is xemacs-base package isn't installed, just don't
25 sort the MANIFEST file and issue a warning.
26 (package-admin-add-binary-package): Whitespace clean up.
27 (package-admin-get-lispdir): Ditto.
28 (package-admin-delete-binary-package): Use `with-temp-buffer'
29 instead of creating a temporary buffer manually.
30
31 * package-get.el: (package-get-remote): Change custom type so that
32 only either a single directory or remote host:directory can be
33 selected.
34 (package-get-download-sites): Put the sites into alphabetical
35 order of country.
36
37 Make the description element be "Country (site)" instead of the
38 other way around.
39 (package-get-pre-release-download-sites): New.
40 (package-get-require-signed-base-updates): Default to t.
41 (package-get-download-menu): Removed.
42 (package-get-locate-file): Change to reflect new format of
43 'package-get-remote'.
44 (package-get-update-base-from-buffer): Whitespace clean up and
45 remove an unneccessary 'when'.
46 (package-get-interactive-package-query): Whitespace clean up.
47 (package-get-update-all): Ditto.
48 (package-get-all): Ditto.
49 (package-get-init-package): Ditto.
50 (package-get-info): New.
51 (package-get): Bring into line with new format of
52 'package-get-remote'.
53
54 Error if non-Mule XEmacsen try to install Mule packages.
55
56 Don't rely on a Mule package having 'mule-base' in its
57 "REQUIRES" to determine if it is a Mule package or not,
58 instead we test "CATEGORY".
59
60 Better handling of the situation where a partial package tarball
61 exists on the local hard drive from a previous interupted
62 download.
63
64 Clean up after a failed package install.
65 (package-get-set-version-prop): Removed.
66 (package-get-installedp): Whitespace clean up.
67
68 * package-ui.el: Whitespace clean up.
69 (pui-info-buffer): Make it a defcustom.
70 (pui-directory-exists): Removed.
71 (pui-package-dir-list): Removed.
72 (pui-add-install-directory): Removed.
73 (package-ui-download-menu): New.
74 (package-ui-pre-release-download-menu): New.
75 (pui-set-local-package-get-directory): New.
76 (pui-package-symbol-char): Whitespace clean up.
77 (pui-update-package-display): Ditto.
78 (pui-toggle-package): Ditto.
79 (pui-toggle-package-key): Ditto.
80 (pui-toggle-package-delete): Ditto.
81 (pui-toggle-package-delete-key): Ditto.
82 (pui-toggle-package-event): Ditto.
83 (pui-toggle-verbosity-redisplay): Ditto.
84 (pui-install-selected-packages): Ditto.
85 (pui-help-echo): Ditto.
86 (pui-display-info): Ditto.
87 (pui-list-packages): Ditto.
88
89 * packages.el: Whitespace clean up.
90
1 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org> 91 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org>
2 92
3 * gutter-items.el (buffers-tab-filter-functions): Improve docstring. 93 * gutter-items.el (buffers-tab-filter-functions): Improve docstring.
4 Suggested by a Chris Palmer <chris@nodewarrior.org> patch. 94 Suggested by a Chris Palmer <chris@nodewarrior.org> patch.
5 95