1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00

*** empty log message ***

This commit is contained in:
Nick Roberts 2006-08-15 00:30:07 +00:00
parent 9143202cb6
commit 8b12cd99d2
2 changed files with 16 additions and 1 deletions

View 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,Ad(Brv <jan.h.d@swipnet.se>
* term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is

View 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>