Skip to content

Commit

Permalink
Version 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mz-pdm committed May 13, 2024
1 parent c808657 commit ac7497e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 23 deletions.
23 changes: 4 additions & 19 deletions ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speechd-el 2.11 released
speechd-el 2.12 released
========================

* What is speechd-el?
Expand Down Expand Up @@ -41,24 +41,9 @@ speechd-el 2.11 released
More information about speechd-el (including comparison with
Emacspeak) can be found on http://devel.freebsoft.org/speechd-el .

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

** 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.
Bug fixes and cleanups.

* Where to get it?

Expand All @@ -70,7 +55,7 @@ speechd-el 2.11 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.11/speechd-el-2.11.tar.gz .
https://github.com/brailcom/speechd-el/releases/download/speechd-el-2.12/speechd-el-2.12.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.11
VERSION = 2.12
DISTDIR = $(NAME)-$(VERSION)
TARFILE = $(NAME)-$(VERSION).tar

Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
User-visible changes to speechd-el:

* Changes in speechd-el 2.11
* Changes in speechd-el 2.12

** Index marking support

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.11"
(define-package "speechd-el" "2.12"
"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.11
@set VERSION 2.12
@settitle speechd-el @value{VERSION}
@syncodeindex fn cp
@syncodeindex ky cp
Expand Down

0 comments on commit ac7497e

Please sign in to comment.