emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Thu, 18 May 2006 02:20:39 +0000

Index: emacs/src/ChangeLog
diff -u emacs/src/ChangeLog:1.5072 emacs/src/ChangeLog:1.5073
--- emacs/src/ChangeLog:1.5072  Wed May 17 22:22:29 2006
+++ emacs/src/ChangeLog Thu May 18 02:20:39 2006
@@ -1,3 +1,15 @@
+2006-05-18  Kenichi Handa  <address@hidden>
+
+       * callproc.c (Fcall_process): Reject encoding arguments by
+       ascii-incompatible coding systems (e.g. utf-16).
+
+       * coding.c (Qascii_incompatible): New variable.
+       (syms_of_coding): Setup Qascii_incompatible.
+       (setup_coding_system): Be sure to initialize coding->common_flags.
+       Check `ascii-incompatible' property of the coding system.
+
+       * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro.
+
 2006-05-18  Kim F. Storm  <address@hidden>
 
        * xdisp.c (display_tool_bar_line): Restore entire tool-bar geometry when




reply via email to

[Prev in Thread] Current Thread [Next in Thread]