comparison lisp/ChangeLog @ 68863:4b4a17955b59

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 13 Feb 2006 21:58:44 +0000
parents 89b0b3664871
children 5340157fbfc2
comparison
equal deleted inserted replaced
68862:334e43399990 68863:4b4a17955b59
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
4 expression is a symbol before checking that it is bound. 21 expression is a symbol before checking that it is bound.
5 22