[Prime-cvs] CVS update: prime-el

Back to archive index

Hiroyuki Komatsu komat****@users*****
2005年 3月 2日 (水) 18:26:16 JST


Index: prime-el/ChangeLog
diff -u prime-el/ChangeLog:1.54 prime-el/ChangeLog:1.55
--- prime-el/ChangeLog:1.54	Thu Feb 24 14:34:56 2005
+++ prime-el/ChangeLog	Wed Mar  2 18:26:16 2005
@@ -1,3 +1,12 @@
+2005-03-02  Hiroyuki Komatsu  <komat****@taiya*****>
+
+	* prime-el 1.5.1.3:
+	
+	* src/prime-server.el: 
+	Fixed a bug happend in CPerl mode.
+	- Added the function mell-string-split overwriting the old one in Mell.
+	- Replaced from the original split-string to our mell-string-split.
+
 2005-02-24  Hiroyuki Komatsu  <komat****@taiya*****>
 
 	* prime-el 1.5.1.2:
Index: prime-el/configure.ac
diff -u prime-el/configure.ac:1.34 prime-el/configure.ac:1.35
--- prime-el/configure.ac:1.34	Thu Feb 24 14:34:56 2005
+++ prime-el/configure.ac	Wed Mar  2 18:26:16 2005
@@ -1,5 +1,5 @@
 dnl configure.in: Creates a configure script for prime-el of PRIME.
-dnl $Id: configure.ac,v 1.34 2005/02/24 05:34:56 komatsu Exp $
+dnl $Id: configure.ac,v 1.35 2005/03/02 09:26:16 komatsu Exp $
 dnl
 dnl Copyright (C) 2003, 2004 Hiroyuki Komatsu <komat****@taiya*****>
 dnl     All rights reserved.
@@ -9,14 +9,14 @@
 dnl the GNU General Public License version 2.
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT(prime-el, 1.5.1.2, komat****@taiya*****,
+AC_INIT(prime-el, 1.5.1.3, komat****@taiya*****,
 	[PRIME - PRedictive Input Method Editor (Emacs Client)])
 AC_PREREQ(2.53)
 
 AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
 # AM_MAINTAINER_MODE
 AC_INIT_DEFAULT_VALUES
-AC_SUBST(DATE, "2005-02-24")
+AC_SUBST(DATE, "2005-03-02")
 
 # AC_SUBST(INSTALL_DATA, ['${INSTALL} -m 644 $(INSTALL_DATA_OPTIONS)'])
 


Prime-cvs メーリングリストの案内
Back to archive index