Hiroyuki Komatsu
komat****@users*****
2005年 2月 21日 (月) 15:23:15 JST
Index: prime-el/ChangeLog diff -u prime-el/ChangeLog:1.51 prime-el/ChangeLog:1.52 --- prime-el/ChangeLog:1.51 Wed Feb 16 08:09:52 2005 +++ prime-el/ChangeLog Mon Feb 21 15:23:15 2005 @@ -1,3 +1,13 @@ +2005-02-21 Hiroyuki Komatsu <komat****@taiya*****> + + * prime-el 1.5.1.1: + - Fixed the bug on 2005-02-19. + +2005-02-19 Hiroyuki Komatsu <komat****@taiya*****> + + * src/prime-server.el (prime-server-set-lookup-command): + Added a default behavior. + 2005-02-16 Hiroyuki Komatsu <komat****@taiya*****> * prime-el 1.5.1: Index: prime-el/configure.ac diff -u prime-el/configure.ac:1.32 prime-el/configure.ac:1.33 --- prime-el/configure.ac:1.32 Wed Feb 16 08:09:52 2005 +++ prime-el/configure.ac Mon Feb 21 15:23:15 2005 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime-el of PRIME. -dnl $Id: configure.ac,v 1.32 2005/02/15 23:09:52 komatsu Exp $ +dnl $Id: configure.ac,v 1.33 2005/02/21 06:23:15 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, komat****@taiya*****, +AC_INIT(prime-el, 1.5.1.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, "2005-02-16") +AC_SUBST(DATE, "2005-02-21") # AC_SUBST(INSTALL_DATA, ['${INSTALL} -m 644 $(INSTALL_DATA_OPTIONS)'])