public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* espeakup v0.4 released
@  William Hubbs
   ` Steve Holmes
  0 siblings, 1 reply; 4+ messages in thread
From: William Hubbs @  UTC (permalink / raw)
  To: speakup mailing list

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

All,

I just released espeakup v0.4, and it is available in the contrib
directory of the speakup git repository.  Here is a quick list of
changes:

      removed the callback function - this fixes the issue with espeakup
      taking a while to stop speaking.

      fixed an off-by-one error
      made the synth flush character a constant for readability
      Fixed the select call
      the main loop now uses strrchr and strcpy
      changed process_buffer to use the isprint() call.
      changed strcpy to memmove
      fixed the number of bytes to move in the memmove() call
      fixed the length calculation when a flush is processed.
      Revert "fixed the length calculation when a flush is processed."
      fixed the makefile
      moved all variable definitions to the top of the Makefile.
      Added support for the punctuation command from speakup
      fixed a bug in process_command
      Released v0.4.

If you have any questions, please let me know.

Thanks,

William

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkj/x4sACgkQblQW9DDEZTjJGACffFS+iK0WGcNVlnc3ET+RtlQq
2pIAn3dh6FxPGG10TY7/s7Sjwwd7mfpy
=KUW3
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: espeakup v0.4 released
   espeakup v0.4 released William Hubbs
@  ` Steve Holmes
     ` William Hubbs
  0 siblings, 1 reply; 4+ messages in thread
From: Steve Holmes @  UTC (permalink / raw)
  To: speakup

-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

When I do a git-pull, it keeps saying all files are up to date.  But
when I look in the contrib directory, 0.3 is still there.  Below is
where git is pulling from.

url = git://hubbs.homedns.org/speakup.git

On Wed, Oct 22, 2008 at 07:38:35PM -0500, William Hubbs wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> All,
> 
> I just released espeakup v0.4, and it is available in the contrib
> directory of the speakup git repository.  Here is a quick list of
> changes:
> 
>       removed the callback function - this fixes the issue with espeakup
>       taking a while to stop speaking.
> 
>       fixed an off-by-one error
>       made the synth flush character a constant for readability
>       Fixed the select call
>       the main loop now uses strrchr and strcpy
>       changed process_buffer to use the isprint() call.
>       changed strcpy to memmove
>       fixed the number of bytes to move in the memmove() call
>       fixed the length calculation when a flush is processed.
>       Revert "fixed the length calculation when a flush is processed."
>       fixed the makefile
>       moved all variable definitions to the top of the Makefile.
>       Added support for the punctuation command from speakup
>       fixed a bug in process_command
>       Released v0.4.
> 
> If you have any questions, please let me know.
> 
> Thanks,
> 
> William
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.9 (GNU/Linux)
> 
> iEYEARECAAYFAkj/x4sACgkQblQW9DDEZTjJGACffFS+iK0WGcNVlnc3ET+RtlQq
> 2pIAn3dh6FxPGG10TY7/s7Sjwwd7mfpy
> =KUW3
> -----END PGP SIGNATURE-----
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREDAAYFAkj/0bQACgkQWSjv55S0LfHlAQCgi6DZTVLQr3VQnZnc4rdVOBFE
il4AnRDyI8pidm0c2rbbd7pjvNZAvW2q
=Iuk0
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: espeakup v0.4 released
   ` Steve Holmes
@    ` William Hubbs
       ` Steve Holmes
  0 siblings, 1 reply; 4+ messages in thread
From: William Hubbs @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

This is fixed now; when I do a push to the speakup repository, it
commits to the one on bumpy, but mine updates every few hours.  I just
forced an update.

Thanks,

William

On Wed, Oct 22, 2008 at 06:21:57PM -0700, Steve Holmes wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
> 
> When I do a git-pull, it keeps saying all files are up to date.  But
> when I look in the contrib directory, 0.3 is still there.  Below is
> where git is pulling from.
> 
> url = git://hubbs.homedns.org/speakup.git
> 
> On Wed, Oct 22, 2008 at 07:38:35PM -0500, William Hubbs wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> > 
> > All,
> > 
> > I just released espeakup v0.4, and it is available in the contrib
> > directory of the speakup git repository.  Here is a quick list of
> > changes:
> > 
> >       removed the callback function - this fixes the issue with espeakup
> >       taking a while to stop speaking.
> > 
> >       fixed an off-by-one error
> >       made the synth flush character a constant for readability
> >       Fixed the select call
> >       the main loop now uses strrchr and strcpy
> >       changed process_buffer to use the isprint() call.
> >       changed strcpy to memmove
> >       fixed the number of bytes to move in the memmove() call
> >       fixed the length calculation when a flush is processed.
> >       Revert "fixed the length calculation when a flush is processed."
> >       fixed the makefile
> >       moved all variable definitions to the top of the Makefile.
> >       Added support for the punctuation command from speakup
> >       fixed a bug in process_command
> >       Released v0.4.
> > 
> > If you have any questions, please let me know.
> > 
> > Thanks,
> > 
> > William
> > 
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v2.0.9 (GNU/Linux)
> > 
> > iEYEARECAAYFAkj/x4sACgkQblQW9DDEZTjJGACffFS+iK0WGcNVlnc3ET+RtlQq
> > 2pIAn3dh6FxPGG10TY7/s7Sjwwd7mfpy
> > =KUW3
> > -----END PGP SIGNATURE-----
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
> 
> iEYEAREDAAYFAkj/0bQACgkQWSjv55S0LfHlAQCgi6DZTVLQr3VQnZnc4rdVOBFE
> il4AnRDyI8pidm0c2rbbd7pjvNZAvW2q
> =Iuk0
> -----END PGP SIGNATURE-----
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkj/1HMACgkQblQW9DDEZThnKgCcDJR64+EF5fab1IACySv5pG4G
MyMAn35KWJW32ybb4Rf5zTI71dW+SgNj
=4PCr
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: espeakup v0.4 released
     ` William Hubbs
@      ` Steve Holmes
  0 siblings, 0 replies; 4+ messages in thread
