]> git.lyx.org Git - features.git/log
features.git
9 years agoImprove debugging output.
Richard Heck [Mon, 27 Oct 2014 22:28:33 +0000 (18:28 -0400)]
Improve debugging output.

9 years agoIf we successfully save a file but fail to move it to its proper location,
Richard Heck [Fri, 8 Aug 2014 16:02:20 +0000 (12:02 -0400)]
If we successfully save a file but fail to move it to its proper location,
then, if we made a backup and the original file was not a symlink, we moved
that file, so it will look to the user as if it was deleted. This is bug

9 years agoFix warnings.
Richard Heck [Mon, 27 Oct 2014 14:41:44 +0000 (10:41 -0400)]
Fix warnings.

9 years agorevtex4-1.layout: update to latest REVTeX 4.1
Uwe Stöhr [Mon, 27 Oct 2014 00:39:18 +0000 (01:39 +0100)]
revtex4-1.layout: update to latest REVTeX 4.1

- added support for the command \onlinecite
- some style and whitespace issues
- revtex4-1.lyx: update accordingly

9 years agoWhoops. Forgot to add before amending commit.
Richard Heck [Sun, 26 Oct 2014 17:02:49 +0000 (13:02 -0400)]
Whoops. Forgot to add before amending commit.

9 years agoMake static variables used in DocBook output thread-safe.
Richard Heck [Sun, 26 Oct 2014 16:53:41 +0000 (12:53 -0400)]
Make static variables used in DocBook output thread-safe.

9 years agoSort debug options in the message pane by string. This makes it
Richard Heck [Fri, 28 Mar 2014 16:51:55 +0000 (12:51 -0400)]
Sort debug options in the message pane by string. This makes it
much easier to find what you need, especially when we're trying
to help users. Previously, they were sorted by their enum values.

9 years agorevtex4-1: port changes from branch
Uwe Stöhr [Sun, 26 Oct 2014 16:20:21 +0000 (17:20 +0100)]
revtex4-1: port changes from branch

also add the todo list to support all commands used in REVTeX's official sample document.

9 years agorevtex4-1.layout: remove unnecessary preamble code
Uwe Stöhr [Sun, 26 Oct 2014 13:26:31 +0000 (14:26 +0100)]
revtex4-1.layout: remove unnecessary preamble code

- \lovname was already added to REVTeX 4.1 in 2010
- REVTeX does purposely not allow to color text, see the discussion in bug #4625

9 years agoja.po: update for master from Koji
Uwe Stöhr [Sun, 26 Oct 2014 02:01:04 +0000 (03:01 +0100)]
ja.po: update for master from Koji

9 years agoTweak the shape of the parbreak separator.
Enrico Forestieri [Sat, 25 Oct 2014 21:38:52 +0000 (23:38 +0200)]
Tweak the shape of the parbreak separator.

The shape of the parbreak separator is slightly changed in order to
better distinguish it from the forced newline. This allows using the
same color of the plain version without risk of confusion.

9 years agoFix grammar error spotted by Sian Mountbatten
Juergen Spitzmueller [Sat, 25 Oct 2014 11:50:37 +0000 (13:50 +0200)]
Fix grammar error spotted by Sian Mountbatten

9 years agoFix typo spotted by Hartmut.
Juergen Spitzmueller [Sat, 25 Oct 2014 11:41:29 +0000 (13:41 +0200)]
Fix typo spotted by Hartmut.

9 years agoCmake-gmo creation: Recreate ${_lyxname}.fmt.pot only if it really changes
Kornel Benko [Fri, 24 Oct 2014 16:53:58 +0000 (18:53 +0200)]
Cmake-gmo creation:  Recreate ${_lyxname}.fmt.pot only if it really changes

9 years agoimproved mount state check
Stephan Witt [Fri, 24 Oct 2014 16:14:42 +0000 (18:14 +0200)]
improved mount state check

9 years agoAdd lyx_commit_hash.h.cmake to distribution tar ball
Stephan Witt [Fri, 24 Oct 2014 16:13:27 +0000 (18:13 +0200)]
Add lyx_commit_hash.h.cmake to distribution tar ball

9 years agoCheck the correct macro for conditional include of lyx_commit_hash.h
Stephan Witt [Fri, 24 Oct 2014 16:12:58 +0000 (18:12 +0200)]
Check the correct macro for conditional include of lyx_commit_hash.h

9 years agoForgot this file in the last commit
Kornel Benko [Fri, 24 Oct 2014 15:29:12 +0000 (17:29 +0200)]
Forgot this file in the last commit

