Mercurial > emacs
comparison lisp/ChangeLog @ 112238:4f72b1e43644
Merge from emacs-23 branch.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 15 Jan 2011 12:03:38 -0800 |
parents | 84917bd2a94e |
children | cc0887b67703 |
comparison
equal
deleted
inserted
replaced
112236:105ba04b561c | 112238:4f72b1e43644 |
---|---|
1 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721). | |
4 (tmm-prompt): Simplify. | |
5 (tmm-add-prompt): Remove unused var `win'. | |
6 | |
7 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810) | |
8 to minor mode which used nil accidentally to mean "turn off". | |
9 | |
10 2011-01-15 Michael Albinus <michael.albinus@gmx.de> | |
11 | |
12 * net/tramp-sh.el (tramp-find-inline-compress) | |
13 (tramp-get-inline-coding): Quote command after pipe symbol for | |
14 local calls under W32. (Bug#6784) | |
15 | |
16 2011-01-15 Michael Albinus <michael.albinus@gmx.de> | |
17 | |
18 * net/tramp.el (tramp-default-method): Initialize with pscp/plink | |
19 only when running under W32. | |
20 | |
21 2011-01-15 Eli Zaretskii <eliz@gnu.org> | |
22 | |
23 * progmodes/grep.el (grep-compute-defaults): Quote the program | |
24 file name after the pipe symbol in Grep templates. (Bug#6784) | |
25 * jka-compr.el (jka-compr-partial-uncompress): Likewise. | |
26 | |
27 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com> | |
28 | |
29 * buff-menu.el (Buffer-menu-buffer-list): New var. | |
30 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a | |
31 restricted buffer list is not lost on revert (Bug#7749). | |
32 | |
33 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com> | |
34 | |
35 * net/ldap.el (ldap-search-internal): Discard stderr output. | |
36 | |
37 2011-01-15 Eli Zaretskii <eliz@gnu.org> | |
38 | |
39 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777) | |
40 | |
41 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
42 | |
43 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change. | |
44 | |
45 2011-01-15 Kenichi Handa <handa@m17n.org> | |
46 | |
47 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown | |
48 part as a plain text. | |
49 (rmail-mime-process-multipart): Set the default content-type to | |
50 nil for unknown multipart subtypes (bug#7651). | |
51 | |
1 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca> | 52 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 53 |
3 * hexl.el (hexl-mode-old-*): Remove. | 54 * hexl.el (hexl-mode-old-*): Remove. |
4 (hexl-mode--old-var-vals): New var to replace them. | 55 (hexl-mode--old-var-vals): New var to replace them. |
5 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs. | 56 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs. |