commit 0c6685f22d6538a7956f3e442f1fadf16d0dc69a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Mar 4 20:03:03 2015 +0900

    Release 0.96.1

 KPC/config.py |  2 +-
 NEWS          | 14 ++++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

commit 1c6a08107d4092b5f3420427b25ffc32a3f9ac81
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Oct 18 06:02:46 2014 +0900

    language/punctuation: 문장 기호 세미콜론이 아닌 경우 처리
    
    - 정규식을 문장 기호일 가능성에 최대한 맞춤

 KPC/checks/language/punctuation.py  |  2 +-
 tests/test-language_punctuation.out |  2 ++
 tests/test-language_punctuation.po  | 12 ++++++++++++
 3 files changed, 15 insertions(+), 1 deletion(-)

commit e79a94001c368603e3d06c70bb4ea8e8e29de81e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Oct 18 04:44:03 2014 +0900

    language/punctuation: 번역문에 세미콜론 사용하는 경우 검사
    
    우리말은 세미콜론을 문장 부호로 쓰지 않음.

 KPC/checks/language/punctuation.py  | 20 ++++++++++++--------
 tests/test-language_punctuation.out |  1 +
 tests/test-language_punctuation.po  |  9 +++++++++
 3 files changed, 22 insertions(+), 8 deletions(-)

commit 006004c206b1ae5d5d6db4aaa05258f8e7cf04c4
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Oct 11 23:57:19 2014 +0900

    terminology/help-license: 새로운 검사
    
    도움말 문서의 법률 정보에 많이 사용하는 문구 번역 통일

 KPC/checks/terminology/help-license.py   | 58 ++++++++++++++++++++++++++++++++
 tests/test-terminology_help-license.out  |  2 ++
 tests/test-terminology_help-license.po   | 21 ++++++++++++
 tests/test-terminology_help-license.test | 17 ++++++++++
 4 files changed, 98 insertions(+)

commit 5ba111ee47461a1fde4170c0bc4051acf838c686
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Oct 11 23:09:45 2014 +0900

    convention/markup-mallard: 정리
    
    tag 목록 정렬, 중복 제거.

 KPC/checks/convention/markup-mallard.py | 86 +++++++++++++++------------------
 1 file changed, 39 insertions(+), 47 deletions(-)

commit 879bca948df87c4f8a175ae25155f11a5e554246
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Oct 11 22:44:17 2014 +0900

    language/badstyle: 추가
    
    - '존재하지 않다' -> '없다'

 KPC/checks/language/badstyle.py | 6 ++++++
 1 file changed, 6 insertions(+)

commit 12a8c0b3f5f8fc57f8f52dbe05589f9327962c4b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Sep 20 18:27:18 2014 +0900

    Release 0.96.0

 ChangeLog     | 1106 ++++++++++++++++++++++++++++++++++-----------------------
 KPC/config.py |    2 +-
 NEWS          |   31 ++
 3 files changed, 687 insertions(+), 452 deletions(-)

commit 6a665baadd7bb850927ff4c3f42c0ba32d498123
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Sep 16 01:25:53 2014 +0900

    convention/markup-docbook: DocBook 태그 추가

 KPC/checks/convention/markup-docbook.py | 348 +++++++++++++++++++++++++++++++-
 1 file changed, 344 insertions(+), 4 deletions(-)

commit 54cf5fd0ebd0e7295cc6dafac28830ff1e640b31
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Sep 16 01:01:07 2014 +0900

    terminology/word-guide: 용어 추가
    
    릴리즈 -> 릴리스

 KPC/checks/terminology/word-guide.py | 1 +
 1 file changed, 1 insertion(+)

commit 1ffbc916a4ca5d26debdfb057a573b89ade3c302
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 15 10:31:00 2014 +0900

    flake8

 KPC/checks/convention/common-header.py   | 5 +++--
 KPC/checks/convention/desktop-keyword.py | 4 ++--
 KPC/checks/convention/extra-space.py     | 1 +
 KPC/checks/convention/gnome-team.py      | 4 ++--
 KPC/checks/convention/markup-docbook.py  | 4 ++--
 KPC/checks/convention/markup-mallard.py  | 4 ++--
 KPC/checks/convention/strftime.py        | 8 ++++++--
 KPC/checks/convention/team-common.py     | 1 +
 KPC/checks/language/josa-alternative.py  | 4 +++-
 KPC/checks/language/spell.py             | 5 +++--
 KPC/checks/terminology/gschema.py        | 2 +-
 KPC/checks/terminology/word-guide.py     | 4 ++--
 KPC/po.py                                | 1 +
 KPC/poparse.py                           | 1 -
 14 files changed, 29 insertions(+), 19 deletions(-)

commit 93ff6a3b973cd6d7c20cbd82745867251b47312c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 15 10:09:00 2014 +0900

    langauge/spell: '읍니다' => '습니다' 예외 추가

 KPC/checks/language/spell.py  |  2 +-
 tests/test-language_spell.out | 12 ++++++------
 tests/test-language_spell.po  |  5 +++++
 3 files changed, 12 insertions(+), 7 deletions(-)

commit 79b9b70ee91a03fa10c11ae8fead07ce7caa0530
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Sep 9 01:49:15 2014 +0900

    langauge/punctuation: 예외 추가
    
    strftime format의 경우

 KPC/checks/language/punctuation.py | 2 +-
 tests/test-language_punctuation.po | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

commit ca2017fe7a080f885742ffa2b3606d3b1a255a4d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Sep 9 01:36:50 2014 +0900

    langauge/spell: 단위 명사를 아라비아 숫자와 띄어 쓴 경우 추가
    
    규정 상으로는 단위 명사는 원칙적으로 띄어 쓰고, 아라비아 숫자는 붙여 쓸
    수 있다. 하지만 아라비아 숫자인 경우 보통 붙여 쓴다

 KPC/checks/language/spell.py    | 16 ++++++++++++++--
 tests/test-language_spell_1.out |  1 +
 tests/test-language_spell_1.po  |  7 +++++++
 3 files changed, 22 insertions(+), 2 deletions(-)

commit 8409115f72d960de43c1e3a534f5b6aadf518310
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Sep 9 01:15:10 2014 +0900

    convention/extra-space: 스페이스 외에 다른 공백 문자 검사

 KPC/checks/convention/extra-space.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e25c8d73d155f00f052122299cd1bde84070c8f2
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 8 11:11:24 2014 +0900

    langauge/spell: 띄어 쓴 조사가 메시지 끝인 경우 추가

 KPC/checks/language/spell.py    | 2 +-
 tests/test-language_spell_1.out | 3 ++-
 tests/test-language_spell_1.po  | 5 +++++
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 7cc8a8d0961f8fd5bfc10efbd97d377aa5d751e1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 8 10:05:10 2014 +0900

    convention/strftime: javscript-format 및 python-format 문자열 무시

 KPC/checks/convention/strftime.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5b54ad303536c453a9939ef0b21590f747b8d75b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 8 09:52:00 2014 +0900

    PO entry의 flag 데이터를 문자열 set으로 바꿈
    
    - c-format, fuzzy 등 고정된 몇 개 flag의 bitwise-OR 에서 문자열 set()으로 바꿈
    - javascript-format, csharp-format 등 고려해야 할 flag가 이외에도 많으므로
    - check_flag() 추가

 KPC/checks/convention/strftime.py       |  2 +-
 KPC/checks/language/josa-alternative.py |  4 ++--
 KPC/po.py                               | 32 +++++++++-----------------------
 KPC/poparse.py                          | 15 ++-------------
 4 files changed, 14 insertions(+), 39 deletions(-)

commit 8d27872d0b57d95fcabcdfc54be030e4ccfc8682
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 8 09:47:24 2014 +0900

    terminology/word-guide: 용어 추가

 KPC/checks/terminology/word-guide.py | 1 +
 1 file changed, 1 insertion(+)

commit 4915197fbc898060ed50a6813fe87749b8ece063
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 8 09:46:11 2014 +0900

    langauge/spell: 체언에 붙여 쓰지 않는 조사 검사할 때 유니코드 따옴표 고려

 KPC/checks/language/spell.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0c6ad9f84369f5f23d9e0f7a0a34441b20a31bf6
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 8 09:45:16 2014 +0900

    convention/extra-space: 예외 다시 삭제
    
    영어 문장을 번역했기 때문에 콜론(:)을 사용한 경우에도 뒤에 공백을
    덧붙일 필요는 없다.

 KPC/checks/convention/extra-space.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit c9cd39b8cd4c726efd1bf0886c6dd6cc053d3e64
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 8 08:18:24 2014 +0900

    terminology/gschema: 마침표 없는 경우 추가

 KPC/checks/terminology/gschema.py | 4 ++++
 1 file changed, 4 insertions(+)

commit 2d84e3132d5c7cfd7b8da44e6db9eae100a2b31b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Sep 7 09:21:57 2014 +0900

    convention/markup-mallard: gnome-doc-utils에서 만드는 '_:'로 시작하는 placeholder 인식
    
    기존에 있는 <_:item-N>, <_:link-N> 외에도 <_:media-N> 발견. 모든 '_:'로
    시작하는 태그를 예외로 취급한다.

 KPC/checks/convention/markup-mallard.py | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

commit 0f6dc45a061f85ab08b0bd6c9d88c09e12c43e1c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Sep 7 09:21:39 2014 +0900

    convention/extra-space: 예외 추가

 KPC/checks/convention/extra-space.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 9e6ad767b8a7412637dc1137d7cc47ac97dbffdf
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Sep 3 18:09:47 2014 +0900

    language/josa-alternative: 따옴표로 U+2019 또는 U+201D를 사용했을 때 처리

 KPC/checks/language/josa-alternative.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8de91914a4289020dd5310bcb05aa8e69e1892b1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 1 05:36:34 2014 +0900

    Release 0.95.5

 ChangeLog     | 998 ++++++++++++++++++++++++++++++----------------------------
 KPC/config.py |   2 +-
 NEWS          |   7 +
 3 files changed, 518 insertions(+), 489 deletions(-)

commit 953b3d696eca21158f18c8fc9d05d974b676b87d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Aug 11 06:26:16 2014 +0900

    Typo

 KPC/checks/terminology/word-guide.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6d1c99996edca5c2a6dc3fdd6574e97617f5dfa6
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Aug 11 06:06:51 2014 +0900

    Release 0.95.4

 ChangeLog     | 889 +++++++++++++++++++++++++++++++++-------------------------
 KPC/config.py |   2 +-
 NEWS          |  21 ++
 README.md     |  15 +-
 TODO          |   2 -
 5 files changed, 537 insertions(+), 392 deletions(-)

commit c4500e99a367886390aaa62877832f957990dea6
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jul 29 12:40:09 2014 +0900

    convention/extra-space: 불필요한 공백 문자를 뒤에 덧붙이는 경우 검사

 KPC/checks/convention/extra-space.py   | 17 +++++++++++++++++
 tests/test-convention_extra-space.out  |  2 ++
 tests/test-convention_extra-space.po   | 21 +++++++++++++++++++++
 tests/test-convention_extra-space.test | 17 +++++++++++++++++
 4 files changed, 57 insertions(+)

commit 22441a7e81851b0154dae3b5c9bf386c3c25ba86
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jul 29 12:16:49 2014 +0900

    convention/team-common: 정치적 문구 검사 옮김
    
    convention/gnome-team에서, 그놈 번역에만 해당되는 사항이 아니므로

 KPC/checks/convention/gnome-team.py    | 15 +--------------
 KPC/checks/convention/team-common.py   | 28 +++++++++++++++++++++++++++
 tests/test-convention_gnome-team.out   |  2 --
 tests/test-convention_gnome-team.po    | 23 ----------------------
 tests/test-convention_team-common.out  |  3 +++
 tests/test-convention_team-common.po   | 35 ++++++++++++++++++++++++++++++++++
 tests/test-convention_team-common.test | 17 +++++++++++++++++
 7 files changed, 84 insertions(+), 39 deletions(-)

commit ffb504fd92beb46b47c96534fc3d032658ec3e36
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Jul 28 15:53:34 2014 +0900

    convention/gnome-team: 헤더에 정치적 문구를 넣는 경우 검사 추가
    
    여러분들의 애국심을 존중하지만, 전세계가 쓰는 프로젝트에 제출할 번역에
    정치적인 문구를 넣는 건 바람직하지 않습니다.

 KPC/checks/convention/gnome-team.py  | 22 ++++++++++++++++++----
 KPC/classes.py                       | 15 +++++++++++++++
 tests/test-convention_gnome-team.out |  2 ++
 tests/test-convention_gnome-team.po  | 23 +++++++++++++++++++++++
 4 files changed, 58 insertions(+), 4 deletions(-)

commit 1e253d66eee198069d3b2c407adfa3242a8e2941
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Jun 23 14:34:03 2014 +0900

    convention/common-header: 번역자 이름이나 메일을 초기 기본값에서 바꾸지 않은 경우 검사

 KPC/checks/convention/common-header.py  | 7 +++++++
 tests/test-convention_common-header.out | 2 ++
 tests/test-convention_common-header.po  | 2 +-
 3 files changed, 10 insertions(+), 1 deletion(-)

commit 8ef03c14508982a7375d9602ac38ae4dca94982b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Apr 27 06:07:28 2014 +0900

    terminology/word-guide: 용어 추가

 KPC/checks/terminology/word-guide.py | 4 ++++
 1 file changed, 4 insertions(+)

commit 7f9a3358a5b44207e1108458bfed67c97bf7774a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Apr 27 04:13:04 2014 +0900

    filter에 context 추가
    
    - get_context()로 헤더 메시지의 내용을 이용해 context dictionary 계산
    - check()에 context 추가
    
    libreoffice의 경우 헤더의 X-Accelerator-Marker 값에 따라 access key를
    지정하도록 되어 있는데 이 경우에 대한 처리가 가능하도록 한다.

 KPC/checks/convention/access-key.py       |  2 +-
 KPC/checks/convention/copyright.py        |  2 +-
 KPC/checks/convention/desktop-keyword.py  |  2 +-
 KPC/checks/convention/gnome.py            |  2 +-
 KPC/checks/convention/kde.py              |  2 +-
 KPC/checks/convention/markup-docbook.py   |  2 +-
 KPC/checks/convention/markup-mallard.py   |  2 +-
 KPC/checks/convention/markup-pango.py     |  2 +-
 KPC/checks/convention/strftime.py         |  2 +-
 KPC/checks/language/badstyle.py           |  2 +-
 KPC/checks/language/consistency.py        |  2 +-
 KPC/checks/language/josa-alternative.py   |  2 +-
 KPC/checks/language/punctuation.py        |  2 +-
 KPC/checks/language/spell.py              |  2 +-
 KPC/checks/language/typo-incomplete.py    |  2 +-
 KPC/checks/language/typo2bul.py           |  2 +-
 KPC/checks/terminology/common-labels.py   |  2 +-
 KPC/checks/terminology/desktop-commons.py |  2 +-
 KPC/checks/terminology/gschema.py         |  2 +-
 KPC/checks/terminology/libegg.py          |  2 +-
 KPC/checks/terminology/word-guide.py      |  2 +-
 KPC/classes.py                            | 34 ++++++++++++++-----------------
 scripts/ko-po-check                       | 33 +++++++++++++++++++-----------
 23 files changed, 57 insertions(+), 52 deletions(-)

commit 5774484cf5ea28eef02be52900cfdb543bcee400
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Apr 26 21:24:08 2014 +0900

    terminology/gschema: 원문 대소문자만 다른 경우 처리

 KPC/checks/terminology/gschema.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 2ce3292a4f9fa6528dadc49e8b7674c6a89af8ca
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Apr 26 02:35:28 2014 +0900

    0.95.3

 ChangeLog     | 436 ++++++++++++++++++++++++++++++++++++++++++----------------
 KPC/config.py |   2 +-
 NEWS          |  26 ++++
 THANKS        |   3 +-
 make-dist.sh  |   3 -
 5 files changed, 343 insertions(+), 127 deletions(-)

commit bf9af19b4762aedded003c8e95a8d9b0fdb398ff
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Apr 26 01:57:08 2014 +0900

    flake8 코드 문제 추가 수정

 KPC/checks/convention/access-key.py       |   4 +-
 KPC/checks/convention/common-header.py    |   7 +-
 KPC/checks/convention/copyright.py        |   2 +
 KPC/checks/convention/desktop-keyword.py  |   4 +-
 KPC/checks/convention/gnome-team.py       |   1 +
 KPC/checks/convention/gnome.py            |  10 +-
 KPC/checks/convention/header-comment.py   |   9 +-
 KPC/checks/convention/kde.py              |   2 +
 KPC/checks/convention/markup-docbook.py   |  89 ++++++++++++++-
 KPC/checks/convention/markup-mallard.py   | 131 +++++++++++-----------
 KPC/checks/convention/markup-pango.py     |   6 +-
 KPC/checks/convention/strftime.py         | 116 ++++++++++---------
 KPC/checks/language/badstyle.py           |  74 +++++++-----
 KPC/checks/language/consistency.py        |  41 ++++---
 KPC/checks/language/josa-alternative.py   |  38 ++++---
 KPC/checks/language/punctuation.py        |   6 +-
 KPC/checks/language/spell.py              |  68 +++++++-----
 KPC/checks/language/typo-incomplete.py    |   6 +-
 KPC/checks/language/typo2bul.py           |   3 +-
 KPC/checks/terminology/common-labels.py   |  40 ++++---
 KPC/checks/terminology/desktop-commons.py |  97 ++++++++--------
 KPC/checks/terminology/gschema.py         |   2 +
 KPC/checks/terminology/libegg.py          |  33 +++---
 KPC/checks/terminology/word-guide.py      | 179 +++++++++++++++---------------
 KPC/po.py                                 |  27 ++++-
 KPC/poparse.py                            |  48 +++++---
 setup.py                                  |  40 +++----
 27 files changed, 652 insertions(+), 431 deletions(-)

commit ede48b788db53903c29638fff29a51cc4a334bce
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Apr 26 01:16:30 2014 +0900

    terminology/word-guide: 용어 추가
    
    타블렛 -> 태블릿

 KPC/checks/terminology/word-guide.py | 1 +
 1 file changed, 1 insertion(+)

commit fa418ea0d8aa6f4c81b1bc93a9bdcc63f103721a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Apr 26 01:15:42 2014 +0900

    terminology/common-labels: 예외 추가
    
    - "View only": vinagre에서

 KPC/checks/terminology/common-labels.py | 45 ++++++++++++++++++++++-----------
 tests/test-terminology_common-labels.po |  4 +++
 2 files changed, 34 insertions(+), 15 deletions(-)

