diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d5417a8c2c5..e4a42f955d3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,38 @@ | |||
| 1 | 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/package.el: Use lexical-binding. Include obsolete | ||
| 4 | packages from archives. | ||
| 5 | (package-archive-contents): Change format; include obsolete packages. | ||
| 6 | (package-desc): Use `dir' to mark builtin packages. | ||
| 7 | (package--from-builtin): Set the `dir' field to `builtin'. | ||
| 8 | (generated-autoload-file, version-control): Declare. | ||
| 9 | (package-compute-transaction): Change first arg and return value to be | ||
| 10 | lists of package-descs. Adjust to new package-archive-contents format. | ||
| 11 | (package--add-to-archive-contents): Adjust to new | ||
| 12 | package-archive-contents format. | ||
| 13 | (package-download-transaction): Arg is now a list of package-descs. | ||
| 14 | (package-install): If `pkg' is a package name, pass it as | ||
| 15 | a requirement, so it is subject to the usual (e.g. disabled) checks. | ||
| 16 | (describe-package): Accept package-desc as well. | ||
| 17 | (describe-package-1): Describe a specific package-desc. Add links to | ||
| 18 | other package-descs for the same package name. | ||
| 19 | (package-menu-describe-package): Pass the actual package-desc. | ||
| 20 | (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer | ||
| 21 | works correctly. | ||
| 22 | (package-desc-status): New function. | ||
| 23 | (package-menu--refresh): New function, extracted | ||
| 24 | from package-menu--generate. | ||
| 25 | (package-menu--generate): Use it. | ||
| 26 | (package-delete): Update package-alist. | ||
| 27 | (package-menu-execute): Don't call package-initialize. | ||
| 28 | |||
| 29 | * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el, | ||
| 30 | progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el, | ||
| 31 | progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el, | ||
| 32 | progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el, | ||
| 33 | progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el, | ||
| 34 | emacs-lisp/cl-macs.el: Neuter the "Version:" header. | ||
| 35 | |||
| 1 | 2013-06-25 Martin Rudalics <rudalics@gmx.at> | 36 | 2013-06-25 Martin Rudalics <rudalics@gmx.at> |
| 2 | 37 | ||
| 3 | * window.el (window--state-get-1): Workaround for bug#14527. | 38 | * window.el (window--state-get-1): Workaround for bug#14527. |