9 years agoCmake build: Moved creation of variable LYX_GIT_COMMIT_HASH to development/cmake...
Kornel Benko [Fri, 24 Oct 2014 14:58:54 +0000 (16:58 +0200)]
Cmake build: Moved creation of variable LYX_GIT_COMMIT_HASH to development/cmake/scripts/LyXGetVersion.cmake.

1.) The only file which needs this define is src/version.cpp. Our use in config.h
resulted in recompiling most of our sources.
With this change, only version.cpp needs to be recompiled.

2.) Without reconfiguring, the old commit hash was still valid. Now the
detection of commit hash is done at compile time.

9 years agoCmake build: No need to recreate lyx.pot on every make call.
Kornel Benko [Thu, 23 Oct 2014 14:49:41 +0000 (16:49 +0200)]
Cmake build: No need to recreate lyx.pot on every make call.

We can check if imput data for 'gettext' command has changed from previous call.
If not, there is no need to recreate lyx.pot, which we only differ in
"POT-Creation-Date: ...."

9 years agoAdd LFUN_SERVER_GET_STATISTICS command
brokenclock [Tue, 14 Oct 2014 19:55:04 +0000 (21:55 +0200)]
Add LFUN_SERVER_GET_STATISTICS command

This function can be used with the LyX server to obtain the word, character or character+space count in the current document or selection.

9 years agoAdd Stéphane Mourey as contributor
Jean-Marc Lasgouttes [Thu, 23 Oct 2014 13:58:41 +0000 (15:58 +0200)]
Add Stéphane Mourey as contributor

9 years agoclean up SVGs with inkscape's --vacuum-defs and --export-plain-svg
Juergen Spitzmueller [Wed, 22 Oct 2014 13:37:27 +0000 (15:37 +0200)]
clean up SVGs with inkscape's --vacuum-defs and --export-plain-svg

9 years agoRemove iconsize.svgz
Juergen Spitzmueller [Wed, 22 Oct 2014 09:58:15 +0000 (11:58 +0200)]
Remove iconsize.svgz

iconsize.png is just a helper bitmap to determine the icon size.

9 years agoAdd href icon
Juergen Spitzmueller [Wed, 22 Oct 2014 07:56:55 +0000 (09:56 +0200)]
Add href icon

9 years agoAdd some SVG version for the current default set
Juergen Spitzmueller [Tue, 21 Oct 2014 18:09:39 +0000 (20:09 +0200)]
Add some SVG version for the current default set

These are SVGs from the Tango icon set as well as some theme-independent self-made icons. Many icons are missing. This set s a wild mixture of Tango, old KDE icons and some self-made icons drawing on (to me) unknown models.

I leave the task to finish this set (and thus the SVG icons generally) to others.

9 years agoCmake build: Omit also hidden header files from globbing
Kornel Benko [Tue, 21 Oct 2014 13:04:48 +0000 (15:04 +0200)]
Cmake build: Omit also hidden header files from globbing

9 years agoCmake build: Omit files with names not starting with aplha character.
Kornel Benko [Tue, 21 Oct 2014 12:50:44 +0000 (14:50 +0200)]
Cmake build: Omit files with names not starting with aplha character.

9 years ago#9130 Text in main work area isn't rendered with high resolution
Stephan Witt [Tue, 21 Oct 2014 11:48:14 +0000 (13:48 +0200)]
#9130 Text in main work area isn't rendered with high resolution
Constify splash image coordinates

9 years ago#9130 Text in main work area isn't rendered with high resolution
Stephan Witt [Mon, 20 Oct 2014 15:37:12 +0000 (17:37 +0200)]
#9130 Text in main work area isn't rendered with high resolution
Draw version string to splash image with correct position and size

9 years ago#9130 Text in main work area isn't rendered with high resolution
Stephan Witt [Mon, 20 Oct 2014 15:15:23 +0000 (17:15 +0200)]
#9130 Text in main work area isn't rendered with high resolution
Search high resolution images only when application has detected high resolution screen

9 years agoRepeat the Mac menu bar init for Qt5 only on Mac
Stephan Witt [Mon, 20 Oct 2014 12:22:13 +0000 (14:22 +0200)]
Repeat the Mac menu bar init for Qt5 only on Mac

9 years agoFix bug #9288: Cannot position cursor near the end of a line.
Jean-Marc Lasgouttes [Fri, 17 Oct 2014 12:34:09 +0000 (14:34 +0200)]
Fix bug #9288: Cannot position cursor near the end of a line.

