using --with-version-suffix (without value), config.status will be
written wrongly and try to run
./configure--with-qt4-lib= [...]
This is because the code that adds automatically the version number eats
the leading space.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@27152 a592a061-630c-0410-9148-cb99ea01b6c8
- Fix a crash when selecting multiple cells of a tabular.
(I might have a look at the missing table->asString later).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@27080 a592a061-630c-0410-9148-cb99ea01b6c8
- \marginpar needs to be \protect'ed in fragile context (bug 2790).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26993 a592a061-630c-0410-9148-cb99ea01b6c8
- "force" tipa glyphs to prevent inputenc errors with utf8.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26973 a592a061-630c-0410-9148-cb99ea01b6c8
> Author: younes
> Date: Wed Oct 1 10:18:57 2008
> New Revision: 26668
> URL: http://www.lyx.org/trac/changeset/26668
> Log:
> Modify the way multi-cell selection is done in tables:
> * Always put the cursor at the end of the cell (this was set at the beginning
> with mouse selection).
> * handle LFUN_SELF_INSERT in case of multi-cell selection -> the whole cell
> contents will be deleted.
> This commit fixes http://bugzilla.lyx.org/show_bug.cgi?id=5225
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26809 a592a061-630c-0410-9148-cb99ea01b6c8
- remove the template for elsart, as this class is obsolete since elsarticle was released
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26716 a592a061-630c-0410-9148-cb99ea01b6c8
- don't pass the "none" string as graphics driver to color (part of bug 5294).
This also needs to be done in trunk, but I'll leave this to Uwe.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26598 a592a061-630c-0410-9148-cb99ea01b6c8
information about the "Unknown" application instead of admitting that
nothing is registered. The solution is to add ASSOCF_INIT_IGNOREUNKNOWN
to the flags parameter. Also update dead URLs.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26499 a592a061-630c-0410-9148-cb99ea01b6c8
* BufferView.cpp (setCursorFromInset): new method, useful to find
an inset that is known to be in the document.
* LyXFunc.cpp (dispatch): do a proper recordUndo
before appplying changes to an inset. The insets are responsible
for recording additional undo steps that could be needed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26436 a592a061-630c-0410-9148-cb99ea01b6c8
- some more Greek glyphs. Patch by Günther Milde.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26423 a592a061-630c-0410-9148-cb99ea01b6c8
- handle case where natbib is loaded internally by a class, but still plain cite commands
have to be output (bug 5182)
* lib/revtex4.layout:
- this is such a case.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26299 a592a061-630c-0410-9148-cb99ea01b6c8
- Do not delete special characters in free spacing mode (bug 5125).
(this is what we do in trunk already)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26222 a592a061-630c-0410-9148-cb99ea01b6c8
incompatible) options are to be used to obtain the same result, it is better
to query the version and accordingly use the needed options (bug 4749).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26220 a592a061-630c-0410-9148-cb99ea01b6c8
- use \textquotedbl for straight quotes in T1 encoding (bug 5091).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26213 a592a061-630c-0410-9148-cb99ea01b6c8