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
|
;; always end a file with a newline
|
||||||
;(setq require-final-newline 'query)
|
;(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
|
Summary: GNU Emacs text editor
|
||||||
Name: emacs
|
Name: emacs
|
||||||
Version: 21.4
|
Version: 21.4
|
||||||
Release: 17
|
Release: 18
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.gnu.org/software/emacs/
|
URL: http://www.gnu.org/software/emacs/
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
@ -553,6 +553,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- use UTF-8 keyboard input encoding on terminals that support it (Axel Thimm #185399)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user