aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2012-06-14 22:38:15 -0300
committerFabián Ezequiel Gallina2012-06-14 22:38:15 -0300
commitcaf8412e007bc4b7c347d9e91e329190a8193e85 (patch)
treeb03ef8d7d91bf5aabc625b7339bd2b9d05847e3b
parent9ddf3c74c8c1d4eb255f374852018a31fcd21753 (diff)
downloademacs-caf8412e007bc4b7c347d9e91e329190a8193e85.tar.gz
emacs-caf8412e007bc4b7c347d9e91e329190a8193e85.zip
Fixes to previous python.el ChangeLog entry.
-rw-r--r--lisp/ChangeLog226
1 files changed, 101 insertions, 125 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c0e7645bc0c..3ffab2ae3da 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,44 +1,43 @@
12012-05-16 Fabián Ezequiel Gallina <fgallina@cuca> 12012-05-16 Fabián Ezequiel Gallina <fgallina@cuca>
2 2
3 * progmodes/python.el: New python.el merge. 3 * progmodes/python.el: New python.el merge.
4 (python-guess-indent): Obsolete Var. Replaced by 4 (python-guess-indent): Obsolete Var.
5 python-indent-guess-indent-offset. 5 (python-indent-guess-indent-offset): New Defcustom.
6 (python-indent): Obsolete Var. Replaced by python-indent-offset. 6 (python-indent): Obsolete Var.
7 (python-python-command,python-jython-command): Delete 7 (python-indent-offset): New Defcustom.
8 Var. Replaced by python-shell-interpreter. 8 (python-python-command, python-jython-command): Delete Var.
9 (python-pdbtrack-do-tracking-p): Delete Var. Replaced by 9 (python-shell-interpreter): New Defcustom.
10 python-pdbtrack-activate. 10 (python-pdbtrack-do-tracking-p): Delete Var.
11 (python-use-skeletons): Delete Var. Replaced by 11 (python-pdbtrack-activate): New Defcustom.
12 python-skeleton-autoinsert. 12 (python-use-skeletons): Obsolete Var.
13 (python-skeleton-autoinsert): New Defcustom.
13 (inferior-python-filter-regexp, python-continuation-offset) 14 (inferior-python-filter-regexp, python-continuation-offset)
14 (python-honour-comment-indentation, python-indent-string-contents) 15 (python-honour-comment-indentation, python-indent-string-contents)
15 (python-jython-packages, python-mode-hook) 16 (python-jython-packages, python-mode-hook)
16 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path) 17 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
17 (python-shell-prompt-alist, python-source-modes): Delete 18 (python-shell-prompt-alist)
18 defcustoms. 19 (python-source-modes): Delete Defcustoms.
19 (python-check-buffer-name, python-eldoc-setup-code) 20 (python-check-buffer-name, python-eldoc-setup-code)
20 (python-eldoc-string-code, python-ffap-setup-code) 21 (python-eldoc-string-code, python-ffap-setup-code)
21 (python-ffap-string-code, python-fill-comment-function) 22 (python-ffap-string-code, python-fill-comment-function)
22 (python-fill-decorator-function, python-fill-paren-function) 23 (python-fill-decorator-function, python-fill-paren-function)
23 (python-fill-string-function, python-imenu-include-defun-type) 24 (python-fill-string-function, python-imenu-include-defun-type)
24 (python-imenu-make-tree, python-imenu-subtree-root-label) 25 (python-imenu-make-tree, python-imenu-subtree-root-label)
25 (python-indent-guess-indent-offset, python-indent-offset) 26 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
26 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp) 27 (python-shell-compilation-regexp-alist)
27 (python-shell-buffer-name, python-shell-compilation-regexp-alist)
28 (python-shell-completion-module-string-code) 28 (python-shell-completion-module-string-code)
29 (python-shell-completion-pdb-string-code) 29 (python-shell-completion-pdb-string-code)
30 (python-shell-completion-setup-code) 30 (python-shell-completion-setup-code)
31 (python-shell-completion-string-code) 31 (python-shell-completion-string-code)
32 (python-shell-enable-font-lock, python-shell-exec-path) 32 (python-shell-enable-font-lock, python-shell-exec-path)
33 (python-shell-extra-pythonpaths) 33 (python-shell-extra-pythonpaths)
34 (python-shell-internal-buffer-name, python-shell-interpreter) 34 (python-shell-internal-buffer-name, python-shell-interpreter-args)
35 (python-shell-interpreter-args, python-shell-process-environment) 35 (python-shell-process-environment)
36 (python-shell-prompt-block-regexp) 36 (python-shell-prompt-block-regexp)
37 (python-shell-prompt-output-regexp) 37 (python-shell-prompt-output-regexp)
38 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp) 38 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
39 (python-shell-send-setup-max-wait, python-shell-setup-codes) 39 (python-shell-send-setup-max-wait, python-shell-setup-codes)
40 (python-shell-virtualenv-path, python-skeleton-autoinsert): New 40 (python-shell-virtualenv-path): New Defcustoms.
41 defcustoms.
42 (brm-menu, eldoc-documentation-function, inferior-python-mode-map) 41 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
43 (inferior-python-mode-syntax-table, python--prompt-regexp) 42 (inferior-python-mode-syntax-table, python--prompt-regexp)
44 (python-buffer, python-command python-python-command) 43 (python-buffer, python-command python-python-command)
@@ -49,77 +48,62 @@
49 (python-preoutput-result, python-preoutput-skip-next-prompt) 48 (python-preoutput-result, python-preoutput-skip-next-prompt)
50 (python-prev-dir/file, python-recursing) 49 (python-prev-dir/file, python-recursing)
51 (python-saved-check-command, python-version-checked) 50 (python-saved-check-command, python-version-checked)
52 (python-which-func-length-limit, view-return-to-alist): Delete 51 (python-which-func-length-limit)
53 Vars. 52 (view-return-to-alist): Delete Vars.
54 (python-check-custom-command, python-dotty-syntax-table) 53 (python-check-custom-command, python-dotty-syntax-table)
55 (python-imenu-index-alist, python-indent-current-level) 54 (python-imenu-index-alist, python-indent-current-level)
56 (python-indent-dedenters, python-indent-levels) 55 (python-indent-dedenters, python-indent-levels)
57 (python-nav-beginning-of-defun-regexp) 56 (python-nav-beginning-of-defun-regexp)
58 (python-nav-list-defun-positions-cache) 57 (python-nav-list-defun-positions-cache)
59 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer) 58 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
60 (python-shell-internal-buffer, python-skeleton-available): New 59 (python-shell-internal-buffer)
61 Vars. 60 (python-skeleton-available): New Vars.
62 (def-python-skeleton): Delete Macro. Obsoleted by 61 (def-python-skeleton): Delete Macro.
63 python-skeleton-define. 62 (python-skeleton-define): New Macro.
64 (python-define-auxiliary-skeleton, python-rx) 63 (python-define-auxiliary-skeleton, python-rx): New Macros.
65 (python-skeleton-define): New Macros. 64 (python-insert-class): Delete Command.
66 (python-insert-*): Delete Commands. 65 (python-skeleton-class): New Command.
67 (python-insert-class): Delete Command. Replaced by python-skeleton-class. 66 (python-insert-def): Delete Command.
68 (python-insert-def): Delete Command. Replaced by python-skeleton-def. 67 (python-skeleton-def): New Command.
69 (python-insert-for'): Delete Command. Replaced by python-skeleton-for. 68 (python-insert-for): Delete Command.
70 (python-insert-if): Delete Command. Replaced by python-skeleton-if. 69 (python-skeleton-for): New Command.
71 (python-insert-try/except): Delete Command. Replaced by 70 (python-insert-if): Delete Command.
72 python-skeleton-try. 71 (python-skeleton-if): New Command.
73 (python-insert-try/finally): Delete Command. Replaced by 72 (python-insert-try/except)
74 python-skeleton-try. 73 (python-insert-try/finally): Delete Commands.
75 (python-insert-while): Delete Command. Replaced by 74 (python-skeleton-try): New Command.
76 python-skeleton-while. 75 (python-insert-while): Delete Command.
77 (python-skeleton-class, python-skeleton-def, python-skeleton-for) 76 (python-skeleton-while): New Command.
78 (python-skeleton-if, python-skeleton-try, python-skeleton-while): 77 (python-backspace): Delete Command.
79 New commands. 78 (python-indent-dedent-line-backspace): New Command.
80 (python-backspace): Delete Command. Replaced by 79 (python-electric-colon): Delete Command.
81 python-indent-dedent-line-backspace. 80 (python-indent-electric-colon): New Command.
82 (python-electric-colon): Delete Command. Replaced by 81 (python-guess-indent): Delete Command.
83 python-indent-electric-colon. 82 (python-indent-guess-indent-offset): New Command.
84 (python-guess-indent): Delete Command. Replaced by 83 (python-shift-left): Delete Command.
85 python-indent-guess-indent-offset. 84 (python-indent-shift-left): New Command.
86 (python-shift-left): Delete Command. Replaced by 85 (python-shift-right): Delete Command.
87 python-indent-shift-left. 86 (python-indent-shift-right): New Command.
88 (python-shift-right): Delete Command. Replaced by 87 (python-find-function): Delete Command.
89 python-indent-shift-right. 88 (python-nav-jump-to-defun): New Command.
90 (python-indent-dedent-line-backspace) 89 (python-next-statement): Delete Command.
91 (python-indent-electric-colon, python-indent-guess-indent-offset) 90 (python-nav-forward-sentence): New Command.
92 (python-indent-shift-left, python-indent-shift-right): New 91 (python-previous-statement): Delete Command.
93 Commands. 92 (python-nav-backward-sentence): New Command.
94 (python-find-function): Delete Command. Replaced by 93 (python-fill-paragraph): Delete Command.
95 python-nav-jump-to-defun. 94 (python-fill-paragraph-function): New Command.
96 (python-next-statement): Delete Command. Replaced by 95 (python-send-buffer): Delete Command.
97 python-nav-forward-sentence. 96 (python-shell-send-buffer): New Command.
98 (python-previous-statement): Delete Command. Replaced by 97 (python-send-defun): Delete Command.
99 python-nav-backward-sentence. 98 (python-shell-send-defun): New Command.
100 (python-fill-paragraph): Delete Command. Replaced by 99 (python-send-region, python-send-region-and-go): Delete Commands.
101 python-fill-paragraph-function. 100 (python-shell-send-region)
102 (python-nav-jump-to-defun, python-nav-forward-sentence) 101 (python-shell-switch-to-shell): New Commands.
103 (python-nav-backward-sentence, python-fill-paragraph-function): 102 (python-send-string): Delete Command.
104 New Commands. 103 (python-shell-send-string): New Command.
105 (python-send-buffer): Delete Command. Replaced by 104 (python-switch-to-python): Delete Command.
106 python-shell-send-buffer. 105 (python-shell-switch-to-shell): New Command.
107 (python-send-defun): Delete Command. Replaced by 106 (python-describe-symbol): Delete Command.
108 python-shell-send-defun.
109 (python-send-region): Delete Command. Replaced by
110 python-shell-send-region.
111 (python-send-region-and-go): Delete Command. Replaced by
112 python-shell-send-region + python-shell-switch-to-shell.
113 (python-send-string): Delete Command. Replaced by
114 python-shell-send-string.
115 (python-switch-to-python): Delete Command. Replaced by
116 python-shell-switch-to-shell.
117 (python-shell-send-buffer, python-shell-send-defun)
118 (python-shell-send-region, python-shell-send-region)
119 (python-shell-send-string, python-shell-switch-to-shell): New
120 Commands.
121 (python-describe-symbol): Delete Command. Replaced by
122 python-eldoc-at-point.
123 (python-eldoc-at-point): New Command. 107 (python-eldoc-at-point): New Command.
124 (python--set-prompt-regexp, python-args-to-list) 108 (python--set-prompt-regexp, python-args-to-list)
125 (python-after-info-look, python-check-version) 109 (python-after-info-look, python-check-version)
@@ -138,37 +122,35 @@
138 (python-end-of-block, python-end-of-statement, python-mark-block) 122 (python-end-of-block, python-end-of-statement, python-mark-block)
139 (python-beginning-of-block, python-beginning-of-statement) 123 (python-beginning-of-block, python-beginning-of-statement)
140 (python-blank-line-p, python-beginning-of-string) 124 (python-blank-line-p, python-beginning-of-string)
141 (python-open-block-statement-p): Delete functions. 125 (python-open-block-statement-p): Delete Functions.
142 (python-indent-line, python-indent-line-1): Delete 126 (python-indent-line, python-indent-line-1): Delete Functions.
143 functions. Replaced by python-indent-line. 127 (python-indent-line): New Function.
144 (python-indentation-levels): Delete function. Replaced by 128 (python-indentation-levels): Delete Function.
145 python-indent-calculate-levels. 129 (python-indent-calculate-levels): New Function.
146 (python-proc): Delete Function. Replaced by 130 (python-proc): Delete Function.
147 python-shell-get-process. 131 (python-shell-get-process): New Function.
148 (python-send-receive): Delete Function. Replaced by 132 (python-send-receive): Delete Function.
149 python-shell-send-string-no-output. 133 (python-shell-send-string-no-output): New Function.
150 (python-module-path): Delete Function. Replaced by 134 (python-module-path): Delete Function.
151 python-ffap-module-path. 135 (python-ffap-module-path): New Function.
152 (python-completion-at-point): Delete Function. Replaced by 136 (python-completion-at-point)
153 python-completion-complete-at-point. 137 (python-symbol-completions): Delete Functions.
154 (python-load-file): Delete Function. Replaced by 138 (python-completion-complete-at-point): New Function.
155 python-shell-send-file. 139 (python-load-file): Delete Function.
156 (python-calculate-indentation): Delete Function. Replaced by 140 (python-shell-send-file): New Function.
157 python-indent-calculate-indentation. 141 (python-calculate-indentation): Delete Function.
158 (python-skip-comments/blanks): Delete Function. Replaced by 142 (python-indent-calculate-indentation): New Function.
159 python-util-forward-comment. 143 (python-skip-comments/blanks): Delete Function.
160 (python-continuation-line-p): Delete Function. Replaced by 144 (python-util-forward-comment): New Function.
161 python-info-continuation-line-p. 145 (python-continuation-line-p): Delete Function.
162 (python-which-func, python-current-defun): Delete 146 (python-info-continuation-line-p): New Function.
163 Function. Replaced by python-info-current-defun. 147 (python-which-func, python-current-defun): Delete Function.
164 (python-indentation-levels): Delete Function. Replaced by 148 (python-info-current-defun): New Function.
165 python-indent-calculate-levels. 149 (python-beginning-of-defun): Delete Function.
166 (python-beginning-of-defun): Delete Function. Replaced by 150 (python-nav-beginning-of-defun): New Function.
167 python-nav-beginning-of-defun. 151 (python-close-block-statement-p)
168 (python-close-block-statement-p, python-block-end-p): Delete 152 (python-block-end-p): Delete Function.
169 Function. Replaced by python-info-closing-block. 153 (python-info-closing-block): New Function.
170 (python-symbol-completions): Delete Function. Replaced by
171 python-completion-complete-at-point.
172 (python-comint-output-filter-function) 154 (python-comint-output-filter-function)
173 (python-eldoc--get-doc-at-point, python-end-of-defun-function) 155 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
174 (python-fill-comment, python-fill-decorator, python-fill-paren) 156 (python-fill-comment, python-fill-decorator, python-fill-paren)
@@ -181,7 +163,7 @@
181 (python-info-assignment-continuation-line-p) 163 (python-info-assignment-continuation-line-p)
182 (python-info-beginning-of-backlash) 164 (python-info-beginning-of-backlash)
183 (python-info-block-continuation-line-p) 165 (python-info-block-continuation-line-p)
184 (python-info-closing-block-message, python-info-current-defun) 166 (python-info-closing-block-message)
185 (python-info-line-ends-backslash-p) 167 (python-info-line-ends-backslash-p)
186 (python-info-looking-at-beginning-of-defun) 168 (python-info-looking-at-beginning-of-defun)
187 (python-info-ppss-context, python-info-ppss-context-type) 169 (python-info-ppss-context, python-info-ppss-context-type)
@@ -203,16 +185,10 @@
203 (python-shell-parse-command, python-shell-send-setup-code) 185 (python-shell-parse-command, python-shell-send-setup-code)
204 (python-skeleton-add-menu-items) 186 (python-skeleton-add-menu-items)
205 (python-util-clone-local-variables, python-util-position) 187 (python-util-clone-local-variables, python-util-position)
206 (run-python-internal, python-indent-line) 188 (run-python-internal, python-indentation-levels)
207 (python-indentation-levels, python-shell-get-process) 189 (python-nav-beginning-of-defun)
208 (python-shell-send-string-no-output, python-ffap-module-path) 190 (python-completion-complete-at-point): New Functions.
209 (python-completion-complete-at-point, python-shell-send-file) 191 (run-python): Change arguments. New API Requirements.
210 (python-indent-calculate-indentation, python-util-forward-comment)
211 (python-info-continuation-line-p, python-info-current-defun)
212 (python-indent-calculate-levels, python-nav-beginning-of-defun)
213 (python-beginning-of-defun-function, python-info-closing-block)
214 (python-completion-complete-at-point): New functions.
215 (run-python): Change arguments. New API Requirements.
216 192
2172012-05-17 Juri Linkov <juri@jurta.org> 1932012-05-17 Juri Linkov <juri@jurta.org>
218 194