- 05 May, 2015 1 commit
-
-
Glenn Morris authored
* lisp/emacs-lisp/package.el (epg-signature-status): Fix declarations.
-
- 04 May, 2015 1 commit
-
-
Artur Malabarba authored
(package-import-keyring, package-refresh-contents) (package-compute-transaction, package--save-selected-packages) (package-install-from-archive, package-delete) (package-menu--perform-transaction): Use `inhibit-message' instead. (package--compile): Set `warning-minimum-level' to :error.
-
- 01 May, 2015 1 commit
-
-
Glenn Morris authored
* lisp/emacs-lisp/package.el (lm-homepage): * lisp/gnus/gnus-util.el (iswitchb-read-buffer): * lisp/gnus/mm-decode.el (libxml-parse-html-region): * lisp/gnus/mml.el (libxml-parse-html-region): * lisp/gnus/nnrss.el (libxml-parse-html-region): * lisp/net/eww.el (libxml-parse-html-region): * lisp/net/shr.el (libxml-parse-html-region): * lisp/vc/vc-bzr.el (vc-annotate-convert-time): * lisp/vc/vc-cvs.el (vc-annotate-convert-time): * lisp/vc/vc-git.el (vc-annotate-convert-time): * lisp/vc/vc-hg.el (vc-annotate-convert-time): * lisp/vc/vc-mtn.el (vc-annotate-convert-time): * lisp/vc/vc-rcs.el (vc-annotate-convert-time): Update declaration.
-
- 30 Apr, 2015 2 commits
-
-
Artur Malabarba authored
(package-menu--print-info): Obsolete. (package-menu--print-info-simple): New function. (package-menu--refresh): Use it, simplify code, and improve performance. * lisp/emacs-lisp/tabulated-list.el (tabulated-list-print-entry): Tiny performance improvement.
-
Artur Malabarba authored
-
- 29 Apr, 2015 1 commit
-
-
Artur Malabarba authored
(package--download-and-read-archives): Use pushnew instead of append. If something terrible happened during a previous download, simply refreshing should now make things work again.
-
- 28 Apr, 2015 2 commits
-
-
Artur Malabarba authored
(package-menu--refresh): Delegate obsolete-hiding to `package--remove-hidden'. (package--remove-hidden): Disregard high-priority package if it is older than the installed one.
-
Artur Malabarba authored
(package--ensure-init-file): Insert snippet at first non-whitespace non-comments line. Respects local-vars at the top of the file.
-
- 27 Apr, 2015 1 commit
-
-
Artur Malabarba authored
(package--with-work-buffer-async): More informative error. (package-install-user-selected-packages): Rename to `package-install-selected-packages'.
-
- 26 Apr, 2015 1 commit
-
-
Stefan Monnier authored
Remove redundant ":group 'package".
-
- 25 Apr, 2015 2 commits
-
-
Artur Malabarba authored
(package--all-keywords): Deleted variable.
-
Paul Eggert authored
-
- 22 Apr, 2015 2 commits
-
-
Artur Malabarba authored
(package-menu-hide-low-priority): New variable, see its doc. (package-archive-priorities): Update doc. (package-desc-priority): New function. (package-desc-priority-version): Use it. (package--remove-hidden): New function. (package-menu--refresh): Use it.
-
Artur Malabarba authored
(package-menu--hide-obsolete): New variable. (package--remove-hidden): Use it. (package-menu-hide-obsolete): New interactive function to toggle the variable. (package--quick-help-keys): Document it. (package-menu-async): Add :version tag. (package-menu-mode-map): Bind package-menu-hide-obsolete. (package-desc-status): Indicate non-installed obsolete packages as avail-obso. (package-menu-mark-install): Allow installation of avail-obso. (package-menu--status-predicate): Sort avail-obso with available.
-
- 20 Apr, 2015 2 commits
-
-
Artur Malabarba authored
(package-menu-filter): Accept a list of keywords. (package--all-keywords): New variable to cache known keywords. (package-all-keywords): Populate it if necessary. (package-refresh-contents): Reset it.
-
Artur Malabarba authored
(package--has-keyword-p): Understand "arc:xxxx" and "status:xxxx" as special keywords which match agains package archive and status respectively. * etc/NEWS: Document it.
-
- 19 Apr, 2015 1 commit
-
-
Steve Purcell authored
* lisp/emacs-lisp/package.el (package--read-archive-file): Set `coding-system-for-read' explicitly to 'utf-8 when reading the downloaded and cached archive-contents files, so that non-ASCII characters in package descriptions are displayed correctly in the `list-packages' menu. (Bug#20231) Co-authored-by:
Steve Purcell <steve@sanityinc.com>
-
- 14 Apr, 2015 2 commits
-
-
Sam Steingold authored
-
Sam Steingold authored
-
- 13 Apr, 2015 1 commit
-
-
Artur Malabarba authored
-
- 12 Apr, 2015 9 commits
-
-
Artur Malabarba authored
(package-menu--prompt-transaction-p): Prompt for "Delete" first, "Upgrade" last, and use capitalized instead of all-caps.
-
Artur Malabarba authored
(package--make-autoloads-and-stuff): Silence autoloads. (package--save-selected-packages): New function, silences `customize-save-variable'. (package--user-selected-p, package-install-from-buffer) (package-delete, package-install): Use it. (package-install-from-archive) (package-menu--perform-transaction): Silence. (package-menu-execute): Feedback when operation starts.
-
Artur Malabarba authored
* lisp/emacs-lisp/package.el (package--ensure-init-file): delay-mode-hooks * lisp/cus-edit.el (custom-save-all): delay-mode-hooks
-
Artur Malabarba authored
-
Artur Malabarba authored
-
Artur Malabarba authored
(package-menu-refresh): Respect async and do new package checking. (list-packages): Use `package-menu-refresh' instead of repeating code.
-
Artur Malabarba authored
(package--quick-help-keys): New variable. (package--prettify-quick-help-key): New function. (package-menu-quick-help): Use it.
-
Artur Malabarba authored
(package--build-compatibility-table): require finder
-
Artur Malabarba authored
(package--silence): New variable. (package--message): New function. (package-import-keyring, package-refresh-contents) (package-compute-transaction, package-install, package-delete) (package-menu--perform-transaction, package-menu-execute): Use it.
-
- 09 Apr, 2015 1 commit
-
-
Artur Malabarba authored
-
- 08 Apr, 2015 2 commits
-
-
Artur Malabarba authored
while dowloading information.
-
Artur Malabarba authored
(package--ensure-init-file): Check file contents before visiting. (package-initialize): Call it. (package-install-from-buffer, package-install): Don't call it.
-
- 06 Apr, 2015 6 commits
-
-
Artur Malabarba authored
(package-menu--list-to-prompt): New function. (package-menu--prompt-transaction-p): Use "Upgrade" to make the package-menu-execute prompt less verbose.
-
Artur Malabarba authored
(package-menu--new-package-list) (package-menu--old-archive-contents): No longer local.
-
Artur Malabarba authored
Most install/delete logic is now in `package-menu--perform-transaction', and this function is called asynchronously if `package-menu-async' is non-nil.
-
Artur Malabarba authored
-
Artur Malabarba authored
-
Artur Malabarba authored
-
- 05 Apr, 2015 2 commits
-
-
Artur Malabarba authored
-
Artur Malabarba authored
-