From: Nick Roberts Date: Tue, 15 Aug 2006 00:30:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~1001 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b12cd99d2b2a49d3608a9419b9a82a53d2cd002;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 07c2f08e138..c32902da47a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2006-08-15 Nick Roberts + + * 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 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is diff --git a/man/ChangeLog b/man/ChangeLog index d706cf8007b..10e43a9dbd4 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2006-08-15 Nick Roberts + + * building.texi (Stack Buffer): Explain fringe arrow. + 2006-08-13 Alex Schroeder * 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