comparison lisp/ChangeLog @ 59616:4b0b5ed74bd6

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 18 Jan 2005 11:26:47 +0000
parents c0ae409ee985
children 5ec981fa30e5
comparison
equal deleted inserted replaced
59615:c0ae409ee985 59616:4b0b5ed74bd6
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
4 erasing buffer. 17 erasing buffer.
5 18