# HG changeset patch # User J.D. Smith # Date 1164058860 0 # Node ID aff4658878a36f1c7e12eb9bf3e6926f5028bb9c # Parent 280766a0721d83cce2cbd68f14cf6c1ff259a483 *** empty log message *** diff -r 280766a0721d -r aff4658878a3 lisp/ChangeLog --- a/lisp/ChangeLog Mon Nov 20 21:39:38 2006 +0000 +++ b/lisp/ChangeLog Mon Nov 20 21:41:00 2006 +0000 @@ -1,3 +1,21 @@ +2006-11-20 J.D. Smith + + * progmodes/idlw-help.el (idlwave-html-help-location): Fail + gracefully for missing help packages. + (idlwave-help-assistant-open-link): Open full links. + (idlwave-help-assistant-help-with-topic): Direct help link. + + * progmodes/idlwave.el (idlwave-mode): Set + add-log-current-defun-function. + (idlwave-current-routine-fullname): Added, to support add-log. + (idlwave-convert-xml-system-routine-info): Simplify XML parsing + to reflect improvements to xml-parse-file. + (idlwave-mode-menu-def): New binding for help-with-topic. + + * progmodes/idlw-shell.el (idlwave-shell-filter-directory): + Handle extra newlines and spaces. + (idlwave-shell-mode-map): Add help-with-topic. + 2006-11-20 Chong Yidong * tutorial.el (tutorial-warning-face): New face.