perky 02/04/24 00:46:38
Modified: . Makefile ChangeLog
Log:
- Remove -t option from generating changelog
Revision Changes Path
1.2 +2 -2 KoreanCodecs/Makefile
Index: Makefile
===================================================================
RCS file: /cvsroot/koco/KoreanCodecs/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile 17 Apr 2002 10:10:43 -0000 1.1
+++ Makefile 24 Apr 2002 07:46:38 -0000 1.2
@@ -3,7 +3,7 @@
#
# by Hye-Shik Chang <pe...@fa...>
#
-# $Id: Makefile,v 1.1 2002/04/17 10:10:43 perky Exp $
+# $Id: Makefile,v 1.2 2002/04/24 07:46:38 perky Exp $
#
CVS2CL= /usr/local/bin/cvs2cl
@@ -13,7 +13,7 @@
rm -rf build
log:
- ${CVS2CL} -f ChangeLog --accum -r -b -t -S --no-wrap -U mk/unames
+ ${CVS2CL} -f ChangeLog --accum -r -b -S --no-wrap -U mk/unames
dist: ChangeLog
${PYTHON} setup.py sdist
1.2 +63 -2 KoreanCodecs/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvsroot/koco/KoreanCodecs/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 17 Apr 2002 10:10:43 -0000 1.1
+++ ChangeLog 24 Apr 2002 07:46:38 -0000 1.2
@@ -1,6 +1,67 @@
------------------------------------------------------------------------------
-Version 2.0.3 (2002-04-xx)
+2002-04-24 16:38 Hye-Shik Chang <pe...@fa...>
+ * korean/python/unijohab.py (1.4):
+
+ - Change unijohab implementation to use newly introduced hangul.conjoin
+ and hangul.disjoint
+
+ Reviewed by: unittest ;)
+
+2002-04-24 16:20 Hye-Shik Chang <pe...@fa...>
+
+ * test/test_hangul.py (1.4), korean/python/hangul.py (1.3):
+
+ - Add hangul.conjoin and hangul.disjoint functions
+ (this function set provides converter between U+AC00 and U+1100 pages)
+
+2002-04-24 14:00 Hye-Shik Chang <pe...@fa...>
+
+ * korean/python/hangul.py (1.2):
+
+ - Simpilify join, split function implementation.
+
+2002-04-24 13:19 Hye-Shik Chang <pe...@fa...>
+
+ * test/test_hangul.py (1.3):
+
+ - Add hangul format string test units
+
+2002-04-24 12:36 Hye-Shik Chang <pe...@fa...>
+
+ * korean/python/hangul.py (1.1):
+
+ - Move hangul python implementation into python/
+ - Added hangul.format, the hangul adaptive formatter
+
+2002-04-19 06:45 Hye-Shik Chang <pe...@fa...>
+
+ * src/_koco.c (1.12):
+
+ - Make compatible with Intel C/C++ Compiler
+
+2002-04-17 19:56 Hye-Shik Chang <pe...@fa...>
+
+ * test/test_hangul.py (1.2):
+
+ - Sync with korean.hangul's name changes
+
+2002-04-17 19:43 Hye-Shik Chang <pe...@fa...>
+
+ * setup.py (1.11), korean/__init__.py (1.4), korean/aliases.py
+ (1.1), misc/KoreanCodecs.pth (1.2), misc/korean.pth (1.1):
+
+ (Catch up JapaneseCodecs 1.4.5's style)
+
+ - Change pth filename same to package name
+ - Add --without-aliases option onto setup.py
+ - Move alias codes from __init__.py to aliases.py
+
+2002-04-17 19:10 Hye-Shik Chang <pe...@fa...>
+
+ * ChangeLog (1.1), Makefile (1.1), mk/unames (1.1):
+
+ - Add tools for generate ChangeLog
+
2002-04-12 07:04 Hye-Shik Chang <pe...@fa...>
* korean/python/qwerty2bul.py (1.4):
|