aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-08-15 00:30:07 +0000
committerNick Roberts2006-08-15 00:30:07 +0000
commit8b12cd99d2b2a49d3608a9419b9a82a53d2cd002 (patch)
tree54e25d638fed4b0b5e3a5cc59fb3f7fe260e2054
parent9143202cb6465e7e4c9ea5fde254485fccd0e6e0 (diff)
downloademacs-8b12cd99d2b2a49d3608a9419b9a82a53d2cd002.tar.gz
emacs-8b12cd99d2b2a49d3608a9419b9a82a53d2cd002.zip
*** 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 07c2f08e138..c32902da47a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12006-08-15 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
4 frame with fringe arrow. Suggested by Simon Marshall
5 <simon.marshall@misys.com>.
6 (gdb-stack-position): New variable.
7 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
8 (gdb-frames-mode): Set gdb-stack-position to nil. Add to
9 overlay-arrow-variable-list
10 (gdb-reset): Delete gdb-stack-position from above list.
11
12006-08-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 122006-08-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 13
3 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is 14 * 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 @@
12006-08-15 Nick Roberts <nickrob@snap.net.nz>
2
3 * building.texi (Stack Buffer): Explain fringe arrow.
4
12006-08-13 Alex Schroeder <alex@gnu.org> 52006-08-13 Alex Schroeder <alex@gnu.org>
2 6
3 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo 7 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
@@ -50,7 +54,7 @@
50 54
51 * building.texi (GDB Graphical Interface): Shorten node names. 55 * building.texi (GDB Graphical Interface): Shorten node names.
52 (GDB-UI Layout): Use GDB-related. 56 (GDB-UI Layout): Use GDB-related.
53 (Stack Buffer): Simplify English. 57 (Other GDB-UI Buffers): Simplify English.
54 58
552006-07-31 Richard Stallman <rms@gnu.org> 592006-07-31 Richard Stallman <rms@gnu.org>
56 60