rpms/emacs/devel dotemacs.el,1.8,1.9 emacs.spec,1.75,1.76

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Nov 6 16:29:51 UTC 2006


Author: coldwell

Update of /cvs/dist/rpms/emacs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4538

Modified Files:
	dotemacs.el emacs.spec 
Log Message:
non-CJK text broken by default for Western locale (James Ralston #144707)


Index: dotemacs.el
===================================================================
RCS file: /cvs/dist/rpms/emacs/devel/dotemacs.el,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dotemacs.el	27 Feb 2006 13:47:17 -0000	1.8
+++ dotemacs.el	6 Nov 2006 16:29:49 -0000	1.9
@@ -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)


Index: emacs.spec
===================================================================
RCS file: /cvs/dist/rpms/emacs/devel/emacs.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- emacs.spec	3 Aug 2006 18:56:33 -0000	1.75
+++ emacs.spec	6 Nov 2006 16:29:49 -0000	1.76
@@ -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 @@
 %endif
 
 %changelog
+* Thu Aug  3 2006 Chip Coldwell <coldwell at redhat.com> - 21.4-18
+- non-CJK text broken by default for Western locale (James Ralston #144707)
+
 * Thu Aug  3 2006 Chip Coldwell <coldwell at redhat.com> - 21.4-17
 - use UTF-8 keyboard input encoding on terminals that support it (Axel Thimm #185399)
 




More information about the fedora-cvs-commits mailing list