Mercurial > emacs
changeset 72393:0c01067e83c9
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Tue, 15 Aug 2006 00:30:07 +0000 |
parents | 17d65e848c72 |
children | bec9a701aee6 |
files | lisp/ChangeLog man/ChangeLog |
diffstat | 2 files changed, 16 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Aug 15 00:01:16 2006 +0000 +++ b/lisp/ChangeLog Tue Aug 15 00:30:07 2006 +0000 @@ -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,Ad(Brv <jan.h.d@swipnet.se> * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
--- a/man/ChangeLog Tue Aug 15 00:01:16 2006 +0000 +++ b/man/ChangeLog Tue Aug 15 00:30:07 2006 +0000 @@ -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>