2008-11-23 09:38:42 +00:00
|
|
|
-*- text -*-
|
|
|
|
|
2009-08-22 12:51:58 +00:00
|
|
|
This file describes what has been done in the preparation of LyX 1.6.5
|
2008-11-23 09:38:42 +00:00
|
|
|
All comments are welcome.
|
|
|
|
|
|
|
|
I'd be glad if some of you could take the time to check it out (or fix
|
|
|
|
a bug or two if you are feeling adventurous). Let me recall that all
|
|
|
|
these fixes have been checked into the BRANCH_1_6_X branch, which you
|
|
|
|
can get with the command
|
|
|
|
svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X lyx-1.6.x
|
|
|
|
|
|
|
|
Juergen
|
|
|
|
|
|
|
|
[In this list, I try to group things by topic and in decreasing
|
|
|
|
order of importance. This is, of course, subjective...]
|
|
|
|
|
|
|
|
|
|
|
|
What's new
|
|
|
|
==========
|
|
|
|
|
|
|
|
|
|
|
|
** Updates:
|
|
|
|
***********
|
|
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
2009-09-04 11:07:52 +00:00
|
|
|
- Add support for Extended Greek characters (bug 4997).
|
2009-08-18 13:42:14 +00:00
|
|
|
|
2009-09-06 13:19:48 +00:00
|
|
|
- Support GraphicsMagic when ImageMagick is not found (bug 6056).
|
|
|
|
|
2008-11-23 09:38:42 +00:00
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
|
2009-09-13 20:49:30 +00:00
|
|
|
- The LyX server is now available also on Windows. See Chapter 4 in the
|
|
|
|
Additional Features manual for how to enable it.
|
|
|
|
|
2009-09-04 09:36:01 +00:00
|
|
|
- Complete tooltips in Spellchecker preferences (bug 6185).
|
2009-08-08 15:04:18 +00:00
|
|
|
|
2009-09-07 11:18:52 +00:00
|
|
|
- A "Reload" menu item is added to the Graphics context menu to
|
|
|
|
manually force a reload and conversion of the image (bug 6134).
|
|
|
|
|
2009-09-07 11:50:51 +00:00
|
|
|
- Handle LFUN_FONT_UNDERLINE in mathed too (bug 2045).
|
2009-05-04 08:01:09 +00:00
|
|
|
|
2009-09-13 09:03:44 +00:00
|
|
|
- Emergency file can be deleted after use (bug 2120).
|
2009-09-08 09:28:43 +00:00
|
|
|
|
2009-09-21 11:58:31 +00:00
|
|
|
- The size of previews (InstantPreview) can now be specified in the
|
|
|
|
LyX preferences (bug 6176).
|
|
|
|
|
2009-09-07 13:33:14 +00:00
|
|
|
|
2009-06-10 14:03:55 +00:00
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
2009-09-21 11:50:54 +00:00
|
|
|
- New template file "svjour3.lyx" for article submissions
|
|
|
|
to journals published by the Springer group.
|
|
|
|
|
2009-09-05 14:26:08 +00:00
|
|
|
- Updated French manual how to write Braille with LyX.
|
2009-07-18 14:40:10 +00:00
|
|
|
|
2009-09-13 09:03:44 +00:00
|
|
|
- Updated Czech, French, German, Italian, Slovak and Spanish
|
|
|
|
User Interface localizations.
|
2009-09-07 13:33:14 +00:00
|
|
|
|
2009-09-17 02:02:17 +00:00
|
|
|
- Revised appendix A of the Math manual.
|
|
|
|
|
2009-06-10 14:03:55 +00:00
|
|
|
|
2008-11-23 09:38:42 +00:00
|
|
|
* WINDOWS INSTALLER
|
|
|
|
|
|
|
|
|
2008-12-13 12:50:09 +00:00
|
|
|
|
2009-06-06 15:35:30 +00:00
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
2008-11-23 09:38:42 +00:00
|
|
|
|
2009-08-13 12:16:07 +00:00
|
|
|
|
2008-11-23 09:38:42 +00:00
|
|
|
|
|
|
|
** Bug fixes:
|
|
|
|
*************
|
|
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
2009-09-03 06:50:05 +00:00
|
|
|
- Do an emergency save if LyX attempts to destroy a dirty document buffer.
|
|
|
|
This is a last resort to try to avoid data loss.
|
|
|
|
|
2009-09-21 21:03:05 +00:00
|
|
|
- Fix a tex2lyx crash when importing a LaTeX file using an unknown encoding
|
|
|
|
(bug 6142)
|
|
|
|
|
2009-09-25 12:43:09 +00:00
|
|
|
- add encoding "ansinew" as a synonym of "cp1252" for the benefit of
|
|
|
|
tex2lyx (bug 6142)
|
|
|
|
|
2009-09-04 11:07:52 +00:00
|
|
|
- Fix support for polytonic Greek with multiple diacritics (bug 5976).
|
|
|
|
|
2009-09-04 11:21:25 +00:00
|
|
|
- Do not unnecessarily enquote brackets in the LaTeX output (bug 5988).
|
2009-09-06 13:19:48 +00:00
|
|
|
|
2009-09-10 12:10:18 +00:00
|
|
|
- Remove the last '\\' in the output of multiline equations. This caused
|
2009-09-07 14:42:29 +00:00
|
|
|
labels to appear double (bug 2969).
|
2009-09-10 12:10:18 +00:00
|
|
|
|
|
|
|
- Put "|" characters in index entries in ERT when converting old documents
|
|
|
|
to LyX 1.6.x format, to assure the character is treated verbatim
|
|
|
|
(bug 6179).
|
2009-09-07 14:42:29 +00:00
|
|
|
|
2009-09-19 15:49:56 +00:00
|
|
|
- Properly reset the stream encoding after an environment in order to
|
|
|
|
match the required file encoding when exporting to LaTeX (bug 6216).
|
|
|
|
|
2009-09-21 11:50:54 +00:00
|
|
|
- Fixed layout file for the document class svjour3 (bug6198).
|
|
|
|
|
2009-09-22 23:23:42 +00:00
|
|
|
- Added the separator style to the layout file for the document class
|
|
|
|
elsarticle and adapted the elsarticle.lyx template file accordingly
|
|
|
|
(bug6189).
|
|
|
|
|
2008-11-23 09:38:42 +00:00
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
|
2009-09-13 13:53:53 +00:00
|
|
|
- Fix crash when finishing certain math macros such as \frac or font
|
|
|
|
changing commands (bug 6110).
|
|
|
|
|
2009-09-08 09:38:05 +00:00
|
|
|
- Fix a crash when searching for a string that is found in a table,
|
|
|
|
while the cursor is in math (bug 6112).
|
|
|
|
|
2009-09-08 11:59:51 +00:00
|
|
|
- Fix a number of assertions when displaying error messages (bug 6205).
|
|
|
|
|
2009-09-20 23:07:16 +00:00
|
|
|
- Fix bad allocation exception when displaying long tool tips (bug 6215).
|
|
|
|
|
2009-09-20 16:02:55 +00:00
|
|
|
- Fixed problem involving inability to turn off auto-save (bug 6227).
|
|
|
|
|
2009-09-03 06:50:05 +00:00
|
|
|
- Sort document classes case insensitively (bug 1492).
|
2009-08-09 15:45:01 +00:00
|
|
|
|
2009-09-07 08:40:40 +00:00
|
|
|
- Disable to insert floats into another float when this is not
|
|
|
|
allowed (bug 6045).
|
2009-09-07 09:14:57 +00:00
|
|
|
|
|
|
|
- Disable the float positioning dialog for subfloats (bug 6125).
|
2009-09-07 08:40:40 +00:00
|
|
|
|
2009-09-07 09:06:18 +00:00
|
|
|
- Do not close the cross references dialog when selecting an item from the
|
|
|
|
list (UNIX only; bug 6204).
|
|
|
|
|
2009-09-07 09:22:49 +00:00
|
|
|
- The menu item "Close Tab Group" is renamed to "Close Current View" to
|
|
|
|
better relate this to the action "Split View ..." (bug 5067).
|
|
|
|
|
2009-09-07 09:42:42 +00:00
|
|
|
- Fix a bug that the keymap settings in the Preferences dialog could
|
|
|
|
not be deleted (bug 6119).
|
|
|
|
|
2009-09-07 09:47:40 +00:00
|
|
|
- Fix a number of small issues regarding menu items and menu shortcuts
|
|
|
|
(bug 6164).
|
|
|
|
|
2009-09-07 11:33:00 +00:00
|
|
|
- Fix a bug that it was possible to request the wrong context menu
|
|
|
|
by moving the mouse during the right-click (bug 5796).
|
|
|
|
|
2009-09-07 11:40:00 +00:00
|
|
|
- Fix the painting of RTL text. All rows except the last one of a
|
|
|
|
paragraph were painted slightly too far to the left (bug 3997).
|
|
|
|
|
2009-07-13 21:49:07 +00:00
|
|
|
|
2008-11-23 09:38:42 +00:00
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
2009-09-10 23:29:19 +00:00
|
|
|
- Fix the compilation of the example file powerdot-example.lyx with
|
2009-09-13 09:03:44 +00:00
|
|
|
recent versions of the LaTeX package powerdot.
|
2009-08-02 14:08:13 +00:00
|
|
|
|
2008-11-23 09:38:42 +00:00
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
2009-09-21 13:13:11 +00:00
|
|
|
- Clarify that we require automake 1.8 (this was already the case, but
|
|
|
|
nobody noticed).
|