comparison lisp/ChangeLog @ 105180:112414938e89

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 24 Sep 2009 12:29:39 +0000
parents d0f5b10b5fb4
children e7e9efa5ce16
comparison
equal deleted inserted replaced
105179:8143cdf4806f 105180:112414938e89
1 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-mi.el: Don't require speedbar.
4 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
5
1 2009-09-24 Glenn Morris <rgm@gnu.org> 6 2009-09-24 Glenn Morris <rgm@gnu.org>
2 7
3 * calendar/diary-lib.el (diary-fancy-display): Always run the hook. 8 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4 9
5 * term/ns-win.el (ns-reg-to-script): Define for compiler. 10 * term/ns-win.el (ns-reg-to-script): Define for compiler.
2339 (gdb-place-breakpoints, gdb-get-location): Rewritten without 2344 (gdb-place-breakpoints, gdb-get-location): Rewritten without
2340 `goto-line'. 2345 `goto-line'.
2341 (gdb-invalidate-disassembly): Do not refresh upon receiving 2346 (gdb-invalidate-disassembly): Do not refresh upon receiving
2342 'update signal. Instead, update all disassembly buffers only after 2347 'update signal. Instead, update all disassembly buffers only after
2343 threads list. 2348 threads list.
2344 (gdb): Send -target-detach when buffer is killed (#3794). 2349 (gdb): Send -target-detach when buffer is killed (Bug#3794).
2345 (gdb-starting): Moved -data-list-register-names... 2350 (gdb-starting): Moved -data-list-register-names...
2346 (gdb-stopped): ...here so it's sent when first thread stops. 2351 (gdb-stopped): ...here so it's sent when first thread stops.
2347 (gdb-registers-handler-custom): Do nothing if register names are 2352 (gdb-registers-handler-custom): Do nothing if register names are
2348 unknown yet. 2353 unknown yet.
2349 2354