lyx_mirror/status.20x

85 lines
1.3 KiB
Plaintext
Raw Normal View History

-*- text -*-
2014-01-24 17:45:18 +00:00
This file describes what has been done in the preparation of LyX 2.0.8.
All comments are welcome.
2012-04-16 02:43:21 +00:00
We try to group things by topic and in decreasing order of importance.
Please feel free to re-arrange if that seems like a good idea.
All of these fixes have already been checked into the 2.0.x branch of
LyX's git repository. The repository can be cloned via:
git clone git://git.lyx.org/lyx
For more details on how to use the repository, please visit:
http://wiki.lyx.org/Devel/LyXGit
A list of bugs fixed for this release can also be found at:
http://www.lyx.org/trac/wiki/BugTrackerHome
2014-01-24 17:45:18 +00:00
as well as a list of bugs still targeted to the 2.0.7 release.
2012-04-16 02:43:21 +00:00
Richard Heck
Branch Maintainer
rgheck@lyx.org
What's new
==========
** Updates:
***********
* DOCUMENT INPUT/OUTPUT
2012-05-11 12:01:58 +00:00
* TEX2LYX IMPROVEMENTS
2012-11-28 23:14:02 +00:00
* USER INTERFACE
* DOCUMENTATION AND LOCALIZATION
* BUILD/INSTALLATION
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
* USER INTERFACE
- Fixed python call in listerrors script.
- Fix the missing menu entry for "Insert Branch <branch name>".
- Handle undo in `branch-add' function.
* DOCUMENTATION AND LOCALIZATION
* LYXHTML
2012-03-13 21:13:36 +00:00
* TEX2LYX
2012-11-28 21:17:00 +00:00
2012-03-13 21:13:36 +00:00
* ADVANCED FIND AND REPLACE
* BUILD/INSTALLATION
- improve detection of Qt via pkg-config, especially on Mac OS.
2014-01-28 11:08:35 +00:00
- fix a couple of compilation warnings.