aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-03-30 20:37:57 +0300
committerEli Zaretskii2013-03-30 20:37:57 +0300
commitf1aa11971a74b7b2fa0f5baaaaf21dfbd388de6b (patch)
tree48e20bfab4262d7171593d4ef98309ae717c1cb6 /lisp/ChangeLog
parent7c4026b6ad03974a55a175af17c8e76c61931b69 (diff)
parent119b2d43cc40759394cae256c0a38624cacbf776 (diff)
downloademacs-f1aa11971a74b7b2fa0f5baaaaf21dfbd388de6b.tar.gz
emacs-f1aa11971a74b7b2fa0f5baaaaf21dfbd388de6b.zip
Merge from trunk.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 737a91e2e4a..d1b827966de 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,25 @@
12013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
2
3 Un-indent after "pass" and "return" statements (Bug#13888)
4 * progmodes/python.el (python-indent-block-enders): New var.
5 (python-indent-calculate-indentation): Use it.
6
72013-03-30 Michael Albinus <michael.albinus@gmx.de>
8
9 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
10 defun. Defining it as defalias could introduce too eager
11 byte-compiler optimization. (Bug#14030)
12
132013-03-30 Chong Yidong <cyd@gnu.org>
14
15 * iswitchb.el (iswitchb-read-buffer): Fix typo.
16
172013-03-30 Leo Liu <sdl.web@gmail.com>
18
19 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
20 (kmacro-execute-from-register): Pass the keyboard macro to
21 kmacro-call-macro or repeating won't work correctly.
22
12013-03-30 Teodor Zlatanov <tzz@lifelogs.com> 232013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
2 24
3 * progmodes/subword.el: Back to using `forward-symbol'. 25 * progmodes/subword.el: Back to using `forward-symbol'.
@@ -56,6 +78,11 @@
56 over symbol_words (parallels and leverages `subword-mode' which 78 over symbol_words (parallels and leverages `subword-mode' which
57 does word motion inside MixedCaseWords). 79 does word motion inside MixedCaseWords).
58 80
812013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
82
83 * eshell/em-unix.el: Moved su and sudo to...
84 * eshell/em-tramp.el: ...Eshell tramp module
85
592013-03-26 Stefan Monnier <monnier@iro.umontreal.ca> 862013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
60 87
61 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s. 88 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
@@ -1054,6 +1081,11 @@
1054 (eieio-browse-tree, eieio-browse): Use eieio--check-type. 1081 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1055 1082
1056 1083
10842013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1085
1086 * eshell/em-cmpl.el: Corrected "context-related help"
1087 keybinding in commentary.
1088
10572013-02-18 Michael Heerdegen <michael_heerdegen@web.de> 10892013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1058 1090
1059 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): 1091 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):