summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-08-02 18:03:01 +0000
committerRichard M. Stallman <rms@gnu.org>2002-08-02 18:03:01 +0000
commitc66acff150a0a1ec9b6e70276a62f62431817b15 (patch)
tree1fb685bf4b78870a52f4fd21082ccb82f122f826 /etc/NEWS
parent030cfd6b1baa543f3071b9c6628375036678c0bd (diff)
downloademacs-c66acff150a0a1ec9b6e70276a62f62431817b15.tar.gz
*** empty log message ***
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1a7fc2709b6..4d0d9358c9e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -85,8 +85,11 @@ read-only, the Emacs buffer is now read-only too. Type C-x C-q if you
want to make the buffer writable. (As root, you will in fact be able
to alter the file.)
+** The new command `revert-buffer-with-coding-system' (C-x RET r)
+revisits the current file using a coding system that you specify.
+
---
-** ps-print can now print Unicode characters.
+** `ps-print' can now print Unicode characters.
Printing text with characters from the mule-unicode-* sets works with
ps-print, provided that you have installed the appropriate BDF fonts.
@@ -1017,6 +1020,9 @@ to examine a file being visited and deduce the proper coding system
for it. (If the coding system is detected incorrectly for a specific
file, you can put a `coding:' tags to override it.)
+** The new function `merge-coding-systems' fills in unspecified aspects
+of one coding system from another coding system.
+
** The variable `safe-local-eval-forms' specifies a list of forms that
are ok to evaluate when they appear in an `eval' local variables
specification. Normally Emacs asks for confirmation before evaluating