diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1166bbd2e5..6ccf48732b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2006-02-14 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1) | ||
| 4 | (gdb-get-changed-registers): Test value of gud-minor-mode relative | ||
| 5 | to gud-comint-buffer. | ||
| 6 | (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in | ||
| 7 | gdb-ui.el for gdb-mi.el. | ||
| 8 | (gdb-post-prompt, gdb-get-changed-registers): Move test for | ||
| 9 | registers buffer to gdb-get-changed-registers. | ||
| 10 | (gdb-breakpoint-regexp): New regexp. Allow toggling and | ||
| 11 | deletion of catchpoints (throw and catch). | ||
| 12 | (gdb-toggle-breakpoint, gdb-delete-breakpoint) | ||
| 13 | (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi. | ||
| 14 | (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1) | ||
| 15 | (gdb-var-list-children-1, gdb-info-breakpoints-custom) | ||
| 16 | (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi. | ||
| 17 | |||
| 1 | 2006-02-13 Jay Belanger <belanger@truman.edu> | 18 | 2006-02-13 Jay Belanger <belanger@truman.edu> |
| 2 | 19 | ||
| 3 | * calc/calc-arith.el: (math-check-known-matrixp): Make sure | 20 | * calc/calc-arith.el: (math-check-known-matrixp): Make sure |