diff options
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | man/ChangeLog | 5 |
2 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e89c9bea3cb..8f325d6ae6d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2006-02-15 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gud.el (gdb): Improve doc string. | ||
| 4 | (gdb-script-font-lock-keywords): Expand allowed character set. | ||
| 5 | |||
| 6 | * progmodes/gdb-ui.el (gdb-use-separate-io-buffer) | ||
| 7 | (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer) | ||
| 8 | (gdb-separate-io-interrupt, gdb-separate-io-quit) | ||
| 9 | (gdb-separate-io-stop, gdb-separate-io-eof): | ||
| 10 | Rename from gdb-inferior-* to gdb-separate-*. | ||
| 11 | (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string. | ||
| 12 | |||
| 1 | 2006-02-14 Jay Belanger <belanger@truman.edu> | 13 | 2006-02-14 Jay Belanger <belanger@truman.edu> |
| 2 | 14 | ||
| 3 | * calc/calc-arith.el (math-check-known-scalarp): Make sure | 15 | * 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 @@ | |||
| 1 | 2006-02-15 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * building.texi (GDB Graphical Interface): Replace | ||
| 4 | gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer. | ||
| 5 | |||
| 1 | 2006-02-13 Chong Yidong <cyd@stupidchicken.com> | 6 | 2006-02-13 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * custom.texi (Specifying File Variables, Unsafe File Variables): | 8 | * custom.texi (Specifying File Variables, Unsafe File Variables): |