2006-03-10 13:36:33 +00:00
|
|
|
-*- text -*-
|
|
|
|
|
2006-04-11 14:58:27 +00:00
|
|
|
This file describes what has been done in the preparation of LyX 1.4.2
|
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
|
|
|
|
these fixes have been checked in the branch BRANCH_1_4_X, which you
|
|
|
|
can get with the command
|
|
|
|
svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X lyx-1.4.x
|
|
|
|
|
|
|
|
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
|
|
|
|
==========
|
|
|
|
|
|
|
|
** Updates
|
|
|
|
|
2006-04-24 09:26:10 +00:00
|
|
|
- Update Hungarian localization of the interface.
|
|
|
|
|
2006-05-22 09:45:17 +00:00
|
|
|
- Update translations of documentation for German (all) and Hungarian
|
|
|
|
(Introduction, splash document, new tutorial examples).
|
2006-04-11 08:56:24 +00:00
|
|
|
|
2006-04-28 16:29:45 +00:00
|
|
|
- Add support for Austrian (new spelling) as document language.
|
2006-04-24 12:21:05 +00:00
|
|
|
|
2006-04-28 16:29:45 +00:00
|
|
|
- Add "LaTeX (pdflatex)" output format. This new output format produces
|
2006-04-26 11:44:26 +00:00
|
|
|
.tex files that are suitable for pdflatex, including figure conversion
|
|
|
|
to png, pdf or jpeg instead of eps.
|
|
|
|
|
2006-04-28 16:29:45 +00:00
|
|
|
- Add biographynophoto style to IEEEtran.layout.
|
|
|
|
|
|
|
|
- Add new function buffer-toggle-compression (and entry in Document
|
|
|
|
menu) to change whether the file will be compressed on disk or not.
|
2006-04-27 07:35:50 +00:00
|
|
|
|
2006-05-18 07:14:25 +00:00
|
|
|
- Add buttons for \overset and \underset to the math panel (bug 2533)
|
|
|
|
|
2006-03-10 13:36:33 +00:00
|
|
|
** Bug fixes
|
|
|
|
|
2006-03-10 16:55:45 +00:00
|
|
|
* Document input/output:
|
2006-03-10 14:55:27 +00:00
|
|
|
|
2006-04-13 09:10:40 +00:00
|
|
|
- Convert definitions of itemize and enumerate environments in old layout
|
2006-04-26 13:42:19 +00:00
|
|
|
files correctly.
|
|
|
|
|
|
|
|
- Fix conversion of minipages (default height and inner vertical
|
|
|
|
position) from 1.3.
|
2006-04-13 09:10:40 +00:00
|
|
|
|
2006-04-13 10:30:28 +00:00
|
|
|
- Make sure that the amsmath package is used in LaTeX output when
|
|
|
|
using the AMS-specific commands \xleftarrow, \xrightarrow or
|
|
|
|
array constructs split, gathered, aligned and alignedat (bug 2149).
|
2006-04-11 06:50:30 +00:00
|
|
|
|
2006-04-26 13:42:19 +00:00
|
|
|
- Load the tipa package automatically when needed.
|
|
|
|
|
2006-05-18 21:30:06 +00:00
|
|
|
- Properly strike out deleted math formulas when change tracking is
|
|
|
|
active (bug 2214).
|
|
|
|
|
2006-05-22 09:45:17 +00:00
|
|
|
- Don't get confused by 0-Characters in MikTeX logfiles anymore.
|
2006-04-25 10:12:08 +00:00
|
|
|
|
2006-05-22 09:45:17 +00:00
|
|
|
- Always honor the "Requirement" tag in External Template Definitions.
|
2006-04-26 11:44:26 +00:00
|
|
|
|
2006-05-18 21:30:06 +00:00
|
|
|
- Fix tex2lyx to handle whitespace in front of required arguments (bug 2546).
|
2006-04-27 06:59:06 +00:00
|
|
|
|
2006-05-18 21:30:06 +00:00
|
|
|
- Update templates and examples to latest file format.
|
2006-05-05 11:06:41 +00:00
|
|
|
|
2006-05-22 09:37:29 +00:00
|
|
|
- Make jpeg graphics with suffix in capital letters (.JPG) work with
|
2006-05-22 09:45:17 +00:00
|
|
|
pdflatex (bug 2235).
|
2006-05-22 09:37:29 +00:00
|
|
|
|
2006-04-11 06:50:30 +00:00
|
|
|
* Math editor:
|
|
|
|
|
2006-05-22 09:45:17 +00:00
|
|
|
- Fix metrics of AMS array environments like bmatrix, vmatrix etc. (bug 2036).
|
2006-04-12 07:42:50 +00:00
|
|
|
|
2006-04-26 13:42:19 +00:00
|
|
|
- Fix undo in matrices.
|
2006-04-20 13:45:06 +00:00
|
|
|
|
2006-03-10 16:55:45 +00:00
|
|
|
* User Interface:
|
2006-03-10 13:36:33 +00:00
|
|
|
|
2006-04-28 17:50:49 +00:00
|
|
|
- Much better performance when using natbib/jurabib citations (bug 2460).
|
|
|
|
|
2006-04-26 13:42:19 +00:00
|
|
|
- Don't jump back to previous cursor position when trying to click on
|
|
|
|
an inset (bug 2526).
|
2006-04-14 14:40:16 +00:00
|
|
|
|
2006-05-17 22:37:24 +00:00
|
|
|
- LyX now automatically uses file viewers and editors set at OS level
|
2006-05-22 09:45:17 +00:00
|
|
|
[windows only].
|
2006-05-17 22:37:24 +00:00
|
|
|
|
2006-05-20 08:20:07 +00:00
|
|
|
- Automatically use fonts in the fonts/ subdirectory of LyX support
|
|
|
|
directory in windows.
|
|
|
|
|
2006-05-22 10:18:02 +00:00
|
|
|
- Fix crash when pasting contents from the clipboard to a tabular
|
|
|
|
(bug 2603).
|
|
|
|
|
2006-04-26 13:42:19 +00:00
|
|
|
- When pasting contents to a tabular with the middle mouse button, the
|
|
|
|
language has sometimes be changed. This is fixed now.
|
2006-04-20 13:45:06 +00:00
|
|
|
|
2006-05-22 13:13:06 +00:00
|
|
|
- Fix unconditional movement of the cursor outside of a tabular when
|
|
|
|
opening the tabular dialog.
|
|
|
|
|
2006-04-20 16:34:50 +00:00
|
|
|
- Text copied from an ERT box has no longer the pseudo "latex" language
|
2006-04-26 13:42:19 +00:00
|
|
|
(bug 2476).
|
2006-04-20 16:34:50 +00:00
|
|
|
|
2006-05-22 09:45:17 +00:00
|
|
|
- Fix crash when selecting and deleting "blue" paragraph break in CT mode.
|
|
|
|
|
2006-04-26 13:42:19 +00:00
|
|
|
- Set change tracking marks properly when copying between documents
|
|
|
|
with different change tracking status (bug 2207).
|
|
|
|
|
2006-05-20 10:33:02 +00:00
|
|
|
- Fix remaining "ghost" empty paragraphs when selecting and deleting multiple
|
2006-05-22 09:45:17 +00:00
|
|
|
paragraphs (bug 2516).
|
2006-05-20 10:33:02 +00:00
|
|
|
|
2006-05-22 09:45:17 +00:00
|
|
|
- Fix display of horizontal fill which appears at the end of a line
|
|
|
|
(bug 2508).
|
2006-05-20 10:33:02 +00:00
|
|
|
|
2006-05-22 10:12:09 +00:00
|
|
|
- Fix crash when changing document class while the cursor is inside a table
|
|
|
|
|
2006-03-10 13:36:33 +00:00
|
|
|
* Configuration/Installation:
|
|
|
|
|
2006-04-27 13:07:23 +00:00
|
|
|
- Replace the old sh version of lib/configure with the new python version
|
2006-05-22 09:45:17 +00:00
|
|
|
lib/configure.py.
|
2006-04-27 13:07:23 +00:00
|
|
|
|
2006-04-27 16:47:07 +00:00
|
|
|
- It is not needed anymore to run lib/configure.py in the main LyX
|
|
|
|
support directory.
|
|
|
|
|
2006-05-09 15:41:08 +00:00
|
|
|
- Reading of configuration now goes like this: LyX first reads the file
|
|
|
|
lyxrc.init (if it exists). If lib/configure.py is newer than
|
|
|
|
either lyxrc.defaults, textclass.lst or packages.lst, it is re-run
|
|
|
|
before loading lyxrc.defaults and preferences.
|
2006-05-02 13:44:19 +00:00
|
|
|
|
|
|
|
- Fix lib/configure.py to find tex2lyx when compiling with
|
2006-05-22 09:45:17 +00:00
|
|
|
--with-version-suffix (bug 2285).
|
2006-05-02 13:44:19 +00:00
|
|
|
|
2006-04-27 13:07:23 +00:00
|
|
|
- Fix lib/configure.py to find tex2lyx if the path to it contains spaces.
|
|
|
|
|
|
|
|
- Fix the code to find interface localization under Windows and Mac OS X.
|
|
|
|
|
2006-04-28 16:35:50 +00:00
|
|
|
- remove --enable-compression-support option of configure. Compression
|
|
|
|
support via zlib is now a requirement.
|
|
|
|
|
2006-04-27 13:07:23 +00:00
|
|
|
- When compiling with --with-version-suffix under windows, do not
|
|
|
|
rename the executable files.
|
|
|
|
|
2006-04-11 15:21:21 +00:00
|
|
|
- Make LyX/Win work under windows 98.
|
2006-04-12 09:37:33 +00:00
|
|
|
|
|
|
|
- Fix compilation on DragonFly BSD.
|
2006-04-24 10:28:27 +00:00
|
|
|
|
2006-04-26 07:34:21 +00:00
|
|
|
|