changeset 109009:812d563cc192

ispell.el: Fix portuguese casechars/not-casechars for missing ''. (bug#6434).
author Agustin martin <agustin.martin@hispalinux.es>
date Wed, 16 Jun 2010 15:42:59 +0200
parents cf7a433d2eb6
children 64f7d70035b7
files lisp/ChangeLog lisp/textmodes/ispell.el
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jun 15 22:13:34 2010 +0200
+++ b/lisp/ChangeLog	Wed Jun 16 15:42:59 2010 +0200
@@ -1,3 +1,9 @@
+2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
+
+	* ispell.el (ispell-dictionary-base-alist): Fix
+	portuguese casechars/not-casechars for missing 'çÇ'.
+	Suggested by Rolando Pereira (bug#6434).
+
 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
 
 	* facemenu.el (list-colors-sort): Doc fix.
--- a/lisp/textmodes/ispell.el	Tue Jun 15 22:13:34 2010 +0200
+++ b/lisp/textmodes/ispell.el	Wed Jun 16 15:42:59 2010 +0200
@@ -660,8 +660,8 @@
      "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]"
      "[.]" nil nil nil iso-8859-2)
     ("portugues"                        ; Portuguese mode
-     "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]"
-     "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]"
+     "[a-zA-Z\301\302\307\311\323\340\341\342\351\352\355\363\343\347\372]"
+     "[^a-zA-Z\301\302\307\311\323\340\341\342\351\352\355\363\343\347\372]"
      "[']" t ("-C") "~latin1" iso-8859-1)
     ("russian"				; Russian.aff (KOI8-R charset)
      "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]"