aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-01-23 15:10:06 +0100
committerJoakim Verona2012-01-23 15:10:06 +0100
commit0322b140eead7c94de7f0f6d19a90bd15690b4eb (patch)
tree950c011783cc896d0450084cb5155e54548bfe5b /lisp/ChangeLog
parentd5114bfea3ea4c37c57e2af0f3b095be9fcd8bac (diff)
parentcb5850f27c1b4d26957d58e2da2314dd12498671 (diff)
downloademacs-0322b140eead7c94de7f0f6d19a90bd15690b4eb.tar.gz
emacs-0322b140eead7c94de7f0f6d19a90bd15690b4eb.zip
upstream
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog144
1 files changed, 144 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2813d80d9ff..97281db4c7c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,136 @@
12012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
2
3 * eshell/esh-util.el (eshell-read-hosts-file):
4 Skip comment lines. (Bug#10549)
5
6 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
7
82012-01-23 Juanma Barranquero <lekktu@gmail.com>
9
10 * subr.el (display-delayed-warnings): Doc fix.
11 (collapse-delayed-warnings): New function to collapse identical
12 adjacent warnings.
13 (delayed-warnings-hook): Add it.
14
152012-01-22 Michael Albinus <michael.albinus@gmx.de>
16
17 * net/tramp.el (tramp-action-login): Set connection property "login-as".
18
19 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
20 properties, when "login-as" is set.
21
22 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
23 (tramp-default-user-alist): Don't add "pscp".
24 (tramp-do-copy-or-rename-file-out-of-band): Use connection
25 property "login-as", if set. (Bug#10530)
26
272012-01-21 Michael Albinus <michael.albinus@gmx.de>
28
29 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
30 "plink1" and "psftp". (Bug#10530)
31
322012-01-21 Kenichi Handa <handa@m17n.org>
33
34 * international/mule-cmds.el (prefer-coding-system): Show a
35 warning message if the default value of file-name-coding-system
36 was not changed.
37
382012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
39
40 * windmove.el (windmove-reference-loc): Fix
41 windmove-reference-loc miscalculation.
42
432012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
44
45 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
46 default unit.
47
482012-01-21 Glenn Morris <rgm@gnu.org>
49
50 * international/mule.el (auto-coding-alist): Add .tbz.
51
52 * files.el (local-enable-local-variables): Doc fix.
53 (inhibit-local-variables-regexps): Rename from
54 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
55 Doc fix. Add some extensions from auto-coding-alist.
56 (inhibit-local-variables-suffixes):
57 Rename from inhibit-first-line-modes-suffixes. Doc fix.
58 (inhibit-local-variables-p):
59 New function, extracted from set-auto-mode-1.
60 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
61 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
62 (hack-local-variables): Doc fix. Make the mode-only case
63 respect enable-local-variables and friends.
64 Respect inhibit-local-variables-regexps for file-locals, but
65 not for directory-locals.
66 (set-visited-file-name):
67 Take account of inhibit-local-variables-regexps.
68 Whether it applies may change as the file name is changed.
69 * jka-cmpr-hook.el (jka-compr-install):
70 * jka-compr.el (jka-compr-uninstall):
71 Update for inhibit-first-line-modes-suffixes name change.
72
732012-01-20 Martin Rudalics <rudalics@gmx.at>
74
75 * help-macro.el (make-help-screen): Temporarily restore original
76 binding for minor-mode-map-alist (Bug#10454).
77
782012-01-19 Julien Danjou <julien@danjou.info>
79
80 * color.el (color-name-to-rgb): Use the white color to find the max
81 color component value and return correctly computed values.
82 (color-name-to-rgb): Add missing float conversion for max value.
83
842012-01-19 Martin Rudalics <rudalics@gmx.at>
85
86 * window.el (window--state-get-1, window-state-get): Do not use
87 special state value for window-persistent-parameters. Rename
88 argument IGNORE to WRITABLE. Rewrite doc-string.
89 (window--state-put-2): Reset all window parameters to nil before
90 assigning values of persistent parameters.
91
922012-01-18 Alan Mackenzie <acm@muc.de>
93
94 Eliminate sluggishness and hangs in fontification of "semicolon
95 deserts".
96
97 * progmodes/cc-engine.el (c-state-nonlit-pos-interval): change
98 value 10000 -> 3000.
99 (c-state-safe-place): Reformulate so it doesn't stack up an
100 infinite number of wrong entries in c-state-nonlit-pos-cache.
101 (c-determine-limit-get-base, c-determine-limit): New functions to
102 determine backward search limits disregarding literals.
103 (c-find-decl-spots): Amend commenting.
104 (c-cheap-inside-bracelist-p): New function which detects "={".
105
106 * progmodes/cc-fonts.el
107 (c-make-font-lock-BO-decl-search-function): Give a limit to a
108 backward search.
109 (c-font-lock-declarations): Fix an occurrence of point being
110 undefined. Check additionally for point being in a bracelist or
111 near a macro invocation without a semicolon so as to avoid a
112 fruitless time consuming search for a declarator. Give a more
113 precise search limit for declarators using the new
114 c-determine-limit.
115
1162012-01-18 Glenn Morris <rgm@gnu.org>
117
118 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
119 (set-auto-mode): Doc fixes.
120
1212012-01-17 Glenn Morris <rgm@gnu.org>
122
123 * isearch.el (search-nonincremental-instead): Fix doc typo.
124
125 * dired.el (dired-insert-directory): Handle newlines in directory name.
126 (dired-build-subdir-alist): Unescape newlines in directory name.
127
1282012-01-17 Michael Albinus <michael.albinus@gmx.de>
129
130 * net/tramp.el (tramp-local-end-of-line): New defcustom.
131 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
132 (tramp-action-terminal): Use it. (Bug#10530)
133
12012-01-16 Stefan Monnier <monnier@iro.umontreal.ca> 1342012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2 135
3 * minibuffer.el (completion--replace): Strip properties (bug#10062). 136 * minibuffer.el (completion--replace): Strip properties (bug#10062).
@@ -34,6 +167,17 @@
34 167
35 * dired.el (dired-get-filename): Fix 'verbatim case of previous change. 168 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
36 169
1702012-01-13 Alan Mackenzie <acm@muc.de>
171
172 Fix filling for when filladapt mode is enabled.
173
174 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
175 c-mask-paragraph, pass in `fill-paragraph' rather than
176 `fill-region-as-paragraph'. (This is a reversion of a previous
177 change.)
178 * progmodes/cc-mode.el (c-basic-common-init): Make
179 fill-paragraph-handle-comment buffer local and set it to nil.
180
372012-01-13 Glenn Morris <rgm@gnu.org> 1812012-01-13 Glenn Morris <rgm@gnu.org>
38 182
39 * dired.el (dired-switches-escape-p): New function. 183 * dired.el (dired-switches-escape-p): New function.