Mercurial > emacs
comparison lisp/ChangeLog @ 71876:2f32aa94faff
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Thu, 13 Jul 2006 21:55:47 +0000 |
parents | e727167b07e4 |
children | edf661f1f592 b19aaf4ab0ee |
comparison
equal
deleted
inserted
replaced
71875:63d04f9d465a | 71876:2f32aa94faff |
---|---|
1 2006-07-14 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * progmodes/gdb-ui.el (gdb-display-buffer): Check for | |
4 gdb-source-window. Add dedicated argument. | |
5 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io) | |
6 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer) | |
7 (gdb-display-threads-buffer, gdb-display-memory-buffer) | |
8 (gdb-display-locals-buffer): Use it. | |
9 | |
10 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer. | |
11 Set gdb-source-window. | |
12 | |
1 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca> | 13 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 14 |
3 * emacs-lisp/autoload.el (make-autoload): Remove special handling of | 15 * emacs-lisp/autoload.el (make-autoload): Remove special handling of |
4 minor modes, redundant with the custom-autoload line above. | 16 minor modes, redundant with the custom-autoload line above. |
5 | 17 |