]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 18 Jul 2000 14:42:30 +0000 (14:42 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 18 Jul 2000 14:42:30 +0000 (14:42 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index 30704a90142b93cc56c43be0ce7cc124c58eeb4c..28b20a36519c113616fd991831bc19de4fba1ca6 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -42,13 +42,13 @@ insert a non-ASCII character from your current language environment,
 the file will be saved silently with the appropriate coding.
 Previously you would be prompted for a safe coding system.
 
-** New variable `inhibit-iso-escape-detection' determines if the
-coding system detector pays attention to ISO2022's escape sequences.
-If this variable is non-nil, the detector ignores such escape
-sequences.  The default value is nil, and it is recommended not to
-change it except for such a special case that you always want to read
-any escape code verbatimly.  If you just want to read a specific file
-without decoding escape codes, use C-x RET c
+** New variable `inhibit-iso-escape-detection' determines if Emacs'
+coding system detection algorithm should pay attention to ISO2022's
+escape sequences.  If this variable is non-nil, the algorithm ignores
+such escape sequences.  The default value is nil, and it is
+recommended not to change it except for the special case that you
+always want to read any escape code verbatimly.  If you just want to
+read a specific file without decoding escape codes, use C-x RET c
 (`universal-coding-system-argument').
 
 ** Variable `default-korean-keyboard' is initialized properly from the
index 8678dd5a990c1319be5181a190d53626d9c97976..af1f3e59806365b106277a939bd05d8aad2f37a5 100644 (file)
@@ -1,3 +1,9 @@
+2000-07-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * cdl.el: Fix `Maintainer' keyword.
+
+       * play/pong.el: Add author's email address.
+
 2000-07-17  Sam Steingold  <sds@gnu.org>
 
        * files.el (insert-directory): Call `split-string' instead of
index 66162f133ecc3d68c31a6245c2706ebe52d9d4b7..eb09468a8fc9f95b1bf3ff8cb1ef13e7a20d6a67 100644 (file)
@@ -1,5 +1,11 @@
 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
 
+       * alloc.c (allocate_string_data): If string had already data
+       assigned, copy old contents to new string data.
+
+       * coding.c (syms_of_coding): Fix typo in spelling of variable
+       `inhibit-iso-escape-detection'.
+
        * alloca.c (free) [emacs && EMACS_FREE]: Define as EMACS_FREE.
 
        * Makefile.in: Add dependencies on dispextern.h.