aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-10-26 01:00:30 +0000
committerNick Roberts2005-10-26 01:00:30 +0000
commit14924bb1e0166d57843d285042657a76033dcd80 (patch)
treefe492c0c4b07c2b934ff0df6142f7c2e225118f0
parent9516b9f4f62772fa6f2025b6afc15ca9d2dc21c1 (diff)
downloademacs-14924bb1e0166d57843d285042657a76033dcd80.tar.gz
emacs-14924bb1e0166d57843d285042657a76033dcd80.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog15
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 @@
12005-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
12005-10-25 Chong Yidong <cyd@stupidchicken.com> 162005-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