From 35bf9310fa3bed85be383bdf5f824049397cf476 Mon Sep 17 00:00:00 2001 From: Charles Coldwell Date: Nov 06 2006 16:29:49 +0000 Subject: non-CJK text broken by default for Western locale (James Ralston #144707) --- diff --git a/dotemacs.el b/dotemacs.el index 59e2136..74fa9c3 100644 --- a/dotemacs.el +++ b/dotemacs.el @@ -20,3 +20,5 @@ ;; always end a file with a newline ;(setq require-final-newline 'query) +;;; uncomment for CJK utf-8 support for non-Asian users +;; (require 'un-define) diff --git a/emacs.spec b/emacs.spec index 07916d2..bf843e1 100644 --- a/emacs.spec +++ b/emacs.spec @@ -9,7 +9,7 @@ Summary: GNU Emacs text editor Name: emacs Version: 21.4 -Release: 17 +Release: 18 License: GPL URL: http://www.gnu.org/software/emacs/ Group: Applications/Editors @@ -553,6 +553,9 @@ fi %endif %changelog +* Thu Aug 3 2006 Chip Coldwell - 21.4-18 +- non-CJK text broken by default for Western locale (James Ralston #144707) + * Thu Aug 3 2006 Chip Coldwell - 21.4-17 - use UTF-8 keyboard input encoding on terminals that support it (Axel Thimm #185399)