commit ba1cf3e5ce67b859a84e9a1236329e8aa9aab000
Author: Richard Heck <[email protected]>
Date: Wed Jun 22 14:15:18 2016 -0400
Minor updates to ANNOUNCE and status.
---
ANNOUNCE | 13 ++++++-------
status.22x | 6 +++---
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/ANNOUNCE b/ANNOUNCE
index 1d469a0..8286b7b 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -3,13 +3,8 @@ Public release of LyX version 2.2.1
We are proud to announce the release of LyX 2.2.1.
-LyX 2.2.1 is the first maintenance released in the 2.2.x series.
-
-LyX is a document processor that encourages an approach to writing based
-on the structure of your documents and not simply their appearance. It is
-released under a Free and Open Source Software license.
-
-You can download LyX 2.2.1 from http://www.lyx.org/Download/.
+LyX 2.2.1 is the first maintenance release in the 2.2.x series. You can
+download LyX 2.2.1 from http://www.lyx.org/Download/.
LyX 2.2.1 is the result of on-going efforts to make our stable version more
reliable and more stable. We have fixed a number of bugs and made a number
@@ -23,6 +18,10 @@ of the previous behavior can restore it by adding
"ForcePlain 0" to the
declaration of the character style, so long as this is done after "LyXType
charstyle" has been declared.
+LyX is a document processor that encourages an approach to writing based
+on the structure of your documents and not simply their appearance. It is
+released under a Free and Open Source Software license.
+
If you think you have found a bug in LyX 2.2.1, please open a bug report at
http://www.lyx.org/trac/wiki/BugTrackerHome. If you're not sure whether it
really is a bug, you can e-mail the LyX developers' mailing list (lyx-devel
diff --git a/status.22x b/status.22x
index 8072a9b..804cb8f 100644
--- a/status.22x
+++ b/status.22x
@@ -62,14 +62,14 @@ What's new
* DOCUMENT INPUT/OUTPUT
-- InPreamble styles should be written to the premable as many times as the
- user requests them, even if it results in duplicate commands.
-
- Correctly protect the \pagebreak command when needed (bug 10092).
- Resolve problem on Windows with importing files from directories with
accented characters on FAT drives (bug 10218).
+- InPreamble styles should be written to the premable as many times as the
+ user requests them, even if it results in duplicate commands.
+
- Make sure we output all XHTML table cells, even the empty ones (bug 10153).