1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00
emacs/lisp/emacs-lisp
Chong Yidong cb6c4991ef Improvements to describe-package buffer.
* lisp/help.el (help-map): Bind `C-h P' to describe-package.

* lisp/menu-bar.el (menu-bar-describe-menu): Add describe-package.

* lisp/emacs-lisp/package.el (package-refresh-contents): Catch errors
when downloading archives.
(describe-package-1): Add package commentary.
(package-install-button-action): New function.
(package-menu-mode-map): Bind ? to package-menu-describe-package.
(package-menu-view-commentary): Function removed.
(package-list-packages-internal): Hide the `package' package too.
2010-08-25 23:31:34 -04:00
..
.gitignore Add .gitignore files 2009-02-03 23:32:38 +00:00
advice.el * lisp/emacs-lisp/advice.el (ad-compile-function): 2010-06-08 21:18:31 -04:00
assoc.el (aelement): Fix typo in previous. 2010-01-23 19:58:14 -08:00
authors.el Rename src/unexec.c => src/unexcoff.c. 2010-08-05 20:11:32 +03:00
autoload.el * lisp/emacs-lisp/autoload.el (make-autoload): Preload the macros's 2010-08-18 12:21:43 +02:00
avl-tree.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
backquote.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
benchmark.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
bindat.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
byte-opt.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
byte-run.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
bytecomp.el Merge from emacs-23 2010-05-24 20:54:13 -04:00
chart.el Fix typos in docstrings, error messages, etc. 2010-01-18 05:39:40 +01:00
check-declare.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
checkdoc.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
cl-compat.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
cl-extra.el Replace Lisp calls to delete-backward-char by delete-char. 2010-05-24 22:11:08 -04:00
cl-indent.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
cl-loaddefs.el Add compilation regexps for cucumber and ruby. 2010-07-10 15:47:59 -04:00
cl-macs.el Merge from emacs-23 2010-06-16 16:08:41 -04:00
cl-seq.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
cl-specs.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
cl.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
copyright.el Save window excursion before prompting in copyright-update-* (Bug#5394). 2010-08-14 19:30:51 -04:00
crm.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
cust-print.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
debug.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
derived.el Make it possible to locally disable a globally enabled mode. 2010-04-28 11:18:37 -04:00
disass.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
easy-mmode.el Merge changes from emacs-23 branch. 2010-08-22 16:02:16 -04:00
easymenu.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
edebug.el * lisp/emacs-lisp/edebug.el (edebug-read-list): Phase out old-style backquotes. 2010-06-18 10:05:43 -04:00
eieio-base.el Fix typos in docstrings. 2010-01-14 19:59:31 +01:00
eieio-comp.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
eieio-custom.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
eieio-datadebug.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
eieio-opt.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
eieio-speedbar.el Fix typos in docstrings, error messages, etc. 2010-01-18 05:39:40 +01:00
eieio.el Fix typos in docstrings, error messages, etc. 2010-01-18 05:39:40 +01:00
eldoc.el Fix bug#6265: * eldoc.el: Add completions for new commands left-* and right-*. 2010-06-01 15:47:14 +02:00
elint.el Fix more save-excursion warnings. 2010-02-27 20:22:44 -05:00
elp.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ewoc.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
find-func.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
find-gc.el Rename src/unexec.c => src/unexcoff.c. 2010-08-05 20:11:32 +03:00
float-sup.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
generic.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
gulp.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
helper.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lisp-mnt.el Fix keywords. 2010-03-14 23:15:02 +02:00
lisp-mode.el Introduce a new comment style "c" flag. 2010-08-12 16:44:16 +02:00
lisp.el * lisp/emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set. 2010-08-17 22:18:40 +02:00
lmenu.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
macroexp.el * lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Put back special 2010-06-16 20:17:22 -04:00
map-ynp.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
package-x.el Use version-list-* functions in package.el. 2010-08-09 14:05:56 -04:00
package.el Improvements to describe-package buffer. 2010-08-25 23:31:34 -04:00
pcase.el * lisp/emacs-lisp/pcase.el: Fix copyright header. 2010-08-10 19:14:53 -07:00
pp.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
re-builder.el * emacs-lisp/re-builder.el: Remove references to package `lisp-re' (bug#4369). 2010-07-28 01:38:46 +02:00
regexp-opt.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
regi.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ring.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
rx.el emacs-lisp/rx.el (rx): Doc fix. (Bug#6537) 2010-06-29 14:09:07 +02:00
shadow.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
smie.el Reindent smie.el 2010-08-18 14:10:30 +02:00
sregex.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
syntax.el * lisp/emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): Fix typo in docstring. 2010-08-01 02:24:55 +02:00
tcover-ses.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
tcover-unsafep.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
testcover.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
timer.el * lisp/emacs-lisp/timer.el (timer-event-handler): Protect against timers 2010-08-02 11:00:46 +02:00
tq.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
trace.el Fix typos in docstrings. 2010-03-22 17:50:29 +01:00
unsafep.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
warnings.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00