diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e95791ab82c..fc028549c75 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu> | ||
| 2 | |||
| 3 | * progmodes/idlw-help.el (idlwave-html-help-location): Fail | ||
| 4 | gracefully for missing help packages. | ||
| 5 | (idlwave-help-assistant-open-link): Open full links. | ||
| 6 | (idlwave-help-assistant-help-with-topic): Direct help link. | ||
| 7 | |||
| 8 | * progmodes/idlwave.el (idlwave-mode): Set | ||
| 9 | add-log-current-defun-function. | ||
| 10 | (idlwave-current-routine-fullname): Added, to support add-log. | ||
| 11 | (idlwave-convert-xml-system-routine-info): Simplify XML parsing | ||
| 12 | to reflect improvements to xml-parse-file. | ||
| 13 | (idlwave-mode-menu-def): New binding for help-with-topic. | ||
| 14 | |||
| 15 | * progmodes/idlw-shell.el (idlwave-shell-filter-directory): | ||
| 16 | Handle extra newlines and spaces. | ||
| 17 | (idlwave-shell-mode-map): Add help-with-topic. | ||
| 18 | |||
| 1 | 2006-11-20 Chong Yidong <cyd@stupidchicken.com> | 19 | 2006-11-20 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 20 | ||
| 3 | * tutorial.el (tutorial-warning-face): New face. | 21 | * tutorial.el (tutorial-warning-face): New face. |