Merge package.el, written by Tom Tromey <tromey@redhat.com>.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 17 Jun 2010 02:08:10 +0000 (22:08 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 17 Jun 2010 02:08:10 +0000 (22:08 -0400)
commit44198b6ee97bcb0ac88a5cadd1bf9b62048d0156
tree0815c0c51f4e30ae884c17d92f822042c662b658
parente20f04215a264939f74306fa7a29deb97bad3f1c
Merge package.el, written by Tom Tromey <tromey@redhat.com>.
Changes relative to version 0.9 of package.el are listed below:

* emacs-lisp/package-x.el: New file.  Package uploading
functionality split out from package.el.

* emacs-lisp/package.el (package-archive-base): Point to
elpa.gnu.org.
(package-enable, package-load-list): New defcustoms.
(package-user-dir, package-directory-list): Turn into defcustoms.
Don't include package-user-dir in package-directory-list.
(package--builtins-base): Don't include Emacs as a "package".
(package-subdirectory-regexp): New var.
(package-load-all-descriptors, package-compute-transaction)
(package-download-transaction): Obey package-load-list.
(package-activate-1): Rename from package-do-activate.
(package-list-packages-internal): Check package-load-list.
(package-load-descriptor, package-generate-autoloads)
(package-unpack, package-unpack-single)
(package--read-archive-file, package-delete): Use
expand-file-name.

* startup.el (command-line): Load packages after reading init
file.
etc/NEWS
lisp/ChangeLog
lisp/emacs-lisp/package-x.el [new file with mode: 0644]
lisp/emacs-lisp/package.el [new file with mode: 0644]
lisp/startup.el