From kde-i18n-doc Sat Jul 15 19:51:24 2006 From: Nickolai Shaforostoff Date: Sat, 15 Jul 2006 19:51:24 +0000 To: kde-i18n-doc Subject: branches/KDE/3.5/kdesdk/kbabel Message-Id: <1152993084.606822.5258.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=115299312029281 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