non-CJK text broken by default for Western locale (James Ralston #144707)
This commit is contained in:
parent
99cf84a594
commit
35bf9310fa
@ -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)
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user