From: Dave Love Date: Wed, 27 Oct 1999 22:39:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~6273 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42f6a24af579b7ed500a23b9de096ab1f1a4c8c8;p=emacs.git *** empty log message *** --- diff --git a/etc/MORE.STUFF b/etc/MORE.STUFF index a2076117d64..648e872da4f 100644 --- a/etc/MORE.STUFF +++ b/etc/MORE.STUFF @@ -91,6 +91,8 @@ You might find bug-fixes or enhancements in these places. * PC Selection: + * PS mode: + * RefTeX: * Speedbar, Checkdoc etc: @@ -181,6 +183,10 @@ the future. Extended coding systems for MULE, specifically for reading and writing UTF-8 encoded Unicode. + An alternative system for using UTF-8 is at + . This includes an + external program for (partial) inter-conversion of UTF-8. + * Mailcrypt: PGP and GPG support. PGP isn't free software, but GPG, the GNU diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 10c62c7d106..12918195381 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +1999-10-27 Dave Love + + * progmodes/compile.el: Checkdoc-inspired fixes. + 1999-10-27 Gerd Moellmann * lpr.el (print-buffer): Doc-string fix.