]> git.lyx.org Git - lyx.git/log
lyx.git
11 years agoSupport \caption* (bug #3209)
Georg Baum [Fri, 22 Mar 2013 21:23:38 +0000 (22:23 +0100)]
Support \caption* (bug #3209)

This was a low hanging fruit which would have to wait for a long time because
of a file format change if it was not implemented before 2.1.

11 years agoImplement inset-select-all in mathed
Jean-Marc Lasgouttes [Fri, 22 Mar 2013 13:41:57 +0000 (14:41 +0100)]
Implement inset-select-all in mathed

11 years agoMore documentation for the poor man's profiler
Jean-Marc Lasgouttes [Fri, 22 Mar 2013 10:23:48 +0000 (11:23 +0100)]
More documentation for the poor man's profiler

11 years agoA poor man's profiler.
Jean-Marc Lasgouttes [Thu, 21 Mar 2013 11:14:21 +0000 (12:14 +0100)]
A poor man's profiler.

The use of this profiler is trivial:

 * #include <support/pmprof.h>

 * in the block one wants to profile, add
   PROFILE_THIS_BLOCK(some_identifier)

 * At the end of the execution, statistics will be sent to standard error.

11 years agotex2lyx: we support now \framebox without options
Uwe Stöhr [Fri, 22 Mar 2013 01:00:25 +0000 (02:00 +0100)]
tex2lyx: we support now \framebox without options

-> this is \fbox

- also update the tex2lyx example file result

11 years agosupport for \mbox and \fbox
Uwe Stöhr [Fri, 22 Mar 2013 00:33:58 +0000 (01:33 +0100)]
support for \mbox and \fbox

- fileformat change
- it was a pity that LyX did not yet support a simple rectangular frame without a defined width but LyX did this for e.g. oval frames
- \fbox and \mbox often occur in TeX files and can now be imported

11 years agoSplit pdf format as discussed on the list
Georg Baum [Thu, 21 Mar 2013 19:13:02 +0000 (20:13 +0100)]
Split pdf format as discussed on the list

Previously, the format used for included pdf files was the same as for
document export via ps2pdf. This caused unwanted conversion routes, e.g.
export via odt->pdf instead of dvi->ps->pdf.
I renamed the format for included graphics and not for exported documents,
since otherwise the command line syntax for export would change. This would
require more adaptions for the users, since with the chosen solution the
custom converters are almost always changed correctly in prefs2prefs(),
so that only custom external templates need manual adjustement.

11 years agolyx2lyx/lyx_2_1.py: typos
Uwe Stöhr [Thu, 21 Mar 2013 01:11:42 +0000 (02:11 +0100)]
lyx2lyx/lyx_2_1.py: typos

11 years agoCmake build: Unfortunatelly, there are some cmake versions
Kornel Benko [Wed, 20 Mar 2013 19:51:50 +0000 (20:51 +0100)]
Cmake build: Unfortunatelly, there are some cmake versions
which have not error-free version of FindQt4.cmake.
We have to stick with our own (and old) module.

11 years agoavoid redundant toolbar initialization
Juergen Spitzmueller [Wed, 20 Mar 2013 12:59:25 +0000 (13:59 +0100)]
avoid redundant toolbar initialization

11 years agoFix the zombie toolbar problem (bug #8520)
Juergen Spitzmueller [Wed, 20 Mar 2013 12:01:48 +0000 (13:01 +0100)]
Fix the zombie toolbar problem (bug #8520)

11 years agocmake build: Add check for required QT-version 4.5.0 or higher
Kornel Benko [Wed, 20 Mar 2013 10:39:45 +0000 (11:39 +0100)]
cmake build: Add check for required QT-version 4.5.0 or higher
Since our own module does not respect the version parameter,
while the cmake provided does, also remove our FindQt4.cmake

11 years agolanguages: fix support for Serbian Cyrillic
Uwe Stöhr [Tue, 19 Mar 2013 23:20:27 +0000 (00:20 +0100)]
languages: fix support for Serbian Cyrillic

- there is a Serbian Cyrillic support file for babel available. Its support works the same as for Lithuanian, Belarusian, etc.
- fixes bug #8590

11 years agoinstaller: support for Serbian Cyrillic
Uwe Stöhr [Tue, 19 Mar 2013 23:12:16 +0000 (00:12 +0100)]
installer: support for Serbian Cyrillic

11 years agolanguages: update support for Kazakh
Uwe Stöhr [Tue, 19 Mar 2013 22:53:17 +0000 (23:53 +0100)]
languages: update support for Kazakh

as discussed on the list, as there is not support for Kazakh in babel we must assure that the T2A fontenc is loaded

11 years agoUpdate test references
Georg Baum [Tue, 19 Mar 2013 20:24:51 +0000 (21:24 +0100)]
Update test references

11 years agoUpdate lyxrc.defaults to current format
Georg Baum [Tue, 19 Mar 2013 20:17:15 +0000 (21:17 +0100)]
Update lyxrc.defaults to current format

Actually, configure.py was already producing the current format, since it
did not output default_language.

11 years agoGuiTabular: disabling is now done on textChanged()
Scott Kostyshak [Tue, 19 Mar 2013 18:48:20 +0000 (14:48 -0400)]
GuiTabular: disabling is now done on textChanged()

Before, it was done on editingFinished(). The new behavior is more
intuitive because it is easier for the user to see how editing the box
is connected with enabling/disabling the other widgets. Before, the user
would not get instant feedback and would have to click away before the
connection is revealed. This new behavior is less efficient, however,
because checkEnabled() is called after every keystroke.

11 years agoGuiTabular: LC and ED should both be disabled
Scott Kostyshak [Tue, 19 Mar 2013 07:16:07 +0000 (03:16 -0400)]
GuiTabular: LC and ED should both be disabled

Previously, only columnWidthED was disabled.

11 years agoContinue pre-spring cleaning of configure script
Jean-Marc Lasgouttes [Tue, 19 Mar 2013 15:17:40 +0000 (16:17 +0100)]
Continue pre-spring cleaning of configure script

 * build-type=profiling implies -fno-omit-frame-pointer in gcc. This allows sysprof to yield proper call trees
 * remove --enable-grpof option (the build type is enough)
 * remove --with-frontend option since we have only one frontend. Move stuff around and generally simplify the Qt detection code
 * do not check for bc anymore.
 * Update README.

11 years agoFix bug #8587 properly, by using local language for translation.
Richard Heck [Tue, 19 Mar 2013 15:30:09 +0000 (11:30 -0400)]
Fix bug #8587 properly, by using local language for translation.

11 years agoSmall updates to the configure script
Jean-Marc Lasgouttes [Tue, 19 Mar 2013 14:38:47 +0000 (15:38 +0100)]
Small updates to the configure script

Remove some tests that are not needed. Put --enable and --with options together in help output.

11 years agoGet rid of LYX_ERROR in our configure file.
Jean-Marc Lasgouttes [Tue, 19 Mar 2013 13:21:57 +0000 (14:21 +0100)]
Get rid of LYX_ERROR in our configure file.

We use the standard AC_MSG_ERROR instead, which just stops the configure process where the problem happens.

11 years agoAdd a test to configure for minimal Qt version
Jean-Marc Lasgouttes [Tue, 19 Mar 2013 11:59:38 +0000 (12:59 +0100)]
Add a test to configure for minimal Qt version

* use AS_COMPARE_VERSION to check whether the Qt version is correct.
* upgrade minimal requirement for autoconf to version 2.60 (released in 2006!).

11 years agopowerdot-example: extensions and comments
Juergen Spitzmueller [Tue, 19 Mar 2013 08:58:22 +0000 (09:58 +0100)]
powerdot-example: extensions and comments

11 years agotex2lyx: support for Iwona fonts
Uwe Stöhr [Tue, 19 Mar 2013 00:18:38 +0000 (01:18 +0100)]
tex2lyx: support for Iwona fonts

- also correct the support for the Kurier fonts. Thanks to our cleaner implementation, some code can now go.

11 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Mon, 18 Mar 2013 23:57:50 +0000 (00:57 +0100)]
Merge branch 'master' of git.lyx.org:lyx

11 years agosupport for the Iwona fonts
Uwe Stöhr [Mon, 18 Mar 2013 23:57:37 +0000 (00:57 +0100)]
support for the Iwona fonts

- the support for Iwona is exactly the same as for the Kurier fonts
- fileformat change

11 years agoDon't try to show the status message if we are busy.
Richard Heck [Fri, 8 Mar 2013 23:09:28 +0000 (18:09 -0500)]
Don't try to show the status message if we are busy.
Intended to fix #8523.

11 years agoMake things a little better with respect to bug #8587.
Richard Heck [Mon, 18 Mar 2013 23:47:17 +0000 (19:47 -0400)]
Make things a little better with respect to bug #8587.

Is it possible to figure out the current language from within
an InsetRef? If so, how?

11 years agoAllowing direct, read-write access to the references cache just seems
Richard Heck [Mon, 18 Mar 2013 23:32:30 +0000 (19:32 -0400)]
Allowing direct, read-write access to the references cache just seems
like a bad idea.

11 years agoAdd FIXME concerning bug #8599.
Richard Heck [Mon, 18 Mar 2013 23:30:17 +0000 (19:30 -0400)]
Add FIXME concerning bug #8599.

11 years agoI'm not absolutely sure about this, but it seems to me as if we
Richard Heck [Mon, 18 Mar 2013 22:56:38 +0000 (18:56 -0400)]
I'm not absolutely sure about this, but it seems to me as if we
need the master buffer here, too: in looking up fonts during XHTML
output.

I'm half tempted to pass the master buffer to these routines, though
there are times, I think, when we want the actual buffer: e.g., when
looking up branches.

11 years agoWe don't need to reset counters we aren't using.
Richard Heck [Mon, 18 Mar 2013 22:46:08 +0000 (18:46 -0400)]
We don't need to reset counters we aren't using.

11 years agoFix bug #8598. We need to use the masterBuffer's counters in the
Richard Heck [Mon, 18 Mar 2013 22:45:09 +0000 (18:45 -0400)]
Fix bug #8598. We need to use the masterBuffer's counters in the
XHTML output routines.

11 years agoFix bug #8597: Output only (ref) for \eqref, not: equation (ref).
Richard Heck [Mon, 18 Mar 2013 22:08:31 +0000 (18:08 -0400)]
Fix bug #8597: Output only (ref) for \eqref, not: equation (ref).

11 years agoFix monolithic build
Vincent van Ravesteijn [Mon, 18 Mar 2013 19:42:20 +0000 (20:42 +0100)]
Fix monolithic build

11 years ago* sk.po
Kornel Benko [Mon, 18 Mar 2013 17:47:27 +0000 (18:47 +0100)]
* sk.po

11 years agode.po: yet some changes
Juergen Spitzmueller [Mon, 18 Mar 2013 15:12:04 +0000 (16:12 +0100)]
de.po: yet some changes

11 years agoOops
Juergen Spitzmueller [Mon, 18 Mar 2013 15:05:38 +0000 (16:05 +0100)]
Oops

11 years agode.po
Juergen Spitzmueller [Mon, 18 Mar 2013 15:01:43 +0000 (16:01 +0100)]
de.po

11 years agoCapitalization fix.
Juergen Spitzmueller [Mon, 18 Mar 2013 14:06:49 +0000 (15:06 +0100)]
Capitalization fix.

This would be a file format change, but since the previous version is just two hours old, I will do without.

11 years agoUpdate powerdot example
Juergen Spitzmueller [Mon, 18 Mar 2013 12:38:47 +0000 (13:38 +0100)]
Update powerdot example

11 years agoPowerdot updates
Juergen Spitzmueller [Mon, 18 Mar 2013 12:36:56 +0000 (13:36 +0100)]
Powerdot updates

* Powerdot now also uses the native overlay item arguments
* a list option argument is finally available
* \pause natively supported (like in beamer)
* support for \onslide (via InsetFlex)
* support for \twocolumn

File format change.

11 years agopowerdot-example.lyx: tiny updates
Juergen Spitzmueller [Sun, 17 Mar 2013 16:56:07 +0000 (17:56 +0100)]
powerdot-example.lyx: tiny updates

11 years agoGerman translation of the new beamer manuals
Juergen Spitzmueller [Sun, 17 Mar 2013 15:44:56 +0000 (16:44 +0100)]
German translation of the new beamer manuals

11 years agoinstaller: fix a logic bug
Uwe Stöhr [Sun, 17 Mar 2013 15:24:24 +0000 (16:24 +0100)]
installer: fix a logic bug

11 years agoUpdate beamer documents to new format
Juergen Spitzmueller [Sun, 17 Mar 2013 08:10:44 +0000 (09:10 +0100)]
Update beamer documents to new format

11 years agoFix beamer frame title coversion
Juergen Spitzmueller [Sun, 17 Mar 2013 07:40:38 +0000 (08:40 +0100)]
Fix beamer frame title coversion

11 years agoOld beamer frames bite the dust
Juergen Spitzmueller [Sat, 16 Mar 2013 11:52:00 +0000 (12:52 +0100)]
Old beamer frames bite the dust

With this commit, old beamer frames are converted to new ones. The old styles are removed (including the infamous \lyxframe).

This should be tested with as much beamer documents as possible (I have already done so), also, tex2lyx now probably produces invalid LyX files.

11 years agoFix output of getCaptionAsPlaintext()
Georg Baum [Fri, 15 Mar 2013 20:16:40 +0000 (21:16 +0100)]
Fix output of getCaptionAsPlaintext()

11 years agoFrench Math.lyx and Tutorial.lyx: translations by Jan-Pierre
Uwe Stöhr [Fri, 15 Mar 2013 00:29:28 +0000 (01:29 +0100)]
French Math.lyx and Tutorial.lyx: translations by Jan-Pierre

11 years agoinstaller: support for Hungarian and Mongolian
Uwe Stöhr [Fri, 15 Mar 2013 00:21:29 +0000 (01:21 +0100)]
installer: support for Hungarian and Mongolian

- the installer does nw the job of replacing the magyar.ldf with the fixed version [http://wiki.lyx.org/Windows/Hungarian]
- install the Mongolian hyphenation pattern to MiKTeX
- update eLyXer

11 years agoinstaller: support for Belarusian
Uwe Stöhr [Thu, 14 Mar 2013 23:40:20 +0000 (00:40 +0100)]
installer: support for Belarusian

11 years agolanguages: Kazakh is not supported by babel
Uwe Stöhr [Thu, 14 Mar 2013 23:19:04 +0000 (00:19 +0100)]
languages: Kazakh is not supported by babel

11 years agolanguages: fix support for Belarusian
Uwe Stöhr [Thu, 14 Mar 2013 21:45:54 +0000 (22:45 +0100)]
languages: fix support for Belarusian

Belarusian is not directly supported by babel -> we need to load it directly with babel, fixes bug #8593

11 years agochkconfig.ltx: support for package thswitch
Uwe Stöhr [Thu, 14 Mar 2013 21:41:38 +0000 (22:41 +0100)]
chkconfig.ltx: support for package thswitch

To be able to use Thai in a multi-language document one needs the package thswitch

11 years agoForgot the crucial piece of the last commit!!
Richard Heck [Tue, 12 Mar 2013 17:12:45 +0000 (13:12 -0400)]
Forgot the crucial piece of the last commit!!

11 years agoAdd a for_search member to OutputParams, and use it to limit what
Richard Heck [Tue, 12 Mar 2013 16:45:15 +0000 (12:45 -0400)]
Add a for_search member to OutputParams, and use it to limit what
work we do when calling plaintext() for the purpose of generating
material for the advanced search function.

Here again, not only were we parsing BibTeX files, since Julien's
(sensible) introduction of plaintext output for that inset, but we
were in fact writing (to disk) complete plaintext output for
included files every time we did such a search.

11 years agoFrench Tutorial.lyx: update form Jean-Pierre
Uwe Stöhr [Mon, 11 Mar 2013 20:31:47 +0000 (21:31 +0100)]
French Tutorial.lyx: update form Jean-Pierre

11 years agoCreate a new DocumentClass for any cloned Buffer.
Richard Heck [Mon, 11 Mar 2013 14:01:32 +0000 (10:01 -0400)]
Create a new DocumentClass for any cloned Buffer.
Uwe says that this fixes #8425.

11 years agoUpdate it.po
Enrico Forestieri [Sun, 10 Mar 2013 19:26:58 +0000 (20:26 +0100)]
Update it.po

11 years agoinstaller: release version 5 of the 2.0.5.1 installer
Uwe Stöhr [Sun, 10 Mar 2013 15:14:29 +0000 (16:14 +0100)]
installer: release version 5 of the 2.0.5.1 installer
- update to new MiKTeX installer that fixes a bug with updating Packages
- don't ship cbgreek because it is so huge that its download would last 10 minutes or more

11 years agoTry again to fix Kornel's slowness problem. The previous attempt was
Richard Heck [Sat, 9 Mar 2013 17:42:56 +0000 (12:42 -0500)]
Try again to fix Kornel's slowness problem. The previous attempt was
worth doing, as we were creating too much output for tooltips anyway.
But we need to ignore BibTeX insets altogether, as the collection of
the references, etc, is too slow.

11 years agoFix bug #8580: Do not include material in the XHTML TOC that is not
Richard Heck [Fri, 8 Mar 2013 21:38:45 +0000 (16:38 -0500)]
Fix bug #8580: Do not include material in the XHTML TOC that is not
also included in the output.

11 years agoAdd a member to TocItem that tells us whether the item in question
Richard Heck [Fri, 8 Mar 2013 21:18:26 +0000 (16:18 -0500)]
Add a member to TocItem that tells us whether the item in question
is included in output.

11 years agoRemove unused code.
Richard Heck [Fri, 8 Mar 2013 21:22:01 +0000 (16:22 -0500)]
Remove unused code.

11 years agoAdd .bak files to .gitignore.
Richard Heck [Fri, 8 Mar 2013 20:32:43 +0000 (15:32 -0500)]
Add .bak files to .gitignore.

11 years agoIntroduce max_length parameter for plaintext() output routines,
Richard Heck [Fri, 8 Mar 2013 19:52:18 +0000 (14:52 -0500)]
Introduce max_length parameter for plaintext() output routines,
so we can write a limited amount when using this for TOC and
tooltip output.

This should solve the problem with slowness that Kornel noticed,
which was caused by our trying to write an entire plaintext
bibliography every time we updated the TOC. We did that because
he had a bibliography inside a branch, and we use plaintext for
creating the tooltip that goes with the branch list.

Other related bugs were fixed along the way. E.g., it turns out
that, if someone had an InsetInclude inside a branch, then we would
have been writing a *plaintext file* for that inset every time we
updated the TOC. I wonder if some of the other reports of slowness
we have received might be due to this kind of issue?

11 years agoWhitespace.
Richard Heck [Mon, 4 Mar 2013 23:12:11 +0000 (18:12 -0500)]
Whitespace.

11 years agoFix stupid mistake that led to bug #8574.
Richard Heck [Mon, 4 Mar 2013 23:07:48 +0000 (18:07 -0500)]
Fix stupid mistake that led to bug #8574.

11 years agoFix bug #8509: sigma in PDF bookmarks
Georg Baum [Mon, 4 Mar 2013 20:54:15 +0000 (21:54 +0100)]
Fix bug #8509: sigma in PDF bookmarks

The fix was provided by Günter Milde. Basically, the forced replacement is
only needed for the iso8859-7 encoding to circumvent its autosigma feature.

11 years agoRemove confusing warning
Georg Baum [Mon, 4 Mar 2013 18:48:26 +0000 (19:48 +0100)]
Remove confusing warning

I added it because of a misunderstanding. If the encoding is really set too
late, to_utf8() in the Token constructor would probably fail, but a non-empty
putback buffer is no problem, since it was always created via to_utf8() ->
from_utf8().

11 years agoClean up CMake testing code
Scott Kostyshak [Mon, 4 Mar 2013 16:35:07 +0000 (11:35 -0500)]
Clean up CMake testing code

Thanks to Kornel for the advice.

11 years agoRe-add MergedManual test
Scott Kostyshak [Mon, 4 Mar 2013 11:27:44 +0000 (06:27 -0500)]
Re-add MergedManual test

Now that the default format is set to xhtml, there will correctly
be no LaTeX test.

11 years agoTests: take into account a default format of xhtml
Scott Kostyshak [Mon, 4 Mar 2013 12:10:46 +0000 (07:10 -0500)]
Tests: take into account a default format of xhtml

The xhtml format is always tested, regardless of the default format.
Without this, if the default format is xhtml, CMake gives an error
when trying to add the xhtml test because it was already added.

11 years agoMergedManuals.lyx: set default output format to lyxhtml.
Juergen Spitzmueller [Sun, 3 Mar 2013 09:11:52 +0000 (10:11 +0100)]
MergedManuals.lyx: set default output format to lyxhtml.

This is the intended target format of this document (LaTeX is not supposed to compile).

11 years ago* sk.po
Kornel Benko [Sat, 2 Mar 2013 17:56:33 +0000 (18:56 +0100)]
* sk.po

11 years agoMinor UI polishment
Juergen Spitzmueller [Sat, 2 Mar 2013 15:23:51 +0000 (16:23 +0100)]
Minor UI polishment

11 years agoRe-Introduce translatable line breaks in tool tips
Juergen Spitzmueller [Sat, 2 Mar 2013 13:30:56 +0000 (14:30 +0100)]
Re-Introduce translatable line breaks in tool tips

Real line breaks in (recent?) designer are not recognized by lyx_pot.py

11 years agode.po
Juergen Spitzmueller [Sat, 2 Mar 2013 13:15:33 +0000 (14:15 +0100)]
de.po

11 years agoSmall tweaks to the new pref pane(s)
Juergen Spitzmueller [Sat, 2 Mar 2013 13:15:11 +0000 (14:15 +0100)]
Small tweaks to the new pref pane(s)

11 years agoSplit the overcrowded and chaotic UI pref pane into two (#7524)
Juergen Spitzmueller [Sat, 2 Mar 2013 11:24:32 +0000 (12:24 +0100)]
Split the overcrowded and chaotic UI pref pane into two (#7524)

11 years agode.po
Juergen Spitzmueller [Sat, 2 Mar 2013 09:23:56 +0000 (10:23 +0100)]
de.po

11 years agoMergedManuals.lyx: add missing child modules to the master
Juergen Spitzmueller [Sat, 2 Mar 2013 09:10:31 +0000 (10:10 +0100)]
MergedManuals.lyx: add missing child modules to the master

11 years agoMaths packages: Further GUI improvements
Juergen Spitzmueller [Sat, 2 Mar 2013 09:03:08 +0000 (10:03 +0100)]
Maths packages: Further GUI improvements

11 years agoRemove MergedManuals.lyx from export tests
Kornel Benko [Fri, 1 Mar 2013 16:13:29 +0000 (17:13 +0100)]
Remove MergedManuals.lyx from export tests

11 years ago* sk.po
Kornel Benko [Fri, 1 Mar 2013 16:11:43 +0000 (17:11 +0100)]
* sk.po

11 years agode.po
Juergen Spitzmueller [Fri, 1 Mar 2013 16:05:09 +0000 (17:05 +0100)]
de.po

11 years agoImprove math packages GUI
Juergen Spitzmueller [Fri, 1 Mar 2013 14:59:37 +0000 (15:59 +0100)]
Improve math packages GUI

11 years agoRemove latex-nameclash between
Kornel Benko [Fri, 1 Mar 2013 14:32:58 +0000 (15:32 +0100)]
Remove latex-nameclash between
        \newfloat{algorithm} ...
and
        \newtheorem{algorithm}...

11 years agoRemove keytest.py code from export.cmake
Scott Kostyshak [Fri, 1 Mar 2013 05:15:47 +0000 (00:15 -0500)]
Remove keytest.py code from export.cmake

Export tests do not need keytest.py.

11 years agoFix regression of f2d2b7c
Georg Baum [Thu, 28 Feb 2013 21:23:23 +0000 (22:23 +0100)]
Fix regression of f2d2b7c

Thanks Scott for finding the relevant change set!

11 years agoForgotten files.
Georg Baum [Thu, 28 Feb 2013 20:06:45 +0000 (21:06 +0100)]
Forgotten files.

Kornel, it looks like the cmake update tests method misses these.

11 years agoSmall tweak to cancel revertion
Georg Baum [Thu, 28 Feb 2013 20:03:07 +0000 (21:03 +0100)]
Small tweak to cancel revertion

From version 425 to 463, the cancel package is used automatically.
Take this into accound when converting to old formats: For the step
464->463 do nothing if cancel was set to auto. For the step 425->424,
add the \usepackage statement as before.

11 years agoAdapt tex2lyx testcases to format 464
Kornel Benko [Thu, 28 Feb 2013 12:19:04 +0000 (13:19 +0100)]
Adapt tex2lyx testcases to format 464

11 years agoMissed in previous commit. Added handling of package cancel to the new lyx-format 464
Kornel Benko [Wed, 27 Feb 2013 12:14:59 +0000 (13:14 +0100)]
Missed in previous commit. Added handling of package cancel to the new lyx-format 464

11 years agoAdded "cancel" to the GUI handled list of LaTeX packages.
Kornel Benko [Wed, 27 Feb 2013 12:12:03 +0000 (13:12 +0100)]
Added "cancel" to the GUI handled list of LaTeX packages.
Generalized convert_use_???() and revert_use_???() routines in lyx2lyx.

11 years agoFix sideset keyboard short cuts
Georg Baum [Tue, 26 Feb 2013 20:38:27 +0000 (21:38 +0100)]
Fix sideset keyboard short cuts

\sideset1 can't be entered via keyboard, so I renamed the commands.

11 years agoinstaller: fix typo in changelog
Uwe Stöhr [Tue, 26 Feb 2013 01:28:51 +0000 (02:28 +0100)]
installer: fix typo in changelog