comparison lisp/ChangeLog @ 76071:ffa82ffedd68

*** empty log message ***
author J.D. Smith <jdsmith@as.arizona.edu>
date Thu, 22 Feb 2007 20:05:16 +0000
parents 0617881f8dd2
children 08f453b60dc2
comparison
equal deleted inserted replaced
76070:1029d540daf5 76071:ffa82ffedd68
1 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
2
3 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4 commands, for restart.
5 (idlwave-shell-current-module): Fix handling of module name by
6 type.
7 (idlwave-shell-break-in): Update type handling.
8 (idlwave-shell-bp-get): Encode type in BP structure.
9 (idlwave-shell-set-bp): Fix setting condition on disabled BPs.
10 (idlwave-shell-module-source-query): Query routine info based on
11 type. Fix path parsing for non-compiled files.
12 (idlwave-shell-module-source-filter): Don't signal error in
13 filter if no source found.
14 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
15 filter race.
16
1 2007-02-22 Kim F. Storm <storm@cua.dk> 17 2007-02-22 Kim F. Storm <storm@cua.dk>
2 18
3 * wid-edit.el (widget-default-create): Undo 2007-02-04 change. 19 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4 (editable-field): Document need to put some text before the %v 20 (editable-field): Document need to put some text before the %v
5 escape in :format string. 21 escape in :format string.