From: Nick Roberts Date: Tue, 14 Feb 2006 22:01:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~4127 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4b354b7314e7eaa3d96f7895bf21bd7907adc4e;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e89c9bea3cb..8f325d6ae6d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/man/ChangeLog b/man/ChangeLog index eedc1755f88..81975537176 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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):