The problem was that some parts of the code assume that the right margin is part of the width of the row. This is not the case, only the left margin (Row::x) is counted.

The code has been fixed and documented to reflect this.

9 years agoCmake buid: Install the new svgz icons
Kornel Benko [Sat, 18 Oct 2014 14:53:41 +0000 (16:53 +0200)]
Cmake buid: Install the new svgz icons

9 years agoAdd Qt-version info to LyX version string when a git repository is present.
Stephan Witt [Sat, 18 Oct 2014 14:06:33 +0000 (16:06 +0200)]
Add Qt-version info to LyX version string when a git repository is present.

9 years ago#9130 Text in main work area isn't rendered with high resolution
Stephan Witt [Sat, 18 Oct 2014 13:57:21 +0000 (15:57 +0200)]
#9130 Text in main work area isn't rendered with high resolution
Add a LyX banner with double resolution for displays with high resolution.

9 years ago#9130 Text in main work area isn't rendered with high resolution
Stephan Witt [Sat, 18 Oct 2014 13:52:43 +0000 (15:52 +0200)]
#9130 Text in main work area isn't rendered with high resolution
Assign the pixelRatio of the application to the buffer of the work area.

9 years ago#9130 Text in main work area isn't rendered with high resolution
Stephan Witt [Sat, 18 Oct 2014 13:50:22 +0000 (15:50 +0200)]
#9130 Text in main work area isn't rendered with high resolution
Load images with search mode check_hidpi to read images with double size when present.

9 years ago#9130 Text in main work area isn't rendered with high resolution
Stephan Witt [Sat, 18 Oct 2014 13:48:18 +0000 (15:48 +0200)]
#9130 Text in main work area isn't rendered with high resolution
Make QT_VERSION check for Qt5 matching Qt5.0.0 too.

9 years ago#9130 Text in main work area isn't rendered with high resolution
Stephan Witt [Sat, 18 Oct 2014 13:46:17 +0000 (15:46 +0200)]
#9130 Text in main work area isn't rendered with high resolution
Assign the pixel_ratio of graphics params to the Qt pixmap of the image.

9 years ago #9130 Text in main work area isn't rendered with high resolution
Stephan Witt [Sat, 18 Oct 2014 13:30:58 +0000 (15:30 +0200)]
 #9130 Text in main work area isn't rendered with high resolution
Add display_pixel_ratio to buffer params to use it for displays with high resolution.
It holds the highest ratio between physical pixels and device-independent pixels of the LyX application.
Preview snippets will be generated using this value to get high resolution preview.

9 years ago#9130 Text in main work area isn't rendered with high resolution
Stephan Witt [Sat, 18 Oct 2014 13:26:49 +0000 (15:26 +0200)]
#9130 Text in main work area isn't rendered with high resolution
Add pixel_ratio to graphics params to use it for displays with high resolution.
It holds the ratio between physical pixels and device-independent pixels of the graphics.

9 years ago#9130 Text in main work area isn't rendered with high resolution
Stephan Witt [Sat, 18 Oct 2014 13:19:47 +0000 (15:19 +0200)]
#9130 Text in main work area isn't rendered with high resolution
Add search mode check_hidpi to ease the lookup for images with double size to use for displays with high resolution.

9 years ago#9130 Text in main work area isn't rendered with high resolution
Stephan Witt [Sun, 12 Oct 2014 17:23:13 +0000 (19:23 +0200)]
#9130 Text in main work area isn't rendered with high resolution
Introduce the concept of pixel ratio: the ratio of physical and device independent pixels.
This is useful for rendering of content on Retina-displays of Mac hardware with high resolution.
Qt has real support for this starting with Qt5 - therefore it has to be compiled conditionally.
This change uses some work of Marcelo Galvão Póvoa, thank you.

9 years agoUpdate comment.
Richard Heck [Thu, 16 Oct 2014 20:50:03 +0000 (16:50 -0400)]
Update comment.

9 years agoFix bug #9296. The key may be multiple keys.
Richard Heck [Tue, 14 Oct 2014 19:41:42 +0000 (15:41 -0400)]
Fix bug #9296. The key may be multiple keys.

9 years agoErase correctly math multi-cell selection
Jean-Marc Lasgouttes [Thu, 16 Oct 2014 14:16:15 +0000 (16:16 +0200)]
Erase correctly math multi-cell selection

What a selection spans several cells in mathed, and a deletion occurs though LFUN_CHAR_DELETE_FORWARD for example, only the case of a proper grid was handled. When no such grid exists, all cells between the first and the last index are cleared now.

