diff options
| author | Chong Yidong | 2011-03-06 15:19:39 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-03-06 15:19:39 -0500 |
| commit | 5c69cb2ce354d499609c202ff3ad48240202bb15 (patch) | |
| tree | 7273206acac51f594517aaaf8cc4f1f0b86ccaf9 /lisp/ChangeLog | |
| parent | 78f5433f6ba4f787c766342b6ac68f79425bc685 (diff) | |
| download | emacs-5c69cb2ce354d499609c202ff3ad48240202bb15.tar.gz emacs-5c69cb2ce354d499609c202ff3ad48240202bb15.zip | |
Usability improvements to commands in package-x.el.
* lisp/emacs-lisp/package-x.el (package-archive-upload-base): Make it a
defcustom.
(package--update-file): Doc fix. Accept relative file names.
(package--archive-contents-from-file): Remove the argument, since
it's necessarily always "archive-contents".
(package-maint-add-news-item): Pass relative file name args to
package--update-file.
(package-upload-buffer-internal): Prompt for a destination if
package-archive-upload-base is invalid. Create the directory if
it does not exist.
(package-upload-buffer, package-upload-file): Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e4d402afa76..5e9e134e746 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> | 1 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * emacs-lisp/package-x.el (package-archive-upload-base): Make it a | ||
| 4 | defcustom. | ||
| 5 | (package--update-file): Doc fix. Accept relative file names. | ||
| 6 | (package--archive-contents-from-file): Remove the argument, since | ||
| 7 | it's necessarily always "archive-contents". | ||
| 8 | (package-maint-add-news-item): Pass relative file name args to | ||
| 9 | package--update-file. | ||
| 10 | (package-upload-buffer-internal): Prompt for a destination if | ||
| 11 | package-archive-upload-base is invalid. Create the directory if | ||
| 12 | it does not exist. | ||
| 13 | (package-upload-buffer, package-upload-file): Doc fix. | ||
| 14 | |||
| 15 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> | ||
| 16 | |||
| 3 | * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill, | 17 | * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill, |
| 4 | and move isearch-yank-line to M-s C-e (Bug#8183). | 18 | and move isearch-yank-line to M-s C-e (Bug#8183). |
| 5 | 19 | ||