1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00

*** empty log message ***

This commit is contained in:
Nick Roberts 2008-04-29 11:00:31 +00:00
parent b224db3868
commit 0715a53151

View File

@ -1,3 +1,14 @@
2008-04-29 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
Always split windows.
(gdb-speedbar-timer-fn): Only raise frame after user input.
(gdb-same-frame): Reverse initial value.
(gdb-display-gdb-buffer): Check for GUD buffer in other frames.
* progmodes/gud.el (gud-speedbar-buttons): Raise frame in
gdb-speedbar-timer-fn.
2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
* uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.