non-CJK text broken by default for Western locale (James Ralston #144707)

This commit is contained in:
Charles Coldwell 2006-11-06 16:29:49 +00:00
parent 99cf84a594
commit 35bf9310fa
2 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -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 <coldwell@redhat.com> - 21.4-18
- non-CJK text broken by default for Western locale (James Ralston #144707)
* Thu Aug 3 2006 Chip Coldwell <coldwell@redhat.com> - 21.4-17
- use UTF-8 keyboard input encoding on terminals that support it (Axel Thimm #185399)