SVN commit 562790 by shaforo: Word-by-word string difference algorithm implementation (to replace old charDiff). http://shafff.narod.ru/wordDiff-nq8.png - old (on the top) and new algorithms. As one can see there is still an issue with newlines (in that msgid only "left mouse button" was changed to "&RMB;"), but it's not in diff.cpp and about.addCredit("Eva Brucherseifer", I18N_NOOP("String difference algorithm implementation"), "eva@kde.org"); -> about.addCredit("Eva Brucherseifer", I18N_NOOP("String distance algorithm implementation"), "eva@kde.org"); cause she contributed stringdistance.cpp, not diff.cpp CCMAIL: nicolasg@snafu.de CCMAIL: kde-i18n-doc@kde.org M +11 -10 common/catalog.cpp M +274 -1 common/diff.cpp M +48 -6 common/diff.h M +3 -1 kbabel/main.cpp