diff options
| author | Nick Roberts | 2005-10-26 01:00:30 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-10-26 01:00:30 +0000 |
| commit | 14924bb1e0166d57843d285042657a76033dcd80 (patch) | |
| tree | fe492c0c4b07c2b934ff0df6142f7c2e225118f0 | |
| parent | 9516b9f4f62772fa6f2025b6afc15ca9d2dc21c1 (diff) | |
| download | emacs-14924bb1e0166d57843d285042657a76033dcd80.tar.gz emacs-14924bb1e0166d57843d285042657a76033dcd80.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 811196be0f2..28793023492 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2005-10-26 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gud.el (gud-menu-map): Only display gud-until icon | ||
| 4 | when the fringe is not available. | ||
| 5 | |||
| 6 | * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer) | ||
| 7 | (def-gdb-auto-update-trigger): Simplify construction. | ||
| 8 | (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of | ||
| 9 | def-gdb-auto-updated-buffer as gdb-info-locals-handler is | ||
| 10 | defined explicitly. | ||
| 11 | (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of | ||
| 12 | def-gdb-auto-updated-buffer as gdb-invalidate-assembler is | ||
| 13 | defined explicitly. | ||
| 14 | (gdb-info-locals-custom): Remove as it's a no-op. | ||
| 15 | |||
| 1 | 2005-10-25 Chong Yidong <cyd@stupidchicken.com> | 16 | 2005-10-25 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 17 | ||
| 3 | * longlines.el (longlines-mode): Remove narrowing before | 18 | * longlines.el (longlines-mode): Remove narrowing before |