aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-09-15 16:11:02 +0200
committerJoakim Verona2011-09-15 16:11:02 +0200
commitb728e88fdffdd34065f996682113b072bbc7008c (patch)
treec0622d02a303baaf2d6c4db2b50866305ca960e0 /lisp/ChangeLog
parent8d07d23ecd32b9e9f07234313c2e712a8c42b524 (diff)
parent39b3d70b17789e237021787ab80ccdd123b97312 (diff)
downloademacs-b728e88fdffdd34065f996682113b072bbc7008c.tar.gz
emacs-b728e88fdffdd34065f996682113b072bbc7008c.zip
upstream
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog67
1 files changed, 67 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 53ef2a1bbcd..91ffbcff96b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,70 @@
12011-09-15 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4 declaration.
5 (package--add-to-archive-contents): If there is a duplicate entry
6 with an older version, remove it.
7 (package-menu-mark-delete, package-menu-mark-install)
8 (package-menu-mark-unmark): Make unused args optional.
9 (package-menu-mark-obsolete-for-deletion): Use
10 package-menu-get-status instead of a regexp search.
11 (package-menu-get-status): Use tabulated-list-entry.
12 (package-menu-mark-upgrades): New command.
13 (package-menu-mode-map): Bind it to U. Add it to menu bar.
14 (package-menu-execute): Do installation before deletion.
15 (package-menu-refresh, package-menu-execute): Use derived-mode-p
16 instead of checking major-mode.
17 (package-menu--find-upgrades): New function.
18
192011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20
21 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
22 passwords in the log buffer.
23 (smtpmail-process-filter): Update the process marker so that the
24 "broken by peer" status message is inserted in the right place.
25
262011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
29 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
30 bibtex-completion-at-point-function.
31 (bibtex-completion-at-point-function): Use them.
32
33 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
34
35 * mpc.el (mpc-constraints-tag-lookup): New function.
36 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
37 also to browser "album|playlist".
38
392011-09-14 Juri Linkov <juri@jurta.org>
40
41 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
42 (isearch-edit-string): Use length of `isearch-string' when
43 `isearch-fail-pos' returns nil.
44 (isearch-message): Remove duplicate code and call
45 `isearch-fail-pos' with arg `t'.
46
472011-09-14 Chong Yidong <cyd@stupidchicken.com>
48
49 * replace.el (occur-mode-goto-occurrence): Don't force using other
50 window (Bug#9499).
51
52 * dired-aux.el (dired-do-chmod): Don't provide initial input.
53
542011-09-14 Martin Rudalics <rudalics@gmx.at>
55
56 * window.el (display-buffer-window): Remove.
57 (display-buffer-record-window): Use help-setup window parameter
58 instead of variable display-buffer-window.
59 (display-buffer-function, special-display-buffer-names)
60 (special-display-function): Mention help-setup parameter instead
61 of display-buffer-window in doc-string.
62 * help.el (help-window-setup): New argument help-window.
63 Use help-window-setup parameter instead of display-buffer-window.
64 Reword some messages.
65 (with-help-window): Pass window used for displaying the buffer
66 to help-window-setup. Don't set display-buffer-window.
67
12011-09-13 Glenn Morris <rgm@gnu.org> 682011-09-13 Glenn Morris <rgm@gnu.org>
2 69
3 * emacs-lisp/debug.el (debugger-make-xrefs): 70 * emacs-lisp/debug.el (debugger-make-xrefs):