diff options
| author | Phil Hagelberg | 2010-07-28 14:54:42 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-07-28 14:54:42 -0400 |
| commit | bc44bef76753a7cb9c4ebc050b4dceec2fdaed44 (patch) | |
| tree | c1b669277a6666c707f88d127615b67573d5f3e2 /lisp/ChangeLog | |
| parent | 8a52f00afa1e1c208268549c22f4c1bdbd79c88e (diff) | |
| download | emacs-bc44bef76753a7cb9c4ebc050b4dceec2fdaed44.tar.gz emacs-bc44bef76753a7cb9c4ebc050b4dceec2fdaed44.zip | |
Add support for non-default package repositories.
* lisp/emacs-lisp/package.el (package-archive-base): Var deleted.
(package-archives): New variable.
(package-archive-contents): Doc fix.
(package-load-descriptor): Do nothing if descriptor file is
missing.
(package--write-file-no-coding): New function.
(package-unpack-single): Use it.
(package-archive-id): New function.
(package-download-single, package-download-tar)
(package-menu-view-commentary): Use it.
(package-installed-p): Make second argument optional.
(package-read-all-archive-contents): New function.
(package-initialize): Use it.
(package-read-archive-contents): Add ARCHIVE argument.
(package--add-to-archive-contents): New function.
(package-install): Don't call package-read-archive-contents.
(package--download-one-archive): Store archive file in a
subdirectory of package-user-dir.
(package-menu-execute): Remove spurious line movement.
* lisp/emacs-lisp/package.el (package-load-list, package-archives)
(package-archive-contents, package-user-dir)
(package-directory-list, package--builtins, package-alist)
(package-activated-list, package-obsolete-alist): Mark as risky.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ee80f9a718f..4beafc1caaa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2010-07-28 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * emacs-lisp/package.el (package-load-list, package-archives) | ||
| 4 | (package-archive-contents, package-user-dir) | ||
| 5 | (package-directory-list, package--builtins, package-alist) | ||
| 6 | (package-activated-list, package-obsolete-alist): Mark as risky. | ||
| 7 | |||
| 8 | 2010-07-28 Phil Hagelberg <phil@evri.com> | ||
| 9 | |||
| 10 | Add support for non-default package repositories. | ||
| 11 | * emacs-lisp/package.el (package-archive-base): Var deleted. | ||
| 12 | (package-archives): New variable. | ||
| 13 | (package-archive-contents): Doc fix. | ||
| 14 | (package-load-descriptor): Do nothing if descriptor file is | ||
| 15 | missing. | ||
| 16 | (package--write-file-no-coding): New function. | ||
| 17 | (package-unpack-single): Use it. | ||
| 18 | (package-archive-id): New function. | ||
| 19 | (package-download-single, package-download-tar) | ||
| 20 | (package-menu-view-commentary): Use it. | ||
| 21 | (package-installed-p): Make second argument optional. | ||
| 22 | (package-read-all-archive-contents): New function. | ||
| 23 | (package-initialize): Use it. | ||
| 24 | (package-read-archive-contents): Add ARCHIVE argument. | ||
| 25 | (package--add-to-archive-contents): New function. | ||
| 26 | (package-install): Don't call package-read-archive-contents. | ||
| 27 | (package--download-one-archive): Store archive file in a | ||
| 28 | subdirectory of package-user-dir. | ||
| 29 | (package-menu-execute): Remove spurious line movement. | ||
| 30 | |||
| 1 | 2010-07-28 Jan Djärv <jan.h.d@swipnet.se> | 31 | 2010-07-28 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 32 | ||
| 3 | * cus-start.el (tool-bar-style): Add text-image-horiz. | 33 | * cus-start.el (tool-bar-style): Add text-image-horiz. |