aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog46
1 files changed, 46 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index abcf6578060..68cff2f6d29 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,49 @@
12013-02-21 Bastien Guerry <bzg@gnu.org>
2
3 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
4
52013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
6
7 * progmodes/python.el (python-info-current-defun): Enhance
8 match-data cluttering prevention.
9
102013-02-21 Glenn Morris <rgm@gnu.org>
11
12 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
13 loaded while outline-regexp is let bound. (Bug#9584)
14
152013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
16
17 * progmodes/python.el (python-info-current-defun): Fix failed
18 defun name retrieval because of unwanted match-data cluttering.
19
202013-02-21 Michael Albinus <michael.albinus@gmx.de>
21
22 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
23 defconst. Apply independent check for ControlPersist.
24
25 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
26 temporarily, via "env".
27
282013-02-21 Glenn Morris <rgm@gnu.org>
29
30 * info.el (Info-enable-edit): Remove.
31 (Info-edit): Disable it rather than using Info-enable.
32 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
33 (Info-cease-edit): Make editing of Info files obsolete.
34
35 * informat.el (Info-tagify):
36 Handle buffers not visiting files. (Bug#13763)
37
382013-02-21 Juanma Barranquero <lekktu@gmail.com>
39
40 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
41
422013-02-21 Glenn Morris <rgm@gnu.org>
43
44 * files.el (basic-save-buffer): Move check for existing parent
45 directory after hooks. (Bug#13773)
46
12013-02-20 Stefan Monnier <monnier@iro.umontreal.ca> 472013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 48
3 * simple.el (command-execute): Move from C. Add obsolete check. 49 * simple.el (command-execute): Move from C. Add obsolete check.