2003-02-07 11:14:56 +00:00
|
|
|
-*- text -*-
|
|
|
|
|
2003-05-06 14:43:11 +00:00
|
|
|
This file describes what has been done in the preparation of LyX 1.3.3
|
2003-02-07 11:14:56 +00:00
|
|
|
All comments are welcome.
|
|
|
|
|
2003-05-06 14:43:11 +00:00
|
|
|
You can find a list of bugs pending for 1.3.3 at URL
|
|
|
|
http://bugzilla.lyx.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&&target_milestone=1.3.3
|
2003-02-07 11:14:56 +00:00
|
|
|
|
|
|
|
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 in the branch BRANCH_1_3_X, which you
|
|
|
|
can get with the command
|
|
|
|
cvs checkout -d lyx-1_3_x -r BRANCH_1_3_X lyx-devel
|
|
|
|
|
|
|
|
JMarc
|
|
|
|
|
2003-02-07 14:25:59 +00:00
|
|
|
[In this list, I try to group things by topics, and in decreasing
|
|
|
|
importance order. This is of course subjective...]
|
|
|
|
|
2003-02-07 11:14:56 +00:00
|
|
|
What's new
|
|
|
|
==========
|
|
|
|
|
|
|
|
** Updates
|
|
|
|
|
2003-07-31 10:53:10 +00:00
|
|
|
- add Proof layout to elsart class and get sections to be numbered
|
2003-02-16 15:42:35 +00:00
|
|
|
|
2003-09-17 13:47:24 +00:00
|
|
|
- make LyX compile almost out-of-the-box with Qt/Mac (see README.MacOSX)
|
2003-09-08 17:06:03 +00:00
|
|
|
|
2003-07-03 13:29:33 +00:00
|
|
|
- add a bit of documentation of the AGU journals support in the
|
2003-09-17 13:47:24 +00:00
|
|
|
Extended manual; small tweaks to the english documentation; german
|
|
|
|
documentation update; french documentation and examples update
|
2003-07-10 11:27:51 +00:00
|
|
|
|
2003-09-15 09:43:25 +00:00
|
|
|
- completely new italian localization; french, german and slovenian
|
|
|
|
localization updates
|
2003-07-03 13:29:33 +00:00
|
|
|
|
2003-02-07 11:14:56 +00:00
|
|
|
** Bug fixes
|
|
|
|
|
2003-06-04 14:31:13 +00:00
|
|
|
- fix possible crash when changing text class [bug #1050]
|
|
|
|
|
2003-09-08 16:21:38 +00:00
|
|
|
- fix language setting when switching textclass
|
|
|
|
|
2003-06-11 14:28:48 +00:00
|
|
|
- fix math bug where formulas containing for example a \prettyref
|
|
|
|
would not be parsed correctly [bug #1126]
|
|
|
|
|
|
|
|
- fix bad conversion of tables from LyX 1.0 [bug #1045]
|
|
|
|
|
|
|
|
- convert old files (0.11 series) correctly, suppressing space
|
|
|
|
between number and units [bug #763]
|
|
|
|
|
|
|
|
- fix docbook export with nested environments [bug #821]
|
|
|
|
|
|
|
|
- output newline and hfill correctly in docbook [bug #1148]
|
|
|
|
|
2003-06-13 16:15:11 +00:00
|
|
|
- when pressing delete or backspace over a selection, do not modify
|
2003-06-24 09:43:53 +00:00
|
|
|
the clipboard [bug #1049]
|
2003-06-13 16:15:11 +00:00
|
|
|
|
|
|
|
- when inserting a float or a note over a selection, make sure that
|
|
|
|
the insets and font changes in the selection are correctly kept
|
2003-07-22 09:24:39 +00:00
|
|
|
(note however that doing this now modifies the clipboard)
|
2003-06-13 16:15:11 +00:00
|
|
|
|
2003-09-15 09:43:25 +00:00
|
|
|
- clean-up properly after completed graphics conversion processes.
|
|
|
|
|
2003-09-17 13:47:24 +00:00
|
|
|
- enable graphics conversion using the default convertDefault.sh converter
|
|
|
|
when exporting, even if convertDefault.sh is not executable.
|
|
|
|
|
2003-05-27 12:45:52 +00:00
|
|
|
- work around a Qt 3.1.2 bug with the environment combo box [bug #1136]
|
|
|
|
|
2003-06-04 13:04:36 +00:00
|
|
|
- fix bug where browsing for files in graphics inset would always
|
|
|
|
return an absolute path [bug #1028, Qt only]
|
|
|
|
|
2003-05-27 12:45:52 +00:00
|
|
|
- do not write in preference file the colors which are still at their
|
|
|
|
default value [bug #1069, Qt only]
|
|
|
|
|
2003-09-08 16:21:38 +00:00
|
|
|
- fix loading of symbol fonts [Qt 3.2.0 only]
|
|
|
|
|
2003-09-17 13:47:24 +00:00
|
|
|
- fix loading of symbol fonts on solaris
|
|
|
|
|
2003-07-22 09:24:39 +00:00
|
|
|
- fix the math panel symbols [Qt 3.2.0 only]
|
|
|
|
|
|
|
|
- do not reset natbib style when adding a new entry to a citation [Qt
|
|
|
|
only]
|
|
|
|
|
|
|
|
- allow insertion of width strings like "2.5in" into tabular dialog
|
|
|
|
[Qt only]
|
2003-07-15 15:58:52 +00:00
|
|
|
|
2003-07-03 13:29:33 +00:00
|
|
|
- fix some cases where the View>TeX information dialog would get
|
|
|
|
confused because the same file gets listed several times
|
|
|
|
|
2003-07-21 13:06:37 +00:00
|
|
|
- remove annoying message on console when LyX tries to make TeX fonts
|
|
|
|
available to the X server
|
|
|
|
|
2003-05-27 12:45:52 +00:00
|
|
|
- it was not possible to view the french versions of the Extended and
|
|
|
|
Customization manual.
|
|
|
|
|
2003-06-24 10:08:00 +00:00
|
|
|
- the lib/configure script now works correctly with zsh [bug #977]
|
|
|
|
|
2003-05-27 12:45:52 +00:00
|
|
|
- add missing c_str.sed file in the distribution
|
|
|
|
|
|
|
|
- hopefully really fix problems with patch requiring aclocal-1.6
|
2003-06-04 13:04:36 +00:00
|
|
|
|
|
|
|
- fix compilation on HP-UX 11.x
|
2003-06-06 14:09:29 +00:00
|
|
|
|
2003-07-22 09:24:39 +00:00
|
|
|
- do not report failed inlining when compiling with gcc
|
2003-07-22 10:00:59 +00:00
|
|
|
|
|
|
|
- fix compilation with new development versions of xforms
|
2003-09-08 17:06:03 +00:00
|
|
|
|
|
|
|
- fix compilation with AikSaurus 1.0
|
2003-09-15 10:11:27 +00:00
|
|
|
|
|
|
|
- clean-up properly after completed graphics conversion processes.
|