]> git.lyx.org Git - lyx.git/log
lyx.git
12 years agoProperly escape splitindex shortcut and try to encode splitindex name properly (part...
Juergen Spitzmueller [Sat, 30 Jun 2012 11:34:49 +0000 (13:34 +0200)]
Properly escape splitindex shortcut and try to encode splitindex name properly (part of bug #8227)

12 years agoFactor out method to get a properly encoded latex string
Juergen Spitzmueller [Sat, 30 Jun 2012 11:30:48 +0000 (13:30 +0200)]
Factor out method to get a properly encoded latex string

12 years agotex2lyx: whitespace only
Uwe Stöhr [Sat, 30 Jun 2012 01:38:02 +0000 (03:38 +0200)]
tex2lyx: whitespace only

12 years agotex2lyx: fix handling of \verb
Uwe Stöhr [Sat, 30 Jun 2012 01:25:19 +0000 (03:25 +0200)]
tex2lyx: fix handling of \verb

- Parser.cpp: \verb can have any character as delimiter (except of ASCII letters) not only '+', therefore partly revert [3943b887/lyxgit] and fix it for all cases

12 years agofix mistake in tex2lyx testfile
Uwe Stöhr [Sat, 30 Jun 2012 00:21:15 +0000 (02:21 +0200)]
fix mistake in tex2lyx testfile

- XeTeX-polyglossia.tex: Hebrew is used in the file and so it must be declared

12 years agoAdd some more characters that need to be escaped in labels etc.
Juergen Spitzmueller [Fri, 29 Jun 2012 23:24:40 +0000 (01:24 +0200)]
Add some more characters that need to be escaped in labels etc.

12 years agoFix to #8159: Undo doesn't restore environment depth correctly
Jean-Marc Lasgouttes [Mon, 4 Jun 2012 16:02:59 +0000 (18:02 +0200)]
Fix to #8159: Undo doesn't restore environment depth correctly

The idea is to record undo at the place where the document is modified:

1/ in Buffer::updateBuffer, add a recordUndo, with the caveat that a
   const_cast has to be used (because updateBuffer is const but
   modifies the document, go figure).

2/ in GuiApplication::dispatch, add an extra undo group that
   encompasses the updateBuffer call. Some other undo groups may be
   redundant now, but it is not a problem since they do not cost
   anything.

12 years agoRevert "Tentative fix to #8159: Undo doesn't restore environment depth correctly"
Jean-Marc Lasgouttes [Fri, 29 Jun 2012 13:22:24 +0000 (15:22 +0200)]
Revert "Tentative fix to #8159: Undo doesn't restore environment depth correctly"

This reverts commit e3854bb59b98ee4f7514cf2ca5585cb6be949186.

12 years ago* FORMAT: drop the recent tradition of recording the commit checksum.
Pavel Sanda [Thu, 28 Jun 2012 18:55:29 +0000 (20:55 +0200)]
* FORMAT: drop the recent tradition of recording the commit checksum.

The same info can be easily obtained via blame and can not be done
correctly in git.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg174395.html

12 years agoRevert a6e42e50791d.
Pavel Sanda [Thu, 28 Jun 2012 18:52:20 +0000 (20:52 +0200)]
Revert a6e42e50791d.

Removing debug.h makes debugging via lyxerr<< twice as hard.

12 years agofix bug #8209: polyglossia commands ignored partial source preview
Juergen Spitzmueller [Thu, 28 Jun 2012 16:15:43 +0000 (18:15 +0200)]
fix bug #8209: polyglossia commands ignored partial source preview

12 years agotex2lyx: fix a typo
Uwe Stöhr [Wed, 27 Jun 2012 21:58:16 +0000 (23:58 +0200)]
tex2lyx: fix a typo

tex2lyx/text.cpp: the encoding must be _set_ here

12 years agotex2lyx: fix a logic mistake
Uwe Stöhr [Wed, 27 Jun 2012 21:18:02 +0000 (23:18 +0200)]
tex2lyx: fix a logic mistake

Preamble.cpp: set missing begin position for the search; thanks Vincent for spotting

12 years agotex2lyx: reprivatize another variable
Uwe Stöhr [Wed, 27 Jun 2012 20:48:22 +0000 (22:48 +0200)]
tex2lyx: reprivatize another variable

12 years agotexlyx: re-privatize a variable as suggested
Uwe Stöhr [Wed, 27 Jun 2012 20:32:36 +0000 (22:32 +0200)]
texlyx: re-privatize a variable as suggested

12 years agotex2lyx: fix some issues spotted by Vincent
Uwe Stöhr [Wed, 27 Jun 2012 00:52:09 +0000 (02:52 +0200)]
tex2lyx: fix some issues spotted by Vincent

12 years agofix 2 more installer issues
Uwe Stöhr [Tue, 26 Jun 2012 23:58:04 +0000 (01:58 +0200)]
fix 2 more installer issues

- LaTeX.nsh: the registry cannot be a variable
- declarations.nsh: remove doubled folder

12 years agoinstaller: output messages
Uwe Stöhr [Tue, 26 Jun 2012 23:07:46 +0000 (01:07 +0200)]
installer: output messages

- output a message when multiple index feature or Metafile support won't be available

12 years agoBoxUi.ui: revert unintended commit [a6e42e50/lyxgit]
Uwe Stöhr [Tue, 26 Jun 2012 20:46:06 +0000 (22:46 +0200)]
BoxUi.ui: revert unintended commit [a6e42e50/lyxgit]

12 years agoremoved unused includes
Uwe Stöhr [Tue, 26 Jun 2012 20:41:53 +0000 (22:41 +0200)]
removed unused includes

these files don't use the debug.h and also don't contain commented out debug code

12 years agoUpdate the button text of InsetInclude insets
Vincent van Ravesteijn [Tue, 26 Jun 2012 18:41:25 +0000 (20:41 +0200)]
Update the button text of InsetInclude insets

The button text of InsetInclude insets shows whether the child document is
included or excluded from compilation. Changing this for a child document
in the document settings does not get reflected on screen. This patch
updates the button text on the updateBuffer() call.

12 years agoinstaller fixes
Uwe Stöhr [Tue, 26 Jun 2012 01:05:59 +0000 (03:05 +0200)]
installer fixes

- LaTeX.nsh: fix handling of MiKTeX if LyX is installed without admin privileges
- configure.nsh: remove unused code

12 years agotex2lyx: support fontspec scale option
Uwe Stöhr [Mon, 25 Jun 2012 22:46:02 +0000 (00:46 +0200)]
tex2lyx: support fontspec scale option

Preamble.cpp:
 - support the font scaling
 - improve coding style

text.cpp: - improve logic/coding style

XeTeX-polyglossia.tex:
 - add scaling
 - change document so that it is compilable using the Libertine font

12 years agotex2lyx/text.cpp: fix bug #8223
Uwe Stöhr [Mon, 25 Jun 2012 20:58:21 +0000 (22:58 +0200)]
tex2lyx/text.cpp: fix bug #8223

LyX does not yet support \framebox without an option we therefore cannot use our parse_outer_box routine (this is only for supported boxes)

12 years agopolyglossia doesn't support Kurmanji
Uwe Stöhr [Mon, 25 Jun 2012 20:02:00 +0000 (22:02 +0200)]
polyglossia doesn't support Kurmanji

12 years agoUpdate distribution build script for git.
Richard Heck [Mon, 25 Jun 2012 13:33:27 +0000 (09:33 -0400)]
Update distribution build script for git.
(cherry picked from commit 082db5e769068d2c643cd8d6abfbf91f017d58a3)

12 years agoBufferParams: Remove superfluous '\n'
Vincent van Ravesteijn [Mon, 25 Jun 2012 09:24:04 +0000 (11:24 +0200)]
BufferParams: Remove superfluous '\n'

This extra '\n' seems to have been an unintended side-effect of d7eaaba9 (Juergen Spitzmueller, "support for CJK font argument"; Jun 5 2008).

12 years agotex2lyx: Remove superfluous '\n'
Vincent van Ravesteijn [Mon, 25 Jun 2012 09:21:27 +0000 (11:21 +0200)]
tex2lyx: Remove superfluous '\n'

Instead of adding the extra '\n' to tex2lyx, we should remove it from
BufferParams.cpp because it was introduced there unintendedly in d7eaaba9
(Juergen Spitzmueller; "support for CJK font argument"; Jun 5 2008).

This partly reverts commit c2810f922665c591a7c32d4c679e58e55132505a.

12 years agoFix bug #8220: tex2lyx crashes on single-character commands
Jean-Marc Lasgouttes [Mon, 25 Jun 2012 09:04:56 +0000 (11:04 +0200)]
Fix bug #8220: tex2lyx crashes on single-character commands

Fix commit [aa9fed93/lyxgit]: it is never a good idea to call substr(4) on a string without checking its length. Moreover, it is even better in this case to check that the first letters are "text" as the reminder of the code assumes...

12 years agofinish new installer
Uwe Stöhr [Mon, 25 Jun 2012 01:29:58 +0000 (03:29 +0200)]
finish new installer

- thanks to the new version of ImageMagick no longer admin permissions are required
- init.nsh: iron out 2 non-admin residues
- language files: add missing entries and remove some unused ones

12 years agoFrench UserGuide.lyx: some typos fixed
Uwe Stöhr [Sun, 24 Jun 2012 21:57:11 +0000 (23:57 +0200)]
French UserGuide.lyx: some typos fixed

12 years agofix bug #8210
Uwe Stöhr [Sun, 24 Jun 2012 16:24:28 +0000 (18:24 +0200)]
fix bug #8210

we need to store the document language from the beginning of the document in the context to be able to handle all kinds of language switch commands

12 years agoupdate tex2lyx todo list
Uwe Stöhr [Sun, 24 Jun 2012 16:20:19 +0000 (18:20 +0200)]
update tex2lyx todo list

- Japanese is now supported as well as CJK
- also all XeTeX issues are now ironed out
- the support for ArmTeX has been dropped meanwhile

12 years agosupport non-CJK Japanese for tex2lyx
Uwe Stöhr [Sun, 24 Jun 2012 16:10:36 +0000 (18:10 +0200)]
support non-CJK Japanese for tex2lyx

We cannot know the exact encoding and thus con only assume one (the one that Koji uses for the docs) and output a not at the beginning

12 years agosupport synctex in tex2lyx.cpp
Uwe Stöhr [Sun, 24 Jun 2012 14:59:21 +0000 (16:59 +0200)]
support synctex in tex2lyx.cpp

- tex2lyx/Preamble.cpp/h: handle \synctex and package srcltx
- tex2lyx/test/test-structure.tex: add \synctex

12 years agotex2lyx/Preamble.cpp: fix a typo
Uwe Stöhr [Sun, 24 Jun 2012 13:37:51 +0000 (15:37 +0200)]
tex2lyx/Preamble.cpp: fix a typo

12 years agoupdate tex2lyx header format really to fileformat 433
Uwe Stöhr [Sun, 24 Jun 2012 13:29:32 +0000 (15:29 +0200)]
update tex2lyx header format really to fileformat 433

- tex2lyx/Preamble.cpp/h: not all new header definitions since fileformat 413 have yet been added to texl2yx, so do it now; also change some new default values

12 years agowhitespace
Juergen Spitzmueller [Sun, 24 Jun 2012 13:14:31 +0000 (15:14 +0200)]
whitespace

12 years agofix bug #8215
Uwe Stöhr [Sun, 24 Jun 2012 12:42:23 +0000 (14:42 +0200)]
fix bug #8215

Font.cpp: CJK parts must not have a closing brace because they are within an environment

12 years agotex2lyx comment corrections
Uwe Stöhr [Sun, 24 Jun 2012 12:39:57 +0000 (14:39 +0200)]
tex2lyx comment corrections

tex2lyx/Preamble.cpp, tex2lyx/text.cpp: add info about CJK languages

12 years agode/linguistics.lyx: improve style
Juergen Spitzmueller [Sun, 24 Jun 2012 11:01:51 +0000 (13:01 +0200)]
de/linguistics.lyx: improve style

12 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Sun, 24 Jun 2012 08:57:02 +0000 (10:57 +0200)]
Merge branch 'master' of git.lyx.org:lyx

12 years agodo not output empty language switch commands (bug #8216)
Juergen Spitzmueller [Sun, 24 Jun 2012 08:56:08 +0000 (10:56 +0200)]
do not output empty language switch commands (bug #8216)

12 years agoCJK support for tex2lyx
Uwe Stöhr [Sun, 24 Jun 2012 04:38:33 +0000 (06:38 +0200)]
CJK support for tex2lyx

- support as best as possible; setting a document language is however not possible
- fixes bug #4377

12 years agotex2lyx/Parser.cpp: fix bug #4468: single '\' are allowed in the special case of...
Uwe Stöhr [Sat, 23 Jun 2012 18:00:49 +0000 (20:00 +0200)]
tex2lyx/Parser.cpp: fix bug #4468: single '\' are allowed in the special case of '+' as comment argument delimiter

12 years agolinguistics manual: document shortcomings (and workarounds) of glosses
Juergen Spitzmueller [Sat, 23 Jun 2012 17:31:01 +0000 (19:31 +0200)]
linguistics manual: document shortcomings (and workarounds) of glosses

12 years ago- language: Kurmanji is since 2009 also supported by babel; no fileformat change...
Uwe Stöhr [Sat, 23 Jun 2012 16:56:10 +0000 (18:56 +0200)]
- language: Kurmanji is since 2009 also supported by babel; no fileformat change necessary because Kurmanji is already covered by fileformat 432
- tex2lyx/Preamble.cpp: babel support for Kurmanji and remove comment residues of ArmTeX whose support was removed by fileformat 433

12 years agotex2lyx/Preamble.cpp: remove a FIXME, the problem was only in trunk (bug #8211) and...
Uwe Stöhr [Sat, 23 Jun 2012 14:57:22 +0000 (16:57 +0200)]
tex2lyx/Preamble.cpp: remove a FIXME, the problem was only in trunk (bug #8211) and is now fixed

12 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Sat, 23 Jun 2012 13:45:23 +0000 (15:45 +0200)]
Merge branch 'master' of git.lyx.org:lyx

12 years agofix bug #8208: missing \end for polyglossia-only languages at buffer end
Juergen Spitzmueller [Sat, 23 Jun 2012 13:44:25 +0000 (15:44 +0200)]
fix bug #8208: missing \end for polyglossia-only languages at buffer end

12 years agoMerge branch 'master' of git.lyx.org:lyx
Kornel Benko [Sat, 23 Jun 2012 13:42:10 +0000 (15:42 +0200)]
Merge branch 'master' of git.lyx.org:lyx

12 years ago* sk.po
Kornel Benko [Sat, 23 Jun 2012 13:41:33 +0000 (15:41 +0200)]
* sk.po

12 years agoless opaque bool naming and consistent use
Juergen Spitzmueller [Sat, 23 Jun 2012 13:41:05 +0000 (15:41 +0200)]
less opaque bool naming and consistent use

12 years agofix bug #8211: \setotherlanguage not set for non-babel languages
Juergen Spitzmueller [Sat, 23 Jun 2012 11:50:40 +0000 (13:50 +0200)]
fix bug #8211: \setotherlanguage not set for non-babel languages

12 years agotex2lyx/text.cpp: 2 typos
Uwe Stöhr [Sat, 23 Jun 2012 03:20:39 +0000 (05:20 +0200)]
tex2lyx/text.cpp: 2 typos

12 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Sat, 23 Jun 2012 02:29:16 +0000 (04:29 +0200)]
Merge branch 'master' of git.lyx.org:lyx

12 years ago- tex2lyx: support for the polyglossia language variants
Uwe Stöhr [Sat, 23 Jun 2012 02:28:52 +0000 (04:28 +0200)]
- tex2lyx: support for the polyglossia language variants
- XeTeX-polyglossia.tex: simplifications, added some more testcases

12 years agoAdd hint for backward search (cf #8054)
Pavel Sanda [Sat, 23 Jun 2012 02:11:15 +0000 (04:11 +0200)]
Add hint for backward search (cf #8054)

12 years agogenerate_contributions.py: add Nickolay Shashkin and update maintainer status
Uwe Stöhr [Fri, 22 Jun 2012 23:04:41 +0000 (01:04 +0200)]
generate_contributions.py: add Nickolay Shashkin and update maintainer status

12 years agotex2lyx/text.cpp: whitespace fix
Uwe Stöhr [Fri, 22 Jun 2012 22:53:35 +0000 (00:53 +0200)]
tex2lyx/text.cpp: whitespace fix

12 years ago- Preamble.cpp: handle \setxxxlanguage with options
Uwe Stöhr [Fri, 22 Jun 2012 15:19:46 +0000 (17:19 +0200)]
- Preamble.cpp: handle \setxxxlanguage with options
- text.cpp: handle the commands \textxxx with options
- XeTeX-polyglossia.tex: add 2 more testcases

12 years agotex2lyx/XeTeX-polyglossia.tex: add a further test
Uwe Stöhr [Fri, 22 Jun 2012 13:40:40 +0000 (15:40 +0200)]
tex2lyx/XeTeX-polyglossia.tex: add a further test

12 years agomodernCV.lyx: add a note about a required component
Uwe Stöhr [Fri, 22 Jun 2012 13:40:02 +0000 (15:40 +0200)]
modernCV.lyx: add a note about a required component

12 years agoXeTeX-polyglossia.tex: add missing \setotherlanguages
Uwe Stöhr [Fri, 22 Jun 2012 02:43:33 +0000 (04:43 +0200)]
XeTeX-polyglossia.tex: add missing \setotherlanguages

12 years agotex2lyx/text.cpp: \lang is already handled by parse_text
Uwe Stöhr [Fri, 22 Jun 2012 02:41:08 +0000 (04:41 +0200)]
tex2lyx/text.cpp: \lang is already handled by parse_text

12 years ago- tex2lyx/text.cpp:
Uwe Stöhr [Fri, 22 Jun 2012 01:41:00 +0000 (03:41 +0200)]
- tex2lyx/text.cpp:
 - bugfix for the parsing of polyglossia's paragraph environments
 - new support for polyglossia's language change commands \textxxx
- XeTeX-polyglossia.tex: add more testcases and add a missing \end

12 years ago- FORMAT: notice fileformat change
Uwe Stöhr [Thu, 21 Jun 2012 23:20:29 +0000 (01:20 +0200)]
- FORMAT: notice fileformat change
- version.h: fix comments

12 years agodrop support for ArmTeX as its non-standard armscii8 encoding was quite unusable...
Uwe Stöhr [Thu, 21 Jun 2012 23:12:43 +0000 (01:12 +0200)]
drop support for ArmTeX as its non-standard armscii8 encoding was quite unusable in real life, use polyglossia/XeTeX instead as clean solution via Unicode; fileformat change; fixes the second part of bug #8026

12 years agoLaTeXFeatures.cpp: polyglossia is only required if a language is not supported by...
Uwe Stöhr [Thu, 21 Jun 2012 23:08:51 +0000 (01:08 +0200)]
LaTeXFeatures.cpp: polyglossia is only required if a language is not supported by babel _and_ also no other special package; patch by Jürgen, to fix the regression mentioned in bug #8026

12 years agotex2lyx/table.cpp: please Vincent as discussed
Uwe Stöhr [Thu, 21 Jun 2012 11:14:16 +0000 (13:14 +0200)]
tex2lyx/table.cpp: please Vincent as discussed

12 years ago* INSTALL
Pavel Sanda [Thu, 21 Jun 2012 09:14:18 +0000 (11:14 +0200)]
* INSTALL

12 years ago* README.localization
Pavel Sanda [Thu, 21 Jun 2012 09:12:02 +0000 (11:12 +0200)]
* README.localization

12 years agoTutorial.lyx: fox a typo spotted by a user
Uwe Stöhr [Thu, 21 Jun 2012 02:44:41 +0000 (04:44 +0200)]
Tutorial.lyx: fox a typo spotted by a user

12 years agoFrench UserGuide.lyx: translations by Jean-Pierre
Uwe Stöhr [Thu, 21 Jun 2012 01:25:45 +0000 (03:25 +0200)]
French UserGuide.lyx: translations by Jean-Pierre

12 years agotex2lyx/table.cpp: fix bug #8204, also OK for branch or too late?
Uwe Stöhr [Wed, 20 Jun 2012 21:24:35 +0000 (23:24 +0200)]
tex2lyx/table.cpp: fix bug #8204, also OK for branch or too late?

12 years agoPartly Revert "- INSTALL.Win32: revise and update the description"
Vincent van Ravesteijn [Fri, 15 Jun 2012 10:16:15 +0000 (12:16 +0200)]
Partly Revert "- INSTALL.Win32: revise and update the description"

This partly reverts commit eeda1c099ed55d6883f8f4f59accd61fc8a4fc64.

LyX still uses CMake to compile LyX on Windows.

12 years agoAllow dead caron to be recognized in our key bindings.
Pavel Sanda [Thu, 14 Jun 2012 10:44:16 +0000 (12:44 +0200)]
Allow dead caron to be recognized in our key bindings.
This allows to workaround the problem in #8198 - on some systems
we get dead caron as a single character instead of whole combined
character. I suppose this has rather something to do with X settings
than LyX per se.

12 years agoMake debug messages more readable
Jean-Marc Lasgouttes [Mon, 11 Jun 2012 13:03:29 +0000 (15:03 +0200)]
Make debug messages more readable

Shorten the file names output by LYXERR so that they start right after /src/.

12 years agoAdd DefaultStyle to siamltex.layut (bug #8194)
Juergen Spitzmueller [Sat, 9 Jun 2012 16:29:08 +0000 (18:29 +0200)]
Add DefaultStyle to siamltex.layut (bug #8194)
Patch by Dima Batenkov.

12 years agoLet getOutputFlavor return the correct flavors for the latex varieties
Juergen Spitzmueller [Sat, 9 Jun 2012 13:11:34 +0000 (15:11 +0200)]
Let getOutputFlavor return the correct flavors for the latex varieties

12 years agosome less language hardcoding
Juergen Spitzmueller [Sat, 9 Jun 2012 09:32:34 +0000 (11:32 +0200)]
some less language hardcoding

12 years agoWhitespace
Juergen Spitzmueller [Fri, 8 Jun 2012 18:31:20 +0000 (20:31 +0200)]
Whitespace

12 years agoavoid empty class options
Juergen Spitzmueller [Fri, 8 Jun 2012 17:48:24 +0000 (19:48 +0200)]
avoid empty class options

12 years agore-add change_adapter triggering
Juergen Spitzmueller [Fri, 8 Jun 2012 17:21:30 +0000 (19:21 +0200)]
re-add change_adapter triggering

12 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Fri, 8 Jun 2012 10:55:24 +0000 (12:55 +0200)]
Merge branch 'master' of git.lyx.org:lyx

12 years agoDo not hardcode polyglossia-only languages
Juergen Spitzmueller [Fri, 8 Jun 2012 10:54:57 +0000 (12:54 +0200)]
Do not hardcode polyglossia-only languages

12 years ago* sk.po
Kornel Benko [Fri, 8 Jun 2012 08:46:42 +0000 (10:46 +0200)]
* sk.po

12 years ago* sk.po
Kornel Benko [Fri, 8 Jun 2012 08:36:48 +0000 (10:36 +0200)]
* sk.po

12 years agoGuiDocument.cpp: some languages only work with polyglossia, therefore enable non...
Uwe Stöhr [Fri, 8 Jun 2012 03:39:00 +0000 (05:39 +0200)]
GuiDocument.cpp: some languages only work with polyglossia, therefore enable non-TeX fonts when one of them is used as document language

12 years ago- FORMAT: document latest change
Uwe Stöhr [Fri, 8 Jun 2012 00:42:22 +0000 (02:42 +0200)]
- FORMAT: document latest change
- tex2lyx/text.cpp: fix a comment

12 years ago- support a bunch of new languages (fileformat change)
Uwe Stöhr [Fri, 8 Jun 2012 00:37:36 +0000 (02:37 +0200)]
- support a bunch of new languages (fileformat change)
- tex2lyx support for
  - fontspec fonts
  - polyglossia

12 years ago- LaTeXConfig.lyx: accept Georg's changes and add bidi
Uwe Stöhr [Thu, 7 Jun 2012 21:08:02 +0000 (23:08 +0200)]
- LaTeXConfig.lyx: accept Georg's changes and add bidi
- chkconfig.ltx: bidi and iftex are necessary for all right-to-left languages if XeTeX or LuaTeX is used

12 years agoRestore default output format after tex fonts switch (#8191)
Juergen Spitzmueller [Thu, 7 Jun 2012 19:27:01 +0000 (21:27 +0200)]
Restore default output format after tex fonts switch (#8191)

12 years agoFix bug #8027: Edit->Paste Special->... does not replace selected text
Jean-Marc Lasgouttes [Thu, 7 Jun 2012 16:14:17 +0000 (18:14 +0200)]
Fix bug #8027: Edit->Paste Special->... does not replace selected text

Delete the selection before all paste-like lfuns. This was previoulsy done
only for LFUN_PASTE, the others at best unset the selection.

12 years agoHandle sending a FuncRequest object to lyxerr
Jean-Marc Lasgouttes [Thu, 7 Jun 2012 15:19:04 +0000 (17:19 +0200)]
Handle sending a FuncRequest object to lyxerr

  * Implement the corresponding operator<<

  * Use it in a couple new places

12 years agolanguages: fix and complete language codes
Uwe Stöhr [Thu, 7 Jun 2012 14:57:56 +0000 (16:57 +0200)]
languages: fix and complete language codes

12 years agoTypo.
Richard Heck [Wed, 6 Jun 2012 22:20:02 +0000 (18:20 -0400)]
Typo.

12 years agoAllow LyX format to be written to View>Source window.
Richard Heck [Tue, 5 Jun 2012 02:01:26 +0000 (22:01 -0400)]
Allow LyX format to be written to View>Source window.

12 years agoMove TexRow stuff near where it is used.
Richard Heck [Mon, 4 Jun 2012 22:30:37 +0000 (18:30 -0400)]
Move TexRow stuff near where it is used.

12 years agoRevert "Revert "Tentative fix to #8159: Undo doesn't restore environment depth correc...
Jean-Marc Lasgouttes [Tue, 5 Jun 2012 10:53:22 +0000 (12:53 +0200)]
Revert "Revert "Tentative fix to #8159: Undo doesn't restore environment depth correctly""

This is becoming crazy :)

This reverts commit 5b531b56efc29fbf32efd447274e559f7d28665c.