From: Steve Holmes @  UTC (permalink / raw)
  To: speakup

-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

I went and cloned directly from your espeakup git in the mean time.
And I'm happy to report that the pitch and rate changes work properly
now when speakupconf is used.  Also, I just checked the
interruptability and it is fantastic!  I sat there with two fingers on
the numpad and just sea-sawed back and forth as fast as I could
between two keys and it kept up all the time.  It never lagged
behind.  This is really cool now.

On Wed, Oct 22, 2008 at 08:33:40PM -0500, William Hubbs wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> This is fixed now; when I do a push to the speakup repository, it
> commits to the one on bumpy, but mine updates every few hours.  I just
> forced an update.
> 
> Thanks,
> 
> William
> 
> On Wed, Oct 22, 2008 at 06:21:57PM -0700, Steve Holmes wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: RIPEMD160
> > 
> > When I do a git-pull, it keeps saying all files are up to date.  But
> > when I look in the contrib directory, 0.3 is still there.  Below is
> > where git is pulling from.
> > 
> > url = git://hubbs.homedns.org/speakup.git
> > 
> > On Wed, Oct 22, 2008 at 07:38:35PM -0500, William Hubbs wrote:
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > > 
> > > All,
> > > 
> > > I just released espeakup v0.4, and it is available in the contrib
> > > directory of the speakup git repository.  Here is a quick list of
> > > changes:
> > > 
> > >       removed the callback function - this fixes the issue with espeakup
> > >       taking a while to stop speaking.
> > > 
> > >       fixed an off-by-one error
> > >       made the synth flush character a constant for readability
> > >       Fixed the select call
> > >       the main loop now uses strrchr and strcpy
> > >       changed process_buffer to use the isprint() call.
> > >       changed strcpy to memmove
> > >       fixed the number of bytes to move in the memmove() call
> > >       fixed the length calculation when a flush is processed.
> > >       Revert "fixed the length calculation when a flush is processed."
> > >       fixed the makefile
> > >       moved all variable definitions to the top of the Makefile.
> > >       Added support for the punctuation command from speakup
> > >       fixed a bug in process_command
> > >       Released v0.4.
> > > 
> > > If you have any questions, please let me know.
> > > 
> > > Thanks,
> > > 
> > > William
> > > 
> > > -----BEGIN PGP SIGNATURE-----
> > > Version: GnuPG v2.0.9 (GNU/Linux)
> > > 
> > > iEYEARECAAYFAkj/x4sACgkQblQW9DDEZTjJGACffFS+iK0WGcNVlnc3ET+RtlQq
> > > 2pIAn3dh6FxPGG10TY7/s7Sjwwd7mfpy
> > > =KUW3
> > > -----END PGP SIGNATURE-----
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.9 (GNU/Linux)
> > 
> > iEYEAREDAAYFAkj/0bQACgkQWSjv55S0LfHlAQCgi6DZTVLQr3VQnZnc4rdVOBFE
> > il4AnRDyI8pidm0c2rbbd7pjvNZAvW2q
> > =Iuk0
> > -----END PGP SIGNATURE-----
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.9 (GNU/Linux)
> 
> iEYEARECAAYFAkj/1HMACgkQblQW9DDEZThnKgCcDJR64+EF5fab1IACySv5pG4G
> MyMAn35KWJW32ybb4Rf5zTI71dW+SgNj
> =4PCr
> -----END PGP SIGNATURE-----
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREDAAYFAkj/3QEACgkQWSjv55S0LfFVJgCgvjtszFXH3b2sdNE0shVOmjfw
asIAni3m2By8NyMno/734yxooy4/fD2P
=S9Ir
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 espeakup v0.4 released William Hubbs
 ` Steve Holmes
   ` William Hubbs
     ` Steve Holmes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).