diff options
| author | Nick Roberts | 2008-04-29 11:00:31 +0000 |
|---|---|---|
| committer | Nick Roberts | 2008-04-29 11:00:31 +0000 |
| commit | 0715a53151a20aadc3dbd0df6b30848f418d7156 (patch) | |
| tree | 5f3f2cf4d9c5941c2e9c73b7ba1d57f53a9e43f0 | |
| parent | b224db386852cf13c1771e2ac81b61daca3daada (diff) | |
| download | emacs-0715a53151a20aadc3dbd0df6b30848f418d7156.tar.gz emacs-0715a53151a20aadc3dbd0df6b30848f418d7156.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9679a52dcb1..afbc3a578b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2008-04-29 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer. | ||
| 4 | Always split windows. | ||
| 5 | (gdb-speedbar-timer-fn): Only raise frame after user input. | ||
| 6 | (gdb-same-frame): Reverse initial value. | ||
| 7 | (gdb-display-gdb-buffer): Check for GUD buffer in other frames. | ||
| 8 | |||
| 9 | * progmodes/gud.el (gud-speedbar-buttons): Raise frame in | ||
| 10 | gdb-speedbar-timer-fn. | ||
| 11 | |||
| 1 | 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | 12 | 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 13 | ||
| 3 | * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects. | 14 | * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects. |