2003-02-07 11:14:56 +00:00
|
|
|
-*- text -*-
|
|
|
|
|
2004-10-08 10:40:18 +00:00
|
|
|
This file describes what has been done in the preparation of LyX 1.3.6
|
2003-02-07 11:14:56 +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_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
|
2004-09-22 14:55:05 +00:00
|
|
|
order of importance. This is, of course, subjective...]
|
2003-02-07 14:25:59 +00:00
|
|
|
|
2003-02-07 11:14:56 +00:00
|
|
|
What's new
|
|
|
|
==========
|
|
|
|
|
|
|
|
** Updates
|
|
|
|
|
2005-03-25 15:35:52 +00:00
|
|
|
- It is now possible to typeset files which reside in a directory with
|
|
|
|
spaces in its name; this requires a modern TeX implementation (such
|
|
|
|
as teTeX 3.0).
|
|
|
|
|
2004-10-22 10:25:13 +00:00
|
|
|
- Implement new functions buffer-next and buffer-previous that allow
|
|
|
|
to cycle through open buffers; they are respectively bound to
|
2004-11-05 13:30:47 +00:00
|
|
|
Ctrl-PageDown and Control-PageUp (except with mac bindings, where
|
2004-11-09 16:59:04 +00:00
|
|
|
<cmd>-tab and <cmd>-backtab are used) [bugs 515 and 1639].
|
2004-11-05 13:30:47 +00:00
|
|
|
|
2004-11-15 14:50:54 +00:00
|
|
|
- LaTeX-type accents (which are used when converting from 7bit latex
|
|
|
|
documents or when a given accented letter does not exist in the
|
|
|
|
document encoding) are now considered as part of words; the same
|
|
|
|
holds for ligature breaks and hyphenation marks. This impacts word
|
|
|
|
level operation like selection by double-click or index entry
|
|
|
|
defaults.
|
|
|
|
|
2005-05-19 08:52:35 +00:00
|
|
|
- The converters defined in the lyxrc.defaults and preferences files
|
|
|
|
can now use a "$$s" placeholder to tell LyX to look for the
|
|
|
|
converter in its support directories. A typical example is:
|
|
|
|
|
|
|
|
\converter lyxpreview ppm "python $$s/scripts/lyxpreview2ppm.py" ""
|
|
|
|
|
2005-03-25 15:35:52 +00:00
|
|
|
- The ``annote'' field of BibTeX entries is now shown in citation preview.
|
|
|
|
|
2005-02-11 13:24:59 +00:00
|
|
|
- update the aastex textclass to AASTeX 5.2
|
2004-10-22 10:25:13 +00:00
|
|
|
|
2005-03-30 14:59:43 +00:00
|
|
|
- new Turkish translation.
|
|
|
|
|
2003-02-07 11:14:56 +00:00
|
|
|
** Bug fixes
|
|
|
|
|
2004-09-21 09:58:23 +00:00
|
|
|
* Document input/output:
|
2004-04-22 13:59:39 +00:00
|
|
|
|
2004-10-22 10:25:13 +00:00
|
|
|
- Fix LaTeX output of percentage length values <10% [bug 1523].
|
2004-10-22 09:08:55 +00:00
|
|
|
|
2005-05-25 12:59:53 +00:00
|
|
|
- Fix crash when reading equations containing more columns than allowed
|
2005-01-03 13:01:01 +00:00
|
|
|
[bug 1542].
|
|
|
|
|
2005-04-26 10:00:58 +00:00
|
|
|
- Store typed '&' characters in math as '\&' [bug 1542].
|
|
|
|
|
2005-01-05 17:33:44 +00:00
|
|
|
- Make sure that the amsmath package is used in LaTeX output when
|
2005-03-30 14:59:43 +00:00
|
|
|
using the AMS-specific array environments and over/under arrows in
|
|
|
|
equations.
|
2005-02-11 13:47:18 +00:00
|
|
|
|
2005-01-19 11:46:50 +00:00
|
|
|
- Make sure that the wasysym package is used in LaTeX output when
|
|
|
|
using symbols from the wasy font.
|
|
|
|
|
2005-03-25 16:27:59 +00:00
|
|
|
- Make sure that the natbib and url packages are not loaded with
|
|
|
|
REVTeX 4, since the functionality is already provided by the class.
|
|
|
|
|
2004-12-17 10:31:39 +00:00
|
|
|
- Fix output of mathbb and mathcal symbols via the math panel
|
2005-05-19 08:52:35 +00:00
|
|
|
(XForms only) [bug 1214].
|
2004-10-25 08:51:39 +00:00
|
|
|
|
2004-12-17 10:31:39 +00:00
|
|
|
- Fix output of footnotes on the titlepage, which did not work with
|
|
|
|
the memoir class [bug 1677].
|
2005-05-25 12:59:53 +00:00
|
|
|
|
2004-11-15 13:57:22 +00:00
|
|
|
- Fix the LaTeX output of Short Titles (aka optional inset) that did
|
|
|
|
not get \protect added when needed [bug 1739].
|
|
|
|
|
2005-03-11 15:51:32 +00:00
|
|
|
- When reading an equation, don't parse \| following a \left or \right as |.
|
|
|
|
|
2005-05-25 12:59:53 +00:00
|
|
|
- Enable LaTeXConfig.lyx to be generated on Windows by fixing the line
|
|
|
|
endings of the generated chkconfig.sed script.
|
|
|
|
|
2005-05-19 08:52:35 +00:00
|
|
|
- Fix positioning of error insets after graphics and external insets.
|
2005-04-07 10:20:37 +00:00
|
|
|
|
2005-03-30 14:59:43 +00:00
|
|
|
- When executing generating PDF, handle properly pdfTeX warnings [bug 1824].
|
2005-03-11 15:51:32 +00:00
|
|
|
|
2004-11-15 13:57:22 +00:00
|
|
|
- Fix lyxpreview2ppm.py to work with python versions older than 2.1.
|
|
|
|
|
2005-03-29 10:36:49 +00:00
|
|
|
- Fix version control on files which name contains some special
|
2005-05-25 12:59:53 +00:00
|
|
|
characters.
|
2005-03-29 10:36:49 +00:00
|
|
|
|
2005-04-22 17:02:54 +00:00
|
|
|
- Make lib/configure more portable, allowing it to run on Solaris.
|
|
|
|
|
2005-05-10 15:00:25 +00:00
|
|
|
- remove detection of a PS interpreter in lib/configure, since we do
|
|
|
|
not use it.
|
|
|
|
|
2005-05-19 08:52:35 +00:00
|
|
|
- Remove from convertDefault.sh the test that "convert" really succeeded
|
|
|
|
as it reported failures on Windows that were actually successes.
|
|
|
|
See, eg, http://marc.theaimsgroup.com/?l=lyx-users&m=110561697803860&w=2
|
|
|
|
|
|
|
|
- No longer quote the name of the external executable in lyxpreview2ppm.py.
|
|
|
|
Windows didn't like that.
|
|
|
|
|
|
|
|
- Windows users are now able to define and use their own graphics converters
|
|
|
|
because the command is now quoted correctly.
|
|
|
|
|
|
|
|
- Given a Windows-style path, don't forget to mangle the drive letter too when
|
|
|
|
generating a unique temporary file name.
|
|
|
|
|
|
|
|
- LyX now passes all external scripts to the relevant interpreter explicitly.
|
|
|
|
This means that Windows can now run the script even when it doesn't have
|
|
|
|
a "recognized" file extension.
|
|
|
|
|
|
|
|
- Enable the file browser to return a "file name with spaces" to the
|
|
|
|
appropriate dialog if LaTeX can handle such files.
|
2004-10-22 09:08:55 +00:00
|
|
|
|
2004-04-22 13:59:39 +00:00
|
|
|
* User Interface:
|
|
|
|
|
2004-10-22 10:25:13 +00:00
|
|
|
- Fix crash when using math-mutate with invalid argument.
|
|
|
|
|
2005-05-28 11:07:45 +00:00
|
|
|
- Implement support for qt-immodule. This fixes the dead key problems
|
|
|
|
with some newer qt versions [bug 1830].
|
|
|
|
|
2004-10-22 10:25:13 +00:00
|
|
|
- Fix math fonts display in LyX/Mac.
|
2004-10-13 16:15:17 +00:00
|
|
|
|
2005-03-30 14:59:43 +00:00
|
|
|
- Make LyX behave normally when a file has been open from the Explorer
|
|
|
|
[Windows only].
|
|
|
|
|
2005-05-19 08:52:35 +00:00
|
|
|
- Windows users will find that graphics files are now converted to a
|
|
|
|
"loadable" format asynchronously. That is, LyX will not block
|
|
|
|
execution whilst graphics files are displayed on screen.
|
|
|
|
|
2005-03-30 14:59:43 +00:00
|
|
|
- Fix font metrics problems with Qt/Win 3.2.1.
|
2005-01-07 15:30:37 +00:00
|
|
|
|
2004-10-22 10:25:13 +00:00
|
|
|
- Fix bindings for depth-increment/decrement for LyX/Mac.
|
2004-10-11 13:56:06 +00:00
|
|
|
|
2005-02-17 13:20:55 +00:00
|
|
|
- Do not use the -swap option when viewing a Postscript file with gv,
|
|
|
|
since newer versions do not support it. Users that see landscape
|
2005-02-17 15:28:24 +00:00
|
|
|
documents upside-down should select 'swap landscape' in gv options.
|
2005-02-17 13:20:55 +00:00
|
|
|
|
2005-02-21 10:10:59 +00:00
|
|
|
- Semantic improvements in the Insert>Cross reference dialog.
|
|
|
|
|
2005-05-19 08:52:35 +00:00
|
|
|
- When showing a preview of a BibTeX entry in the Insert>Citation
|
2005-03-25 15:35:52 +00:00
|
|
|
Reference dialog, handle \% correctly.
|
|
|
|
|
2005-05-25 11:58:51 +00:00
|
|
|
- The file browsers of the Qt versions of the External, BibTeX and
|
|
|
|
Print dialogs now return a relative path if appropriate. [Bug 1272]
|
|
|
|
|
2005-02-23 14:29:38 +00:00
|
|
|
- Fix display of citations when using 'et al.'
|
|
|
|
|
2005-04-26 15:34:42 +00:00
|
|
|
- fix translation of layout names with a space in their name.
|
|
|
|
|
2005-02-11 13:24:59 +00:00
|
|
|
- Fix server function server-get-tip [Bug 1781]
|
|
|
|
|
2005-03-21 11:02:41 +00:00
|
|
|
- Fix binding of Shift-Tab, which was broken on some systems.
|
|
|
|
|
2005-04-08 15:12:18 +00:00
|
|
|
- Enable the display of accented characters in the Help->About dialog.
|
|
|
|
|
2005-05-13 13:12:18 +00:00
|
|
|
- Fix "longtable" user interface in the tabular dialog [bug 1061] [qt only]
|
|
|
|
|
2005-05-19 08:52:35 +00:00
|
|
|
- Remove the "child process" dialog, with which a user could kill child
|
|
|
|
processes spawned by LyX. It was decided that this functionality belonged
|
|
|
|
with the OS.
|
|
|
|
|
|
|
|
- Post convertDefault.sh's error messages to STDERR.
|
2004-08-09 10:40:17 +00:00
|
|
|
|
2004-04-22 13:59:39 +00:00
|
|
|
* Configuration/Installation:
|
|
|
|
|
2004-11-05 11:48:57 +00:00
|
|
|
- Enable XForms frontend to build with picky versions of 'make'.
|
|
|
|
|
2005-05-19 08:52:35 +00:00
|
|
|
- Fix link error with some compiler/OS combinations [bug 1702].
|
2004-12-07 09:47:31 +00:00
|
|
|
|
2005-01-03 13:01:01 +00:00
|
|
|
- Fix link error with Cygwin.
|
2004-12-07 10:50:09 +00:00
|
|
|
|
2004-12-07 09:47:31 +00:00
|
|
|
- Fix warnings with recent versions of automake.
|
2005-02-11 13:27:35 +00:00
|
|
|
|
|
|
|
- Remove GNU-make specific construct in Makefile
|