Mercurial > emacs
comparison lisp/ChangeLog @ 109411:d654ebf81f14
Merge from mainline.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Thu, 17 Jun 2010 22:50:31 +0000 |
parents | 35894ae393bb |
children | bd9d982851e0 |
comparison
equal
deleted
inserted
replaced
109410:8d7eaaac8fbe | 109411:d654ebf81f14 |
---|---|
1 2010-06-17 Juri Linkov <juri@jurta.org> | |
2 | |
3 * help-mode.el (help-mode): Set buffer-local variable | |
4 revert-buffer-function to help-mode-revert-buffer. | |
5 (help-mode-revert-buffer): New function. | |
6 | |
7 * info.el (Info-revert-find-node): Check for major-mode Info-mode | |
8 before popping to "*info*" (like in other Info functions). | |
9 Keep buffer-name in old-buffer-name. Keep Info-history-forward in | |
10 old-history-forward. Pop to old-buffer-name or "*info*" to | |
11 recreate the killed buffer. Set Info-history-forward from | |
12 old-history-forward. | |
13 (Info-breadcrumbs-depth): Add :group and :version. | |
14 | |
15 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu> | |
16 | |
17 * emacs-lisp/package.el (package-menu-mode-map): Add a menu. | |
18 | |
19 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es> | |
20 | |
21 * ispell.el (ispell-aspell-find-dictionary): Fix regexp for | |
22 languages like Portuguese with pt_{BR,PT} and no plain pt. | |
23 | |
24 2010-06-17 Juanma Barranquero <lekktu@gmail.com> | |
25 | |
26 * emacs-lisp/package.el (package-menu-mode-map): | |
27 Move initialization into declaration. | |
28 | |
29 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry. | |
30 | |
31 2010-06-17 Chong Yidong <cyd@stupidchicken.com> | |
32 | |
33 * emacs-lisp/package.el (package-archive-base): Point to | |
34 elpa.gnu.org. | |
35 (package-enable, package-load-list): New defcustoms. | |
36 (package-user-dir, package-directory-list): Turn into defcustoms. | |
37 Don't include package-user-dir in package-directory-list. | |
38 (package--builtins-base): Don't include Emacs as a "package". | |
39 (package-subdirectory-regexp): New var. | |
40 (package-load-all-descriptors, package-compute-transaction) | |
41 (package-download-transaction): Obey package-load-list. | |
42 (package-activate-1): Rename from package-do-activate. | |
43 (package-list-packages-internal): Check package-load-list. | |
44 (package-load-descriptor, package-generate-autoloads) | |
45 (package-unpack, package-unpack-single) | |
46 (package--read-archive-file, package-delete): Use | |
47 expand-file-name. | |
48 | |
49 * emacs-lisp/package-x.el: New file. Package uploading | |
50 functionality split out from package.el. | |
51 | |
52 * startup.el (command-line): Load packages after reading init | |
53 file. | |
54 | |
55 2010-06-17 Tom Tromey <tromey@redhat.com> | |
56 | |
57 * emacs-lisp/package.el: New file. | |
58 | |
1 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca> | 59 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 60 |
3 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special | 61 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special |
4 handling for `lambda' (misunderstanding). | 62 handling for `lambda' (misunderstanding). |
5 | 63 |