9 years agoFix ticket #9224: text overflows through adjacent insets
Jean-Marc Lasgouttes [Wed, 15 Oct 2014 15:34:56 +0000 (17:34 +0200)]
Fix ticket #9224: text overflows through adjacent insets

The logic of Row::shortenIfNeeded is completely changed to look at the row from the start and not the end. This leads to clearer code.

9 years agoPolishing
Juergen Spitzmueller [Thu, 16 Oct 2014 08:36:12 +0000 (10:36 +0200)]
Polishing

9 years agoSVG math icon polishing
Juergen Spitzmueller [Thu, 16 Oct 2014 08:04:37 +0000 (10:04 +0200)]
SVG math icon polishing

9 years agoNo space after inline math for text export (#9282)
Scott Kostyshak [Thu, 2 Oct 2014 05:51:24 +0000 (01:51 -0400)]
No space after inline math for text export (#9282)

This extra space was the result of the fix for #6094
(at 7e624928).

9 years agoRemove line in text export of inline math (#9282)
Scott Kostyshak [Thu, 2 Oct 2014 05:29:00 +0000 (01:29 -0400)]
Remove line in text export of inline math (#9282)

If there is only one row, a new line should not be appended. If
there is more than one row, the new line should not be appended for
the last row.

For example, if in LyX there was "as you can see in $x$ there..." a
copy/paste would lead to a newline after "x".

9 years agoComplete math SVG icons
Juergen Spitzmueller [Wed, 15 Oct 2014 21:32:00 +0000 (23:32 +0200)]
Complete math SVG icons

9 years agoIcon polishing
Juergen Spitzmueller [Wed, 15 Oct 2014 16:03:33 +0000 (18:03 +0200)]
Icon polishing

9 years agoA waggonload of SVG math icons.
Juergen Spitzmueller [Wed, 15 Oct 2014 14:17:51 +0000 (16:17 +0200)]
A waggonload of SVG math icons.

These are automatically generated via the generate_symbols_svg script. Some were modified manually afterwards.

These certainly need some manual care, and a number of icons are missing (cannot be created automatically). But it is a start.

9 years agoAdd a script to automatically generate SVG math images from a LyX template.
Juergen Spitzmueller [Wed, 15 Oct 2014 14:14:05 +0000 (16:14 +0200)]
Add a script to automatically generate SVG math images from a LyX template.

This is an adaptation of Georg's generate_symbols_images script, but it uses dvisvgm instead of dvipng.

9 years agolyx2lyx: fix convert_chunks for empty chunk layouts
Juergen Spitzmueller [Wed, 15 Oct 2014 12:07:14 +0000 (14:07 +0200)]
lyx2lyx: fix convert_chunks for empty chunk layouts

Fixes: #9298
9 years agoAdd missing license information for rsfs10.ttf.
Georg Baum [Tue, 14 Oct 2014 19:39:06 +0000 (21:39 +0200)]
Add missing license information for rsfs10.ttf.

9 years agoRewrite of change-related helpers
Alfredo Braunstein [Tue, 14 Oct 2014 07:58:40 +0000 (09:58 +0200)]
Rewrite of change-related helpers
lyxfind.cpp(findNextChange, findPreviousChange, findChange, selectChange): factor the change-selection part out of the change-finding part
Text.cpp (acceptOrRejectChanges): call only selectChange

9 years agoIPA: SVG -> SVGZ
Juergen Spitzmueller [Tue, 14 Oct 2014 12:42:06 +0000 (14:42 +0200)]
IPA: SVG -> SVGZ

9 years agoOxygen icon set is now SVG-complete
Juergen Spitzmueller [Tue, 14 Oct 2014 11:31:12 +0000 (13:31 +0200)]
Oxygen icon set is now SVG-complete

9 years agoinsets/InsetTabular.cpp (doDispatch): fix to #9291. The problem was simply that...
Alfredo Braunstein [Mon, 13 Oct 2014 08:59:50 +0000 (10:59 +0200)]
insets/InsetTabular.cpp (doDispatch):  fix to #9291. The problem was simply that the default status for the cursor in the call to *::doDispatch is "dispatched".
insets/InsetTabular.cpp (edit): do not reset the selection

9 years agoOxygen: SVG -> SVGZ
Juergen Spitzmueller [Tue, 14 Oct 2014 08:11:36 +0000 (10:11 +0200)]
Oxygen: SVG -> SVGZ

9 years agoWhitespace only
Jean-Marc [Mon, 13 Oct 2014 20:42:21 +0000 (22:42 +0200)]
Whitespace only

9 years agoStill more oxygen SVGs
Juergen Spitzmueller [Mon, 13 Oct 2014 16:26:49 +0000 (18:26 +0200)]
Still more oxygen SVGs

9 years agomore oxygen svg icons
Juergen Spitzmueller [Mon, 13 Oct 2014 12:55:00 +0000 (14:55 +0200)]
more oxygen svg icons

9 years agoRemove unneeded file
Juergen Spitzmueller [Mon, 13 Oct 2014 09:21:58 +0000 (11:21 +0200)]
Remove unneeded file

9 years agoSome more oyxgen-style svg icons
Juergen Spitzmueller [Mon, 13 Oct 2014 09:12:33 +0000 (11:12 +0200)]
Some more oyxgen-style svg icons

9 years agoit.po tweaks
Enrico Forestieri [Sun, 12 Oct 2014 17:25:48 +0000 (19:25 +0200)]
it.po tweaks

9 years agoUpdate it.po
Enrico Forestieri [Sun, 12 Oct 2014 17:03:36 +0000 (19:03 +0200)]
Update it.po

9 years agomathed/InsetMathHull.cpp (InsetMathHull::doDispatch): do not declare LFUN_FINISHED_...
Alfredo Braunstein [Sun, 12 Oct 2014 09:07:28 +0000 (11:07 +0200)]
mathed/InsetMathHull.cpp (InsetMathHull::doDispatch): do not declare LFUN_FINISHED_* lfuns as undispatched after handling them
Fixes #9289, and an unreported cousin of #3900

9 years agoText2.cpp (checkAndActivateInset, checkAndActivateInsetVisual): activate insets on...
Alfredo Braunstein [Sun, 12 Oct 2014 08:07:18 +0000 (10:07 +0200)]
Text2.cpp (checkAndActivateInset, checkAndActivateInsetVisual): activate insets on selection if the anchor is inside the inset.
insets/InsetText.cpp (InsetText::edit): do not reset the selection
Fixes #2346.

9 years agoWhitespace
Alfredo Braunstein [Sat, 11 Oct 2014 21:28:15 +0000 (23:28 +0200)]
Whitespace

9 years agoMac menu bar init has to be repeated for Qt5 after clearing the menu
Stephan Witt [Sat, 11 Oct 2014 10:38:41 +0000 (12:38 +0200)]
Mac menu bar init has to be repeated for Qt5 after clearing the menu

9 years agoAdd the git commit (if applicable) to LyX version
Kornel Benko [Sat, 11 Oct 2014 09:18:48 +0000 (11:18 +0200)]
Add the git commit (if applicable) to LyX version

Addition to cmake.
Patch mostly from Stephan Witt.

9 years agoSome more SVG icons
Juergen Spitzmueller [Fri, 10 Oct 2014 12:00:52 +0000 (14:00 +0200)]
Some more SVG icons

9 years agoLYX_GIT_COMMIT_HASH is in config.h now
Stephan Witt [Fri, 10 Oct 2014 10:27:31 +0000 (12:27 +0200)]
LYX_GIT_COMMIT_HASH is in config.h now

9 years agoAdd the git commit (if applicable) to LyX version
Jean-Marc Lasgouttes [Fri, 10 Oct 2014 10:12:17 +0000 (12:12 +0200)]
Add the git commit (if applicable) to LyX version

This only works for autotools right now, but adding that to cmake is trivial

9 years agoFix ticket #9276: Labeling cursor off by several characters
Jean-Marc Lasgouttes [Thu, 9 Oct 2014 20:09:33 +0000 (22:09 +0200)]
Fix ticket #9276: Labeling cursor off by several characters

The length of STRING row elements is not updated until finalizeLast() is called.

9 years agoFix key code
Juergen Spitzmueller [Wed, 8 Oct 2014 08:57:58 +0000 (10:57 +0200)]
Fix key code

9 years agoRemove Qt4 artifacts in comments
Stephan Witt [Wed, 1 Oct 2014 08:06:17 +0000 (10:06 +0200)]
Remove Qt4 artifacts in comments

9 years ago* sk.po
Kornel Benko [Sat, 27 Sep 2014 12:10:57 +0000 (14:10 +0200)]
* sk.po

9 years agoInstall.cmake: add missing subfolder "\templates\springer" and remove an unnecessary...
Uwe Stöhr [Wed, 24 Sep 2014 22:25:02 +0000 (00:25 +0200)]
Install.cmake: add missing subfolder "\templates\springer" and remove an unnecessary folder

we don't need to install the attic template files. These are for years now in attic and LyX 2.2. should make a cut somehow for very old attic material

9 years agoFix some convert_TeX_brace_to_Argument glitches
Juergen Spitzmueller [Tue, 16 Sep 2014 15:42:19 +0000 (17:42 +0200)]
Fix some convert_TeX_brace_to_Argument glitches

Fixes: #9273
9 years agoLaTeXFeatures.cpp: fix bug #9266
Uwe Stöhr [Wed, 10 Sep 2014 20:01:29 +0000 (22:01 +0200)]
LaTeXFeatures.cpp: fix bug #9266

mhchem loads amsmath and needs therefore be loaded after it but before packages that redefine commands of amsmath. We already take care of esint but not of wasysym

9 years agoCmake export tests: Use unique file names for exported files
Kornel Benko [Tue, 9 Sep 2014 17:02:20 +0000 (19:02 +0200)]
Cmake export tests: Use unique file names for exported files

This should prevent possible errors for tests running in parallel.
We now also check for created export file.
  complainer/feature requester: Scott Kostyshak

9 years agoUpdate file formats of test files
Kornel Benko [Thu, 4 Sep 2014 10:14:47 +0000 (12:14 +0200)]
Update file formats of test files

9 years agoCmake tex2lyx tests: Take care of initialized userdir
Kornel Benko [Wed, 3 Sep 2014 19:21:05 +0000 (21:21 +0200)]
Cmake tex2lyx tests: Take care of initialized userdir

If we are testing tex2lyx the first time, then the userdir
is empty. We call now configure.py to initalize in case it is needed.
The algorithm to detect if reconfigure is needed mimics the lyx behaviour.

9 years agoCmake tests: Set also correct sequence of tests again.
Kornel Benko [Wed, 3 Sep 2014 10:35:40 +0000 (12:35 +0200)]
Cmake tests: Set also correct sequence of tests again.

9 years agoCmake tests: Disable keytests if missing needed input files
Kornel Benko [Wed, 3 Sep 2014 10:25:28 +0000 (12:25 +0200)]
Cmake tests: Disable keytests if missing needed input files

The files first-time-in.txt and hello-world-in.txt are used
as first tests to initialize the test environment for the other
keytests.

9 years agoFix possibly uninitialized use of variables
Stephan Witt [Tue, 2 Sep 2014 22:07:26 +0000 (00:07 +0200)]
Fix possibly uninitialized use of variables

9 years agoAdded more missing files to autoconf's dist
Kornel Benko [Tue, 2 Sep 2014 13:02:55 +0000 (15:02 +0200)]
Added more missing files to autoconf's dist

9 years ago Fix bug with wrong baseline calculation in last paragraph (2nd attempt)
Juergen Spitzmueller [Mon, 1 Sep 2014 07:14:26 +0000 (09:14 +0200)]
 Fix bug with wrong baseline calculation in last paragraph (2nd attempt)

This time, we consider the cases where a \par is not wanted (single-par insets, tabular cells).

Fixes: #9231
9 years agode,.po
Juergen Spitzmueller [Sun, 31 Aug 2014 14:03:01 +0000 (16:03 +0200)]
de,.po

9 years agoAdd some missing files to autoconf's dist
Kornel Benko [Sun, 31 Aug 2014 13:23:28 +0000 (15:23 +0200)]
Add some missing files to autoconf's dist

9 years agoAdd cmake files to autoconf's dist
Kornel Benko [Sun, 31 Aug 2014 13:21:20 +0000 (15:21 +0200)]
Add cmake files to autoconf's dist

9 years agoTypos.
Juergen Spitzmueller [Sun, 31 Aug 2014 13:15:11 +0000 (15:15 +0200)]
Typos.

9 years agoAdd support for todonotes package
Juergen Spitzmueller [Sun, 31 Aug 2014 12:49:30 +0000 (14:49 +0200)]
Add support for todonotes package

Fixes: #7546
9 years agoAdd support for the fixme package.
Juergen Spitzmueller [Sun, 31 Aug 2014 12:38:28 +0000 (14:38 +0200)]
Add support for the fixme package.

Fixes: #8868
9 years agoAdd support for beamer lemma environment.
Juergen Spitzmueller [Sun, 31 Aug 2014 10:30:14 +0000 (12:30 +0200)]
Add support for beamer lemma environment.

File fomat change.