2006-03-10 13:36:33 +00:00
|
|
|
-*- text -*-
|
|
|
|
|
2006-09-22 09:31:49 +00:00
|
|
|
This file describes what has been done in the preparation of LyX 1.4.4
|
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-10-09 13:02:21 +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-10-26 13:44:24 +00:00
|
|
|
- Outline support.
|
|
|
|
|
2006-09-26 10:35:58 +00:00
|
|
|
- Improve Computer Algebra System support.
|
|
|
|
|
2006-09-22 14:27:23 +00:00
|
|
|
- Add a wmf -> eps converter (bug 2845)
|
|
|
|
|
2006-09-27 14:17:55 +00:00
|
|
|
- Add a latex -> rtf converter
|
|
|
|
|
2006-10-26 13:44:24 +00:00
|
|
|
- Add a menu entry for numbered formulas (bug 2901).
|
2006-09-27 10:56:59 +00:00
|
|
|
|
2006-10-26 13:44:24 +00:00
|
|
|
- New text class ISPRS (Int. Soc. Photogrammetry & Remote Sensing).
|
2006-10-03 16:41:12 +00:00
|
|
|
|
2006-10-26 13:44:24 +00:00
|
|
|
- New external template for LilyPond (a music typesetter).
|
2006-10-13 10:48:13 +00:00
|
|
|
|
2006-10-26 13:44:24 +00:00
|
|
|
- New Galician localization. Update Romanian localization of the interface.
|
2006-10-05 19:58:42 +00:00
|
|
|
|
2006-10-26 13:44:24 +00:00
|
|
|
- New Galician translation of the documentation (splash, Intro).
|
|
|
|
Update Hebrew documentation (Intro).
|
2006-10-12 15:06:32 +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-10-03 19:49:57 +00:00
|
|
|
- Parse the optional argument of the AMS math environments aligned, gathered
|
|
|
|
and alignedat.
|
2006-08-24 17:01:03 +00:00
|
|
|
|
2006-10-03 20:11:00 +00:00
|
|
|
- Support lgathered and rgathered math environments.
|
|
|
|
|
2006-10-09 09:52:07 +00:00
|
|
|
- Update bibliography references when the entry has been changed (bug 2744).
|
|
|
|
|
2006-08-07 13:47:28 +00:00
|
|
|
* User Interface:
|
2006-07-13 09:25:32 +00:00
|
|
|
|
2006-09-22 10:00:19 +00:00
|
|
|
- Fix a crash that occured on exit if the clipboard was not empty (only on
|
|
|
|
windows). This fix was already used by the official windows installer for
|
|
|
|
1.4.3.
|
2006-09-16 13:09:46 +00:00
|
|
|
|
2006-10-25 12:18:56 +00:00
|
|
|
- Fix deletion of empty paragraph in various situations: paragraphs
|
|
|
|
with different layouts, layouts with KeepEmpty property, ERT insets
|
|
|
|
(bugs 2587 and 2882)
|
|
|
|
|
2006-10-03 15:18:27 +00:00
|
|
|
- Fix cursor positioning when opening the VSpace dialog (bug 2869).
|
|
|
|
|
2006-10-04 16:18:53 +00:00
|
|
|
- Give a better error message for missing layout include files
|
|
|
|
|
2006-10-16 12:06:50 +00:00
|
|
|
- Fix import of \fullcite commands from LaTeX.
|
|
|
|
|
2006-10-16 16:20:08 +00:00
|
|
|
- Don't show starred sections in Document->Numbering & TOC (bug 2910)
|
|
|
|
|
2006-10-20 16:46:03 +00:00
|
|
|
- Make clicking in a "Wide" inset always enter that inset.
|
|
|
|
|
Make MathBigInset working and implement GUI for fixed size math delimiters
(by Georg and me)
* src/lfuns.h
(enum kb_action): New lfun LFUN_MATH_BIGDELIM
* src/LyXAction.C
(init): New lfun LFUN_MATH_BIGDELIM
* src/cursor.C
(macroModeClose): try to intepret the current macro before
it is simply inserted
* src/mathed/math_biginset.[Ch]
(name): implement
(isBigInsetDelim): new, test whether a given token is a valid
MathBigInset delimiter
(infoize2): implement to show name if the cursor is to the right
* src/mathed/math_biginset.C
(size): handle Big, bigg and Bigg
(increase): ditto
(draw): fix deco drawing
(write): don't write space before delimiter but append one if necessary
* src/mathed/math_factory.C
(createMathInset): handle l->inset == "big"
* src/mathed/math_parser.C
(asInput): return a token as input, stolen from tex2lyx
(parse1): create a MathBigInset when needed
* src/mathed/math_nestinset.C
(doDispatch): try to intepret the argument of LFUN_SELFINSERT also
if it is longer than one character
(doDispatch): remove debug message
(doDispatch): remove LFUN_MATH_DELIM test for multiple cells (now
in getStatus)
(doDispatch): handle LFUN_MATH_BIGDELIM
(getStatus): Disable LFUN_MATH_DELIM and LFUN_MATH_BIGDELIM when
the selection spans multiple cells
* src/mathed/math_nestinset.[Ch]
(interpret): new, combine the previous math atom with the new
character to a MathBigInset if possible
* src/mathed/math_support.C
(deco_table): add lbrace and rbrace
* src/frontends/qt2/QDelimiterDialog.[Ch]
(fix_name, QDelimiterDialog, insertClicked, size_selected):
Allow for fixed size delimiters.
* src/frontends/qt2/ui/QDelimiterDialogBase.ui:
Added a combobox for selecting delimiter size.
* src/frontends/xforms/forms/form_maths_delim.fd: ditto
* src/frontends/xforms/FormMathsDelim.h:
Added a private variable to store selected delimiter size
* src/frontends/xforms/FormMathsDelim.C:
Correct entry in delim_rversion[] for matching braces.
(fix_name): new, return correct name for fixed size delimiter
(build, apply, update): allow for fixed size delimiters.
* src/frontends/gtk/GMathDelim.C: Add FIXME comment for fixed
size delimiters
* src/frontends/controllers/ControlMath.[Ch]:
Added dispatchBigDelim() to deal with fixed size delimiters.
* src/ParagraphParameters.C
(findToken): move from here
* src/support/lstrings.[Ch]
(findToken): to here
* src/text3.C
(dispatch): handle LFUN_MATH_BIGDELIM
(getStatus): ditto
* src/ToolbarBackend.C
(getIcon): handle LFUN_MATH_BIGDELIM
* lib/symbols: add MathBigInset symbols
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15570 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-26 19:09:10 +00:00
|
|
|
- Add support for fixed size math delimiters.
|
|
|
|
|
2006-08-08 14:06:21 +00:00
|
|
|
* Build/installation:
|
|
|
|
|
2006-09-08 01:51:57 +00:00
|
|
|
|
2006-08-07 13:47:28 +00:00
|
|
|
* Miscellaneous
|
|
|
|
|
2006-10-05 13:09:10 +00:00
|
|
|
- The minimum required python version is now 2.2.0.
|