commit c95146ba78538515b045c45784ff74744c285838
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Apr 26 00:33:58 2014 +0900

    convention/desktop-keyword: 키워드 번역을 안 하고 중복한 경우 추가

 KPC/checks/convention/desktop-keyword.py  | 10 ++++++++--
 tests/test-convention_desktop-keyword.out |  4 +++-
 tests/test-convention_desktop-keyword.po  | 10 ++++++++++
 3 files changed, 21 insertions(+), 3 deletions(-)

commit de0d1d2b27256bba4fbeb2bc942d5249eb6a434c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Apr 25 01:11:14 2014 +0900

    flake8 코드 문제 수정

 KPC/checks/convention/access-key.py       |  2 +-
 KPC/checks/convention/common-header.py    |  1 -
 KPC/checks/convention/copyright.py        |  2 +-
 KPC/checks/convention/desktop-keyword.py  |  2 +-
 KPC/checks/convention/gnome-team.py       |  1 -
 KPC/checks/convention/header-comment.py   |  1 -
 KPC/checks/convention/kde.py              |  1 -
 KPC/checks/convention/markup-pango.py     |  2 +-
 KPC/checks/convention/strftime.py         |  5 +----
 KPC/checks/language/badstyle.py           |  3 +--
 KPC/checks/language/josa-alternative.py   |  3 +--
 KPC/checks/language/punctuation.py        |  3 +--
 KPC/checks/language/spell.py              |  4 +---
 KPC/checks/language/typo-incomplete.py    |  4 +---
 KPC/checks/language/typo2bul.py           |  3 +--
 KPC/checks/terminology/common-labels.py   |  2 +-
 KPC/checks/terminology/desktop-commons.py |  1 -
 KPC/checks/terminology/libegg.py          |  1 -
 KPC/classes.py                            |  3 ---
 KPC/po.py                                 |  1 -
 KPC/poparse.py                            | 10 ++--------
 21 files changed, 14 insertions(+), 41 deletions(-)

commit 26223ed8bdbffb3cc70b2d1518b57e9043e7b852
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Apr 24 07:02:29 2014 +0900

    새 검사 규칙 terminology/gschema
    
    gschema에서 자주 사용하는 메시지의 번역이 통일된 번역인지 검사합니다

 KPC/checks/terminology/gschema.py | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit f2543fcda87af1f5957035c43b0c4f869f1833d1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Apr 24 06:18:52 2014 +0900

    새 검사 규칙 convention/desktop-keyword
    
    freedesktop.org desktop 엔트리의 Keyword 번역을 확인합니다

 KPC/checks/convention/desktop-keyword.py   | 31 ++++++++++++++++++++++++++++
 tests/test-convention_desktop-keyword.out  |  1 +
 tests/test-convention_desktop-keyword.po   | 33 ++++++++++++++++++++++++++++++
 tests/test-convention_desktop-keyword.test | 17 +++++++++++++++
 4 files changed, 82 insertions(+)

commit a960421801dddbd4c6672c4436b9bee90a201668
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Apr 24 05:24:01 2014 +0900

    check 이름 변경
    
    - convention/access-key: accesskey에서 이름 변경
    
    - convention/typo-incomplete: typoincomplete에서 이름 변경

 KPC/checks/convention/access-key.py      | 71 +++++++++++++++++++++++++
 KPC/checks/convention/accesskey.py       | 71 -------------------------
 KPC/checks/language/typo-incomplete.py   | 28 ++++++++++
 KPC/checks/language/typoincomplete.py    | 28 ----------
 tests/test-convention_access-key.out     |  5 ++
 tests/test-convention_access-key.po      | 91 ++++++++++++++++++++++++++++++++
 tests/test-convention_access-key.test    | 17 ++++++
 tests/test-convention_accesskey.out      |  5 --
 tests/test-convention_accesskey.po       | 91 --------------------------------
 tests/test-convention_accesskey.test     | 17 ------
 tests/test-language_typo-incomplete.out  |  2 +
 tests/test-language_typo-incomplete.po   | 19 +++++++
 tests/test-language_typo-incomplete.test | 17 ++++++
 tests/test-language_typoincomplete.out   |  2 -
 tests/test-language_typoincomplete.po    | 19 -------
 tests/test-language_typoincomplete.test  | 17 ------
 16 files changed, 250 insertions(+), 250 deletions(-)

commit 1c4e94a5738eee252b40ac37a3f3d04baf2949be
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Apr 24 05:10:36 2014 +0900

    convention/accesskey: 접근키 예외 추가
    
    - XML entity 형태(&blah;)

 KPC/checks/convention/accesskey.py | 4 ++--
 tests/test-convention_accesskey.po | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 3e54cd26549591de1d7c4d8b71f4a782e813a2ca
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Apr 4 22:48:11 2014 +0900

    PyPI 정보 추가

 README.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit e4ea1888dc02fff354c23c6c08d0866721a86442
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Apr 4 22:39:22 2014 +0900

    패키지 메타데이터 추가

 setup.py | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

commit 2e2c2f06287c4cee2b33674ffc593df4407c0f22
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Apr 4 22:10:22 2014 +0900

    0.95.2

 ChangeLog     | 2233 ++++++++++++++++++++++++++++++---------------------------
 KPC/config.py |    2 +-
 NEWS          |   20 +
 3 files changed, 1183 insertions(+), 1072 deletions(-)

commit 5cbce02fcab418fc5e2efa3fbc91fd6958d42b6e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Apr 4 22:00:43 2014 +0900

    패키지 분류 오타 수정

 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 81f5868409934398face2851750b3e10d414b367
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Apr 2 03:32:11 2014 +0900

    convention/accesskey: 접근키 예외 추가
    
    - 소문자로 시작하는 경우
    - URL로 보이는 경우

 KPC/checks/convention/accesskey.py | 18 +++++++++++-------
 tests/test-convention_accesskey.po |  9 +++++++++
 2 files changed, 20 insertions(+), 7 deletions(-)

commit 2c01b745308822d054b27e9a39f0a50a5d340972
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Mar 19 03:30:01 2014 +0900

    convention/strftime: 시각 표시에 콜론 대신 U+2236 문자 사용하는 경우 고려

 KPC/checks/convention/strftime.py  | 4 ++--
 tests/test-convention_strftime.out | 1 +
 tests/test-convention_strftime.po  | 7 +++++++
 3 files changed, 10 insertions(+), 2 deletions(-)

commit e11eb890b1839d253ae7b283c5f72cf09d3a9ca4
Merge: 41dfb8c 779c8fc
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed May 15 20:11:06 2013 -0700

    Merge pull request #25 from jincreator/master
    
    괄호 앞 띄어쓰기 검사시 ASCII가 아니면 검사를 안하는 문제

commit 779c8fc4e262f103b6749d83efdd1abf9d70cd8b
Author: Jinkyu Yi <jincreator@jincreator.net>
Date:   Mon Apr 29 23:23:01 2013 +0900

    괄호 앞 띄어쓰기 검사시 괄호 뒤 공백문자가 아닌 모든 문자 검사

 KPC/checks/language/punctuation.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 41dfb8c3e634c67c53c5b03de0582219200f7964
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Apr 8 07:55:39 2013 +0900

    language/spell: 조사 띄어쓰기 - 와/과 추가

 KPC/checks/language/spell.py | 1 +
 1 file changed, 1 insertion(+)

commit b116346354e8bec03d79c288a5cb21708ea6124f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Apr 3 20:14:25 2013 +0900

    language/josa-alternative: 메시지에서 빠졌던 조사 다시 포함

 KPC/checks/language/josa-alternative.py  |  8 ++++----
 tests/test-language_josa-alternative.out | 22 +++++++++++-----------
 2 files changed, 15 insertions(+), 15 deletions(-)

commit 9605ad92c2e9ec6c0237dfbd477b39d7968a84e1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 30 08:01:07 2013 +0900

    0.95.1

 ChangeLog     | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 KPC/config.py |   2 +-
 NEWS          |  22 ++++++++++
 README.md     |  30 +++++++++++++
 TODO          |   1 +
 5 files changed, 186 insertions(+), 1 deletion(-)

commit 5aca6d9347bef9aec77536acf81834e8f5878245
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Mar 28 04:27:44 2013 +0900

    language/josa-alternative: Python 포맷 스트링도 검사

 KPC/checks/language/josa-alternative.py  | 19 ++++++++++++++-----
 KPC/po.py                                |  4 +++-
 KPC/poparse.py                           |  7 +++++--
 tests/test-language_josa-alternative.out | 20 +++++++++++---------
 tests/test-language_josa-alternative.po  | 29 +++++++++++++++++++++++++++++
 5 files changed, 62 insertions(+), 17 deletions(-)

commit e144e411d6874d6048bc288dbc57c66115746297
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Mar 28 03:45:25 2013 +0900

    chosa -> josa

 KPC/checks/language/chosaalternative.py    | 43 ----------------
 KPC/checks/language/josa-alternative.py    | 43 ++++++++++++++++
 KPC/checks/language/spell.py               |  4 +-
 tests/test-language_chosa-alternative.out  |  9 ----
 tests/test-language_chosa-alternative.po   | 82 ------------------------------
 tests/test-language_chosa-alternative.test | 17 -------
 tests/test-language_josa-alternative.out   |  9 ++++
 tests/test-language_josa-alternative.po    | 82 ++++++++++++++++++++++++++++++
 tests/test-language_josa-alternative.test  | 17 +++++++
 9 files changed, 153 insertions(+), 153 deletions(-)

commit b23a4e27e614e75c3dd4ac8ba47ece8dd82cf56e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Mar 26 23:57:01 2013 +0900

    setup에서 Python 3.x 확인

 setup.py | 6 ++++++
 1 file changed, 6 insertions(+)

commit 35fee3c6d43875fbb45ffe5e8b9fa0c0442431b3
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Mar 25 08:48:21 2013 +0900

    language/badstyle: ".. 포함하는" 검사 추가
    
    including, containing에 대한 어색한 번역

 KPC/checks/language/badstyle.py  | 4 ++++
 tests/test-language_badstyle.out | 1 +
 tests/test-language_badstyle.po  | 4 ++++
 3 files changed, 9 insertions(+)

commit ceb8a129628b33683d57f1a91c119e6d4b1f62ea
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 23 05:37:36 2013 +0900

    Clean up

 KPC/checks/convention/markup-docbook.py | 1 -
 1 file changed, 1 deletion(-)

commit 235fc79e2d4707c9581e9cb1e39facb6c20eb091
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 23 05:33:19 2013 +0900

    convention/markup-{docbook,mallard}: 최근 gnome-doc-utils 고려

 KPC/checks/convention/markup-docbook.py | 6 +++++-
 KPC/checks/convention/markup-mallard.py | 5 ++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 33c445f3e4309d5be03f2630724f922a18cccc7c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Mar 22 04:53:19 2013 +0900

    trove classifiers 업데이트 - python 3으로 표시

 setup.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 46ef93bb3c9f9387b7cee594cf667eb8facc4dd3
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Mar 20 23:59:49 2013 +0900

    terminology/word-guide: 'e-mail'에 대한 블랙리스트 추가

 KPC/checks/terminology/word-guide.py | 2 ++
 1 file changed, 2 insertions(+)

commit 0465a8dcb31a5eac49f035463101e1b6df278458
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Mar 20 14:37:30 2013 +0900

    language/badstyle: "~개의 무엇"에서 %d 대신 %u 포맷 허용

 KPC/checks/language/badstyle.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3fd7b910dc725eddfb8e5251f2ff76f95ca86492
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Mar 20 04:35:09 2013 +0900

    language/badstyle: "-ㄹ 것입니다"에서 과거형인 "-ㅆ을 것입니다" 예외

 KPC/checks/language/badstyle.py  | 9 +++++++++
 tests/test-language_badstyle.out | 4 ++--
 tests/test-language_badstyle.po  | 4 ++++
 3 files changed, 15 insertions(+), 2 deletions(-)

commit 5e6ec4af001b03265fcb0f6841e9d32bc722eb9f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Nov 8 11:34:36 2012 +0900

    language/badstyle: 번역체 추가 - "%d개의 무엇"

 KPC/checks/language/badstyle.py  | 6 ++++++
 tests/test-language_badstyle.out | 1 +
 tests/test-language_badstyle.po  | 4 +++-
 3 files changed, 10 insertions(+), 1 deletion(-)

commit 4d2c620117092b70465f4f183c06e2062ca8429a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Nov 4 16:37:27 2012 +0900

    0.95.0

 ChangeLog     | 234 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 KPC/config.py |   2 +-
 NEWS          |  24 ++++++
 TODO          |   8 +-
 4 files changed, 261 insertions(+), 7 deletions(-)

commit d8e2b58386fd923071c987b61f14df875d93605d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Nov 3 01:48:58 2012 +0900

    language/badstyle: 번역체 추가
    
    - ...할 것입니다 (will의 기계적 번역)
    - ...하시기 바랍니다 (please의 기계적 번역)

 KPC/checks/language/badstyle.py  | 13 +++++++++++++
 tests/test-language_badstyle.out |  2 ++
 tests/test-language_badstyle.po  |  8 ++++++++
 3 files changed, 23 insertions(+)

commit b8787881fb0a6280a5191493cc2006dcbe8a62c4
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Nov 3 00:50:20 2012 +0900

    convention/strftime: 날짜/시각 형식 추가
    
    - 요일 시각 "%a %R"
    - 요일 시각 오전/오후 "%a %I:%M %p"

 KPC/checks/convention/strftime.py  | 16 +++++++++++++---
 tests/test-convention_strftime.out |  2 ++
 tests/test-convention_strftime.po  | 14 ++++++++++++++
 3 files changed, 29 insertions(+), 3 deletions(-)

commit adabff4deb2f6264cbf8067536afafc1c7894511
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Nov 1 00:50:47 2012 +0900

    Use markdown

 README    | 45 ---------------------------------------------
 README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 45 deletions(-)

commit 08b5f884c05d10568f088e4c941f4ea6c7baf244
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Oct 31 23:43:11 2012 +0900

    terminology/desktop-commons: gnomeui에서 이름 변경
    
    그놈 데스크톱에만 한정된 용도라는 오해 방지

 KPC/checks/terminology/desktop-commons.py   | 95 +++++++++++++++++++++++++++++
 KPC/checks/terminology/gnomeui.py           | 95 -----------------------------
 tests/test-terminology_desktop-commons.out  |  2 +
 tests/test-terminology_desktop-commons.po   | 22 +++++++
 tests/test-terminology_desktop-commons.test | 17 ++++++
 tests/test-terminology_gnomeui.out          |  2 -
 tests/test-terminology_gnomeui.po           | 22 -------
 tests/test-terminology_gnomeui.test         | 17 ------
 8 files changed, 136 insertions(+), 136 deletions(-)

commit f8f1f1452b8d24bd62eaf7960209a41b65b53b19
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Oct 31 23:35:57 2012 +0900

    terminology/word-guide: gnomeguide에서 이름 변경
    
    그놈 데스크톱에만 한정된 용도라는 오해 방지

 KPC/checks/terminology/gnomeguide.py   | 103 -------------------------------
 KPC/checks/terminology/word-guide.py   | 103 +++++++++++++++++++++++++++++++
 tests/test-terminology_gnomeguide.out  |  15 -----
 tests/test-terminology_gnomeguide.po   | 109 ---------------------------------
 tests/test-terminology_gnomeguide.test |  17 -----
 tests/test-terminology_word-guide.out  |  15 +++++
 tests/test-terminology_word-guide.po   | 109 +++++++++++++++++++++++++++++++++
 tests/test-terminology_word-guide.test |  17 +++++
 8 files changed, 244 insertions(+), 244 deletions(-)

commit 50c02a011247637a2a2b1f5163150f9d805e367d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Oct 29 17:57:50 2012 +0900

    language/badstyle: 번역체 표현 더 추가

 KPC/checks/language/badstyle.py  | 26 +++++++++++++++++++++++---
 tests/test-language_badstyle.out |  3 +++
 tests/test-language_badstyle.po  | 17 +++++++++++++++++
 3 files changed, 43 insertions(+), 3 deletions(-)

commit 9c6182b1f31e80d91b8819010731054e70964107
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Oct 29 03:59:15 2012 +0900

    Clean up
    
    - python3 command in README
    - Use single quotes only for Python strings

 KPC/checks/convention/copyright.py    |  2 +-
 KPC/checks/convention/kde.py          |  4 ++--
 KPC/checks/language/spell.py          |  2 +-
 KPC/checks/language/typoincomplete.py |  2 +-
 KPC/checks/terminology/libegg.py      | 36 +++++++++++++++++------------------
 README                                |  2 +-
 6 files changed, 24 insertions(+), 24 deletions(-)

commit 8f4a75a185752384ddd153c3a28d40af39e5e755
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Oct 29 03:18:17 2012 +0900

    terminology/gnomeui: test case 바로잡음

 tests/test-terminology_gnomeui.out | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d0eb54913a74fc3f1311f93f85db6089060edde5
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Oct 29 02:31:44 2012 +0900

    language/badstyle: 번역체 등 바람직하지 못한 스타일의 번역 검색
    
    - 불필요한 복수형 표현 추가

 KPC/checks/language/badstyle.py   | 46 +++++++++++++++++++++++++++++++++++++++
 tests/test-language_badstyle.out  |  3 +++
 tests/test-language_badstyle.po   | 29 ++++++++++++++++++++++++
 tests/test-language_badstyle.test | 17 +++++++++++++++
 4 files changed, 95 insertions(+)

commit ab49fb7409ae4022c4ca241e8700828055b00fcc
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Oct 29 02:29:16 2012 +0900

    필요한 항목이 잘못된 필터와 필터의 check()에서 발생한 KeyError 예외 구분

 scripts/ko-po-check | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 1e9536aa6daf9f9a7c9d417d5b4aa9245378277e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Oct 29 01:58:54 2012 +0900

    terminology/gnomeui: test case 추가

 tests/test-terminology_gnomeui.out  |  2 ++
 tests/test-terminology_gnomeui.po   | 22 ++++++++++++++++++++++
 tests/test-terminology_gnomeui.test | 17 +++++++++++++++++
 3 files changed, 41 insertions(+)

