* src/EditPerson.py (did_data_change,on_apply_person_clicked):

Convert date text to unicode before parsing.
* src/Spell.py: Comment out to disable spell-checking for 2.0.6.


svn: r5028
This commit is contained in:
Alex Roitman
2005-08-05 20:49:10 +00:00
parent 38fcd5aaa1
commit 2f2c6bf1e6
3 changed files with 27 additions and 22 deletions

View File

@@ -1,7 +1,10 @@
2005-08-05 Alex Roitman <shura@gramps-project.org>
* src/Spell.py: Make more robust to failure.
* src/Makefile.am: Ship new file.
* NEWS: Update.
* src/EditPerson.py (did_data_change,on_apply_person_clicked):
Convert date text to unicode before parsing.
* src/Spell.py: Comment out to disable spell-checking for 2.0.6.
2005-08-05 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/plugins/Checkpoint.py (rcs): define variable comment before using it.