rpms/emacs/FC-5 ispell-german-utf-8.patch, NONE, 1.1 emacs.spec, 1.69, 1.70

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 2 14:12:30 UTC 2006


Author: coldwell

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

Modified Files:
	emacs.spec 
Added Files:
	ispell-german-utf-8.patch 
Log Message:
fix German spell checking for UTF-8 encoded buffers (Daniel Hammer #197737)

ispell-german-utf-8.patch:
 ispell.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE ispell-german-utf-8.patch ---
--- emacs-21.4/lisp/textmodes/ispell.el~	2006-08-01 17:29:01.000000000 -0400
+++ emacs-21.4/lisp/textmodes/ispell.el	2006-08-01 17:30:20.000000000 -0400
@@ -532,7 +532,7 @@ See `ispell-dictionary-alist'."
    ("deutsch8"
     "[a-zA-Z\304\326\334\344\366\337\374]"
     "[^a-zA-Z\304\326\334\344\366\337\374]"
-    "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1)
+    "[']" t ("-C" "-d" "deutsch" "--encoding=iso8859-1") "~latin1" iso-8859-1)
    ("english"				; make English explicitly selectable
     "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)))
 
@@ -569,7 +569,7 @@ See `ispell-dictionary-alist'."
    ("german8"
     "[a-zA-Z\304\326\334\344\366\337\374]"
     "[^a-zA-Z\304\326\334\344\366\337\374]"
-    "[']" t ("-C" "-d" "german") "~latin1" iso-8859-1)
+    "[']" t ("-C" "-d" "german" "--encoding=iso8859-1") "~latin1" iso-8859-1)
    ("italiano"                         ; Italian.aff
     "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]"
     "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]"


Index: emacs.spec
===================================================================
RCS file: /cvs/dist/rpms/emacs/FC-5/emacs.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- emacs.spec	7 Mar 2006 12:04:00 -0000	1.69
+++ emacs.spec	2 Aug 2006 14:12:27 -0000	1.70
@@ -11,7 +11,7 @@
 Summary: GNU Emacs text editor
 Name: emacs
 Version: 21.4
-Release: 14
+Release: 15
 License: GPL
 URL: http://www.gnu.org/software/emacs/
 Group: Applications/Editors
@@ -126,6 +126,7 @@
 %endif
 Patch124: mule-cmd.el-X11-locale.alias-173781.patch
 Patch125: sort-columns-posix-key-182282.patch
+Patch126: ispell-german-utf-8.patch
 
 %description
 Emacs is a powerful, customizable, self-documenting, modeless text
@@ -268,6 +269,8 @@
 %patch124 -p1
 # sort-columns posix key defs
 %patch125 -p1
+# German spell-checking for UTF-8 encoded buffers
+%patch126 -p1
 
 # install rest of site-lisp files
 ( cd site-lisp
@@ -549,6 +552,9 @@
 %endif
 
 %changelog
+* Tue Aug  1 2006 Chip Coldwell <coldwell at redhat.com> - 21.4-15
+- fix German spell checking for UTF-8 encoded buffers (Daniel Hammer #197737)
+
 * Tue Mar  7 2006 Jens Petersen <petersen at redhat.com> - 21.4-14
 - bring back setarch for i386 with -R option in spec file and drop
   emacs-21-personality-linux32-101818.patch since it no longer seems




More information about the fedora-cvs-commits mailing list