diff options
| author | Luc Teirlinck | 2005-11-27 23:51:40 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-11-27 23:51:40 +0000 |
| commit | 0ee83bc6fa6cfbcb5199e68d3e32deb4c304d470 (patch) | |
| tree | d9271d067af55826af4ed96fde5caf12cf50a402 /lisp/ChangeLog | |
| parent | 55a031017990b2d0779dec382762bc5779406f1f (diff) | |
| download | emacs-0ee83bc6fa6cfbcb5199e68d3e32deb4c304d470.tar.gz emacs-0ee83bc6fa6cfbcb5199e68d3e32deb4c304d470.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
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 @@ | |||
| 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. |