aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog82
1 files changed, 82 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 406c50ee9c8..ef9e06b7d58 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,85 @@
12012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
4 Don't document nil as a useful value (bug#12583).
5
62012-10-09 Michael Albinus <michael.albinus@gmx.de>
7
8 * net/tramp.el (tramp-debug-message):
9 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
10 (with-tramp-progress-reporter): Rename from
11 `tramp-with-progress-reporter'.
12 (with-tramp-file-property, with-tramp-connection-property):
13 Move from tramp-cache.el, rename from `with-file-property' and
14 `with-connection-property', respectively.
15
16 * net/tramp-cache.el: Remove `with-file-property' and
17 `with-connection-property'.
18
19 * net/tramp.el:
20 * net/tramp-gvfs.el:
21 * net/tramp-sh.el:
22 * net/tramp-smb.el: Adapt callees.
23
24 * net/trampver.el: Update release number.
25
262012-10-09 Glenn Morris <rgm@gnu.org>
27
28 * w32-fns.el (set-message-beep):
29 * term/w32-win.el (set-message-beep): Update declarations.
30
312012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
34 (mode-line-widen, mode-line-input-method-map)
35 (mode-line-coding-system-map, mode-line-remote)
36 (mode-line-unbury-buffer, mode-line-bury-buffer)
37 (mode-line-next-buffer, mode-line-previous-buffer):
38 Replace save-selected-window+select-window => with-selected-window.
39
40 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
41 * progmodes/cc-vars.el (bq-process): Remove, unused.
42
43 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
44
452012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
46
47 Implemented `backward-up-list'-like navigation.
48 * progmodes/python.el (python-nav-up-list)
49 (python-nav-backward-up-list): New functions.
50 (python-mode-map): Define substitute key for backward-up-list to
51 python-nav-backward-up-list.
52
532012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
54
55 * progmodes/python.el (python-fill-paragraph): Rename from
56 python-fill-paragraph-function. Fixed fill-paragraph for
57 decorators (Bug#12605).
58
592012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
60
61 * progmodes/python.el (python-shell-output-filter): Handle extra
62 carriage return in OSX (Bug#12409).
63
642012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
65
66 Fix shell handling of unbalanced quotes and parens in output.
67 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
68 (python-syntax-propertize-function): Use it.
69 (python-shell-output-syntax-table): New var.
70 (inferior-python-mode): Prevent unbalanced parens/quotes from
71 previous output mess with current input context.
72
732012-10-08 Juanma Barranquero <lekktu@gmail.com>
74
75 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
76 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
77
782012-10-08 Michael Albinus <michael.albinus@gmx.de>
79
80 * ffap.el (ffap-replace-file-component): Support Tramp file name
81 syntax, not only ange-ftp's one.
82
12012-10-08 Glenn Morris <rgm@gnu.org> 832012-10-08 Glenn Morris <rgm@gnu.org>
2 84
3 * cus-start.el (message-log-max): Set :version. 85 * cus-start.el (message-log-max): Set :version.