# HG changeset patch # User Nick Roberts # Date 1139954473 0 # Node ID b3582497ee7413f334021c38353a76fa6c4dc12b # Parent 69b4fdd2661f76985cf5e31ab91a53e528b96826 *** empty log message *** diff -r 69b4fdd2661f -r b3582497ee74 lisp/ChangeLog --- 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 + + * 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 * calc/calc-arith.el (math-check-known-scalarp): Make sure diff -r 69b4fdd2661f -r b3582497ee74 man/ChangeLog --- 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 + + * building.texi (GDB Graphical Interface): Replace + gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer. + 2006-02-13 Chong Yidong * custom.texi (Specifying File Variables, Unsafe File Variables):