Jürgen
I still had a list of commits that I wanted to backport dating back to
May (when the previous branch was already closed). I totally forgot
about these when backporting the list of bugs previous month.
New Revision: 29509
URL: http://www.lyx.org/trac/changeset/29509
Log:
Add the emf and wmf graphics format as parameters to LFUN_PASTE.
New Revision: 29716
URL: http://www.lyx.org/trac/changeset/29716
Log:
Fix a few enable/disable problems for longtables:
- set header, set first-header-empty, unset first-header-empty,
- set header, set first-header-empty, unset header
New Revision: 29717
URL: http://www.lyx.org/trac/changeset/29717
Log:
When the clipboard contains a tabular selection, dirty_tabular_stack_ is true.
However, it is set to false when the user clears a selection (without copying).
After this (mostly accidental) action, pasting the tabular contents goes wrong.
So, we only clear the dirty_tabular_stack_ flag when a 'real' copy to clipboard
has been made.
New Revision: 29761
URL: http://www.lyx.org/trac/changeset/29761
Log:
Context menu of equations:
- add "Number this line",
- use the same item names as in Edit->Math,
- remove the superfluous "Toggle" prefixes.
New Revision: 29762
URL: http://www.lyx.org/trac/changeset/29762
Log:
Hide "Number this line" for single line equations.
New Revision: 29764
URL: http://www.lyx.org/trac/changeset/29764
Log:
Set flag for LFUN_MATH_MUTATE. Also, remove some 'ghost code' from
InsetMathNest (if this had a purpose it should have been documented).
Vincent