platform/core/uifw/libhangul.git
2006-10-21 Choe Hwanjindata/hanja/hanja.txt:
2006-10-01 Choe Hwanjinhangul/hangul.h,hangul/hanja.c:
2006-10-01 Choe Hwanjinhangul/hangul.h,hangul/hangulinputcontext.c:
2006-09-23 Choe Hwanjindata/hanja/hanja.txt:
2006-05-23 Choe Hwanjinbindings 디렉토리에 Makefile.am 추가
2006-05-22 Choe Hwanjinupdate ChangeLog
2006-05-22 Choe HwanjinLIBHANGUL_VERSION 대신 PACKAGE_VERSION을 사용함
2006-05-15 Choe Hwanjincandidate의 순서를 nabi와 같게 바꿈
2006-05-14 Choe Hwanjinucs string의 nul 문자를 L'\0'에서 0으로 바꿈
2006-05-13 Choe Hwanjin* bindings 디렉토리 추가 (python, ruby포함) libhangul-0.0.2
2006-03-23 Choe Hwanjinhangul_ic_process_jamo에서 처리하지 않는 글자는 false를 리턴하게 함
2006-03-12 Choe Hwanjinbindings dir 추가
2006-03-12 Choe Hwanjinhangul_ic_dvorak_to_qwerty() 추가
2006-03-12 Choe Hwanjindvorak + 두벌식 자판에서 기호글자는 qwerty 배열처럼 처리
2006-03-04 Choe Hwanjin자모식 루틴에서 영문자 처리 개선
2006-02-25 Choe Hwanjinfilter 함수 인자 바뀐 것을 적용함
2006-02-25 Choe HwanjinHangulInputContext의 실제 구현을 hangulinputcontext.c로 숨김
2006-02-25 Choe Hwanjin라이센스 연도 갱신
2006-02-25 Choe Hwanjinhangul_ic_process_jaso()(세벌식 루틴)에서도 filter 함수 적용
2006-02-25 Choe Hwanjinhangul_jaso_to_jamo에서 잘못된 처리 수정
2006-02-25 Choe Hwanjinhangul_ic_push 가 실패할 경우 한번더 push함
2006-02-18 Choe Hwanjinadd hangul_jaso_to_jamo()
2006-02-18 Choe Hwanjinignore comment line which is started by '#' or blank...
2006-02-17 Choe Hwanjinuse buffer.jongseong not jungseong on hangul_ic_push
2006-02-17 Choe Hwanjin* filter function and data pointer initialize
2006-02-17 Choe Hwanjinadd hangul_ic_set_filter() function
2006-02-11 Choe Hwanjinrename hangul_ic_filter to hangul_ic_process
2005-12-21 Choe Hwanjinremove word dictionary data and add license terms
2005-12-14 Choe Hwanjinfix bug #301100, thanks to Young Chol Song (skystars)
2005-11-27 Choe Hwanjinfix the problem that 'krrk' generate '각가'
2005-11-20 Choe Hwanjinupdate changelog libhangul-0.0.1
2005-11-19 Choe Hwanjinchange includedir to have hangul header directory in...
2005-11-19 Choe Hwanjinadd libtoolize command
2005-11-19 Choe Hwanjinadd pyhangul test code pyhangul/test_pyhangul.py
2005-11-19 Choe Hwanjinadd test to SUBDIRS
2005-11-19 Choe Hwanjinupdate documents
2005-11-19 Choe Hwanjinadd developer, Joon-cheol Park
2005-11-19 Choe Hwanjinclean up setup.py, python install script
2005-11-18 Choe Hwanjinadd doxygen support
2005-11-18 Choe Hwanjinadd some new word
2005-11-04 Choe HwanjinApply the changes, libtoolize and new api hangul_ic_flush
2005-11-04 Choe HwanjinChange comment style, // -> /* */
2005-11-04 Choe HwanjinChange wchar_t to ucschar
2005-11-04 Choe HwanjinAdd new api hangul_ic_flush
2005-11-04 Choe Hwanjinlibtoolize
2005-10-29 Choe Hwanjin* return false if we do not use the key event
2005-10-03 Choe Hwanjin* Makefile.am: add pkgconfig file rule
2005-10-02 Choe Hwanjinadd hangul_ic_reset() function
2005-10-02 Choe Hwanjin* remove unneeded main() function ;)
2005-10-01 Choe Hwanjinadd svn:ignore properties
2005-10-01 Choe Hwanjin* data/hanja/hanja.txt: add default hanja dictionary...
2005-10-01 Choe Hwanjin* use ucschar instead of wchar_t
2005-10-01 Choe Hwanjinrename hangul_is_reset -> hangul_ic_flush
2005-10-01 Choe Hwanjinchange the license to LGPL
2005-10-01 Choe Hwanjin* change wchar_t to ucschar(uint32_t)
2005-09-25 Choe Hwanjin* Makefile.am: remove test from SUBDIR target
2005-09-25 Choe Hwanjin* libtoolize
2005-09-25 Choe Hwanjinhangul_is_syllable(wchar_t ch) 추가
2005-08-25 Choe Hwanjindo not make string, if there is no cho, jung, jongseong
2005-08-21 Choe Hwanjinappend the translated char to the commit string if...
2005-07-23 Choe Hwanjinmigrate to svn and rearrange source directory
2004-12-14 Choe HwanjinChange api of hangul_ic_filter(); remove capslock argument.
2004-12-07 Choe Hwanjininclude inttypes.h instead of stdint.h
2004-12-05 Choe Hwanjin * Add 3no-shift, 3yetgul keyboard
2004-12-01 JoonCheol Parkadd a script for win32-setup (using mingw32 compiler)
2004-11-08 JoonCheol Park*** empty log message ***
2004-11-08 JoonCheol Parksetup.py� path��
2004-11-08 Choe Hwanjinwrite README and add autogen.sh
2004-11-08 Choe HwanjinInitial revision