diff options
| author | Syver Enstad | 2012-01-29 15:06:54 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-01-29 15:06:54 +0800 |
| commit | 6b25e4e27d3386d08d2b5d64ea717780c05f5c65 (patch) | |
| tree | d0ac5f6a15681d4d09a1c0ceb96b5c30c53b803a /lisp/ChangeLog | |
| parent | db17443466147411261b559458fa6e8df6587d12 (diff) | |
| download | emacs-6b25e4e27d3386d08d2b5d64ea717780c05f5c65.tar.gz emacs-6b25e4e27d3386d08d2b5d64ea717780c05f5c65.zip | |
Fix pdb path handling.
* progmodes/gud.el (pdb): Give pdb full paths, to allow setting
breakpoints in files outside current directory.
* lisp/progmodes/python.el: Require ansi-color at top-level.
Fixes: debbugs:6098
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e74adea65e6..6e3ec3a340d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2012-01-29 Syver Enstad <syver.enstad@cisco.com> | ||
| 2 | |||
| 3 | * progmodes/gud.el (pdb): Give pdb full paths, to allow setting | ||
| 4 | breakpoints in files outside current directory (Bug#6098). | ||
| 5 | |||
| 1 | 2012-01-29 Chong Yidong <cyd@gnu.org> | 6 | 2012-01-29 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 8 | * progmodes/python.el: Require ansi-color at top-level. | ||
| 9 | |||
| 3 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): Define | 10 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): Define |
| 4 | and use in Emacs Lisp mode (Bug#9360). | 11 | and use in Emacs Lisp mode (Bug#9360). |
| 5 | (lisp-mode-abbrev-table): Add doc. | 12 | (lisp-mode-abbrev-table): Add doc. |