aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2006-08-15 00:30:07 +0000
committerNick Roberts <[email protected]>2006-08-15 00:30:07 +0000
commit8b12cd99d2b2a49d3608a9419b9a82a53d2cd002 (patch)
tree54e25d638fed4b0b5e3a5cc59fb3f7fe260e2054
parent9143202cb6465e7e4c9ea5fde254485fccd0e6e0 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
-rw-r--r--man/ChangeLog6
2 files changed, 16 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 07c2f08e13..c32902da47 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
+2006-08-15 Nick Roberts <[email protected]>
+
+ * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
+ frame with fringe arrow. Suggested by Simon Marshall
+ (gdb-stack-position): New variable.
+ (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
+ (gdb-frames-mode): Set gdb-stack-position to nil. Add to
+ overlay-arrow-variable-list
+ (gdb-reset): Delete gdb-stack-position from above list.
+
2006-08-14 Jan Dj,Ad(Brv <[email protected]>
* term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
diff --git a/man/ChangeLog b/man/ChangeLog
index d706cf8007..10e43a9dbd 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-15 Nick Roberts <[email protected]>
+
+ * building.texi (Stack Buffer): Explain fringe arrow.
+
2006-08-13 Alex Schroeder <[email protected]>
* rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
@@ -50,7 +54,7 @@
* building.texi (GDB Graphical Interface): Shorten node names.
(GDB-UI Layout): Use GDB-related.
- (Stack Buffer): Simplify English.
+ (Other GDB-UI Buffers): Simplify English.
2006-07-31 Richard Stallman <[email protected]>