Mercurial > emacs
changeset 68899:b3582497ee74
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Tue, 14 Feb 2006 22:01:13 +0000 |
parents | 69b4fdd2661f |
children | 7e09779fccb5 |
files | lisp/ChangeLog man/ChangeLog |
diffstat | 2 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Feb 14 21:42:32 2006 +0000 +++ b/lisp/ChangeLog Tue Feb 14 22:01:13 2006 +0000 @@ -1,3 +1,15 @@ +2006-02-15 Nick Roberts <nickrob@snap.net.nz> + + * progmodes/gud.el (gdb): Improve doc string. + (gdb-script-font-lock-keywords): Expand allowed character set. + + * progmodes/gdb-ui.el (gdb-use-separate-io-buffer) + (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer) + (gdb-separate-io-interrupt, gdb-separate-io-quit) + (gdb-separate-io-stop, gdb-separate-io-eof): + Rename from gdb-inferior-* to gdb-separate-*. + (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string. + 2006-02-14 Jay Belanger <belanger@truman.edu> * calc/calc-arith.el (math-check-known-scalarp): Make sure
--- a/man/ChangeLog Tue Feb 14 21:42:32 2006 +0000 +++ b/man/ChangeLog Tue Feb 14 22:01:13 2006 +0000 @@ -1,3 +1,8 @@ +2006-02-15 Nick Roberts <nickrob@snap.net.nz> + + * building.texi (GDB Graphical Interface): Replace + gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer. + 2006-02-13 Chong Yidong <cyd@stupidchicken.com> * custom.texi (Specifying File Variables, Unsafe File Variables):