aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 586db1f3446..d7012292416 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,19 @@
12005-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
12005-11-28 Nick Roberts <nickrob@snap.net.nz> 122005-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.