diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de917d4e1e6..88e29f3f275 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-04-13 Nick Roberts + + * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers): + GDB 6.1+ gives full filename for "info sources" so use + file-name-nondirectory. + 2006-04-12 Romain Francoise * subr.el (read-passwd): Bind `message-log-max' to nil.