diff options
| author | Stefan Monnier | 2004-05-10 18:36:09 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-05-10 18:36:09 +0000 |
| commit | 522067b2d47f58a9ccafebf2385c2342c21995c1 (patch) | |
| tree | 8e4bdc7fd6386c9c7be22c464382d0836c363074 /lisp/ChangeLog | |
| parent | aa7094ba0f8c5681b294f7525a1e4667a3c9c76f (diff) | |
| download | emacs-522067b2d47f58a9ccafebf2385c2342c21995c1.tar.gz emacs-522067b2d47f58a9ccafebf2385c2342c21995c1.zip | |
(help-buffer): Autoload when compiling.
(python-after-info-look): Don't assume Info-goto-node returns non-nil.
(run-python): Prepend to any existing PYTHONPATH.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 16cf5ed0ddf..4db3eb6ca4b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-05-10 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/python.el (help-buffer): Autoload when compiling. | ||
| 4 | (python-after-info-look): Don't assume Info-goto-node returns non-nil. | ||
| 5 | (run-python): Prepend to any existing PYTHONPATH. | ||
| 6 | |||
| 1 | 2004-05-10 Nick Roberts <nick@nick.uklinux.net> | 7 | 2004-05-10 Nick Roberts <nick@nick.uklinux.net> |
| 2 | 8 | ||
| 3 | * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation | 9 | * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation |