Hiroyuki Komatsu
komat****@users*****
2004年 12月 13日 (月) 18:20:17 JST
Index: prime-el/configure.ac diff -u prime-el/configure.ac:1.30 prime-el/configure.ac:1.31 --- prime-el/configure.ac:1.30 Sat Dec 11 17:11:04 2004 +++ prime-el/configure.ac Mon Dec 13 18:20:17 2004 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime-el of PRIME. -dnl $Id: configure.ac,v 1.30 2004/12/11 08:11:04 komatsu Exp $ +dnl $Id: configure.ac,v 1.31 2004/12/13 09:20:17 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.0, komat****@taiya*****, +AC_INIT(prime-el, 1.5.0.1, 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, "2004-12-11") +AC_SUBST(DATE, "2004-12-13") # AC_SUBST(INSTALL_DATA, ['${INSTALL} -m 644 $(INSTALL_DATA_OPTIONS)']) Index: prime-el/ChangeLog diff -u prime-el/ChangeLog:1.49 prime-el/ChangeLog:1.50 --- prime-el/ChangeLog:1.49 Mon Dec 13 18:05:42 2004 +++ prime-el/ChangeLog Mon Dec 13 18:20:17 2004 @@ -1,5 +1,8 @@ 2004-12-13 Hiroyuki Komatsu <komat****@taiya*****> + * prime-el 1.5.0.1: + - Fixed the bug below. + * src/prime-server.el (prime-server-send-command): Fixed a bug that there is not the function sublist. Thanks for the notice and patch from Imai 'ひろえ〜'.