]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 2 Aug 2002 18:03:01 +0000 (18:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 2 Aug 2002 18:03:01 +0000 (18:03 +0000)
etc/NEWS
etc/PROBLEMS
lisp/ChangeLog

index 1a7fc2709b6351d5825d236dc9f20bc66bcafbf2..4d0d9358c9e5536494e207c5b59b3be6bab2ebe2 100644 (file)
--- 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
index 0eb57d53e2b9350ae315411e52148de7232b7a6f..64433b73d9eaec448b6310ed87cb66f4cf3db461 100644 (file)
@@ -2,6 +2,11 @@ This file describes various problems that have been encountered
 in compiling, installing and running GNU Emacs.
 
 
+* Emacs reports a BadAtom error (from X) running on Solaris 7 or 8.
+
+This happens when Emacs was built on some other version of Solaris.
+Rebuild it on Solaris 8.
+
 * Mule-UCS loads very slowly.
 
 Changes to Emacs internals interact badly with Mule-UCS's `un-define'
@@ -456,7 +461,7 @@ If this is the problem, you can configure the jpeg library with the
 shared version of libjpeg, which you need to install.  Finally, rerun
 the Emacs configure script, which should now find the jpeg library.
 Alternatively, modify the generated src/Makefile to link the .a file
-explicitly.
+explicitly, and edit src/config.h to define HAVE_JPEG.
 
 * Building Emacs over NFS fails with ``Text file busy''.
 
index 6529854245ea3b1c59ee25b758ad20622cc2a82e..8853ba55178fec5b1c2b1b689499325020c1d21e 100644 (file)
@@ -1,3 +1,21 @@
+2002-08-02  Richard M. Stallman  <rms@gnu.org>
+
+       * international/mule.el (merge-coding-systems): New function.
+       (set-buffer-file-coding-system): Use merge-coding-systems.
+       Change prompt for args.
+       (revert-buffer-with-coding-system): New command.
+
+       * international/mule-cmds.el (mule-keymap, set-coding-system-map): 
+       Add bindings for revert-buffer-with-coding-system.
+       (set-coding-system-map): Clarify menu item info for
+       set-buffer-file-coding-system.
+       (set-coding-system-map): Reorder and add separators.
+
+       * emacs-lisp/edebug.el (edebug-eval-top-level-form):
+       Use eval-expression.
+
+       * subr.el (atomic-change-group): Doc fix.
+
 2002-07-31  Colin Walters  <walters@debian.org>
 
        * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add