# HG changeset patch # User Luc Teirlinck # Date 1133135500 0 # Node ID 4a764117f25baca72283af76f5e34dea87847507 # Parent 300bbe98bb1348be7d1e4bc8b56528bb7d85df75 *** empty log message *** diff -r 300bbe98bb13 -r 4a764117f25b lisp/ChangeLog --- a/lisp/ChangeLog Sun Nov 27 23:29:33 2005 +0000 +++ b/lisp/ChangeLog Sun Nov 27 23:51:40 2005 +0000 @@ -1,8 +1,19 @@ +2005-11-27 Luc Teirlinck + + * dabbrev.el (dabbrev-completion): Simplify code, by getting rid + of `if' whose condition always returned nil. Doc fix. + + * buff-menu.el (Buffer-menu-revert-function): Make the selected + window's buffer the current buffer around the call to + `list-buffers-noselect'. This is necessary to mark that buffer + with a `.' in the Buffer Menu when called from Lisp, for instance + by Auto Revert Mode. + 2005-11-28 Nick Roberts * progmodes/gdb-ui.el (gdb-stopped): Detect process when attaching. (gdb-pre-prompt): Make sure gdb-error is reset. - + * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked with a process, detect it. (gud-speedbar-buttons): Match regexp more carefully.