diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/idlw-help.el | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a75bfaf9191..7855aa64349 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu> | ||
| 2 | |||
| 3 | * progmodes/idlw-help.el: Fixed copyright notice. | ||
| 4 | |||
| 1 | 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun. | 7 | * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun. |
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el index 1d370244523..9b812809352 100644 --- a/lisp/progmodes/idlw-help.el +++ b/lisp/progmodes/idlw-help.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; idlw-help.el --- HTML Help code for IDLWAVE | 1 | ;;; idlw-help.el --- HTML Help code for IDLWAVE |
| 2 | ;; Copyright (c) 2000 Carsten Dominik | 2 | ;; Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005, 2006 |
| 3 | ;; Copyright (c) 2001, 2002 J.D. Smith | 3 | ;; Free Software Foundation |
| 4 | ;; Copyright (c) 2003,2004,2005,2006 Free Software Foundation | ||
| 5 | ;; | 4 | ;; |
| 6 | ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> | 5 | ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> |
| 7 | ;; Carsten Dominik <dominik@science.uva.nl> | 6 | ;; Carsten Dominik <dominik@science.uva.nl> |