1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00

*** empty log message ***

This commit is contained in:
Nick Roberts 2006-02-14 22:01:13 +00:00
parent d7505da3d0
commit a4b354b731
2 changed files with 17 additions and 0 deletions

View file

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

View file

@ -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):