summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-10-27 22:39:05 +0000
committerDave Love <fx@gnu.org>1999-10-27 22:39:05 +0000
commit42f6a24af579b7ed500a23b9de096ab1f1a4c8c8 (patch)
tree0645ee4d150a4e80b99a71aab317ca79c4e7d537
parent851231e9559a532b935e1a6ce55ad794bec7a415 (diff)
downloademacs-42f6a24af579b7ed500a23b9de096ab1f1a4c8c8.tar.gz
*** empty log message ***
-rw-r--r--etc/MORE.STUFF6
-rw-r--r--lisp/ChangeLog4
2 files changed, 10 insertions, 0 deletions
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: <URL:ftp://ftp.thp.uni-duisburg.de/pub/source/elisp/>
+ * PS mode: <URL:http://odur.let.rug.nl/~kleiweg/postscript/>
+
* RefTeX: <URL:http://www.strw.leidenuniv.nl/%7Edominik/Tools/>
* Speedbar, Checkdoc etc: <URL:ftp://www.ultranet.com/pub/zappo/>
@@ -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
+ <URL:http://www.cs.ust.hk/%7Eotfried/Mule/>. This includes an
+ external program for (partial) inter-conversion of UTF-8.
+
* Mailcrypt:
<URL:http://www.pobox.com/%7Elbudney/linux/software/mailcrypt.html>
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 <fx@gnu.org>
+
+ * progmodes/compile.el: Checkdoc-inspired fixes.
+
1999-10-27 Gerd Moellmann <gerd@gnu.org>
* lpr.el (print-buffer): Doc-string fix.