diff options
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. |