diff options
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b0d95ddabe9..4553732d4ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2005-01-19 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so | ||
| 4 | that enable/disabled state of breakpoints is shown correctly in | ||
| 5 | fringe and on ttys. | ||
| 6 | (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom): | ||
| 7 | Add breakpoint information as text properties. | ||
| 8 | (gdb-mouse-toggle-breakpoint): | ||
| 9 | Rename to gdb-mouse-set-clear-breakpoint. | ||
| 10 | (gdb-mouse-toggle-breakpoint): New function. Enable/disable | ||
| 11 | breakpoints in the margin. | ||
| 12 | (gdb-remove-strings): Simplify. | ||
| 13 | |||
| 1 | 2005-01-17 Jay Belanger <belanger@truman.edu> | 14 | 2005-01-17 Jay Belanger <belanger@truman.edu> |
| 2 | 15 | ||
| 3 | * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when | 16 | * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when |