[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linux Magazine発売に向けて



井上です。

修正してtarballも同じ名前のまま更新しました。

1.  emacspeak-version=12.0, bep-version=1.0と分けた。
2.  C-e C-vでしゃべる内容を修正した。
3.  emacspeak-submit-bugの宛先をramanでなくbep-contact@argv.orgにした。

以下パッチです。
emacspeak.el, emacspeak-speak.elです。

------
Index: emacspeak.el
===================================================================
RCS file: /home/inoue/CVSROOT/emacspeak/lisp/emacspeak.el,v
retrieving revision 1.1.1.7
retrieving revision 1.1.1.8
diff -r1.1.1.7 -r1.1.1.8
2c2
< ;;; $Id: emacspeak.el,v 1.1.1.7 2001/01/07 19:16:34 inoue Exp $
---
> ;;; $Id: emacspeak.el,v 1.1.1.8 2001/01/08 07:32:20 inoue Exp $
11,12c11,12
< ;;; $Date: 2001/01/07 19:16:34 $ |
< ;;;  $Revision: 1.1.1.7 $ |
---
> ;;; $Date: 2001/01/08 07:32:20 $ |
> ;;;  $Revision: 1.1.1.8 $ |
69a70,76
>   (let ((x "12.0"))
>     (string-match "[0-9.]+" x)
>     (substring x (match-beginning 0)
>                (match-end 0)))
>   "Version number for Emacspeak.")
> 
> (defconst bep-version
74c81
<   "Version number for Emacspeak. as BEP")
---
>   "Version number for BEP")
277c284
<                       emacspeak-version)))
---
>                       bep-version)))
511c518
<   "raman@cs.cornell.edu"
---
>   "bep-contact@argv.org"
Index: emacspeak-speak.el
===================================================================
RCS file: /home/inoue/CVSROOT/emacspeak/lisp/emacspeak-speak.el,v
retrieving revision 1.1.1.6
retrieving revision 1.1.1.7
diff -r1.1.1.6 -r1.1.1.7
2c2
< ;;; $Id: emacspeak-speak.el,v 1.1.1.6 2000/11/12 20:23:12 inoue Exp $
---
> ;;; $Id: emacspeak-speak.el,v 1.1.1.7 2001/01/08 07:32:20 inoue Exp $
14,15c14,15
< ;;; $Date: 2000/11/12 20:23:12 $ |
< ;;;  $Revision: 1.1.1.6 $ |
---
> ;;; $Date: 2001/01/08 07:32:20 $ |
> ;;;  $Revision: 1.1.1.7 $ |
1625,1626c1625,1626
<    (format "You are using emacspeak %s "
<            emacspeak-version )))
---
>    (format "You are using Bilingual Emacspeak Platform %s based on Emacspeak %s "
>            bep-version emacspeak-version )))
2672c2672
<       (insert "DOC --- Automatically generated by command emacspeak-generate-documentation\n\$Id: emacspeak-speak.el,v 1.1.1.6 2000/11/12 20:23:12 inoue Exp $\n")
---
>       (insert "DOC --- Automatically generated by command emacspeak-generate-documentation\n\$Id: emacspeak-speak.el,v 1.1.1.7 2001/01/08 07:32:20 inoue Exp $\n")


-- 
                    Koichi Inoue, ARGV
                    E-Mail: inoue@...
                    ICQ UIN: 74900690