diff options
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/cvs-status.el | 1 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f4bef993e0d..32d4ad8ae6a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-10-31 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * cvs-status.el: No longer require pcvs when compiling. | ||
| 4 | |||
| 5 | * doc-view.el (doc-view-conversion-refresh-interval) | ||
| 6 | (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt) | ||
| 7 | (doc-view-reset-slice): Doc fixes. | ||
| 8 | (doc-view-menu): Remove deleted function doc-view-edit-doc. | ||
| 9 | |||
| 1 | 2007-10-31 Juanma Barranquero <lekktu@gmail.com> | 10 | 2007-10-31 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 11 | ||
| 3 | * help-at-pt.el (help-at-pt-unload-hook): Remove. | 12 | * help-at-pt.el (help-at-pt-unload-hook): Remove. |
diff --git a/lisp/cvs-status.el b/lisp/cvs-status.el index 55fc52544b1..82ac90453c8 100644 --- a/lisp/cvs-status.el +++ b/lisp/cvs-status.el | |||
| @@ -33,7 +33,6 @@ | |||
| 33 | 33 | ||
| 34 | (eval-when-compile (require 'cl)) | 34 | (eval-when-compile (require 'cl)) |
| 35 | (require 'pcvs-util) | 35 | (require 'pcvs-util) |
| 36 | (eval-when-compile (require 'pcvs)) | ||
| 37 | 36 | ||
| 38 | ;;; | 37 | ;;; |
| 39 | 38 | ||