aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2008-02-20 00:13:09 +0000
committerNick Roberts2008-02-20 00:13:09 +0000
commit67fd73d2f338a4cd5ff72ee75780c9d985998cf9 (patch)
tree08aeb1e0b222ed8ff167da7d153d78c3a79b79c7
parentc200c78dc5f1dea42f480d70aff099e6370ad286 (diff)
downloademacs-67fd73d2f338a4cd5ff72ee75780c9d985998cf9.tar.gz
emacs-67fd73d2f338a4cd5ff72ee75780c9d985998cf9.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a71fa2a1b75..0dcb32661f5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,31 @@
12008-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
12008-02-19 Katsumi Yamaoka <yamaoka@jpl.org> 292008-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