diff options
| author | Stefan Monnier | 2008-03-12 15:26:49 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-03-12 15:26:49 +0000 |
| commit | b4cb319f0a5638aca3aaf655d6795c860e27c56f (patch) | |
| tree | 63f9dfa723f30b67463bc17ac5fcbb1812b4b135 /lisp/ChangeLog | |
| parent | 3c1beeeb873317b0e0b1e12b66e1afec4836003e (diff) | |
| download | emacs-b4cb319f0a5638aca3aaf655d6795c860e27c56f.tar.gz emacs-b4cb319f0a5638aca3aaf655d6795c860e27c56f.zip | |
Remove all cb-args, use closures instead.
(doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
doing an incorrect check). Update all callers to use the new name.
(doc-view-doc->txt): Add missing `txt' argument.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bceadaa6d86..ef3495eada7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * doc-view.el: Remove all cb-args, use closures instead. | ||
| 4 | (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel, | ||
| 5 | doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was | ||
| 6 | doing an incorrect check). Update all callers to use the new name. | ||
| 7 | (doc-view-doc->txt): Add missing `txt' argument. | ||
| 8 | |||
| 1 | 2008-03-12 Tassilo Horn <tassilo@member.fsf.org> | 9 | 2008-03-12 Tassilo Horn <tassilo@member.fsf.org> |
| 2 | 10 | ||
| 3 | * doc-view.el (doc-view-current-cache-dir): Set buffer used for | 11 | * doc-view.el (doc-view-current-cache-dir): Set buffer used for |