commit d6b4ce07d26d6aef6143788d213fd9b88ebef774
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Oct 29 01:44:59 2012 +0900

    python3에 대한 문서 URL로 수정

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit df689a4fce778883be9aea705ed1dd2979cc537f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Oct 29 01:44:01 2012 +0900

    terminology/gnomeguide: "exit" terminology/gnomeui와 일관성

 KPC/checks/terminology/gnomeguide.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6ff95ceb708034c7e9357c8416bc32213032345b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Oct 28 22:19:04 2012 +0900

    python3 fix - string.index() / string.upper()

 KPC/checks/terminology/gnomeui.py | 71 ++++++++++++++++++++-------------------
 1 file changed, 36 insertions(+), 35 deletions(-)

commit 3b0d68df3bde3a06f95b17e109c5bf0ec91d0783
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Oct 28 07:18:38 2012 +0900

    python3 migration

 .gitignore                                 |   3 +-
 KPC/checks/convention/accesskey.py         |  12 +--
 KPC/checks/convention/common-header.py     |   2 +-
 KPC/checks/convention/copyright.py         |   4 +-
 KPC/checks/convention/gnome.py             |   2 +-
 KPC/checks/convention/header-comment.py    |   2 +-
 KPC/checks/convention/kde.py               |   4 +-
 KPC/checks/convention/markup-docbook.py    |  10 +-
 KPC/checks/convention/markup-mallard.py    |  10 +-
 KPC/checks/convention/markup-pango.py      |   4 +-
 KPC/checks/language/chosaalternative.py    |  20 ++--
 KPC/checks/language/consistency.py         |  14 +--
 KPC/checks/language/punctuation.py         |   2 +-
 KPC/checks/language/spell.py               | 120 +++++++++++-----------
 KPC/checks/language/typo2bul.py            |   8 +-
 KPC/checks/language/typoincomplete.py      |   7 +-
 KPC/checks/terminology/common-labels.py    |  12 +--
 KPC/checks/terminology/gnomeguide.py       | 160 ++++++++++++++---------------
 KPC/checks/terminology/gnomeui.py          |  86 ++++++++--------
 KPC/checks/terminology/libegg.py           |   2 +-
 KPC/po.py                                  |   2 +-
 KPC/poparse.py                             |  54 +++++-----
 README                                     |   7 +-
 scripts/ko-po-check                        |  46 ++++-----
 tests/test-convention_accesskey.test       |   2 +-
 tests/test-convention_common-header.test   |   2 +-
 tests/test-convention_copyright.test       |   2 +-
 tests/test-convention_gnome-team.test      |   2 +-
 tests/test-convention_gnome.test           |   2 +-
 tests/test-convention_header-comment.test  |   2 +-
 tests/test-convention_kde.test             |   2 +-
 tests/test-convention_markup-docbook.test  |   2 +-
 tests/test-convention_markup-mallard.test  |   2 +-
 tests/test-convention_markup-pango.test    |   2 +-
 tests/test-convention_strftime.test        |   2 +-
 tests/test-language_chosa-alternative.test |   2 +-
 tests/test-language_consistency.test       |   2 +-
 tests/test-language_punctuation.test       |   2 +-
 tests/test-language_spell.test             |   2 +-
 tests/test-language_spell_1.test           |   2 +-
 tests/test-language_spell_2.test           |   2 +-
 tests/test-language_typo2bul.test          |   2 +-
 tests/test-language_typoincomplete.test    |   2 +-
 tests/test-terminology_common-labels.test  |   2 +-
 tests/test-terminology_gnomeguide.test     |   2 +-
 45 files changed, 322 insertions(+), 313 deletions(-)

commit 2c48afafac33d3d1b4e43b0c36ea1b2309f8b48d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Oct 28 05:57:18 2012 +0900

    Update ChangeLog

 ChangeLog | 264 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 264 insertions(+)

commit b50393e1089977c757ad33d941391d03ce65ea1c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Oct 28 05:56:32 2012 +0900

    0.94.2

 KPC/config.py |  2 +-
 NEWS          | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+), 1 deletion(-)

commit 472b4597a89150478fb789b88a18b6fa41bfc835
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Oct 28 05:15:32 2012 +0900

    Add trove package classifiers

 setup.py | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit b7643a94139e0e3a3eb6d534ea458240f4349052
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Oct 27 23:23:04 2012 +0900

    convention/strftime: handle case when an optional re match group is None

 KPC/checks/convention/strftime.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fab998ec1f45ce84a86c812299cf5027825c812c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Oct 27 23:22:38 2012 +0900

    test case for convention/strftime filter

 tests/test-convention_strftime.out  | 10 +++++
 tests/test-convention_strftime.po   | 83 +++++++++++++++++++++++++++++++++++++
 tests/test-convention_strftime.test | 17 ++++++++
 3 files changed, 110 insertions(+)

commit 7660d4da35b23c9e71484187bc301d61ed174fb1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Oct 27 22:08:09 2012 +0900

    test case 정리
    
    - 각 필터별로 파일 구분
    - test-00016 제거하고 test-convention_accesskey 쪽에 합병

 TODO                                       |   4 +-
 tests/Makefile                             |  10 +++
 tests/test-00001.out                       |   4 --
 tests/test-00001.po                        |  72 -------------------
 tests/test-00001.test                      |  17 -----
 tests/test-00002.out                       |   9 ---
 tests/test-00002.po                        |  82 ----------------------
 tests/test-00002.test                      |  17 -----
 tests/test-00003.out                       |  10 ---
 tests/test-00003.po                        |  50 -------------
 tests/test-00003.test                      |  17 -----
 tests/test-00004.out                       |   3 -
 tests/test-00004.po                        |  33 ---------
 tests/test-00004.test                      |  17 -----
 tests/test-00005.out                       |  15 ----
 tests/test-00005.po                        | 109 -----------------------------
 tests/test-00005.test                      |  17 -----
 tests/test-00006.out                       |   6 --
 tests/test-00006.po                        |  45 ------------
 tests/test-00006.test                      |  17 -----
 tests/test-00007.out                       |   3 -
 tests/test-00007.po                        |  32 ---------
 tests/test-00007.test                      |  17 -----
 tests/test-00008.out                       |   5 --
 tests/test-00008.po                        |  49 -------------
 tests/test-00008.test                      |  17 -----
 tests/test-00009.out                       |   4 --
 tests/test-00009.po                        |  38 ----------
 tests/test-00009.test                      |  17 -----
 tests/test-00010.out                       |   4 --
 tests/test-00010.po                        |  29 --------
 tests/test-00010.test                      |  17 -----
 tests/test-00011.out                       |   1 -
 tests/test-00011.po                        |  27 -------
 tests/test-00011.test                      |  17 -----
 tests/test-00012.out                       |   2 -
 tests/test-00012.po                        |  21 ------
 tests/test-00012.test                      |  17 -----
 tests/test-00013.out                       |   2 -
 tests/test-00013.po                        |  47 -------------
 tests/test-00013.test                      |  17 -----
 tests/test-00014.out                       |   1 -
 tests/test-00014.po                        |  12 ----
 tests/test-00014.test                      |  17 -----
 tests/test-00015.out                       |   6 --
 tests/test-00015.po                        |  37 ----------
 tests/test-00015.test                      |  17 -----
 tests/test-00016.out                       |   4 --
 tests/test-00016.po                        |  28 --------
 tests/test-00016.test                      |  17 -----
 tests/test-00017.out                       |   2 -
 tests/test-00017.po                        |  19 -----
 tests/test-00017.test                      |  17 -----
 tests/test-00018.out                       |   1 -
 tests/test-00018.po                        |  19 -----
 tests/test-00018.test                      |  17 -----
 tests/test-00019.out                       |   1 -
 tests/test-00019.po                        |  21 ------
 tests/test-00019.test                      |  17 -----
 tests/test-00020.out                       |   1 -
 tests/test-00020.po                        |  22 ------
 tests/test-00020.test                      |  17 -----
 tests/test-00021.out                       |   1 -
 tests/test-00021.po                        |  15 ----
 tests/test-00021.test                      |  17 -----
 tests/test-convention_accesskey.out        |   5 ++
 tests/test-convention_accesskey.po         |  77 ++++++++++++++++++++
 tests/test-convention_accesskey.test       |  17 +++++
 tests/test-convention_common-header.out    |   6 ++
 tests/test-convention_common-header.po     |  37 ++++++++++
 tests/test-convention_common-header.test   |  17 +++++
 tests/test-convention_copyright.out        |   3 +
 tests/test-convention_copyright.po         |  33 +++++++++
 tests/test-convention_copyright.test       |  17 +++++
 tests/test-convention_gnome-team.out       |   1 +
 tests/test-convention_gnome-team.po        |  12 ++++
 tests/test-convention_gnome-team.test      |  17 +++++
 tests/test-convention_gnome.out            |   3 +
 tests/test-convention_gnome.po             |  32 +++++++++
 tests/test-convention_gnome.test           |  17 +++++
 tests/test-convention_header-comment.out   |   1 +
 tests/test-convention_header-comment.po    |  15 ++++
 tests/test-convention_header-comment.test  |  17 +++++
 tests/test-convention_kde.out              |   4 ++
 tests/test-convention_kde.po               |  38 ++++++++++
 tests/test-convention_kde.test             |  17 +++++
 tests/test-convention_markup-docbook.out   |   2 +
 tests/test-convention_markup-docbook.po    |  47 +++++++++++++
 tests/test-convention_markup-docbook.test  |  17 +++++
 tests/test-convention_markup-mallard.out   |   1 +
 tests/test-convention_markup-mallard.po    |  21 ++++++
 tests/test-convention_markup-mallard.test  |  17 +++++
 tests/test-convention_markup-pango.out     |   2 +
 tests/test-convention_markup-pango.po      |  21 ++++++
 tests/test-convention_markup-pango.test    |  17 +++++
 tests/test-language_chosa-alternative.out  |   9 +++
 tests/test-language_chosa-alternative.po   |  82 ++++++++++++++++++++++
 tests/test-language_chosa-alternative.test |  17 +++++
 tests/test-language_consistency.out        |   5 ++
 tests/test-language_consistency.po         |  33 +++++++++
 tests/test-language_consistency.test       |  17 +++++
 tests/test-language_punctuation.out        |   1 +
 tests/test-language_punctuation.po         |  22 ++++++
 tests/test-language_punctuation.test       |  17 +++++
 tests/test-language_spell.out              |  10 +++
 tests/test-language_spell.po               |  50 +++++++++++++
 tests/test-language_spell.test             |  17 +++++
 tests/test-language_spell_1.out            |   5 ++
 tests/test-language_spell_1.po             |  49 +++++++++++++
 tests/test-language_spell_1.test           |  17 +++++
 tests/test-language_spell_2.out            |   6 ++
 tests/test-language_spell_2.po             |  45 ++++++++++++
 tests/test-language_spell_2.test           |  17 +++++
 tests/test-language_typo2bul.out           |   4 ++
 tests/test-language_typo2bul.po            |  29 ++++++++
 tests/test-language_typo2bul.test          |  17 +++++
 tests/test-language_typoincomplete.out     |   2 +
 tests/test-language_typoincomplete.po      |  19 +++++
 tests/test-language_typoincomplete.test    |  17 +++++
 tests/test-terminology_common-labels.out   |   1 +
 tests/test-terminology_common-labels.po    |  19 +++++
 tests/test-terminology_common-labels.test  |  17 +++++
 tests/test-terminology_gnomeguide.out      |  15 ++++
 tests/test-terminology_gnomeguide.po       | 109 +++++++++++++++++++++++++++++
 tests/test-terminology_gnomeguide.test     |  17 +++++
 125 files changed, 1229 insertions(+), 1250 deletions(-)

commit ff1341200b6430678d0e32a393883e2a5c112b13
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Oct 27 21:11:39 2012 +0900

    convention/header-comment: 헤더의 번역자 이름에 공백이 추가로 들어갔을 경우 무시

 KPC/checks/convention/header-comment.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit aa0d6db3286b48957a735a8c599bb94567a43157
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Oct 26 20:06:42 2012 +0900

    convention/strftime: support optional format specifier flags

 KPC/checks/convention/strftime.py | 86 +++++++++++++++++++++++++--------------
 1 file changed, 56 insertions(+), 30 deletions(-)

commit 12c392dc511200133f9d8455c91abdc482cdf6f6
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Sep 1 17:40:32 2012 +0900

    필터 이름과 같게 파일 이름 변경

 KPC/checks/convention/datetime.py | 55 ---------------------------------------
 KPC/checks/convention/strftime.py | 55 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+), 55 deletions(-)

commit 08cb0fc536f7da58e2f6773b27b0e50833ef07b0
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Sep 1 17:23:31 2012 +0900

    terminology/gnomeguide: 단어 추가

 KPC/checks/terminology/gnomeguide.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 09c8bedb5079a650004bbcb7113dfeaa450f6884
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Sep 1 17:01:12 2012 +0900

    Clean up - sort the words

 KPC/checks/terminology/gnomeguide.py | 126 ++++++++++++++++++-----------------
 1 file changed, 64 insertions(+), 62 deletions(-)

commit 581641820295a2bca697d3a9a8299b39390a803b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Sep 1 12:53:13 2012 +0900

    language/spell 조사 띄어 쓰기 검사: 조사 목록 추가
    
    '(을)를', '(이)가' 형식으로 쓴 경우를 anjuta 번역에서 발견.

 KPC/checks/language/spell.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 5c7314f1bb706e19de302735860242c43fdb467f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 26 15:16:14 2012 +0900

    Clean up

 KPC/checks/convention/markup-docbook.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 2083dde31699641a9a80935832c5f222d98834a5
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Aug 7 04:20:28 2012 +0900

    Docbook tag <footnoteref> 추가
    
    - 데비안 설치 안내서에서 사용
    
    - DocBook XML의 태그는 수백 가지에 달하지만, 결벽증 마냥 모든 걸 나열할
      필요는 없고 실제 발견될 때마다 추가하도록 한다.

 KPC/checks/convention/markup-docbook.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 3a1b659c32905a3a2294da8547ccc229ae486eea
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Jun 4 00:57:22 2012 +0900

    Update ChangeLog

 ChangeLog | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 99 insertions(+)

commit ed9ca2ef93f171426ccfdd2544d90bb2f25248a8
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Jun 4 00:57:11 2012 +0900

    0.94.1

 KPC/config.py |  2 +-
 NEWS          | 17 +++++++++++++++++
 THANKS        |  1 +
 3 files changed, 19 insertions(+), 1 deletion(-)

commit 929f31c818893c7cca4fb1f8371569897db8cfc1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Jun 4 00:50:18 2012 +0900

    README - false alarm에 대한 설명 추가

 README | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

commit b440aa55649f1fd027a5698a83f4c28120448698
Author: Seong-ho, Cho <darkcircle.0426@gmail.com>
Date:   Fri Jun 1 04:01:30 2012 +0900

    item(s), install(ation), software에 대한 오역, 교정 단어 추가

 KPC/checks/terminology/gnomeguide.py |  4 ++++
 tests/test-00005.out                 |  4 ++++
 tests/test-00005.po                  | 26 ++++++++++++++++++++++++++
 3 files changed, 34 insertions(+)

commit 809776dc0e05a09f64666661e84bda2ed1a54c23
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed May 23 11:56:44 2012 +0900

    클래스 정리
    
    convention/header-comment 에서 HeaderCheck 공통 클래스 사용하도록.

 KPC/checks/convention/common-header.py  |  2 +-
 KPC/checks/convention/gnome-team.py     |  2 +-
 KPC/checks/convention/header-comment.py | 18 +++++-------------
 KPC/classes.py                          |  9 +++------
 4 files changed, 10 insertions(+), 21 deletions(-)

commit 4e5529c5381f205bbcc09326d3642221ccd897eb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun May 20 19:27:02 2012 +0900

    괄호 앞 공백은 가능한한 한국어에서만 오류로 취급

 KPC/checks/language/punctuation.py | 2 +-
 tests/test-00020.po                | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

commit c691a1546d6d16754537fe26b0045347a7eee326
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun May 20 19:25:50 2012 +0900

    빠진 테스트케이스 파일

 tests/test-00021.out | 1 +
 1 file changed, 1 insertion(+)

commit 64529aeaeeb0544c5caab5cde110f250daf517f4
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun May 20 07:06:34 2012 +0900

    PO-Revision-Date에 기록된 년도를 헤더 코멘트에 안 쓴 경우에 대해 검사

 KPC/checks/convention/header-comment.py | 36 +++++++++++++++++++++++++++++++++
 tests/test-00021.po                     | 15 ++++++++++++++
 tests/test-00021.test                   | 17 ++++++++++++++++
 3 files changed, 68 insertions(+)

commit e04d755eca4af19623251f8934996866e401662b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun May 20 06:28:50 2012 +0900

    language/spell 조사 관련 테스트케이스의 false alarm

 tests/test-00008.out | 1 +
 tests/test-00008.po  | 1 +
 2 files changed, 2 insertions(+)

commit 13b14a16bd85f5767c17d77e29f60c6b45e713df
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun May 20 06:03:13 2012 +0900

    0.94.0

 ChangeLog           | 613 +++++++++++++++++++++++++++++-----------------------
 KPC/config.py       |   2 +-
 NEWS                |  15 ++
 TODO                |   6 +
 make-dist.sh        |   3 +
 update-changelog.sh |   2 +
 6 files changed, 370 insertions(+), 271 deletions(-)

commit 386c7771ec6d2ba559caa9b8f4c2b6a0127cf6e2
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat May 19 22:23:50 2012 +0900

    괄호 앞에 띄어 쓴 경우에 대한 검사
    
    서양식은 괄호 앞에 반드시 띄어 쓰기 때문에 번역문에서도 띄어 쓰기
    쉽지만, 맞춤법 규정에 따라 우리말에서는 앞에 띄어 쓰지 않는다.

 KPC/checks/language/punctuation.py | 24 ++++++++++++++++++++++++
 tests/test-00020.out               |  1 +
 tests/test-00020.po                | 19 +++++++++++++++++++
 tests/test-00020.test              | 17 +++++++++++++++++
 4 files changed, 61 insertions(+)

commit 399b49e00ee9d23af0742aa3a53b086fc97d04c3
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Nov 4 00:27:57 2011 +0900

    Mallard 태그 검사 기능

 KPC/checks/convention/markup-mallard.py | 118 ++++++++++++++++++++++++++++++++
 tests/test-00019.out                    |   1 +
 tests/test-00019.po                     |  21 ++++++
 tests/test-00019.test                   |  17 +++++
 4 files changed, 157 insertions(+)

