1Here is a list of user-visible changes in Qt from 1.41 to 1.42.  The
2usual bugfixes have been added.
3
4****************************************************************************
5* 			     New classes				   *
6****************************************************************************
7
8None.
9
10****************************************************************************
11*		       Enhancements from 1.41 to 1.42			   *
12****************************************************************************
13
14The Windows version now builds as a DLL.
15
16The file dialog has various UI tweaks.
17
18More sanity checks have been added.
19
20On X11, the postscript output from a few programs will be much smaller
21than it used to be.
22
23Windows 98 is now treated as a separate version of Windows, like NT
24and Windows 95.
25
26The keyboard interface of buttons groups/dialogs has been improved.
27
28QMultiLineEdit avoids flicker in some cicumstances where it would
29flicker up to now.
30
31****************************************************************************
32*               Changes that might affect runtime behavior                 *
33****************************************************************************
34
35QKeyEvent now behaves as documented: isAccepted() is TRUE by default
36where it would sometimes default to FALSE.  Some dialogs may depend on
37the bug.  The most likely symptom of such buggy dialogs is that the
38Enter/Return key does not work, and the most likely fix for such bugs
39is to insert "e->ignore();" at the start of keyPressEvent(QKeyEvent*e)
40in such dialogs.
41
42****************************************************************************
43*               Changes that might generate compile errors                 *
44*                        when compiling old code                           *
45****************************************************************************
46
47None
48
49****************************************************************************
50*               Type changes that might generate warnings:                 *
51****************************************************************************
52
53None
54
55****************************************************************************
56* 			Deprecated functions				   *
57****************************************************************************
58
59None.
60
61
62****************************************************************************
63*			 New global functions				   *
64****************************************************************************
65
66None.
67
68****************************************************************************
69*      New public/protected functions added to existing classes            *
70****************************************************************************
71
72