summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ.D. Smith <jdsmith@as.arizona.edu>2007-02-22 20:05:16 +0000
committerJ.D. Smith <jdsmith@as.arizona.edu>2007-02-22 20:05:16 +0000
commit283c461693b54a916f03181857029bdb16cde7fc (patch)
tree18622b4413048b11fc279bd1fdceb55dd7b036fa
parent1f83c0652574b5280d250e5c70eba2a5cd48196b (diff)
downloademacs-283c461693b54a916f03181857029bdb16cde7fc.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3722e2d774f..8a085ac52b9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
+2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
+
+ * 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 <storm@cua.dk>
* wid-edit.el (widget-default-create): Undo 2007-02-04 change.