diff options
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. |