aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-02-15 00:04:11 +0100
committerJoakim Verona2013-02-15 00:04:11 +0100
commit73b3f91cfcc9b42d2851ced24d7ba3d17e4c6d00 (patch)
treedc111557cc7492ec9cd6dbfec4db2772ee4121b9 /lisp/ChangeLog
parent694d759a9dd8fcbd23078bab33f84ff399d58971 (diff)
parent51b3a99c948dc83f3387f440702ab6e175b61e0f (diff)
downloademacs-73b3f91cfcc9b42d2851ced24d7ba3d17e4c6d00.tar.gz
emacs-73b3f91cfcc9b42d2851ced24d7ba3d17e4c6d00.zip
auto upstream
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eb3f4f833f5..5a752fe0c3a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,37 @@
12013-02-14 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-debug-message): Add
4 `tramp-condition-case-unless-debug'.
5 (tramp-debug-on-error): New defvar.
6 (tramp-condition-case-unless-debug): New defun.
7 (tramp-file-name-handler): Use it.
8
92013-02-14 Juri Linkov <juri@jurta.org>
10
11 * info.el (Info-isearch-filter): Treat non-nil values of
12 `search-invisible' including its default value `open'
13 like the value `t' to match hidden text. (Bug#13402)
14
152013-02-14 Glenn Morris <rgm@gnu.org>
16
17 * help-fns.el (find-lisp-object-file-name): Give special treatment
18 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
19
202013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
21
22 * net/quickurl.el (quickurl-save-urls):
23 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
24
252013-02-14 Dmitry Gutov <dgutov@yandex.ru>
26
27 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
28 depth for unfinished percent literal. Not using it in the caller.
29 (ruby-move-to-block): Jump over multiline literals of all types,
30 ignoring code-looking contents inside them.
31 (ruby-add-log-current-method): Improve performance at the expense
32 of accuracy. `ruby-block-contains-point' is relatively slow, so
33 only use it for method and singleton class blocks.
34
12013-02-13 Michael Albinus <michael.albinus@gmx.de> 352013-02-13 Michael Albinus <michael.albinus@gmx.de>
2 36
3 Use ControlMaster where applicable. (Bug#13677) 37 Use ControlMaster where applicable. (Bug#13677)