2006-03-10 13:36:33 +00:00
|
|
|
-*- text -*-
|
|
|
|
|
2006-07-13 09:13:23 +00:00
|
|
|
This file describes what has been done in the preparation of LyX 1.4.3
|
2006-03-10 13:36:33 +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
|
2006-07-12 13:27:57 +00:00
|
|
|
these fixes have been checked into the BRANCH_1_4_X branch, which you
|
2006-03-10 13:36:33 +00:00
|
|
|
can get with the command
|
2006-08-25 16:47:54 +00:00
|
|
|
svn co svn://svn.LyX.org/LyX/LyX-devel/branches/BRANCH_1_4_X LyX-1.4.x
|
2006-03-10 13:36:33 +00:00
|
|
|
|
|
|
|
JMarc
|
|
|
|
|
2006-03-29 12:07:25 +00:00
|
|
|
[In this list, I try to group things by topic and in decreasing
|
2006-03-10 13:36:33 +00:00
|
|
|
order of importance. This is, of course, subjective...]
|
|
|
|
|
|
|
|
What's new
|
|
|
|
==========
|
|
|
|
|
2006-07-13 09:25:32 +00:00
|
|
|
** Updates:
|
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- All shell scripts have been translated to python so sh.exe is no
|
|
|
|
longer needed. That's a big plus for the Windows port.
|
2006-07-13 09:25:32 +00:00
|
|
|
|
2006-09-15 07:59:25 +00:00
|
|
|
- Implement inset-dissolve feature; this can be accessed (like in
|
2006-09-11 09:54:44 +00:00
|
|
|
mathed) by pressing Backspace at the start of an inset, or Delete at
|
|
|
|
the end (bug 2201).
|
|
|
|
|
|
|
|
- Add buttons for \intop and \ointop to the math panel (bug 2698)
|
|
|
|
|
|
|
|
- Native support for \phantom, \hphantom and \vphantom in mathed (bug 1473).
|
|
|
|
There is no Menu/Toolbar/Math panel entry yet, only display on screen.
|
|
|
|
|
2006-08-12 11:25:41 +00:00
|
|
|
- Some small updates to the documentation.
|
|
|
|
|
2006-09-15 07:59:25 +00:00
|
|
|
- Update Czech (new), French, German (bug 2718), Italian (bug 2774)
|
|
|
|
and NyNorsk localizations.
|
2006-08-08 20:57:25 +00:00
|
|
|
|
2006-09-15 07:59:25 +00:00
|
|
|
- Update Czech (Tutorial, new splash) and German (UserGuide,
|
2006-08-17 10:13:10 +00:00
|
|
|
Extended) documentation.
|
2006-08-10 09:25:27 +00:00
|
|
|
|
2006-07-13 09:25:32 +00:00
|
|
|
** Bug fixes:
|
|
|
|
|
2006-08-07 13:47:28 +00:00
|
|
|
* Document Input/Output
|
2006-07-17 19:50:41 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Fix a crash when importing LaTeX files with no text (bug 2667).
|
2006-08-07 13:47:28 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Fix a crash when a used bibtex file is in a non-readable directory
|
2006-08-19 10:37:57 +00:00
|
|
|
(bug 2782).
|
2006-08-18 13:11:28 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Ignore the definition of LyXgreyout environment when re-importing a
|
|
|
|
LyX-generated LaTeX file (part of bug 2420).
|
2006-08-08 13:12:07 +00:00
|
|
|
|
2006-08-08 13:33:49 +00:00
|
|
|
- When exporting to LaTeX an external inset with template XFig,
|
2006-08-25 16:47:54 +00:00
|
|
|
require the color package, since XFig generates LaTeX code with
|
2006-08-08 13:33:49 +00:00
|
|
|
\color (bug 2716).
|
|
|
|
|
2006-08-08 13:56:21 +00:00
|
|
|
- Make sure enough passes are made to update the table of contents
|
2006-08-25 16:47:54 +00:00
|
|
|
when running LaTeX (bug 2616).
|
2006-08-08 13:56:21 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Don't add extra braces when reading documents containing \choose,
|
|
|
|
\atop or \over (bug 2481).
|
2006-08-11 13:10:37 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Reenable import of noweb files (bug 2289).
|
2006-08-13 13:29:00 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Render greyed out notes correctly in output (bug 2723).
|
2006-08-13 18:48:49 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Fix bug 2768 (inset comment/note eats space after it).
|
2006-08-15 15:22:30 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Do not convert known spaces to ERT on LaTeX import (bug 2786).
|
2006-08-24 17:01:03 +00:00
|
|
|
|
2006-08-07 13:47:28 +00:00
|
|
|
* User Interface:
|
2006-07-13 09:25:32 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Fix random crashes resulting of an incompatibility of the included
|
|
|
|
boost::bind library with gcc 4.1 (bug 2677, probably also 2662 and 2684).
|
|
|
|
|
|
|
|
- Fix a crash when using next-inset-toggle (Ctrl+I) inside mathed;
|
2006-08-12 20:12:52 +00:00
|
|
|
inset locking in mathed generally work (bug 2756).
|
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Fix a crash on save (including dataloss) when the backup directory
|
|
|
|
creation failed or the directory is not writeable(bug 2740).
|
2006-08-12 20:12:52 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Fix a crash when selecting several cells in a tabular (bug 2630).
|
2006-08-14 19:02:04 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Fix a crash when searching for an inset and none is present.
|
2006-08-16 20:28:03 +00:00
|
|
|
|
2006-08-13 15:45:06 +00:00
|
|
|
- Fix lockup when accepting a change in a text inset (bug 2510).
|
|
|
|
|
2006-09-08 12:16:35 +00:00
|
|
|
- Fix a crash with change tracking in tables (bug 2600).
|
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Fix a crash when undoing super/subscript deletion (bug 2727).
|
2006-08-17 21:13:15 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Fix a crash when the cursor is in an empty script and the user
|
|
|
|
clicks in the text.
|
2006-08-17 21:33:02 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Handle properly script insets which the nucleus has more than
|
|
|
|
one element (like {a'}^{2}).
|
2006-08-18 08:55:55 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- On pressing button 2 in a math inset, paste the inner LyX selection
|
|
|
|
if it exists (bug 2779).
|
2006-08-22 14:26:29 +00:00
|
|
|
|
2006-09-14 13:50:37 +00:00
|
|
|
- When inserting an inset (footnote etc.) over an existing selection,
|
|
|
|
don't copy the layout of the source paragraph to the inset (bug 2802).
|
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Fix the disabling of some toolbar icons after closing a dialog (bug 2423).
|
2006-08-19 16:27:00 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Fix the editing of a document while Error List dialog is open (bug 2179).
|
2006-08-13 17:39:36 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Improve the position of the cursor after undo.
|
2006-08-17 20:12:13 +00:00
|
|
|
|
2006-08-19 16:27:00 +00:00
|
|
|
- Update labels on screen when changing language.
|
2006-08-12 20:12:52 +00:00
|
|
|
|
2006-08-16 21:44:37 +00:00
|
|
|
- Fix doubling of initial character when correcting a word with
|
2006-08-25 16:47:54 +00:00
|
|
|
ligatures in spellechecker (bug 2068).
|
2006-08-16 21:44:37 +00:00
|
|
|
|
2006-08-08 10:57:09 +00:00
|
|
|
- Show an error box when failing to update the TeX Information dalog data.
|
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Fix an unexpected font change on maximize (bug 2664).
|
2006-08-16 10:09:51 +00:00
|
|
|
|
2006-07-13 09:25:32 +00:00
|
|
|
- Handle the Meta keyboard modifier as Alt (Qt only).
|
2006-08-06 23:21:43 +00:00
|
|
|
|
2006-08-08 21:44:42 +00:00
|
|
|
- Fix the C-x C-b binding in emacs mode (bug 2747).
|
|
|
|
|
2006-08-12 12:31:19 +00:00
|
|
|
- Fix a crash when a non-template file is selected in the
|
2006-08-25 16:47:54 +00:00
|
|
|
"New from Template" dialog (bug 2404).
|
2006-08-25 14:59:20 +00:00
|
|
|
|
2006-08-25 19:30:00 +00:00
|
|
|
- The LaTeX log file can now also be viewed if the path of the temporary
|
|
|
|
directory contains spaces (bug 2687)
|
|
|
|
|
2006-09-04 14:59:46 +00:00
|
|
|
- Graphics files with ' in the name can now be previewed (bug 2637)
|
|
|
|
|
2006-08-08 14:06:21 +00:00
|
|
|
* Build/installation:
|
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Fix the 'check' make target for systems which do not have
|
|
|
|
/bin/bash (bug 2524).
|
2006-08-08 14:06:21 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Set CPPFLAGS only if it not already set by the user
|
|
|
|
(and ignore CXXFLAGS when setting CPPFLAGS).
|
2006-08-08 14:06:21 +00:00
|
|
|
|
|
|
|
- Handle properly gcc 4.1 in configure.
|
|
|
|
|
2006-08-09 20:53:51 +00:00
|
|
|
- Install python files together with precompiled versions.
|
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- A scons build system is added, for details please see INSTALL.scons.
|
2006-08-13 16:07:17 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- LyX can be compiled with MSVC using qt3 from the Q../Free project and scons.
|
2006-08-16 21:10:55 +00:00
|
|
|
|
2006-09-08 01:51:57 +00:00
|
|
|
- 'scons install' now produces a cygwin-compatible binary package under cygwin.
|
|
|
|
|
2006-08-07 13:47:28 +00:00
|
|
|
* Miscellaneous
|
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- Display LaTeX package checking results faster during configuration.
|
2006-08-08 10:31:20 +00:00
|
|
|
|
2006-08-09 15:27:12 +00:00
|
|
|
- Log the output of configure.py to a log file configure.log.
|
|
|
|
|
2006-08-11 22:10:23 +00:00
|
|
|
- Do automatic reconfiguration even when running in batch mode (bug 2741).
|
|
|
|
|
2006-08-07 13:47:28 +00:00
|
|
|
- Change the encoding of some python scripts from iso-8859-15 to
|
|
|
|
iso-8859-1. The former causes problems with embedded python.
|
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- remove outdated development tools & outdated LyXConfig.LyX.
|
2006-08-13 13:24:34 +00:00
|
|
|
|
2006-08-25 16:47:54 +00:00
|
|
|
- remove all references to reLyX which has been replaced by tex2LyX.
|
2006-09-07 12:46:02 +00:00
|
|
|
|
|
|
|
- fix image paths in german userguide (bug 2660)
|