commit d1a83ba434411fba833ffa6aec27c197f9081bc7
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Nov 2 21:20:46 2011 +0900

    Remove unused scripts

 MANIFEST.in            |  1 -
 misc/check-gnome-po.sh |  7 -------
 misc/check-kde-po.sh   |  7 -------
 misc/check-tp-po.sh    |  7 -------
 misc/get-gnome-po.sh   | 22 ----------------------
 misc/get-kde-po.sh     | 30 ------------------------------
 misc/get-tp-po.sh      | 28 ----------------------------
 7 files changed, 102 deletions(-)

commit bf5fc1deaacf53cbb5822d7da8a8e66eb46f1229
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Nov 2 21:14:42 2011 +0900

    Fix typo & remove another kldp.net reference from document

 KPC/checks/convention/markup-docbook.py | 2 +-
 README                                  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

commit be75a318ed585850beff7d2e6646074272511d31
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Oct 30 03:00:47 2011 +0900

    Now github is the project web site
    
    Farewell to kldp.net

 README   | 4 ++--
 setup.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 078069924db7ffed82be803ae4804d64cb714def
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jun 24 04:21:35 2011 +0900

    re-generated ChangeLog

 ChangeLog | 892 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 892 insertions(+)

commit 73a4085c14da64ff80149e972a354e6a44c3a8ac
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jun 24 04:13:03 2011 +0900

    0.93.0

 KPC/config.py | 2 +-
 NEWS          | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

commit ae05f19324cceea453ac52308f8634b33bce48d5
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jun 24 01:07:07 2011 +0900

    Clean up

 KPC/checks/language/spell.py    | 2 +-
 KPC/checks/language/typo2bul.py | 2 +-
 KPC/classes.py                  | 3 +--
 tests/test-00008.po             | 4 ++++
 4 files changed, 7 insertions(+), 4 deletions(-)

commit 069ae47be7d35db9ca5fc7aaf2fa890d7728f498
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Feb 13 04:43:46 2011 +0900

    데스크탑 -> 데스크톱

 KPC/checks/terminology/gnomeguide.py |  4 ++--
 KPC/checks/terminology/gnomeui.py    |  2 +-
 tests/test-00005.out                 | 22 +++++++++++-----------
 3 files changed, 14 insertions(+), 14 deletions(-)

commit e68fc4d65a21b058e47e5bddddfa9251b20e7360
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Jan 17 00:29:04 2011 +0900

    'no' -> '아니요' 번역, gnomeguide -> gnomeui 이동

 KPC/checks/terminology/gnomeguide.py | 1 -
 KPC/checks/terminology/gnomeui.py    | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

commit 69bbbcda3a8f9c7060a258ef7e5638172bbf36c8
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Oct 11 08:00:20 2010 +0900

    용어: 아니오 -> 아니요

 KPC/checks/terminology/gnomeguide.py | 1 +
 1 file changed, 1 insertion(+)

commit 67845286890ed5959222c39b8f8fc782d7f03c57
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Oct 10 06:29:39 2010 +0900

    0.92.0

 KPC/config.py |  2 +-
 NEWS          | 14 ++++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

commit 089594e8d78c77908ebb7e970cfb9b308f0493b0
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Oct 10 06:26:58 2010 +0900

    날짜/시간 형식 추가

 KPC/checks/convention/datetime.py | 2 ++
 1 file changed, 2 insertions(+)

commit 1edb612b1f28236e4a598e03ae242055a40384ce
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Oct 9 03:39:40 2010 +0900

    GSettings schema 파일 적용
    
    보통 *.gschema.xml 형태

 KPC/checks/convention/accesskey.py      | 5 +++--
 KPC/checks/terminology/common-labels.py | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

commit 7bd1707e9fd2a48182c655729df1d38d89392777
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 22 23:23:37 2010 +0900

    받침에 따른 조사 구별: 와/과 추가

 KPC/checks/language/chosaalternative.py | 1 +
 1 file changed, 1 insertion(+)

commit b484c3c3169f0e1e0385a526bb8956bc107c38d7
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 8 21:54:34 2010 +0900

    0.91.2

 ChangeLog     | 825 ++++------------------------------------------------------
 KPC/config.py |   2 +-
 NEWS          |  16 ++
 README        |  12 +-
 4 files changed, 80 insertions(+), 775 deletions(-)

commit 5f033974f216514370abb9dc4313a2ddfe47b9c7
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 8 21:45:09 2010 +0900

    용어 추가

 KPC/checks/terminology/gnomeui.py | 2 ++
 1 file changed, 2 insertions(+)

commit f887be251ebc62a5edb7637d74e2358ac01efeb2
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 8 21:44:31 2010 +0900

    terminology/common-labels: 새 규칙, 전형적인 번역문을 일관적으로 유지

 KPC/checks/terminology/common-labels.py | 72 +++++++++++++++++++++++++++++++++
 tests/test-00018.out                    |  1 +
 tests/test-00018.po                     | 19 +++++++++
 tests/test-00018.test                   | 17 ++++++++
 4 files changed, 109 insertions(+)

commit ae2792c0ae3ffa76b45c623afe1017dc6ccecf03
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 17 04:07:02 2010 +0900

    용어 업데이트

 KPC/checks/terminology/gnomeguide.py | 6 ++++++
 KPC/checks/terminology/gnomeui.py    | 2 ++
 2 files changed, 8 insertions(+)

commit 0fa4de5556f1a4d004a09a5ff3cd606a5b0a3b41
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 17 03:49:04 2010 +0900

    clean up

 KPC/checks/convention/accesskey.py      | 2 +-
 KPC/checks/convention/kde.py            | 4 ++--
 KPC/checks/convention/markup-docbook.py | 2 +-
 KPC/checks/terminology/gnomeguide.py    | 5 +----
 4 files changed, 5 insertions(+), 8 deletions(-)

commit e71795ae5843168bbe757132bad55c3a1a5912b9
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 17 03:33:12 2010 +0900

    XML character entity가 들어간 문자열은 단축키 검사 예외

 KPC/checks/convention/accesskey.py | 35 ++++++++++++++++++++++-------------
 tests/test-00001.out               |  1 +
 tests/test-00001.po                | 11 +++++++++++
 3 files changed, 34 insertions(+), 13 deletions(-)

commit a338bec2295ccc7c7208d51713cf15cb1576b41d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 17 03:35:24 2010 +0900

    PO 파일 헤더에 charset이 없을 경우 오류 발생 수정

 KPC/poparse.py | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit b82704a7e6d627071a072af5c540d19712fc8b2a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jul 16 02:33:33 2010 +0900

    0.91.1

 ChangeLog     | 3047 +++++++++++++++++++++++++++++++++++++++++++++++++++++----
 KPC/config.py |    2 +-
 NEWS          |   17 +
 TODO          |    2 -
 4 files changed, 2885 insertions(+), 183 deletions(-)

commit 8a32f2cdef449a38bb32a7e68a4a25ee97a5efe2
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jul 16 02:30:00 2010 +0900

    strftime() 시간/날짜 형식을 한국어 관습에 맞게 번역했는지 검사

 KPC/checks/convention/datetime.py | 53 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)

commit 708406daa71362a2a6aecf37d01bfba0e5a4db06
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jul 16 02:23:48 2010 +0900

    Use Unicode string for msgid

 KPC/checks/language/consistency.py | 12 ++++++------
 KPC/poparse.py                     |  1 +
 2 files changed, 7 insertions(+), 6 deletions(-)

commit 26ee1db5b74b9ffc550bf7a2baa88105a3e16ae7
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Jul 12 11:28:50 2010 +0900

    mnemonic -> access key

 KPC/checks/convention/accesskey.py | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

commit 87ab79ab91fb6971e4781e0654af747f696ba047
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 20 19:30:05 2010 +0900

    Language-Team: GNOME Korea 이면서 메일이 틀린 경우 검사

 KPC/checks/convention/gnome-team.py | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 64a3bdce4b3180665798d2375c5f3ad2de93443e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 20 19:28:44 2010 +0900

    Update terminologies

 KPC/checks/terminology/gnomeguide.py | 1 +
 KPC/checks/terminology/libegg.py     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit f9e333dbd6ed3188f7df06c47056ddc7c0ff045d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Mar 9 00:56:50 2010 +0900

    0.91.0

 KPC/config.py |  2 +-
 NEWS          | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletion(-)

commit 4f7723caec3821b56b0df654758c01c5049512e1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Mar 9 00:55:42 2010 +0900

    terminology/libegg: 새 규칙, libegg에서 가져온 코드에 대해 번역 통일

 KPC/checks/terminology/libegg.py | 111 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 111 insertions(+)

commit 4622a068e97567a5c229fec5dbb7e142e9cd18b1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Mar 9 00:54:58 2010 +0900

    language/consistency: 문장 부호로 ... 대신 유니코드 U+2026 사용했을 경우 처리

 KPC/checks/language/consistency.py |  2 ++
 tests/test-00016.out               |  7 ++++---
 tests/test-00016.po                | 16 ++++------------
 3 files changed, 10 insertions(+), 15 deletions(-)

commit 7ebb22a9b484f9173042bf4682ef83ee638de886
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 6 13:06:29 2010 +0900

    New checker interface with classes

 KPC/checks/convention/accesskey.py      | 57 +++++++++++++++++++++++++++++
 KPC/checks/convention/common-header.py  | 10 +----
 KPC/checks/convention/copyright.py      | 44 ++++++++--------------
 KPC/checks/convention/gnome-team.py     | 19 ++++------
 KPC/checks/convention/gnome.py          | 37 +++++++------------
 KPC/checks/convention/kde.py            | 38 ++++++++++---------
 KPC/checks/convention/markup-docbook.py | 58 ++++++++++++-----------------
 KPC/checks/convention/markup-pango.py   | 43 +++++++++-------------
 KPC/checks/convention/mnemonic.py       | 65 ---------------------------------
 KPC/checks/language/chosaalternative.py | 61 ++++++++++++-------------------
 KPC/checks/language/consistency.py      | 53 ++++++++++-----------------
 KPC/checks/language/spell.py            | 62 +++++++++++++------------------
 KPC/checks/language/typo2bul.py         | 51 ++++++++++----------------
 KPC/checks/language/typoincomplete.py   | 49 +++++++++----------------
 KPC/checks/terminology/gnomeguide.py    | 49 +++++++++----------------
 KPC/checks/terminology/gnomeui.py       | 56 +++++++++++-----------------
 scripts/ko-po-check                     | 14 ++++---
 tests/test-00001.po                     | 24 ++++++------
 tests/test-00001.test                   |  2 +-
 tests/test-00009.out                    |  8 ++--
 tests/test-00011.po                     |  2 +-
 tests/test-00011.test                   |  2 +-
 tests/test-00016.out                    |  3 ++
 tests/test-00016.po                     | 36 ++++++++++++++++++
 tests/test-00016.test                   | 17 +++++++++
 tests/test-00017.out                    |  2 +
 tests/test-00017.po                     | 19 ++++++++++
 tests/test-00017.test                   | 17 +++++++++
 28 files changed, 421 insertions(+), 477 deletions(-)

commit db9b2257a1ee48ff8d3b500ba03b421faf6dc7ec
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 6 09:40:46 2010 +0900

    convention/common-header: checks header fields

 KPC/checks/convention/common-header.py | 52 ++++++++++++++++++++++++++++++++++
 tests/test-00015.out                   |  6 ++++
 tests/test-00015.po                    | 37 ++++++++++++++++++++++++
 tests/test-00015.test                  | 17 +++++++++++
 4 files changed, 112 insertions(+)

commit 0ec11b21075bca83905a29be0c0709958cac3245
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 6 09:10:17 2010 +0900

    Move convention/consistency to language/consistency

 KPC/checks/convention/consistency.py | 46 ------------------------------------
 KPC/checks/language/consistency.py   | 46 ++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 46 deletions(-)

commit bc326d0f61cc36cfd09e0ee06c963017c169c8f3
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Mar 5 01:08:48 2010 +0900

    0.90.4

 KPC/config.py |  2 +-
 NEWS          | 14 ++++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

commit f42e205c29f646c375b57b24d612dbe97df0466b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Mar 3 03:08:09 2010 +0900

    Test for convention/gnome-team

 tests/test-00014.out  |  1 +
 tests/test-00014.po   | 12 ++++++++++++
 tests/test-00014.test | 17 +++++++++++++++++
 3 files changed, 30 insertions(+)

commit 613fd9d75f3a971c25174a7e4b32047dbf141175
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Mar 3 02:43:26 2010 +0900

    Checks the obsolete GNOME Korea mailing list

 KPC/checks/convention/gnome-team.py | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit 0eb4aa5e5f211fbe16fea7fd6b2f4a65b98a0470
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Mar 3 02:42:08 2010 +0900

    Base classes for next-generation KPC

 KPC/classes.py | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)

commit 55631d7194be03330aac604038a9076215ba802e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Mar 3 02:41:20 2010 +0900

    Clean up

 KPC/po.py      | 25 ++++++++++++-------------
 KPC/poparse.py | 22 +++++++++++-----------
 2 files changed, 23 insertions(+), 24 deletions(-)

commit e273c6014bee23e53679915a923ba87c1350756f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Mar 2 04:29:58 2010 +0900

    more words

 KPC/checks/terminology/gnomeguide.py | 2 ++
 KPC/checks/terminology/gnomeui.py    | 1 +
 2 files changed, 3 insertions(+)

commit 646d68003882cec9ded574c7f751dc3606125f9b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Apr 18 07:04:59 2009 +0900

    Remove the obsolete .cvsignore

 .cvsignore | 3 ---
 1 file changed, 3 deletions(-)

commit 1641e75793422450a072ba154e21e23354137555
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Apr 13 03:04:44 2009 +0900

    Add ignored file patterns

 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

commit e33f1d05293b12ad15170c1b4482b25fbd5d047f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Apr 13 03:02:48 2009 +0900

    그놈 번역 규칙, 오류 메시지 변경

 KPC/checks/convention/gnome.py | 2 +-
 tests/test-00007.out           | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 15916a15264811d4bf8cc3b64e04583b4be069af
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Apr 13 02:59:36 2009 +0900

    KDE 번역 규칙, 최근의 msgctxt를 이용하는 형식에 맞춤
    
    msgctxt "NAME OF TRANSLATORS" 혹은 msgctxt "EMAIL OF TRANSLATORS"
    식으로 msgctxt가 들어간 번역.

 KPC/checks/convention/kde.py | 41 ++++++++++++++---------------------------
 tests/test-00009.out         |  9 ++++-----
 tests/test-00009.po          | 44 ++++++++++++++------------------------------
 3 files changed, 32 insertions(+), 62 deletions(-)

commit ba479edc45c67a78c81bc41f3c77c0fbcda3d43a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Apr 8 05:26:59 2009 +0000

    'search' 변경으로 테스트 업데이트

 tests/test-00005.out | 2 +-
 tests/test-00005.po  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 0ff7eb299525c826537c4403bfbaed9414b1ae96
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Apr 8 05:24:45 2009 +0000

    0.90.3

 ChangeLog     | 17 +++++++++++++++++
 KPC/config.py |  2 +-
 NEWS          | 10 ++++++++++
 3 files changed, 28 insertions(+), 1 deletion(-)

commit 9133cce7416e7e7d709a4d59509c1c632d6f591f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Apr 8 05:20:53 2009 +0000

    Fix the inconsistent terminologies for 'search'

 KPC/checks/terminology/gnomeui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 68b52f9edabb51b40299952cbd20a78a013177e6
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Apr 8 05:20:06 2009 +0000

    Add <interfacename> Docbook tag

 KPC/checks/convention/markup-docbook.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d5bee73817617313d9dcf82a30763fd42cd6ebf7
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Mar 6 06:59:58 2009 +0000

    Typo

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1d430fffe957be4fe817510de583fa3a693986ad
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Mar 6 06:59:39 2009 +0000

    license - "라이센스" => "라이선스"

 KPC/checks/terminology/gnomeguide.py | 1 +
 1 file changed, 1 insertion(+)

commit faf961dbef8198d0ece48a78fbd96e1089410b0e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Mar 6 06:58:07 2009 +0000

    search - '찾기' => '검색'

 KPC/checks/terminology/gnomeguide.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 97d917560c9d4f122a0f15123fbb3f0c7583a342
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Mar 5 06:54:20 2009 +0000

    0.90.2 changes

 NEWS | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 29649665a93d6195e0a9612e837cdd57a0bb14a3
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jan 29 07:48:03 2009 +0000

    New file

 KPC/config.py | 1 +
 1 file changed, 1 insertion(+)

commit 8124b8edbe125d58c3d893ed93be4aa8ecc23863
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jan 29 06:53:05 2009 +0000

    Corrected version string

 ChangeLog           | 5 +++++
 scripts/ko-po-check | 2 +-
 setup.py            | 3 ++-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit a9de2277114a879644f23d85b7667ade414858dc
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jan 23 17:37:26 2009 +0000

    Fixed error on multi-lined pango tag (confirmed)

 KPC/checks/convention/markup-pango.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit c964f12deca79ed5c659933b643e13cc6190c096
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jan 23 17:34:05 2009 +0000

    Corrected error on multilined pango tag

 KPC/checks/convention/markup-pango.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit da9b458af9a333b8bf1de3e525e9be25bea4e8eb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jan 23 08:53:29 2009 +0000

    more words

 KPC/checks/terminology/gnomeguide.py | 2 ++
 1 file changed, 2 insertions(+)

commit eccb7f5fed7f3590f0e5ddd247e2e6cbca3bd56f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jan 4 04:16:34 2009 +0000

    more words

 KPC/checks/terminology/gnomeguide.py | 1 +
 1 file changed, 1 insertion(+)

commit 31a7999ed9d2dfb3b977ebfd16593c375fbedbbc
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jan 4 04:15:54 2009 +0000

    fixed the encoding tag

 KPC/checks/language/spell.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7676e28ad26a143b6ec193d3e46dfa1846d5fb81
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Nov 23 05:25:16 2008 +0000

    Prepare 0.90.1 release

 NEWS     | 26 ++++++++++++++++++++++++++
 README   |  3 ++-
 THANKS   |  1 +
 TODO     |  2 +-
 setup.py |  2 +-
 5 files changed, 31 insertions(+), 3 deletions(-)

commit 0247ccf069fd83f40f4feede6ebf4524986a2ae5
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Nov 23 05:15:01 2008 +0000

    Added exception

 KPC/checks/convention/consistency.py | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

