Hiroyuki Komatsu
komat****@users*****
2005年 2月 24日 (木) 14:34:56 JST
Index: prime-el/ChangeLog diff -u prime-el/ChangeLog:1.53 prime-el/ChangeLog:1.54 --- prime-el/ChangeLog:1.53 Mon Feb 21 16:08:24 2005 +++ prime-el/ChangeLog Thu Feb 24 14:34:56 2005 @@ -1,3 +1,10 @@ +2005-02-24 Hiroyuki Komatsu <komat****@taiya*****> + + * prime-el 1.5.1.2: + + * src/prime-main.el (prime-disp-cand-list): + Fixed a critical typo. + 2005-02-21 Hiroyuki Komatsu <komat****@taiya*****> * prime-el 1.5.1.1: Index: prime-el/configure.ac diff -u prime-el/configure.ac:1.33 prime-el/configure.ac:1.34 --- prime-el/configure.ac:1.33 Mon Feb 21 15:23:15 2005 +++ prime-el/configure.ac Thu Feb 24 14:34:56 2005 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime-el of PRIME. -dnl $Id: configure.ac,v 1.33 2005/02/21 06:23:15 komatsu Exp $ +dnl $Id: configure.ac,v 1.34 2005/02/24 05:34:56 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.1, komat****@taiya*****, +AC_INIT(prime-el, 1.5.1.2, 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-21") +AC_SUBST(DATE, "2005-02-24") # AC_SUBST(INSTALL_DATA, ['${INSTALL} -m 644 $(INSTALL_DATA_OPTIONS)'])