Skip to content

Commit

Permalink
Version 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mz-pdm committed Jul 2, 2021
1 parent bd21335 commit 7f3d3d3
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 13 deletions.
28 changes: 18 additions & 10 deletions ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speechd-el 2.10 released
speechd-el 2.11 released
========================

* What is speechd-el?
Expand Down Expand Up @@ -39,16 +39,26 @@ speechd-el 2.10 released
- Free Software, distributed under the GPL.

More information about speechd-el (including comparison with
Emacspeak) can be found on its (a bit outdated) web page, see
http://devel.freebsoft.org/speechd-el .
Emacspeak) can be found on http://devel.freebsoft.org/speechd-el .

* What is new in the 2.10 version?
* What is new in the 2.11 version?

** New user option speechd-speak-emacs-language.
** Index marking support

It sets the language for messages read in English by default.
Set speechd-speak-use-index-marks variable to `t' to enable index
marking. Note that it may have performance or other issues. How well
index marking actually works is also dependent on the speech
synthesizer used.

** Bug fixes.
** Improvement of reading wrapped lines

If truncate-lines is nil, lines are read only to their visual ends
(thanks to Nicolas Graner).

** Internal cleanup

The code has been updated to match current Emacs practices and all
compilation warnings have been resolved.

* Where to get it?

Expand All @@ -60,9 +70,7 @@ speechd-el 2.10 released
https://github.com/brailcom/speechd-el

The source package of the released version is available at
https://github.com/brailcom/speechd-el/releases/download/speechd-el-2.10/speechd-el-2.10.tar.gz .

The home page of the project is http://devel.freebsoft.org/speechd-el .
https://github.com/brailcom/speechd-el/releases/download/speechd-el-2.11/speechd-el-2.11.tar.gz .


Local Variables:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
EMACS = emacs

NAME = speechd-el
VERSION = 2.10
VERSION = 2.11
DISTDIR = $(NAME)-$(VERSION)
TARFILE = $(NAME)-$(VERSION).tar

Expand Down
20 changes: 20 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
User-visible changes to speechd-el:

* Changes in speechd-el 2.11

** Index marking support

Set speechd-speak-use-index-marks variable to `t' to enable index
marking. Note that it may have performance or other issues. How well
index marking actually works is also dependent on the speech
synthesizer used.

** Improvement of reading wrapped lines

If truncate-lines is nil, lines are read only to their visual ends
(thanks to Nicolas Graner).

** Internal cleanup

The code has been updated to match current Emacs practices and all
compilation warnings have been resolved.


* Changes in speechd-el 2.10

** New user option speechd-speak-emacs-language.
Expand Down
2 changes: 1 addition & 1 deletion speechd-el-pkg.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

;;; Code:

(define-package "speechd-el" "2.10"
(define-package "speechd-el" "2.11"
"Client to speech synthesizers and Braille displays.")

;;; Announce
Expand Down
2 changes: 1 addition & 1 deletion speechd-el.texi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*-
@comment %**start of header
@setfilename speechd-el.info
@set VERSION 2.10
@set VERSION 2.11
@settitle speechd-el @value{VERSION}
@syncodeindex fn cp
@syncodeindex ky cp
Expand Down

0 comments on commit 7f3d3d3

Please sign in to comment.