comparison lisp/ChangeLog @ 91963:5b14940a3645

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 20 Feb 2008 00:13:09 +0000
parents 37c6e66c7e57
children da2b5a9b0384
comparison
equal deleted inserted replaced
91962:37c6e66c7e57 91963:5b14940a3645
1 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
2 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
3
4 * progmodes/python.el: Also require comint when loading.
5 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking,
6 Replace python-shell with run-python on menu bar,
7 (python-shell-map): New map.
8 (python-default-interpreter, python-python-command-args)
9 (python-jython-command-args, python-pdbtrack-do-tracking-p):
10 New options.
11 (python-which-shell, python-which-args, python-which-bufname):
12 New buffer local variables.
13 (python-file-queue, python-pdbtrack-is-tracking-p):
14 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
15 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
16 New constants.
17
18 Pdbtrack features:
19
20 (python-point, python-end-of-def-or-class)
21 (python-beginning-of-def-or-class, python-goto-initial-line)
22 (python-comint-output-filter-function)
23 (python-pdbtrack-overlay-arrow)
24 (python-pdbtrack-track-stack-file, python-toggle-shells)
25 (python-shell, python-pdbtrack-toggle-stack-tracking)
26 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
27 New functions.
28
1 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org> 29 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
2 30
3 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string 31 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
4 when the argument is nil. 32 when the argument is nil.
5 33