commit 15c6b446922c084baf53c7f93a8ccabc0cafde02
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Nov 23 05:14:49 2008 +0000

    Corrected ambiguous match (for example, <s> and <small>)

 KPC/checks/convention/markup-pango.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit b3a07883ef0b9375367ba33bbacd072383c81dc3
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Nov 23 02:58:17 2008 +0000

    Checks for multiple Pango markups

 KPC/checks/convention/markup-pango.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 67380d5fff83a7680696e48bc1bd9e27430283f4
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Nov 23 02:33:04 2008 +0000

    Corrected markup check for the multilined strings

 KPC/checks/convention/markup-pango.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 278531a74d5ba81569ca7fd50b1a60703d400ebc
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Nov 23 01:56:44 2008 +0000

    Corrected RE to detect Pango markup in the middle of the strings.

 ChangeLog                             | 5 +++++
 KPC/checks/convention/markup-pango.py | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 438f2d65425806c4d5e6d62504cbd90f8fc7951e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Nov 22 11:31:10 2008 +0000

    Clean up

 KPC/checks/convention/consistency.py | 2 +-
 KPC/checks/language/spell.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit dad2647fe456e32223e6ecdfaa7b0537a75bb81b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Nov 22 06:19:28 2008 +0000

    Corrected standalone test code for each check

 KPC/checks/convention/consistency.py    | 8 +++++---
 KPC/checks/convention/copyright.py      | 8 +++++---
 KPC/checks/convention/gnome.py          | 8 +++++---
 KPC/checks/convention/kde.py            | 8 +++++---
 KPC/checks/convention/markup-docbook.py | 9 ++++++---
 KPC/checks/convention/markup-pango.py   | 8 +++++---
 KPC/checks/language/chosaalternative.py | 8 +++++---
 KPC/checks/language/spell.py            | 8 +++++---
 KPC/checks/language/typo2bul.py         | 8 +++++---
 KPC/checks/language/typoincomplete.py   | 8 +++++---
 KPC/checks/terminology/gnomeguide.py    | 8 +++++---
 KPC/checks/terminology/gnomeui.py       | 8 +++++---
 12 files changed, 61 insertions(+), 36 deletions(-)

commit 9a6d53eabd881c89db117b4b6f1a1dc42d7d0c60
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Nov 22 06:17:45 2008 +0000

    Added more exception to the mnemonic check

 KPC/checks/convention/mnemonic.py | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

commit a70b6e77accaef25bd3a5c986c33e758c3760a50
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Nov 22 03:47:33 2008 +0000

    Removed a word, "translator"

 KPC/checks/terminology/gnomeguide.py | 1 -
 1 file changed, 1 deletion(-)

commit 01f9c0d0e7616c097c66ba571a7352cef1cbf3e5
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Nov 22 02:46:53 2008 +0000

    clean up

 KPC/checks/convention/markup-docbook.py | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 96ae9cd78b4e159f7a89fa3f05795660bd6a1f93
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Nov 21 16:04:46 2008 +0000

    for GNOME 2.26

 misc/get-gnome-po.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2d0f6765192dd219ba34bcded30fce8c32991a66
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Nov 21 12:35:31 2008 +0000

    Clean up

 ChangeLog                               | 3 +++
 KPC/checks/convention/consistency.py    | 9 +++------
 KPC/checks/convention/copyright.py      | 8 +++-----
 KPC/checks/convention/gnome.py          | 8 +++-----
 KPC/checks/convention/kde.py            | 8 +++-----
 KPC/checks/convention/markup-docbook.py | 7 ++++++-
 KPC/checks/convention/markup-pango.py   | 8 +++-----
 KPC/checks/convention/mnemonic.py       | 8 +++-----
 KPC/checks/language/chosaalternative.py | 9 +++------
 KPC/checks/language/spell.py            | 8 +++-----
 KPC/checks/language/typo2bul.py         | 8 +++-----
 KPC/checks/language/typoincomplete.py   | 8 +++-----
 KPC/checks/terminology/gnomeguide.py    | 8 +++-----
 KPC/checks/terminology/gnomeui.py       | 8 +++-----
 scripts/ko-po-check                     | 2 +-
 15 files changed, 46 insertions(+), 64 deletions(-)

commit b3e863d3774a31fbe261aaebc10b6d693c0299ea
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Nov 21 08:33:00 2008 +0000

    typo

 KPC/checks/convention/kde.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f2ef1db9ddba9fdfcb0464d00a86442bc009faeb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Nov 21 06:42:25 2008 +0000

    Used set instead of list

 KPC/checks/convention/markup-docbook.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cc0f89390659f268e27f69b287b453b457407dda
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Nov 21 05:43:13 2008 +0000

    Added distutils build dir

 .cvsignore | 1 +
 1 file changed, 1 insertion(+)

commit 2d2d217e30cbd773ddfe9b26839de123cf96f41c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Nov 21 05:01:57 2008 +0000

    New check for DocBook XML based (through gnome-doc-utils or poxml) PO files.

 ChangeLog                               |  4 +++
 KPC/checks/convention/markup-docbook.py | 60 +++++++++++++++++++++++++++++++++
 tests/test-00013.out                    |  2 ++
 tests/test-00013.po                     | 47 ++++++++++++++++++++++++++
 tests/test-00013.test                   | 17 ++++++++++
 5 files changed, 130 insertions(+)

commit 4d89afc1460609cc0ce6bba746db9e67b2951756
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Nov 21 01:41:22 2008 +0000

    Added "modify" and "replace".

 ChangeLog                            | 3 +++
 KPC/checks/terminology/gnomeguide.py | 5 +++++
 KPC/checks/terminology/gnomeui.py    | 2 ++
 3 files changed, 10 insertions(+)

commit c8378707fcb7b093d7ce84ddaeeeaeb39b281579
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Nov 21 01:39:07 2008 +0000

    Do not warn on all capital words

 ChangeLog                         | 5 +++++
 KPC/checks/terminology/gnomeui.py | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 3375d677457a936de0e14f4bc517982ce1e4b12d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Nov 20 10:54:00 2008 +0000

    Made "paste" term consistent with gnomeguide.py.

 ChangeLog                         | 5 +++++
 KPC/checks/terminology/gnomeui.py | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit a32c0bdb86a3a54a827fbfa4d8731c70ac14951e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Nov 18 09:53:47 2008 +0000

    	* scripts/ko-po-check: Use os.sep instead of '/'.

 ChangeLog           | 4 ++++
 scripts/ko-po-check | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 2c63eb400ec95d7aca036844d899b36100d2f698
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Nov 18 03:02:49 2008 +0000

    0.90.0

 NEWS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7bbb8fdc6034a63c66110fa79dfc11013b9bd7ee
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Nov 18 02:59:12 2008 +0000

    clean up docs for release

 NEWS   |  2 +-
 README | 24 +++++++++++-------------
 TODO   | 13 ++-----------
 3 files changed, 14 insertions(+), 25 deletions(-)

commit a9da74b5b81b2c40e6478b2d6cb6531b447d3cb3
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Nov 18 02:53:33 2008 +0000

    mnemonic -> 접근키

 tests/test-00001.out | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9dca8003aee4a71f55ee6b84ec950952ffa6ac65
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Nov 18 02:01:35 2008 +0000

    Added --list option which lists all the checks

 ChangeLog                               |  1 +
 KPC/checks/convention/consistency.py    |  3 ++-
 KPC/checks/convention/copyright.py      |  1 +
 KPC/checks/convention/gnome.py          |  1 +
 KPC/checks/convention/kde.py            |  1 +
 KPC/checks/convention/markup-pango.py   |  1 +
 KPC/checks/convention/mnemonic.py       |  1 +
 KPC/checks/language/chosaalternative.py |  1 +
 KPC/checks/language/spell.py            |  1 +
 KPC/checks/language/typo2bul.py         |  1 +
 KPC/checks/language/typoincomplete.py   |  3 ++-
 KPC/checks/terminology/gnomeguide.py    |  1 +
 KPC/checks/terminology/gnomeui.py       |  1 +
 NEWS                                    |  2 ++
 scripts/ko-po-check                     | 16 ++++++++++++++--
 15 files changed, 31 insertions(+), 4 deletions(-)

commit 966aa1e45dc50cf19948caf9228db9e888db46a7
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Nov 18 01:09:55 2008 +0000

    Applied mnemonic, terminology checks changes

 tests/test-00001.out | 2 +-
 tests/test-00005.out | 2 +-
 tests/test-00005.po  | 2 +-
 tests/test-00011.out | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit a3b282168c7fbd38d4517ba4b4e7f273552c19fd
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Nov 18 01:07:47 2008 +0000

    Removed autotools stuffs from the test scripts

 tests/test-00001.test | 5 ++---
 tests/test-00002.test | 5 ++---
 tests/test-00003.test | 5 ++---
 tests/test-00004.test | 5 ++---
 tests/test-00005.test | 5 ++---
 tests/test-00006.test | 5 ++---
 tests/test-00007.test | 5 ++---
 tests/test-00008.test | 5 ++---
 tests/test-00009.test | 5 ++---
 tests/test-00010.test | 5 ++---
 tests/test-00011.test | 5 ++---
 tests/test-00012.test | 5 ++---
 12 files changed, 24 insertions(+), 36 deletions(-)

commit 7fc9c1a8231d71a0331cbf150ce99681482496a7
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Nov 18 01:07:16 2008 +0000

    mneonic -> 접근키

 ChangeLog | 4 ++++
 NEWS      | 2 ++
 2 files changed, 6 insertions(+)

commit 5817a12b81d07f320588362f5f21592a49182a6c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Nov 18 01:06:06 2008 +0000

    mnemonic -> 접근키

 KPC/checks/convention/mnemonic.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 230f6df19714cf4b91f1e8475a0dd5cbb5affdc5
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Nov 18 01:04:45 2008 +0000

    mnemonic -> 접근키

 KPC/checks/convention/mnemonic.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8b69601b6b4492a50d0dd4f49d8b18d177cba6ec
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Nov 17 13:41:52 2008 +0000

    added some additional source files

 MANIFEST.in | 3 +++
 1 file changed, 3 insertions(+)

commit 3584e59342141d6a976019674222781d92be0dad
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Nov 17 11:49:21 2008 +0000

    Removed remaining non-distutils files

 HACKING                          |  4 --
 checks/terminology/gnomeguide.py | 93 --------------------------------------
 checks/terminology/gnomeui.py    | 98 ----------------------------------------
 3 files changed, 195 deletions(-)

commit 876bb4578224223ee8e19fd8bacb2c42f4e37e16
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Nov 17 09:05:37 2008 +0000

    updated todo list

 TODO | 39 ++++-----------------------------------
 1 file changed, 4 insertions(+), 35 deletions(-)

commit 1fee86ab74576ae5d5963595e82fbc6f4b89f5bb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Nov 17 08:52:11 2008 +0000

    Remove more autotools files

 Makefile.am       |  8 --------
 tests/.cvsignore  |  2 --
 tests/Makefile.am | 22 ----------------------
 3 files changed, 32 deletions(-)

commit 7a08dd2a4c7518168858c978bfbd2a95181870ef
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Nov 15 20:05:46 2008 +0000

    log changes

 ChangeLog | 9 +++++++++
 NEWS      | 7 +++++++
 2 files changed, 16 insertions(+)

commit db12f753bfdce8c569878ae408585e0a493f6911
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Nov 15 19:57:54 2008 +0000

    added word "clear"

 KPC/checks/terminology/gnomeguide.py | 2 ++
 KPC/checks/terminology/gnomeui.py    | 1 +
 2 files changed, 3 insertions(+)

commit d932cac4a0f4d71678c384393789c33205237889
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Nov 15 19:56:54 2008 +0000

    merge from distutils-migration-branch

 .cvsignore                              |   14 +-
 KPC/.cvsignore                          |    3 -
 KPC/Makefile.am                         |    5 -
 KPC/__init__.py                         |    0
 KPC/checks/__init__.py                  |    0
 KPC/checks/convention/consistency.py    |   42 +
 KPC/checks/convention/copyright.py      |   32 +
 KPC/checks/convention/gnome.py          |   27 +
 KPC/checks/convention/kde.py            |   36 +
 KPC/checks/convention/markup-pango.py   |   41 +
 KPC/checks/convention/mnemonic.py       |   53 +
 KPC/checks/language/chosaalternative.py |   57 +
 KPC/checks/language/spell.py            |  118 ++
 KPC/checks/language/typo2bul.py         |   45 +
 KPC/checks/language/typoincomplete.py   |   39 +
 KPC/checks/terminology/gnomeguide.py    |   91 +
 KPC/checks/terminology/gnomeui.py       |   97 ++
 Makefile.am                             |    2 +-
 autogen.sh                              |  185 --
 checks/.cvsignore                       |    2 -
 checks/Makefile.am                      |    1 -
 checks/convention/.cvsignore            |    2 -
 checks/convention/Makefile.am           |    4 -
 checks/convention/consistency.py        |   42 -
 checks/convention/copyright.py          |   32 -
 checks/convention/gnome.py              |   27 -
 checks/convention/kde.py                |   36 -
 checks/convention/markup-pango.py       |   41 -
 checks/convention/mnemonic.py           |   53 -
 checks/language/.cvsignore              |    2 -
 checks/language/Makefile.am             |    4 -
 checks/language/chosaalternative.py     |   57 -
 checks/language/spell.py                |  118 --
 checks/language/typo2bul.py             |   45 -
 checks/language/typoincomplete.py       |   39 -
 checks/terminology/.cvsignore           |    2 -
 checks/terminology/Makefile.am          |    4 -
 checks/terminology/gnomeguide.py        |    2 +
 checks/terminology/gnomeui.py           |    1 +
 configure.ac                            |   19 -
 doc/.cvsignore                          |    4 -
 doc/Makefile.am                         |   15 -
 doc/ko-po-check.xml                     |   38 -
 doc/spelling-rule.xml                   | 2858 -------------------------------
 scripts/.cvsignore                      |    3 -
 scripts/Makefile.am                     |    1 -
 scripts/ko-po-check                     |   99 ++
 scripts/ko-po-check.in                  |  110 --
 setup.py                                |   17 +
 49 files changed, 800 insertions(+), 3765 deletions(-)

commit 807788fe03beb210ce10f6b4a0714dc16801738a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Nov 3 09:07:20 2008 +0000

    Added a missing contributor

 THANKS | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 56a41a81b94c9ad6633d72e5cceddeed45e05e44
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Oct 28 15:59:59 2008 +0000

    	* checks/terminology/gnomeui.py:
    	* checks/terminology/gnomeguide.py: Changed terms.

 ChangeLog                        | 5 +++++
 checks/terminology/gnomeguide.py | 7 ++++---
 checks/terminology/gnomeui.py    | 5 +++--
 3 files changed, 12 insertions(+), 5 deletions(-)

commit c66e7c68cfd5d64764bb216f5da63e08b3fece46
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Oct 28 14:18:39 2008 +0000

    begin 0.11 features

 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

commit e354501b4f8494e946b7dcae8f474cccc5572666
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Oct 28 14:18:09 2008 +0000

    	* autogen.sh:
    	* configure.ac: Renamed from configure.in

 ChangeLog    |  5 +++++
 autogen.sh   | 14 +++++++-------
 configure.ac | 19 +++++++++++++++++++
 configure.in | 19 -------------------
 4 files changed, 31 insertions(+), 26 deletions(-)

commit 6ecd2fb627124fd387eb9b8c6908029bab0766b1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Mar 28 01:27:33 2008 +0000

    	* README:
    	* COPYING: Move to GPL version 3.

 .cvsignore |   1 -
 COPYING    | 676 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ChangeLog  |   5 +
 README     |   9 +-
 4 files changed, 684 insertions(+), 7 deletions(-)

commit 37a170d8ec0faa7d5515cf970d38eb07f7968064
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Mar 27 15:48:33 2008 +0000

    	* configure.in: 0.10 release.

 ChangeLog    |  2 ++
 NEWS         | 14 ++++++++++++++
 configure.in |  2 +-
 3 files changed, 17 insertions(+), 1 deletion(-)

