comparison lisp/ChangeLog @ 67168:4a764117f25b

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 27 Nov 2005 23:51:40 +0000
parents 3653ab7f7e3c
children 35b9e081ceed
comparison
equal deleted inserted replaced
67167:300bbe98bb13 67168:4a764117f25b
1 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2
3 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
4 of `if' whose condition always returned nil. Doc fix.
5
6 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7 window's buffer the current buffer around the call to
8 `list-buffers-noselect'. This is necessary to mark that buffer
9 with a `.' in the Buffer Menu when called from Lisp, for instance
10 by Auto Revert Mode.
11
1 2005-11-28 Nick Roberts <nickrob@snap.net.nz> 12 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
2 13
3 * progmodes/gdb-ui.el (gdb-stopped): Detect process when attaching. 14 * progmodes/gdb-ui.el (gdb-stopped): Detect process when attaching.
4 (gdb-pre-prompt): Make sure gdb-error is reset. 15 (gdb-pre-prompt): Make sure gdb-error is reset.
5 16
6 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked 17 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7 with a process, detect it. 18 with a process, detect it.
8 (gud-speedbar-buttons): Match regexp more carefully. 19 (gud-speedbar-buttons): Match regexp more carefully.
9 20
10 2005-11-27 Richard M. Stallman <rms@gnu.org> 21 2005-11-27 Richard M. Stallman <rms@gnu.org>