]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Tue, 15 Aug 2006 00:30:07 +0000 (00:30 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 15 Aug 2006 00:30:07 +0000 (00:30 +0000)
lisp/ChangeLog
man/ChangeLog

index 07c2f08e138d69b47121439c234644f692fd6660..c32902da47ada50d0208f5f4a42e8093719dc724 100644 (file)
@@ -1,3 +1,14 @@
+2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
+       frame with fringe arrow.  Suggested by Simon Marshall
+       <simon.marshall@misys.com>.
+       (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\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
index d706cf8007b9a302b755f9d632751d48bd2ddbf0..10e43a9dbd452704177a0360bfbbd109ac4abd87 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
+
+       * building.texi (Stack Buffer): Explain fringe arrow.
+
 2006-08-13  Alex Schroeder  <alex@gnu.org>
 
        * 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  <rms@gnu.org>