aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog155
1 files changed, 152 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 57c623df56a..d748c1a967c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,151 @@
12011-09-19 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
5
62011-09-18 Juri Linkov <juri@jurta.org>
7
8 * buff-menu.el (Buffer-menu-mode-map):
9 * dired.el (dired-mode-map):
10 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
11 (lisp-interaction-mode-map):
12 * emacs-lisp/package.el (package-menu-mode-map):
13 * epa.el (epa-key-list-mode-map):
14 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
15 (menu-bar-options-menu):
16 * outline.el (outline-mode-menu-bar-map):
17 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18 * vc/vc-dir.el (vc-dir-menu-map):
19 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
20 Capitalize non-function content words in menu item strings.
21
22 * dired.el (dired-mode-map): Add menu item for
23 `image-dired-dired-toggle-marked-thumbs'.
24
252011-09-18 Juri Linkov <juri@jurta.org>
26
27 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
28 to `isearch-case-fold-search' and restore its original value
29 after the `isearch-mode' call.
30
312011-09-18 Juri Linkov <juri@jurta.org>
32
33 * progmodes/grep.el (grep-process-setup): Don't check code for 1
34 because `zgrep' returns 1 for successful matches (bug#9226).
35
362011-09-18 Juri Linkov <juri@jurta.org>
37
38 * info.el (Info-extract-menu-node-name): Check the second match
39 for empty string (second test-case of bug#9528).
40 (Info-last-preorder): Let-bind `Info-history' to nil to not add
41 intermediate nodes to the history (first test-case of bug#9528).
42
432011-09-18 Juri Linkov <juri@jurta.org>
44
45 * info.el (Info-mode-syntax-table): New variable.
46 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. (Bug#3312)
47
482011-09-18 Juri Linkov <juri@jurta.org>
49
50 * info.el (Info-file-supports-index-cookies): Increment
51 line-beginning-position's arg from 3 to 4 because makeinfo outputs
52 one more line for long file names (bug#4142).
53
542011-09-18 Chong Yidong <cyd@stupidchicken.com>
55
56 * newcomment.el (comment-normalize-vars): If prompting for
57 comment-start, set comment-start-skip too (Bug#8424).
58
592011-09-18 Johan Bockgård <bojohan@gnu.org>
60
61 * icomplete.el: Fix previous fix of Bug#5849.
62 (icomplete-mode): Don't set completion-show-inline-help.
63 (icomplete-minibuffer-setup): Set completion-show-inline-help
64 locally during icompletion.
65
662011-09-18 Chong Yidong <cyd@stupidchicken.com>
67
68 * woman.el (woman2-process-escapes): Don't delete unrecognized
69 escapes (Bug#7843).
70
71 * files.el (inhibit-first-line-modes-regexps): Add image files.
72 (hack-local-variables-prop-line): Return nil for malformed
73 prop-lines (Bug#9044).
74
752011-09-18 Michael Albinus <michael.albinus@gmx.de>
76
77 * net/tramp.el (top): Don't require 'shell.
78 (tramp-methods): Fix docstring.
79 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
80 Return complete remote file name. Handle "smb" case. Use
81 `tramp-tmpdir', if defined for the respective method.
82 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
83
84 * net/tramp-compat.el (top): Require 'shell.
85
86 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
87 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
88 `tramp-current-host'.
89 (tramp-get-remote-tmpdir): Remove.
90
91 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
92 `tramp-tmpdir' entries.
93 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
94 (tramp-smb-handle-file-attributes): Ignore errors.
95 (tramp-smb-wait-for-output): Check also for process end.
96
972011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
98
99 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
100 when sending QUIT (bug#9312).
101
1022011-09-17 Chong Yidong <cyd@stupidchicken.com>
103
104 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
105 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
106 occur-mode-display-occurrence.
107 (occur-edit-mode): Add usage message.
108 (occur-cease-edit): New command.
109 (occur-after-change-function): Use text properties to find the
110 position of the prefix text.
111 (occur-engine): Set stickiness of prefix text properties.
112
1132011-09-17 Glenn Morris <rgm@gnu.org>
114
115 * progmodes/etags.el (complete-tag):
116 Fix call to completion-in-region. (Bug#9526)
117
1182011-09-17 Juri Linkov <juri@jurta.org>
119
120 * textmodes/ispell.el (ispell-word): Add to the error message
121 the word, ispell program name and current dictionary (bug#9121).
122 (ispell-tex-arg-end): Capitalize "error" in the error message.
123
1242011-09-17 Andreas Schwab <schwab@linux-m68k.org>
125
126 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
127 check. (Bug#4251)
128
1292011-09-17 Juri Linkov <juri@jurta.org>
130
131 * window.el (window-safe-min-height, window-safe-min-width):
132 Fix typos (followup to bug#9522).
133
1342011-09-17 Sven Joachim <svenjoac@gmx.de>
135
136 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
137
1382011-09-16 Eli Zaretskii <eliz@gnu.org>
139
140 * simple.el (line-move): If goal-column is set, move by logical
141 lines, not by display lines. (Bug#971)
142 (next-line, previous-line, goal-column, line-move-visual): Doc fix
143 to reflect the above change.
144
1452011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
146
147 * image.el (imagemagick-register-types): Use regexp-opt.
148
12011-09-15 Chong Yidong <cyd@stupidchicken.com> 1492011-09-15 Chong Yidong <cyd@stupidchicken.com>
2 150
3 * window.el (display-buffer-base-action): Rename from 151 * window.el (display-buffer-base-action): Rename from
@@ -13,8 +161,8 @@
13 with an older version, remove it. 161 with an older version, remove it.
14 (package-menu-mark-delete, package-menu-mark-install) 162 (package-menu-mark-delete, package-menu-mark-install)
15 (package-menu-mark-unmark): Make unused args optional. 163 (package-menu-mark-unmark): Make unused args optional.
16 (package-menu-mark-obsolete-for-deletion): Use 164 (package-menu-mark-obsolete-for-deletion):
17 package-menu-get-status instead of a regexp search. 165 Use package-menu-get-status instead of a regexp search.
18 (package-menu-get-status): Use tabulated-list-entry. 166 (package-menu-get-status): Use tabulated-list-entry.
19 (package-menu-mark-upgrades): New command. 167 (package-menu-mark-upgrades): New command.
20 (package-menu-mode-map): Bind it to U. Add it to menu bar. 168 (package-menu-mode-map): Bind it to U. Add it to menu bar.
@@ -296,7 +444,8 @@
296 444
2972011-09-10 Reuben Thomas <rrt@sc3d.org> 4452011-09-10 Reuben Thomas <rrt@sc3d.org>
298 446
299 * simple.el (count-words-region): Use buffer if there's no region. 447 * simple.el (count-words-region): Use buffer if there's no region
448 (bug#9429).
300 449
3012011-09-09 Juri Linkov <juri@jurta.org> 4502011-09-09 Juri Linkov <juri@jurta.org>
302 451