commit 45bfdb756c622b7cc797e441dd356b727ba90433
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Mar 27 15:35:03 2008 +0000

    	* tests/*: Corrected test cases.
    	* checks/convention/copyright.py:
    	* checks/convention/markup-pango.py:
    	* checks/language/chosaalternative.py:
    	* checks/language/typo2bul.py: Corrected check names.

 ChangeLog                           |  8 ++++++++
 checks/convention/copyright.py      |  2 +-
 checks/convention/markup-pango.py   |  2 +-
 checks/language/chosaalternative.py |  2 +-
 checks/language/typo2bul.py         |  2 +-
 tests/Makefile.am                   | 17 ++++++++++++++++-
 tests/kpc-test                      | 26 --------------------------
 tests/test-00001.test               | 18 ++++++++++++++++++
 tests/test-00002.out                |  2 --
 tests/test-00002.test               | 18 ++++++++++++++++++
 tests/test-00003.out                |  2 +-
 tests/test-00003.test               | 18 ++++++++++++++++++
 tests/test-00004.test               | 18 ++++++++++++++++++
 tests/test-00005.test               | 18 ++++++++++++++++++
 tests/test-00006.test               | 18 ++++++++++++++++++
 tests/test-00007.out                |  1 -
 tests/test-00007.test               | 18 ++++++++++++++++++
 tests/test-00008.test               | 18 ++++++++++++++++++
 tests/test-00009.test               | 18 ++++++++++++++++++
 tests/test-00010.test               | 18 ++++++++++++++++++
 tests/test-00011.out                |  4 ----
 tests/test-00011.test               | 18 ++++++++++++++++++
 tests/test-00012.test               | 18 ++++++++++++++++++
 23 files changed, 245 insertions(+), 39 deletions(-)

commit 0e8e0b66e4a91507ff44dc9cb6b49004d297a7ea
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Mar 25 13:19:57 2008 +0000

    	* KPC/poparse.py (parse_entry): Corrected multiline msgctxt
    	parsing.

 ChangeLog      | 5 +++++
 KPC/poparse.py | 4 +++-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit f3d0c8ca254f38c30938a671bd2e338ba91c9103
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 8 10:52:20 2008 +0000

    	* checks/convention/markup-pango.py: Renamed markup.py to
    	markup-pango.py.

 ChangeLog                         |  3 +++
 checks/convention/Makefile.am     |  2 +-
 checks/convention/markup-pango.py | 41 +++++++++++++++++++++++++++++++++++++++
 checks/convention/markup.py       | 41 ---------------------------------------
 4 files changed, 45 insertions(+), 42 deletions(-)

commit b145c916955ee06e014de154803bc557d262bcb9
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 8 10:50:16 2008 +0000

    	* misc/get-gnome-po.sh (URLLIST): Fixed download URL.

 ChangeLog            | 4 ++++
 misc/get-gnome-po.sh | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit df6465d20ed2639cdbe4f43c272b8771c221c99a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jan 1 18:54:18 2008 +0000

    	* scripts/ko-po-check.in: --filters= option for debug.

 ChangeLog              |  4 ++++
 scripts/ko-po-check.in | 19 +++++++++++++++----
 2 files changed, 19 insertions(+), 4 deletions(-)

commit fc4dfef08ecc7ea24c0010c3442f5a9207f864aa
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Dec 31 18:11:57 2007 +0000

    	* checks/terminology/gnomeguide.py: More words.

 ChangeLog                        | 4 ++++
 checks/terminology/gnomeguide.py | 3 +++
 2 files changed, 7 insertions(+)

commit 7130f60734bd811c973d305670f1b2bb1b7e1c24
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Dec 7 13:18:53 2007 +0000

    added doc

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 37611b3dc3b86cb0ece313d8054cded57c9eac4a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Dec 7 12:00:24 2007 +0000

    administrative

 TODO | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 3fd95bde34c07dee215755242b2428290caf83ad
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Dec 7 11:57:39 2007 +0000

    	* tests/kpc-test: Corrected diff option in the test script.

 ChangeLog      | 2 ++
 tests/kpc-test | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 2ac63d228f8d6078628eba47c570247a3ff9ef56
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Dec 7 11:51:56 2007 +0000

    	* configure.in: 0.9 release.

 ChangeLog    | 2 ++
 configure.in | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 0b100108c0cb4b226fcd875a0e565b1517c15d53
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Dec 7 11:50:53 2007 +0000

    administrative files update

 NEWS   | 10 ++++++++++
 THANKS |  6 +++---
 2 files changed, 13 insertions(+), 3 deletions(-)

commit c5bfb229e1ddf5d207f50b07589bfdb90c5f4aeb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Dec 7 11:44:38 2007 +0000

    	* KPC/poparse.py (parse_entry):
    	* KPC/po.py (entry.__init__): msgctxt parsing.

 ChangeLog      |  3 +++
 KPC/po.py      |  1 +
 KPC/poparse.py | 10 ++++++++--
 3 files changed, 12 insertions(+), 2 deletions(-)

commit c5b3ae6f5aa70934522e442a2724ca797d9c49e1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Dec 7 11:43:22 2007 +0000

    	* checks/terminology/gnomeguide.py: Fixed a syntax err.

 ChangeLog                        | 4 ++++
 checks/terminology/gnomeguide.py | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 62dd180a312fed57b9e8f7168391edaa027956fe
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Dec 3 10:44:10 2007 +0000

    	* checks/terminology/gnomeguide.py: Added 'separator', 'update'.

 ChangeLog                        | 4 ++++
 checks/terminology/gnomeguide.py | 2 ++
 2 files changed, 6 insertions(+)

commit f09be3b620f2587e00423b4b46de17bfbbbd4713
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Oct 17 21:08:52 2007 +0000

    	* checks/terminology/gnomeguide.py (data): Fixed wrong 'version'.
    	Added more 'filter'. Added 'locale'.

 ChangeLog                        | 5 +++++
 checks/terminology/gnomeguide.py | 6 ++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 570399abc561b3ce5c11f66452e0dbfdbb229640
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Sep 30 18:47:38 2007 +0000

    * checks/terminology/gnomeguide.py (data): Added 'version'.

 ChangeLog                        | 4 ++++
 checks/terminology/gnomeguide.py | 2 ++
 2 files changed, 6 insertions(+)

commit 495778d93eeb2f56d25092495f2ce12b5ca3856a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jul 12 09:46:06 2007 +0000

    	* checks/terminology/gnomeguide.py (data): More GNOME terms
    	update.

 ChangeLog                        | 3 +++
 checks/terminology/gnomeguide.py | 5 ++---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit f7ef536cdb68642c0689ef02c203162b292cab28
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jul 12 09:45:05 2007 +0000

    	* tests/kpc-test: No more -S option.

 ChangeLog      | 1 +
 tests/kpc-test | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 1bc1d2eefbcc57441e0d3dcd0bec9dc8eba37f48
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jul 12 09:43:10 2007 +0000

    * scripts/ko-po-check.in: More standard way of overriding sys.setdefaultencoding().

 ChangeLog              |  5 +++++
 scripts/ko-po-check.in | 29 ++++++++++++++---------------
 2 files changed, 19 insertions(+), 15 deletions(-)

commit 8dd7b12902de2553d2a611e79ba2536569f34bb8
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Apr 23 23:16:31 2007 +0000

    * configure.in: 0.8 release

 ChangeLog    | 2 ++
 configure.in | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 710641fd45f69bae6482e7dc204675394eda025d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Apr 23 23:15:42 2007 +0000

    * ChangeLog, NEWS, README, THANKS, TODO: converted to UTF-8.

 ChangeLog |  4 ++-
 NEWS      | 88 ++++++++++++++++++++++++++++++++++-----------------------------
 README    | 24 ++++++++---------
 THANKS    |  6 ++---
 TODO      | 48 +++++++++++++++++-----------------
 5 files changed, 89 insertions(+), 81 deletions(-)

commit 6933a45e5b30d68fc437c55217519a91a58dcb16
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Apr 23 23:15:42 2007 +0000

    * ChangeLog, NEWS, README, THANKS, TODO: converted to UTF-8.

 TODO | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 4bc6e1935dc706b28e78270392024ac05804a099
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Apr 23 23:05:17 2007 +0000

    * misc/get-gnome-po.sh: Updated for GNOME 2.20.

 ChangeLog            |  2 ++
 misc/get-gnome-po.sh | 13 +++++++------
 2 files changed, 9 insertions(+), 6 deletions(-)

commit 370f3bb40ea645da7bc7fff9506d6e61474492d8
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Apr 23 22:19:40 2007 +0000

    * checks/terminology/gnomeguide.py (data): More GNOME terms update.
    * tests/*: Updated for the GNOME terms.

 ChangeLog                        |  4 ++++
 checks/terminology/gnomeguide.py | 17 ++++++++++++++---
 tests/test-00001.po              |  2 +-
 tests/test-00009.po              |  6 +++---
 4 files changed, 22 insertions(+), 7 deletions(-)

commit b84821c7b713d06dd4777b1afb5dce7c7aacc594
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Apr 23 22:04:21 2007 +0000

    * checks/language/typoincomplete.py: gdm exception.

 ChangeLog                         | 2 ++
 checks/language/typoincomplete.py | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit f0086fb60bfbd9de0f63ca3028a79ac907549546
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Apr 23 19:19:43 2007 +0000

    * Makefile.am (SUBDIRS): Exclude doc subdir.

 ChangeLog   | 4 ++++
 Makefile.am | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 773b6d751d556abfd987bcb1b30dc0115785d161
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Apr 19 22:51:05 2007 +0000

    * scripts/ko-po-check.in: Use u'string' syntax.

 ChangeLog              |  4 ++++
 scripts/ko-po-check.in | 19 ++++++++-----------
 2 files changed, 12 insertions(+), 11 deletions(-)

commit 79ee6e55f31c54c30eab835535e023dc6bcb4bfe
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Apr 16 17:20:35 2007 +0000

    * checks/terminology/gnomeguide.py: New GNOME terms.
    * checks/terminology/gnomeui.py: New GNOME terms.
    * checks/*/*.py: Use u'string' syntax for unicode strings.
    * tests/*: UTF-8 migration + New GNOME terms.

 ChangeLog                           |   7 ++
 checks/convention/consistency.py    |  10 ++-
 checks/convention/copyright.py      |   8 +--
 checks/convention/gnome.py          |  13 ++--
 checks/convention/kde.py            |  28 ++++----
 checks/convention/markup.py         |  16 ++---
 checks/convention/mnemonic.py       |  24 ++++---
 checks/language/chosaalternative.py |  30 ++++-----
 checks/language/spell.py            | 126 ++++++++++++++++++------------------
 checks/language/typo2bul.py         |  24 ++++---
 checks/language/typoincomplete.py   |  14 ++--
 checks/terminology/gnomeguide.py    |  72 +++++++++++----------
 checks/terminology/gnomeui.py       |  74 +++++++++++----------
 tests/Makefile.am                   |   2 +-
 tests/kpc-test                      |  12 ++--
 tests/test-00001.out                |   6 +-
 tests/test-00001.po                 |  44 ++++++-------
 tests/test-00002.out                |  22 +++----
 tests/test-00002.po                 |  59 ++++++++---------
 tests/test-00003.out                |  20 +++---
 tests/test-00003.po                 |  34 +++++-----
 tests/test-00004.out                |   6 +-
 tests/test-00004.po                 |  18 +++---
 tests/test-00005.out                |  23 ++++---
 tests/test-00005.po                 |  59 +++++++++--------
 tests/test-00006.out                |  12 ++--
 tests/test-00006.po                 |  30 ++++-----
 tests/test-00007.out                |   8 +--
 tests/test-00007.po                 |  14 ++--
 tests/test-00008.out                |   8 +--
 tests/test-00008.po                 |  28 ++++----
 tests/test-00009.out                |  10 +--
 tests/test-00009.po                 |  28 ++++----
 tests/test-00010.out                |   8 +--
 tests/test-00010.po                 |  10 +--
 tests/test-00011.out                |  10 +--
 tests/test-00011.po                 |  13 ++--
 tests/test-00012.out                |   4 +-
 tests/test-00012.po                 |   7 +-
 39 files changed, 468 insertions(+), 473 deletions(-)

commit 95128755ac1571580285546bb36ed5440e9781ab
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Aug 12 12:29:08 2006 +0000

    added change logs

 ChangeLog | 5 +++++
 NEWS      | 8 ++++++++
 2 files changed, 13 insertions(+)

commit 7702b23faaec8b73da659d0451219e039e40e62d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Aug 12 12:27:25 2006 +0000

    missing line number parsing on plural msgstr

 KPC/poparse.py | 1 +
 1 file changed, 1 insertion(+)

commit ae74f8fb5cdc35ef97d0059d5eae5543caa30f63
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 22 12:10:49 2006 +0000

    bumped to 0.7

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8904a5705fdccaf617863e64ddb9be2512a89afc
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 22 12:10:15 2006 +0000

    removed useless file

 checks/convention/capital_mnemonic.py | 39 -----------------------------------
 1 file changed, 39 deletions(-)

commit df07d5bd532b63ecbff67f048daead888c4a7db1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 22 11:55:14 2006 +0000

    added news

 NEWS | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit e9d48a9e39a30b42f1420df90a179fe11315ca35
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 19 12:41:56 2006 +0000

    	* checks/terminology/gnomeguide.py (data): Added a terminology.

 ChangeLog                        | 4 ++++
 checks/terminology/gnomeguide.py | 1 +
 2 files changed, 5 insertions(+)

commit d9a057cab7a3bf306e8e8079c3f552026c4108bb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 8 16:11:55 2006 +0000

    	* checks/terminology/gnomeguide.py (data): Added terminologies.

 ChangeLog                        | 4 ++++
 checks/terminology/gnomeguide.py | 1 +
 2 files changed, 5 insertions(+)

commit cb6e1752073846650a78fbffceabcba028838ab6
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Oct 19 15:05:04 2004 +0000

    	* configure.in: Release 0.6

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f92a4e15ffc8b3b020f74092396398282c5e26d4
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Oct 19 15:03:23 2004 +0000

    	* tests/test-00001.out, tests/test-00011.out: Updated according to
    	the new mnemonic checks.

 ChangeLog            | 3 +++
 tests/test-00001.out | 1 +
 tests/test-00011.out | 1 +
 3 files changed, 5 insertions(+)

commit 9cd25123dcad9a19c8f871b842446d7c6df53c0a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Oct 19 15:02:30 2004 +0000

    	* checks/convention/mnemonic.py (re_mnemonic): Fix for KDE
    	mnemonic.

 ChangeLog                     | 7 +++++++
 checks/convention/mnemonic.py | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit c19c2888f62bb521f52a39d9cb3b6f3d1ea61d5f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Oct 19 14:46:25 2004 +0000

    	* checks/language/typoincomplete.py: New module which checks
    	incomplete Hangul syllables.
    	* checks/language/Makefile.am (MODULES): Added typoincomplete.py

 ChangeLog                         |  6 ++++++
 checks/language/Makefile.am       |  2 +-
 checks/language/typoincomplete.py | 40 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 47 insertions(+), 1 deletion(-)

commit 14658c924b6891e20f4768b3efcee1bdbae4f73c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Oct 6 03:09:17 2004 +0000

    	* checks/convention/mnemonic.py: New module which does all the
    	mnemonic related checks.
    	* checks/convention/capital_mnemonic.py: Removed, merged into
    	mnemonic.py.

 ChangeLog                     |  7 +++++-
 checks/convention/Makefile.am |  2 +-
 checks/convention/mnemonic.py | 55 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 62 insertions(+), 2 deletions(-)

commit 70f50ca4447b5e21661dd16e0e015147af4e992e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Oct 6 01:13:47 2004 +0000

    	* tests/kpc-test (execfile): Run the tests in ko_KR.euckr locale.
    
    	* checks/convention/markup.py (check): New module to check markup
    	consistency.

 ChangeLog                     |  7 +++++++
 checks/convention/Makefile.am |  2 +-
 checks/convention/markup.py   | 43 +++++++++++++++++++++++++++++++++++++++++++
 tests/kpc-test                |  2 +-
 tests/test-00012.out          |  2 ++
 tests/test-00012.po           | 22 ++++++++++++++++++++++
 6 files changed, 76 insertions(+), 2 deletions(-)

commit 0b555a837bf9263607dbcd725a3544e632741c47
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 15 02:03:28 2004 +0000

    Added more words

 ChangeLog                        | 4 ++++
 checks/terminology/gnomeguide.py | 2 ++
 2 files changed, 6 insertions(+)

commit 07b3f6d8bb2f62ad3802884196fcc3a033f45d65
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Apr 6 12:15:46 2004 +0000

    used @PYTHON@

 scripts/ko-po-check.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 01485d95e8396878867fd121da4346765aa0b6d1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jan 24 18:55:56 2004 +0000

    	* configure.in: Release 0.5

 ChangeLog    | 2 ++
 configure.in | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 5bdc840838be67b00597abbe74959086c8b9cfac
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jan 24 18:55:23 2004 +0000

    tests for the new version

 tests/test-00004.po  | 2 +-
 tests/test-00007.out | 2 +-
 tests/test-00009.po  | 6 +++---
 tests/test-00011.out | 1 +
 4 files changed, 6 insertions(+), 5 deletions(-)

commit 3ebf29021ac38c6ed3a121a78d2ebec7abd51e29
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jan 24 18:54:56 2004 +0000

    exclusive check...

 checks/convention/consistency.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0738b672ba99f74fe1096b8138627ecf7f428685
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jan 24 18:54:37 2004 +0000

    	* checks/convention/kde.py (check): Sync with the new terminology
    	check.

 ChangeLog                | 3 +++
 checks/convention/kde.py | 6 ++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit d4c7d594bdc815e7340ddfd9a8ad5fc8508c9315
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jan 24 18:42:15 2004 +0000

    updated news

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

commit d23390d40e7349e2ecd639d2eb1ac57845df67ab
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jan 24 18:38:55 2004 +0000

    	* checks/convention/consistency.py: New check.
    	* checks/convention/Makefile.am (MODULES): Added consistency.py

 ChangeLog                        |  5 +++++
 checks/convention/Makefile.am    |  2 +-
 checks/convention/consistency.py | 44 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 50 insertions(+), 1 deletion(-)

commit ef0996c2432480b9b859dbfe63cf22d7efaf4fec
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jan 20 18:55:31 2004 +0000

    more terminologies

 checks/terminology/gnomeguide.py | 1 -
 checks/terminology/gnomeui.py    | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 2f9b292288ccb7bdc1d6b0baecc0308e00120f63
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Nov 26 14:11:14 2003 +0000

    added encoding: utf-8 comments (for python 2.3)

 KPC/po.py                             | 1 +
 KPC/poparse.py                        | 1 +
 checks/convention/capital_mnemonic.py | 2 +-
 checks/convention/copyright.py        | 1 +
 checks/convention/gnome.py            | 1 +
 checks/convention/kde.py              | 1 +
 checks/language/chosaalternative.py   | 2 +-
 checks/language/spell.py              | 2 +-
 checks/language/typo2bul.py           | 2 +-
 checks/terminology/gnomeguide.py      | 1 +
 checks/terminology/gnomeui.py         | 1 +
 scripts/ko-po-check.in                | 1 +
 12 files changed, 12 insertions(+), 4 deletions(-)

commit d0d94f66b2356db358d2387094909b021c82333e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Sep 24 16:12:58 2003 +0000

    added key, translator, password

 checks/terminology/gnomeguide.py | 5 +++++
 1 file changed, 5 insertions(+)

commit b65c4def8094ea8a69c5fc2be98e79268f16a9c9
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Aug 25 17:19:32 2003 +0000

    more words

 NEWS                          | 7 +++++++
 checks/terminology/gnomeui.py | 2 ++
 2 files changed, 9 insertions(+)

commit f3dd9b06486112a5b1459a3fbce2b0317d90c745
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Aug 5 15:54:03 2003 +0000

    removed localeutil

 ChangeLog              | 4 ++++
 scripts/ko-po-check.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit d875f696f4e81e7df47b39974e2d997a571ce8c6
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Aug 4 18:55:44 2003 +0000

    Added more words

 checks/terminology/gnomeui.py | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 8ec3a98f0f559d9bb24c91cb14fa7d7d4c7ad74f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 3 11:59:48 2003 +0000

    Added cvsignore's

 checks/.cvsignore             | 2 ++
 checks/convention/.cvsignore  | 2 ++
 checks/language/.cvsignore    | 2 ++
 checks/terminology/.cvsignore | 2 ++
 4 files changed, 8 insertions(+)

commit 6f7bc61cdf68f0ee802f5d5b32bf06ca8644bde2
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 3 11:56:02 2003 +0000

    관용 번역 추가

 checks/terminology/Makefile.am   |  2 +-
 checks/terminology/gnomeguide.py |  2 +-
 checks/terminology/gnomeui.py    | 82 ++++++++++++++++++++++++++++++++++++++++
 tests/kpc-test                   |  2 +-
 tests/test-00001.po              |  2 +-
 tests/test-00005.po              | 44 ++++++++++-----------
 tests/test-00007.out             |  2 +-
 tests/test-00011.out             |  3 ++
 tests/test-00011.po              | 28 ++++++++++++++
 9 files changed, 140 insertions(+), 27 deletions(-)

commit 5d02199f7082b410ef70e629e9fb5687035f17e3
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Aug 2 20:51:25 2003 +0000

    updated

 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

commit e8c4ed837a30e686a84c6991604a096d49a9bba0
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Aug 2 20:35:37 2003 +0000

    2bul keyboard typo check

 checks/language/Makefile.am |  2 +-
 checks/language/typo2bul.py | 47 +++++++++++++++++++++++++++++++++++++++++++++
 tests/kpc-test              |  4 ++--
 tests/test-00010.out        |  4 ++++
 tests/test-00010.po         | 29 ++++++++++++++++++++++++++++
 5 files changed, 83 insertions(+), 3 deletions(-)

commit 5170ff73f12695a882d959bd0bd3591a88e0658c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Aug 2 19:45:11 2003 +0000

    	* Dumped the whole structures..

 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit f7468eb166d43d882ccb16c9b2044e340e693238
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Aug 2 19:44:24 2003 +0000

    fixed check

 tests/kpc-test | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 5d0a39a608d4665fb705a23fac7e89b7a967a565
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Aug 2 11:26:54 2003 +0000

    changed the install path

 KPC/Makefile.am        | 4 +++-
 scripts/ko-po-check.in | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit b0525ca06ed0912b610297d6c1817173a2c30f26
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Aug 2 11:26:34 2003 +0000

    fixed .po fetching scripts

 misc/get-gnome-po.sh | 6 ++----
 misc/get-kde-po.sh   | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

commit d7e3c6c979fd09545f6c3aa4d35f3e19e5455e94
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Aug 1 19:35:44 2003 +0000

    removed the last bits of src dir

 src/.cvsignore         | 4 ----
 src/filters/.cvsignore | 2 --
 2 files changed, 6 deletions(-)

commit 4a23bb0733129369f31d66f25eeb37206acfcc8b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Aug 1 19:34:54 2003 +0000

    dumped the whole structure

 .cvsignore                            |   2 +-
 KPC/.cvsignore                        |   3 +
 KPC/Makefile.am                       |   3 +
 KPC/po.py                             |  56 ++++++++++++
 KPC/poparse.py                        | 157 ++++++++++++++++++++++++++++++++++
 Makefile.am                           |   2 +-
 checks/Makefile.am                    |   1 +
 checks/convention/Makefile.am         |   4 +
 checks/convention/capital_mnemonic.py |  39 +++++++++
 checks/convention/copyright.py        |  33 +++++++
 checks/convention/gnome.py            |  27 ++++++
 checks/convention/kde.py              |  35 ++++++++
 checks/language/Makefile.am           |   4 +
 checks/language/chosaalternative.py   |  59 +++++++++++++
 checks/language/spell.py              | 120 ++++++++++++++++++++++++++
 checks/terminology/Makefile.am        |   4 +
 checks/terminology/gnomeguide.py      |  56 ++++++++++++
 configure.in                          |  14 +--
 scripts/.cvsignore                    |   3 +
 scripts/Makefile.am                   |   1 +
 scripts/ko-po-check.in                | 102 ++++++++++++++++++++++
 src/Makefile.am                       |   7 --
 src/filters/Makefile.am               |   8 --
 src/filters/capital_mnemonic.py       |  36 --------
 src/filters/chosa_alternative.py      |  55 ------------
 src/filters/common_misspell.py        | 116 -------------------------
 src/filters/copyright.py              |  30 -------
 src/filters/gnome.py                  |  24 ------
 src/filters/gnome_glossary.py         |  53 ------------
 src/filters/kde.py                    |  31 -------
 src/ko-po-check.in                    | 101 ----------------------
 src/localeutil.py                     |  44 ----------
 src/po.py                             |  56 ------------
 src/poparse.py                        | 157 ----------------------------------
 src/test.py                           |   7 --
 tests/kpc-test                        |   8 +-
 36 files changed, 722 insertions(+), 736 deletions(-)

commit 37b0ad7c03c057b70a7f0ffc2eb38adbfa6bf354
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jun 6 22:58:29 2003 +0000

    disabled document build

 doc/Makefile.am | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 4be57a8dfee78f330d19b1472fac4eb0a3ddad05
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Oct 27 13:38:22 2002 +0000

    	* src/ko-po-check.in: Returns nonzero on error
    	* src/ko-po-check.in: Fixed encoding error on --help, --version

 ChangeLog          |  5 +++++
 src/ko-po-check.in | 45 ++++++++++++++++++++++++++-------------------
 2 files changed, 31 insertions(+), 19 deletions(-)

commit e8d6cfa7eff8cdb1a6220fa0b2e170c8ae4e68b8
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Oct 12 17:54:43 2002 +0000

    added todo

 TODO | 2 ++
 1 file changed, 2 insertions(+)

commit 5f41bd961819dfac07f9afc5c32b580e62af0d60
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 23 11:38:40 2002 +0000

    release 0.3

 ChangeLog | 7 +++++++
 1 file changed, 7 insertions(+)

commit 15a20780a1ed43a6b7a26eee5073ed929c43797d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 23 11:37:13 2002 +0000

    version 0.3

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 22c1ff106d29928adff1e5704fb4a232fd19826a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 23 11:36:56 2002 +0000

    fixed distclean

 doc/Makefile.am | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit af3743958dabdd0b32db1ef04e07c817e0a18b94
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 23 11:26:00 2002 +0000

    revised tests

 tests/test-00002.out | 4 ++--
 tests/test-00007.out | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

commit a9f27e43d8ca489515f6b9229890c33104d721af
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 23 11:11:31 2002 +0000

    preparing 0.3 release

 NEWS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit 3ef1d60dddc9ddabd8a677bfc47bb2e9e851e9dd
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 23 11:10:23 2002 +0000

    added INSTALL

 .cvsignore | 1 +
 1 file changed, 1 insertion(+)

commit 399d6ecc55b71e8ece4ee6f73687089cc25e3090
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 18 03:53:50 2002 +0000

    more words

 ChangeLog                     | 4 ++++
 src/filters/gnome_glossary.py | 7 +++++++
 2 files changed, 11 insertions(+)

commit d3aa8bfcdab252ea96bbcbd5a1bc4c881d130b5e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Aug 16 21:46:43 2002 +0000

    only space

 src/filters/common_misspell.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 519342d759623950f7c48863faef419ce983137f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Aug 8 03:42:41 2002 +0000

    updated test

 tests/test-00008.po | 5 +++++
 1 file changed, 5 insertions(+)

commit 7fecc8925d36a7bd89a3fb4f12de3ef825f39ba3
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Aug 8 03:27:44 2002 +0000

    checks exactly one space

 src/filters/common_misspell.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1f267f792825d278e8d4ea97dce34bfb73a276fb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Aug 5 14:34:19 2002 +0000

    fixed tests

 tests/test-00008.out | 2 ++
 tests/test-00008.po  | 6 ++++++
 tests/test-00009.out | 4 ++--
 3 files changed, 10 insertions(+), 2 deletions(-)

commit af64561bca95e5124d60b87bfa21cb52c0f5c4a6
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Aug 5 14:33:46 2002 +0000

    조사 띄어쓰기 규칙 수정

 src/filters/common_misspell.py | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit e50447e3a83b6d756b5dac99b0208f9bc4c9214f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Aug 5 14:33:24 2002 +0000

    fixed typo

 src/filters/kde.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 3c92bf4f97ee866ab5de42417d2b7913b02a5bec
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 4 15:05:35 2002 +0000

    beginning document

 doc/.cvsignore        |    2 +
 doc/Makefile.am       |   12 +
 doc/ko-po-check.xml   |   38 +
 doc/spelling-rule.xml | 2858 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2910 insertions(+)

commit 4529902688ec91e2640de767fd9945c8d0afb57b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 4 10:59:36 2002 +0000

    updated todos

 TODO | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

commit 357994823485c61a42f03bbcde2455dff9c2e181
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 4 10:58:01 2002 +0000

    관용어 추가

 src/filters/gnome_glossary.py | 10 +++++++++-
 tests/test-00005.out          |  6 ++++++
 tests/test-00005.po           | 30 ++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 1 deletion(-)

commit 37f050987a7c1feebc30054e3cb1c6271ac8bbc8
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 4 10:06:43 2002 +0000

    ~슴 수정

 src/filters/common_misspell.py | 4 +++-
 tests/test-00003.out           | 4 ++++
 tests/test-00003.po            | 5 +++++
 3 files changed, 12 insertions(+), 1 deletion(-)

commit 5db56845b268abb4add5837c4602e65f897d55cc
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 4 09:56:46 2002 +0000

    	* src/filters/common_misspell.py: `~ㅆ음' 찾기.

 ChangeLog                      |  2 ++
 src/filters/common_misspell.py | 26 +++++++++++++++++++-------
 2 files changed, 21 insertions(+), 7 deletions(-)

commit e438d4d091c30445fccfe097a0aba617a8a709eb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 4 09:35:55 2002 +0000

    fixed unicode side effect

 src/filters/gnome.py | 2 +-
 tests/test-00007.out | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 466ce25de9f0cbe76899291c852a41b148b3b57c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 4 09:25:08 2002 +0000

    Used TEST_ENVIRONMENT to set LC_CTYPE in this test

 tests/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit f1aeb1efb61ddfcbd8b04f0b8d09df3604b04278
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 4 09:20:03 2002 +0000

    updated tests

 tests/test-00007.out | 2 --
 tests/test-00009.out | 9 +++++----
 tests/test-00009.po  | 9 +++++++++
 3 files changed, 14 insertions(+), 6 deletions(-)

commit 51395766214fc4754055c68cb0584c0de2b79920
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 4 09:19:28 2002 +0000

    	* src/poparse.py, src/localeutil.py: Internal string is now python
    	Unicode string.

 ChangeLog         |  3 +++
 src/localeutil.py | 10 +++++-----
 src/poparse.py    |  4 ++--
 3 files changed, 10 insertions(+), 7 deletions(-)

commit a3c01a34b0743aaed6b2f894b043f815c5b559a6
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 4 07:38:00 2002 +0000

    more todo lists

 TODO | 1 +
 1 file changed, 1 insertion(+)

commit c529ecb57854d30049171fcd8e2785c9b8f9a6be
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 4 07:09:05 2002 +0000

    	* src/filters/kde.py: Applied the KDE patch from KIM KyungHeon.

 ChangeLog          | 4 ++++
 src/filters/kde.py | 7 +++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 323b0cce6dec040df3259e397a880e0803eda0c9
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Aug 2 18:32:24 2002 +0000

    release 0.2

 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit c1c1dee68c01cb1d322f258727a574404be65a80
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Aug 2 18:29:00 2002 +0000

    preparing 0.2 release

 NEWS         | 16 ++++++++++++++++
 configure.in |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

commit 8343fae7053f0f8b96d8bdf14f4299c854413f27
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Aug 2 18:28:13 2002 +0000

    updated

 THANKS | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit d363c28e7f17b38b122f2d8f5745ee96cc08bf8e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Aug 1 11:24:31 2002 +0000

    Used AM_PATH_PYTHON.

 ChangeLog    | 2 ++
 configure.in | 2 ++
 2 files changed, 4 insertions(+)

commit 0eabaa98d6076ba23a7d7c49050888f1b9e99064
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Aug 1 10:58:05 2002 +0000

    updated todos

 TODO | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

commit 6db57ce41359382c63158f8a50c00a473af194fb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Aug 1 10:57:40 2002 +0000

    forgot this...

 ChangeLog | 2 ++
 1 file changed, 2 insertions(+)

commit 0a20b68378b670eb180e72edb983414c40c28bf0
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Aug 1 10:57:31 2002 +0000

    updated

 tests/test-00002.out | 2 ++
 1 file changed, 2 insertions(+)

commit c888b6384c9e04a9ed63969c01676ca721767d3e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Aug 1 10:56:05 2002 +0000

    KDE specific

 src/filters/kde.py   | 28 ++++++++++++++++++++++++++++
 tests/test-00009.out |  4 ++++
 tests/test-00009.po  | 45 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 77 insertions(+)

commit 88039e2ce40a6f988fdce938ff2eb1bd6bb9d41e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Aug 1 10:41:41 2002 +0000

    조사 띄어 쓰기 추가
    ~할 때 띄어 쓰기 추가
    More tests

 ChangeLog                      |  3 +++
 src/filters/common_misspell.py | 17 +++++++++++++++++
 tests/test-00006.out           |  2 ++
 tests/test-00006.po            | 13 ++++++++++++-
 tests/test-00007.out           |  3 +++
 tests/test-00007.po            | 32 ++++++++++++++++++++++++++++++++
 tests/test-00008.out           |  2 ++
 tests/test-00008.po            | 33 +++++++++++++++++++++++++++++++++
 8 files changed, 104 insertions(+), 1 deletion(-)

commit 43b8333d67e464fd347fc3cb512409c7cf661119
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Aug 1 10:19:12 2002 +0000

    added gnome.py

 src/filters/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 455145fe01bc452778be5e63f65110738aa2c3ca
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Aug 1 10:18:48 2002 +0000

    	* src/filters/gnome.py: New file.  Checks "translator_credits"
    	translation.

 ChangeLog            |  3 +++
 src/filters/gnome.py | 24 ++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

commit 6b5dc85bce5c483433d25df07927d1ff48b9fb5a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 31 18:43:17 2002 +0000

    	* src/poparse.py, src/ko-po-check.in: Display the exact line
    	number on ParseError.

 ChangeLog          |  3 +++
 src/ko-po-check.in |  4 ++--
 src/poparse.py     | 27 +++++++++++++++------------
 3 files changed, 20 insertions(+), 14 deletions(-)

commit 6630f461ed3b91f0a39d7e3c476e8d0907bf2507
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 31 17:38:17 2002 +0000

    chosa suggestion

 TODO                             |  3 ---
 src/filters/chosa_alternative.py | 27 ++++++++++++++++++++++-----
 tests/test-00002.out             | 18 +++++++++---------
 3 files changed, 31 insertions(+), 17 deletions(-)

commit d9206ee5b0d17efc82845152c2de936ea4c6d299
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 31 17:07:28 2002 +0000

    updated entries

 ChangeLog | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit a5d30b8640dbb84e685b88e08c7bdeac630251ac
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 31 17:06:05 2002 +0000

    Added a test

 tests/test-00006.out | 1 +
 tests/test-00006.po  | 6 ++++++
 2 files changed, 7 insertions(+)

commit b3db7576218fd7e5624f3a9ea6191e5bd47be803
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 31 17:04:14 2002 +0000

    Inserted missing comma

 src/filters/common_misspell.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c98cf63c03efcbf204e9b54cda5b36ae3ca7ce10
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 31 17:03:09 2002 +0000

    fixed parsing bug
    display parseerror line no.

 src/ko-po-check.in | 3 ++-
 src/poparse.py     | 8 ++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 1bdc8b9c34a0fccd0bc43104fe4ca060af2244e8
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 31 12:33:04 2002 +0000

    updated distribution documents

 README | 11 ++++++-----
 THANKS |  3 +++
 TODO   | 39 +++++++++++++++++++++++++++++++--------
 3 files changed, 40 insertions(+), 13 deletions(-)

commit 94d02e2ffc40879b2b3398d16645ca51e0544217
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 31 03:49:48 2002 +0000

    Addded LC_CTYPE dependent message out module

 ChangeLog                        |  6 +++++
 TODO                             |  5 ----
 src/Makefile.am                  |  2 +-
 src/filters/capital_mnemonic.py  |  6 ++---
 src/filters/chosa_alternative.py |  8 +++----
 src/filters/common_misspell.py   | 24 +++++++++----------
 src/filters/copyright.py         |  6 ++---
 src/filters/gnome_glossary.py    | 16 ++++++-------
 src/ko-po-check.in               | 50 ++++++++++++++++++++++------------------
 src/localeutil.py                | 44 +++++++++++++++++++++++++++++++++++
 10 files changed, 108 insertions(+), 59 deletions(-)

commit 57222187ef412d65fb2205e40759aca0a0b40af0
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jul 28 09:07:53 2002 +0000

    added information about the korean codecs

 README | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit d65cd430203d86c22f5dd457005e91b600c3cf48
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jul 28 09:03:00 2002 +0000

    	* src/filters/common_misspell.py (verbs_re): Added more verbs.

 ChangeLog                      |  8 ++++++++
 src/filters/common_misspell.py | 11 +++++++++++
 2 files changed, 19 insertions(+)

commit 8e54e689f0876924705e750211b787e0bc54030f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 27 16:11:53 2002 +0000

    new file

 THANKS | 1 +
 1 file changed, 1 insertion(+)

commit 3724c04427cdf8ad5afe7f9b2cdd0670c215656c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 27 15:25:57 2002 +0000

    get the most recent messages

 misc/get-tp-po.sh | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

commit d207a888197e5710a05eccbdc36389c80a95dcce
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 27 14:29:54 2002 +0000

    preparing the release

 NEWS   |  6 ++++++
 README | 15 +++++++++++++++
 2 files changed, 21 insertions(+)

commit 823518a900187501e86c7aef80de81cc1a522d5e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 27 14:21:32 2002 +0000

    updated todos

 TODO | 1 +
 1 file changed, 1 insertion(+)

commit eeaeffc6f85c8042c371eade02aeb0effea6f8b4
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 27 13:00:39 2002 +0000

    more help message
    supports multiple input files

 src/ko-po-check.in | 70 +++++++++++++++++++++++-------------------------------
 1 file changed, 30 insertions(+), 40 deletions(-)

commit 5afe0b8147bc0c151c000b6e618f31814c78230d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jul 26 20:09:45 2002 +0000

    applied

 tests/test-00003.out | 2 ++
 1 file changed, 2 insertions(+)

commit 03879b6543d35db7afaf7874c8e8072709207418
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jul 26 20:07:11 2002 +0000

    Added more files in misc/ dir

 Makefile.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d433f2450b2b538c44ba98bcb3f59caa532bff6e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jul 26 20:06:54 2002 +0000

    parse error exception 처리

 src/ko-po-check.in | 6 +++++-
 src/poparse.py     | 8 ++++++--
 2 files changed, 11 insertions(+), 3 deletions(-)

commit 414381b4e3805483ed1fa55b6f8b07dc6d142705
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jul 26 20:06:42 2002 +0000

    로부터/으로부터 추가

 src/filters/chosa_alternative.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit aef9fe4e9e978684b8b39be1386af2e0a8847195
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jul 26 18:42:25 2002 +0000

    의존명사

 TODO                           |  6 ------
 src/filters/common_misspell.py | 34 +++++++++++++++++++++++++++++++---
 tests/test-00006.out           |  3 +++
 tests/test-00006.po            | 28 ++++++++++++++++++++++++++++
 4 files changed, 62 insertions(+), 9 deletions(-)

commit 16e362f46bf7bae6ae0f1a84b15d9bf65ed3ae58
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jul 26 18:02:36 2002 +0000

    Fixed wrong detection on chosa prefixed words

 src/filters/chosa_alternative.py |  2 +-
 tests/test-00002.out             | 38 +-------------------------------------
 tests/test-00002.po              |  6 ++++++
 3 files changed, 8 insertions(+), 38 deletions(-)

commit 73df5408e392fcf9992781f954925e9677f0c11c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jul 25 19:57:03 2002 +0000

    applied the modified messages to the test results

 tests/test-00003.out | 3 ++-
 tests/test-00005.out | 7 ++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

commit a87135aad8009b0a17566d036c12d369c955ca17
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jul 25 19:55:13 2002 +0000

    more strict check
    testcases cleanup

 src/filters/common_misspell.py |  6 ++---
 tests/test-00003.out           |  4 ++--
 tests/test-00003.po            |  7 +++++-
 tests/test-00005.out           |  2 +-
 tests/test-00005.po            | 50 ++++++++++++++++++++++++++++++++++-----
 tests/test-00006.out           |  1 -
 tests/test-00006.po            | 16 -------------
 tests/test-00007.out           |  2 --
 tests/test-00007.po            | 16 -------------
 tests/test-00008.out           |  1 -
 tests/test-00008.po            | 16 -------------
 tests/test-00009.out           |  6 -----
 tests/test-00009.po            | 53 ------------------------------------------
 13 files changed, 56 insertions(+), 124 deletions(-)

commit 4e56f4284bce2c094e6a10095f7e22c96404883a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jul 25 19:30:52 2002 +0000

    checks only translated entries...

 src/ko-po-check.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit db07317ada2fa056843153e41e802724cf9a547a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jul 25 19:28:35 2002 +0000

    do not checks untranslated messages

 src/ko-po-check.in | 3 ++-
 src/po.py          | 8 ++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

commit dac269468ad3fd5425a6709753a23e7f9e1cade0
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jul 25 19:26:57 2002 +0000

    checks number of lines

 src/filters/copyright.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 45745766c2ac166c6d9cc0351585c0db7dcb27f8
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jul 25 19:05:00 2002 +0000

    better copyright checks test

 tests/test-00004.out |  5 +++--
 tests/test-00004.po  | 31 ++++++++++++++++++++++++-------
 2 files changed, 27 insertions(+), 9 deletions(-)

commit b04b1492c535d403453a15bce169cb0ae2fce985
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jul 25 18:55:18 2002 +0000

    checks '(c)' without leading 'copyright'

 src/filters/copyright.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f36b81a16ab7b1b5d7545cf74bb3280f36adf07b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jul 25 18:44:49 2002 +0000

    better test

 tests/test-00003.out |  4 +++-
 tests/test-00003.po  | 34 ++++++++++++++++++++++++++++------
 2 files changed, 31 insertions(+), 7 deletions(-)

commit 5419f179a777e8113286dfb2fa2be326be248266
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jul 25 18:25:15 2002 +0000

    added "copyright", "gnome_glossary" filters

 TODO                     | 10 ++--------
 src/filters/Makefile.am  |  6 ++++--
 src/filters/copyright.py | 30 ++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 10 deletions(-)

commit a116a770083432d7337ab221bea82c6a4855f1f3
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jul 25 17:13:24 2002 +0000

    migration to unicode, phase 1

 src/filters/capital_mnemonic.py  |  5 ++++-
 src/filters/chosa_alternative.py |  7 +++++--
 src/filters/common_misspell.py   | 13 ++++++++-----
 src/filters/gnome_glossary.py    | 16 ++++++++++------
 src/ko-po-check.in               | 36 ++++++++++++++++++------------------
 src/poparse.py                   | 11 ++++++++++-
 6 files changed, 55 insertions(+), 33 deletions(-)

commit 314f8f038bf00417062e977efe7cca46dd3a3286
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 24 14:47:22 2002 +0000

    more better chosa checking test

 tests/test-00002.out | 45 +++++++++++++++++++++++++++++++++
 tests/test-00002.po  | 71 +++++++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 110 insertions(+), 6 deletions(-)

commit 3438236bb6ff4d148e2173012b817eab4191c14c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 24 14:47:03 2002 +0000

    updated date

 tests/test-00001.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit e8d251485d7a17763662b6723cb028b051d11c07
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 24 09:04:55 2002 +0000

    handles quotes around the format

 src/filters/chosa_alternative.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0d670c0d804ae42ca1c7b278bb544d8fa258e445
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jul 23 18:46:36 2002 +0000

    updated todo list

 TODO | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 50d8fffebd8c6e5cffc933a5113926c61c21bb69
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jul 23 18:46:01 2002 +0000

    fixed error on --help

 src/ko-po-check.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7b25395f1972e7c10d41b695e4928866b87b19c0
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jul 23 18:17:51 2002 +0000

    the translation project mass check scripts

 misc/check-tp-po.sh |  7 +++++++
 misc/get-tp-po.sh   | 18 ++++++++++++++++++
 2 files changed, 25 insertions(+)

commit cb2282783827cd11232cd4b64f5d529b892ecda4
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jul 23 18:01:12 2002 +0000

    better mnemonic checking test set

 tests/test-00001.out |  3 ++-
 tests/test-00001.po  | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 48 insertions(+), 2 deletions(-)

commit 8e909a11913b0f1c49218012069c2a9ac06175f1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jul 23 16:46:02 2002 +0000

    updated todos

 TODO | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

commit c2650821b1ce851d97dc2db581ee2ac6d822eacb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jul 23 15:33:14 2002 +0000

    updated todo list

 TODO | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 53ccf1bcac10b3f1a737e6b97eee76857d804d6f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jul 23 15:31:39 2002 +0000

    fixed chosa regexp

 src/filters/chosa_alternative.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit e316ff3d7f652049d84310634ce104821143570f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jul 23 15:15:39 2002 +0000

    corrected syntax err

 src/filters/chosa_alternative.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7669eabae9e349da8a940a487db6bddd4e9d31fb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jul 23 15:13:01 2002 +0000

    improved chosa format regexp

 src/filters/chosa_alternative.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit d0bcf085e2dcb7f74478adb1b1b453b1dd03185c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jul 23 15:04:16 2002 +0000

    reverted

 src/test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b77c944dc656ab723c1ccc46d4f43f930c8d18ed
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jul 23 15:04:01 2002 +0000

    impoved chosa regexp

 src/filters/chosa_alternative.py | 5 ++++-
 src/test.py                      | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

commit eec282cb53e4f0ff282604c453fdd1c688d246f0
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jul 23 13:44:32 2002 +0000

    space after the string

 TODO           |  2 --
 src/poparse.py | 40 +++++++++++++++++-----------------------
 2 files changed, 17 insertions(+), 25 deletions(-)

commit 686093f51efdc37c50dc4131e907048963160395
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jul 23 13:41:45 2002 +0000

    oops...  removed test code

 src/ko-po-check.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4764cf38b59f891563f349017983ec35a567c948
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Jul 22 14:29:21 2002 +0000

    ensures codec installation
    --help and --version

 TODO               |  2 --
 src/ko-po-check.in | 30 ++++++++++++++++++++++++++----
 2 files changed, 26 insertions(+), 6 deletions(-)

commit 9992624590ec3c24e5b12c311889ccba9cb1caaa
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Jul 22 06:53:38 2002 +0000

    updated todo's

 TODO | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit b038efeef245eedbbbbc1fdbef2174229416b0fb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Jul 22 06:53:21 2002 +0000

    parse error on space after quote

 src/poparse.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit e1608b410cc3696fb48f509bf407d1510f5a8db2
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Jul 22 06:43:33 2002 +0000

    라는/이라는 추가

 src/filters/chosa_alternative.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cd988947ce4c853821317905a2bc0db5d87afe3d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Jul 22 06:16:02 2002 +0000

    position specifier in format

 src/filters/chosa_alternative.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bc2399644a350623ab6be7f28ff2db6be19dcfb3
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Jul 22 05:53:53 2002 +0000

    kde mass check scripts

 misc/check-kde-po.sh |  7 +++++++
 misc/get-kde-po.sh   | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

commit dfb29d91372311d46e83d5e63c91caab2e6bbbc5
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jul 21 17:39:42 2002 +0000

    *.out files included into the dist

 tests/Makefile.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 447ca6a9d408cb334f15772364cb887229dca820
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jul 21 17:39:26 2002 +0000

    fixed when builddir != srcdir

 tests/kpc-test | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit f73bc8d79db329a4bb9dd7865dde8fab3abc775b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jul 21 17:29:10 2002 +0000

    added HACKING and autogen.sh files

 Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit a9eddde8750d88fc5c03e1eb8d470cf2489c37db
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jul 21 12:35:16 2002 +0000

    unicode conversion error detecting

 src/ko-po-check.in | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit c46ea74b8b42209e1e00e4bf34a5f9111fa513df
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jul 21 12:34:49 2002 +0000

    added a common misspelled word

 src/filters/common_misspell.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 30828e579578ee429a712bb79a98b61c21f47533
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jul 21 07:36:06 2002 +0000

    mass check scripts

 Makefile.am            |  2 ++
 misc/check-gnome-po.sh |  7 +++++++
 misc/get-gnome-po.sh   | 23 +++++++++++++++++++++++
 3 files changed, 32 insertions(+)

commit c97cc153d52499d7435e3118b86020199b5b598e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jul 21 07:02:35 2002 +0000

    corrected err message

 src/filters/chosa_alternative.py | 4 ++--
 tests/test-00003.out             | 2 +-
 tests/test-00004.out             | 2 +-
 tests/test-00007.out             | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

commit 04f544161291186086d9d8d2a7ac3c16de5d5409
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jul 21 07:02:14 2002 +0000

    multi-lined error

 src/ko-po-check.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 571977b58681c5f7afccc894bb9b6fbacea971c1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jul 21 07:01:47 2002 +0000

    correct invoking

 src/test.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a03e423813e0f58f2fe4ba9cf8f69c83f4d0faf0
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 20 19:13:51 2002 +0000

    gnome glossary(?) filter

 src/filters/gnome_glossary.py | 34 +++++++++++++++++++++++++++
 tests/test-00009.out          |  6 +++++
 tests/test-00009.po           | 53 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 93 insertions(+)

commit ce31abd71f1ab77cb8c366ce9145055fa0498a86
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 20 18:20:58 2002 +0000

    automated testing & comparing the result

 tests/kpc-test       | 16 ++++++++++++----
 tests/test-00001.out |  1 +
 tests/test-00002.out |  0
 tests/test-00003.out |  1 +
 tests/test-00004.out |  2 ++
 tests/test-00005.out |  1 +
 tests/test-00006.out |  1 +
 tests/test-00007.out |  2 ++
 tests/test-00008.out |  1 +
 tests/test-00008.po  | 16 ++++++++++++++++
 10 files changed, 37 insertions(+), 4 deletions(-)

commit efae94f0da708f5e432d648a9f5e68b02bfd6d78
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 20 18:20:42 2002 +0000

    test convenience file

 src/test.py | 7 +++++++
 1 file changed, 7 insertions(+)

commit 1b98d009aac2874528e21598e81404c9e985553c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 20 17:38:38 2002 +0000

    handles case when builddir != srcdir

 tests/kpc-test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f6e16ae325ac52eb5d7d2fdef314d2d7d323974f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 20 16:54:03 2002 +0000

    fixed chosa rule

 src/filters/chosa_alternative.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 48e5c7b116e5aba53a55ee001e3c444ff7348b57
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 20 16:37:29 2002 +0000

    added "doc" dir

 Makefile.am     | 2 +-
 configure.in    | 1 +
 doc/.cvsignore  | 2 ++
 doc/Makefile.am | 0
 4 files changed, 4 insertions(+), 1 deletion(-)

commit c44e2020fc633ead61ab76541226d2b818464ad3
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 20 14:22:04 2002 +0000

    uninstalled tests

 tests/kpc-test | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit c0cfec9e7241d567bb61d6b4d1d83f9b9a107ef1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 20 14:21:09 2002 +0000

    option with an argument

 src/ko-po-check.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c7a953f5a950b39fe3540a84c7c5cbc2259ed540
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 20 14:17:06 2002 +0000

    added command line options

 src/ko-po-check.in | 26 +++++++++++++++++++++++---
 1 file changed, 23 insertions(+), 3 deletions(-)

commit 5b1ba81858a5fdcb827274c17c6958112d12c1cd
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 20 14:16:07 2002 +0000

    more todos

 TODO | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit fb8bf463e68d5b4611c874734d1d2850b1b4cf4e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 20 13:22:56 2002 +0000

    included test files

 tests/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

commit 1110c3005d978a3777654353e291b5f9a94fd33c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jul 19 17:14:49 2002 +0000

    UTF-8 encoded test

 tests/test-00007.po | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit c0258c253c72e18fd397e96377fb26fabc1eb12e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jul 19 17:11:54 2002 +0000

    FIXME - converting all msgstr in EUC-KR

 src/ko-po-check.in | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit f07a1691a3530a26d6e98ff3e198f786d1a513ee
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jul 19 02:36:39 2002 +0000

    made it work

 src/ko-po-check.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 82a398fcebc3364c1372f9117d5b6c32b550a51b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Jul 19 02:15:03 2002 +0000

    used automake's *_PYTHON facilities

 .cvsignore              | 1 +
 src/Makefile.am         | 6 ++----
 src/filters/Makefile.am | 4 +---
 src/ko-po-check.in      | 2 +-
 4 files changed, 5 insertions(+), 8 deletions(-)

commit 88b5b3edf53dd3a019b6aa721bd3c00ca06cb993
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jul 18 12:01:25 2002 +0000

    Hided copy&paste :)

 src/filters/capital_mnemonic.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 126e514bbeedd5f3d1c0c841d032383f6f4278cb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Jul 18 11:59:51 2002 +0000

    more cvsignore's

 .cvsignore | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit eb5973e80e95b05525f7b061e8e72fea395e6c14
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 17 18:40:22 2002 +0000

    removed debug msg

 src/filters/common_misspell.py | 1 -
 1 file changed, 1 deletion(-)

commit 6e92d101b7c713efa20e57f5fb8db4b319fc3255
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 17 18:15:36 2002 +0000

    common wrong spelling checks

 src/filters/Makefile.am        |  3 ++-
 src/filters/common_misspell.py | 42 ++++++++++++++++++++++++++++++++++++++++++
 tests/test-00004.po            | 16 ++++++++++++++++
 tests/test-00005.po            | 16 ++++++++++++++++
 tests/test-00006.po            | 16 ++++++++++++++++
 5 files changed, 92 insertions(+), 1 deletion(-)

commit 6f080477143689f1ab4687babd6b436a3742fbe9
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 17 17:48:37 2002 +0000

    some administrative files

 AUTHORS    | 1 +
 autogen.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit e7959b906f573f804f0d62839e2b6b857c8bb0ca
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 17 17:48:05 2002 +0000

    todo list

 TODO | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit beb91529fe5b9bc6c56cb392f2316e6d49589325
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 17 17:08:40 2002 +0000

    fixed name conflict

 src/ko-po-check.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit eb04a3cae90758acb79ababa395d919813a15b11
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 17 17:07:55 2002 +0000

    efficient filter loading
    filter name

 src/filters/capital_mnemonic.py  |  3 +++
 src/filters/chosa_alternative.py |  2 ++
 src/ko-po-check.in               | 16 ++++++++++------
 3 files changed, 15 insertions(+), 6 deletions(-)

commit 4807f1796a770dd7cc6ee40b6036d5057e9dff11
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Jul 17 17:07:01 2002 +0000

    track line no

 src/poparse.py | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

commit 33792a0c94c46668ae95248ca15c9bce2b393358
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Jul 15 04:42:10 2002 +0000

    made it installable

 src/ko-po-check.in | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

commit b2e160f14a961617d79110c5a078225c4a781a2c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jul 14 17:49:08 2002 +0000

    preliminary filter interface again

 src/ko-po-check.in | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit 9d3c59b1ebbd8b1743079ef6d2a4c5a39e6e5df1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jul 14 15:03:29 2002 +0000

    preliminary filter interface

 configure.in                     |  1 +
 src/Makefile.am                  |  3 +++
 src/filters/.cvsignore           |  2 ++
 src/filters/Makefile.am          |  6 ++++++
 src/filters/capital_mnemonic.py  | 30 ++++++++++++++++++++++++++++++
 src/filters/chosa_alternative.py | 30 ++++++++++++++++++++++++++++++
 src/ko-po-check.in               |  5 +++++
 tests/test-00003.po              | 16 ++++++++++++++++
 8 files changed, 93 insertions(+)

commit f99d4417931cf1ffde58e653069b5c0469fcf866
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jul 14 13:19:13 2002 +0000

    initial commit

 .cvsignore          |   7 ++
 AUTHORS             |   0
 ChangeLog           |   0
 HACKING             |   4 ++
 Makefile.am         |   1 +
 NEWS                |   0
 README              |   0
 autogen.sh          | 185 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in        |  11 ++++
 src/.cvsignore      |   4 ++
 src/Makefile.am     |   6 ++
 src/ko-po-check.in  |  23 +++++++
 src/po.py           |  48 ++++++++++++++
 src/poparse.py      | 137 ++++++++++++++++++++++++++++++++++++++
 tests/.cvsignore    |   2 +
 tests/Makefile.am   |   1 +
 tests/kpc-test      |  11 ++++
 tests/test-00001.po |  16 +++++
 tests/test-00002.po |  16 +++++
 19 files changed, 472 insertions(+)
