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
|
|
|
|
|
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.
|
|
|
|
|
2004-10-22 10:25:13 +00:00
|
|
|
|
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-01-03 13:01:01 +00:00
|
|
|
- Fix crash when reading equations containing more columns than allowed
|
|
|
|
[bug 1542].
|
|
|
|
|
2004-12-17 10:31:39 +00:00
|
|
|
- Fix output of mathbb and mathcal symbols via the math panel
|
|
|
|
(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].
|
|
|
|
|
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].
|
|
|
|
|
|
|
|
- Fix lyxpreview2ppm.py to work with python versions older than 2.1.
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
- Fix math fonts display in LyX/Mac.
|
2004-10-13 16:15:17 +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
|
|
|
|
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-01-03 13:01:01 +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.
|