aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog91
1 files changed, 91 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7ea1dffe1c2..d30010d6016 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,94 @@
12011-09-05 Juri Linkov <juri@jurta.org>
2
3 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
4 keeping point where processing of grep matches begins, and
5 continue to delete remaining escape sequences from the same point.
6 (grep-filter): Make leading zero optional in "0?1;31m" because
7 git-grep emits "\033[1;31m" escape sequences unlike expected
8 "\033[01;31m" as GNU Grep does (bug#9408).
9 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10
112011-09-05 Juri Linkov <juri@jurta.org>
12
13 * subr.el (y-or-n-p): Capitalize "yes".
14
152011-09-04 Michael Albinus <michael.albinus@gmx.de>
16
17 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
18 `tramp-cache-unload-hook' where appropriate.
19 (tramp-methods): Rename `tramp-remote-sh' to
20 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
21 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
22
23 * net/tramp-sh.el (top): Don't require 'shell.
24 (tramp-methods): Add `tramp-remote-shell' and
25 `tramp-remote-shell-args' entries.
26 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
27 (tramp-sh-handle-shell-command): Remove.
28 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
29 Use `tramp-remote-shell'.
30
312011-09-03 Chong Yidong <cyd@stupidchicken.com>
32
33 * mail/sendmail.el (sendmail-query-once-function): Deleted.
34 (sendmail-query-once): Save directly to send-mail-function.
35 Update message-send-mail-function too.
36
37 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
38
392011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
40
41 * progmodes/python.el (python-mode-map): Use correct function to
42 start python interpreter from menu-bar (as reported by Geert
43 Kloosterman).
44 (inferior-python-mode-map): Fix typo.
45 (python-shell-map): Removed.
46
472011-09-03 Deniz Dogan <deniz@dogan.se>
48
49 * net/rcirc.el (rcirc-print): Simplify code for
50 rcirc-scroll-show-maximum-output. There is no need to walk
51 through all windows to find the right one.
52
532011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
54
55 * help.el (help-return-method): Doc fix.
56
572011-09-03 Martin Rudalics <rudalics@gmx.at>
58
59 * window.el (window-deletable-p): Don't return a non-nil value
60 when there's a buffer that was shown in the window before.
61 (Bug#9419)
62 (display-buffer-pop-up-frame, display-buffer-pop-up-window): Set
63 window's previous buffers to nil.
64
652011-09-03 Eli Zaretskii <eliz@gnu.org>
66
67 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
68 newline before and after the tag line, so it doesn't interfere
69 with determining the paragraph direction of bidirectional text.
70
712011-09-03 Leo Liu <sdl.web@gmail.com>
72
73 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
74
752011-09-02 Chong Yidong <cyd@stupidchicken.com>
76
77 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Deleted.
78 (pop-to-buffer): Change interactive spec. Pass second argument
79 directly to display-buffer.
80 (display-buffer): Fix interactive spec. Use functionp to
81 distinguish between a function and a list of functions.
82
83 * abbrev.el (edit-abbrevs):
84 * arc-mode.el (archive-extract):
85 * autoinsert.el (auto-insert):
86 * bookmark.el (bookmark-bmenu-list):
87 * files.el (find-file):
88 * view.el (view-buffer):
89 * progmodes/compile.el (compilation-goto-locus):
90 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
91
12011-09-02 Chong Yidong <cyd@stupidchicken.com> 922011-09-02 Chong Yidong <cyd@stupidchicken.com>
2 93
3 * window.el (display-buffer-alist): Doc fix. 94 * window.el (display-buffer-alist): Doc fix.