# HG changeset patch # User J.D. Smith # Date 1172174716 0 # Node ID ffa82ffedd68091806c1e967ebccfa6283261231 # Parent 1029d540daf5050291df53ae9bef82c49089af6a *** empty log message *** diff -r 1029d540daf5 -r ffa82ffedd68 lisp/ChangeLog --- a/lisp/ChangeLog Thu Feb 22 20:05:04 2007 +0000 +++ b/lisp/ChangeLog Thu Feb 22 20:05:16 2007 +0000 @@ -1,3 +1,19 @@ +2007-02-22 J.D. Smith + + * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending + commands, for restart. + (idlwave-shell-current-module): Fix handling of module name by + type. + (idlwave-shell-break-in): Update type handling. + (idlwave-shell-bp-get): Encode type in BP structure. + (idlwave-shell-set-bp): Fix setting condition on disabled BPs. + (idlwave-shell-module-source-query): Query routine info based on + type. Fix path parsing for non-compiled files. + (idlwave-shell-module-source-filter): Don't signal error in + filter if no source found. + (idlwave-shell-set-bp-in-module): Use fallback source to prevent + filter race. + 2007-02-22 Kim F. Storm * wid-edit.el (widget-default-create): Undo 2007-02-04 change.