root/lyx-devel/branches/BRANCH_1_4_X/status.14x

Revision 19059, 2.9 kB (checked in by lasgouttes, 1 year ago)

2007-07-12 André Pönitz <poenitz@lyx.org>

  • math_oversetinset.C (draw): fix drawing when the first argument
    has a non-zero descent.
Line 
1 -*- text -*-
2
3 This file describes what has been done in the preparation of LyX 1.4.5
4 All comments are welcome.
5
6 I'd be glad if some of you could take the time to check it out (or fix
7 a bug or two if you are feeling adventurous). Let me recall that all
8 these fixes have been checked into the BRANCH_1_4_X branch, which you
9 can get with the command
10   svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X lyx-1.4.x
11
12 JMarc
13
14 [In this list, I try to group things by topic and in decreasing
15 order of importance. This is, of course, subjective...]
16
17 What's new
18 ==========
19
20 ** Updates:
21 ***********
22
23 * DOCUMENTATION AND LOCALIZATION
24
25 - Update Hungarian and Italian localizations of the interface.
26
27
28 ** Bug fixes:
29 *************
30
31 * DOCUMENT INPUT/OUTPUT
32
33 - Don't skip lines after noweb chunks in tex2lyx (bug 3052).
34
35 - Fix bug when entering relative length (like page%) as margin
36   settings (bug 3416).
37
38 - Fix Date external template in windows (bug 3241).
39
40 - Fix babel bug triggered by MarkBoth in the IEEEtran.layout (bug
41   3510).
42
43 - Fix ordering of layouts in beamer textclass (bug 3141).
44
45 * USER INTERFACE:
46
47 - Fix bug where moving the last section up in the toc dialog eats the
48   last paragraph (bug 3303).
49
50 - Fix crash when using "all-insets-toggle" lfun on a file with
51   math insets (bug 3358).
52
53 - Fix crash when undoing ctrl-<minus> in mathed (bug 3590).
54
55 - Fix crash if the thesaurus fails on startup (bug 2691).
56
57 - Handle undo correctly when inserting a plain text file (bug 3204).
58
59 - Fix misplaced cursor when clicking at the end of a line (bug 3310).
60
61 - Make it possible to reset itemize bullets to their original state
62   (bug 3312).
63
64 - Fix display of Theorem-like environments when in appendix (bug 3351).
65
66 - Fix conflict with globally installed math fonts, for ex. from
67   Scientific Workplace (bug 3962, windows only).
68
69 - Properly keep existing previews when pasting formulas (bug 1486).
70
71 - Fix display of math root inset when the exponent contains large
72   things (bug 3295).
73
74 - Fix display of the \overset math macro when the first argument has a
75   non-zero descent.
76
77 - Set a default image size value (bug 2458).
78
79 - Get ProvidesNatbib working correctly, esp. for egs.layout.
80
81 - Fix undo for quotation marks (bug 3439).
82
83 - Fix undo for special characters.
84
85 - Fix gui for big delimiters.
86
87 - Fix wrong LaTeX-output when using the backslash "\" as math
88   delimiter (bug 3458) (Qt frontend only).
89
90 - Fix generation of linuxdoc manpages (bug 2966).
91
92 - Fix example for docbook-article.
93
94 - Fix table rotate toolbar buttons images (bug 3525).
95
96 - Fix display of "Acknowledgments" environment in elsart document
97   class (bug 3931).
98
99 * DOCUMENTATION
100
101 - Fix description of booktabs tables in the EmbeddedObjects manual
102   (bug 3736).
103
104 - Fix broken link to IEEETran.cls in LaTeXConfiguration (bug 848).
105
106 - Fix that Slovak userguide couldn't be typeset.
107
108 * BUILD/INSTALLATION:
109
110 - Make LyX/Mac recognize correctly newer versions of teTeX.
111
Note: See TracBrowser for help on using the browser.