diff options
| author | Dave Love | 2000-11-06 15:22:52 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-06 15:22:52 +0000 |
| commit | b04f7626e986b398fe89028003b9f069286e9b1d (patch) | |
| tree | ac9f64671f3314f63476eb90a1e03b87b6e8f31d | |
| parent | 47e58cf5b9f71de4e99c170a185d5a57c1ed129d (diff) | |
| download | emacs-b04f7626e986b398fe89028003b9f069286e9b1d.tar.gz emacs-b04f7626e986b398fe89028003b9f069286e9b1d.zip | |
*** empty log message ***
| -rw-r--r-- | etc/TODO | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog | 3 |
2 files changed, 8 insertions, 1 deletions
| @@ -66,7 +66,8 @@ | |||
| 66 | [?], mlconvert [?], iso-cvt, iso-swed, swedish, feedmail [?], uce, | 66 | [?], mlconvert [?], iso-cvt, iso-swed, swedish, feedmail [?], uce, |
| 67 | bruce, gametree, meese, page-ext, refbib, refer, scribe, sgml-mode, | 67 | bruce, gametree, meese, page-ext, refbib, refer, scribe, sgml-mode, |
| 68 | spell, texinfo, underline, cmacexp, hideif, mantemp [obsolete?], | 68 | spell, texinfo, underline, cmacexp, hideif, mantemp [obsolete?], |
| 69 | pcomplete, assoc, xml; other progmodes, probably in separate manual. | 69 | pcomplete, assoc, xml, cvs-status; other progmodes, probably in |
| 70 | separate manual. | ||
| 70 | 71 | ||
| 71 | * Get some major packages installed: W3/url (development version needs | 72 | * Get some major packages installed: W3/url (development version needs |
| 72 | significant work), PSGML, Mule-UCS, Tramp (?). Check the | 73 | significant work), PSGML, Mule-UCS, Tramp (?). Check the |
| @@ -104,3 +105,6 @@ | |||
| 104 | 105 | ||
| 105 | * Support dynamically-loadable primitive support using libtool and | 106 | * Support dynamically-loadable primitive support using libtool and |
| 106 | support similarly to Guile. [Some work has been done.] | 107 | support similarly to Guile. [Some work has been done.] |
| 108 | |||
| 109 | * Allow auto-compression-mode to use zlib calls if zlib is available. | ||
| 110 | [It's required for PNG, so may be linked anyhow.] | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db1d13ffb31..9a324524bdc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-11-06 Dave Love <fx@gnu.org> | 1 | 2000-11-06 Dave Love <fx@gnu.org> |
| 2 | 2 | ||
| 3 | * autoinsert.el (auto-insert-alist) <latex-mode>: Use | ||
| 4 | \documentclass. | ||
| 5 | |||
| 3 | * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Match | 6 | * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Match |
| 4 | defun*. | 7 | defun*. |
| 5 | 8 | ||