]> git.lyx.org Git - lyx.git/log
lyx.git
10 years agoFix comparing a pointer with a char
Vincent van Ravesteijn [Wed, 19 Mar 2014 20:08:43 +0000 (21:08 +0100)]
Fix comparing a pointer with a char

Fixes: #8985.
10 years agoAdd a comment for the special code on Windows
Vincent van Ravesteijn [Wed, 19 Mar 2014 20:07:43 +0000 (21:07 +0100)]
Add a comment for the special code on Windows

10 years agoAutomatic copying and migration of elder user config directories
Stephan Witt [Wed, 19 Mar 2014 18:11:57 +0000 (19:11 +0100)]
Automatic copying and migration of elder user config directories
With a check for platform = darwin this is done on Mac only

10 years agoRe-add removed workaround (fixes #9042).
Juergen Spitzmueller [Wed, 19 Mar 2014 15:21:46 +0000 (16:21 +0100)]
Re-add removed workaround (fixes #9042).

This code was commented out at [ad94e7bd/lyxgit], since we thought it was not necessary anymore and then removed at [5aede959/lyxgit]. Bug #9042 is the evidence that we were wrong.

10 years agoA a copule comments reminding us where preference formats should
Richard Heck [Wed, 19 Mar 2014 15:04:46 +0000 (11:04 -0400)]
A a copule comments reminding us where preference formats should
be updated.

10 years agoWhitespace.
Richard Heck [Tue, 18 Mar 2014 01:00:05 +0000 (21:00 -0400)]
Whitespace.

10 years agoDo not use QProcess::startDetached on Windows
Vincent van Ravesteijn [Tue, 18 Mar 2014 21:32:57 +0000 (22:32 +0100)]
Do not use QProcess::startDetached on Windows

QProcess::startDetached cannot provide environment variables. When the
environment variables are set using the latexEnvCmdPrefix, a console
window is shown every time a viewer is started.

On Windows, this reverts commit 5225821242887ff552b7370df9c830af5f17d3b3.

Fixes: #9035.
10 years agode.po: update
Juergen Spitzmueller [Mon, 17 Mar 2014 13:49:20 +0000 (14:49 +0100)]
de.po: update

10 years agoFix bug #8837: LyX hangs on selection
Jean-Marc Lasgouttes [Mon, 17 Mar 2014 10:15:42 +0000 (11:15 +0100)]
Fix bug #8837: LyX hangs on selection

The code that checks whether the cursor was at the end of a row in
Cursor::upDowninText was not able to set boundary correctly. This
causes a hang in because the cursor got stuck on a line and there is an
infinite loop BufferView::dispatch when trying to go down.

The fix is to avoid using the watered-down TextMetrics::x2pos wrapper
around getColumnNearX and use the real thing instead.

Eventually, the last user of x2pos (InsetTabular) should be fixed and
the method should go away.

10 years agoAlso show boundary when displaying Cursor value.
Jean-Marc Lasgouttes [Mon, 17 Mar 2014 10:14:19 +0000 (11:14 +0100)]
Also show boundary when displaying Cursor value.

10 years agoRemove duplicate call to Cursor::selHandle
Jean-Marc Lasgouttes [Mon, 17 Mar 2014 09:55:49 +0000 (10:55 +0100)]
Remove duplicate call to Cursor::selHandle

10 years agocmake export tests.
Kornel Benko [Sun, 16 Mar 2014 08:57:31 +0000 (09:57 +0100)]
cmake export tests.

Define new policy of what export formats to check.
Depending on default_output_format
default or unset           xhtml, dvi*, pdf*
xhtml                      xhtml
any of pfd variants        xhtml, pdf*
any of dvi variants        xhtml, dvi*
each other (like eps3)     as specified

10 years ago* sk.po, new strings
Kornel Benko [Sun, 16 Mar 2014 08:50:44 +0000 (09:50 +0100)]
* sk.po, new strings

10 years agoFix for bug #8939: Don't just close if the user enters a shortcut
Richard Heck [Sat, 15 Mar 2014 19:36:55 +0000 (15:36 -0400)]
Fix for bug #8939: Don't just close if the user enters a shortcut
that is already assigned.

From new contributor Roy Xia.

10 years agoAccidentally overwrote this commit of Vincent's.
Richard Heck [Mon, 10 Mar 2014 21:02:17 +0000 (17:02 -0400)]
Accidentally overwrote this commit of Vincent's.

10 years agoWhitespace only.
Jean-Marc Lasgouttes [Fri, 14 Mar 2014 13:22:26 +0000 (14:22 +0100)]
Whitespace only.

10 years agoUpdate layouttranslation review status
Georg Baum [Thu, 13 Mar 2014 20:29:27 +0000 (21:29 +0100)]
Update layouttranslation review status

10 years agoFix wrong comment (thanks Enrico)
Georg Baum [Thu, 13 Mar 2014 20:02:41 +0000 (21:02 +0100)]
Fix wrong comment (thanks Enrico)

10 years agode.po: Style.
Juergen Spitzmueller [Thu, 13 Mar 2014 11:01:01 +0000 (12:01 +0100)]
de.po: Style.

10 years agoFix typo in configFunctions.h (wrong define for the header)
Benjamin Piwowarski [Thu, 13 Mar 2014 07:27:34 +0000 (08:27 +0100)]
Fix typo in configFunctions.h (wrong define for the header)

10 years agoInclude child's own authors when using BufferParams from master.
Juergen Spitzmueller [Thu, 13 Mar 2014 05:43:38 +0000 (06:43 +0100)]
Include child's own authors when using BufferParams from master.

10 years agosv.po: fix a translation bug #7830
Uwe Stöhr [Thu, 13 Mar 2014 00:15:26 +0000 (01:15 +0100)]
sv.po: fix a translation bug #7830

10 years agoctest export: smal improvements
Kornel Benko [Wed, 12 Mar 2014 16:15:07 +0000 (17:15 +0100)]
ctest export: smal improvements

1.) Use of regex to ignore group of tests
2.) If default output format is pdf2(pdflatex), the try to check also
  for xelatex and lualatex

10 years ago* cs.po
Pavel Sanda [Wed, 12 Mar 2014 08:10:42 +0000 (01:10 -0700)]
* cs.po

10 years ago* ko.po : update from Dal Ho Park.
Pavel Sanda [Wed, 12 Mar 2014 07:41:18 +0000 (00:41 -0700)]
* ko.po : update from Dal Ho Park.

10 years agozh_CN.po: fix a typo reported in bug #9033
Uwe Stöhr [Mon, 10 Mar 2014 21:35:50 +0000 (22:35 +0100)]
zh_CN.po: fix a typo reported in bug #9033

10 years agoinstaller: fix bug in dictionary installation
Uwe Stöhr [Mon, 10 Mar 2014 21:08:21 +0000 (22:08 +0100)]
installer: fix bug in dictionary installation

- we have a new dictionary and a new thesaurus so that we must increase the search list
- update the dictionary mirror list

10 years agoFix EOLs
Vincent van Ravesteijn [Mon, 10 Mar 2014 19:33:40 +0000 (20:33 +0100)]
Fix EOLs

10 years agoUpdate layouttranslations
Vincent van Ravesteijn [Mon, 10 Mar 2014 19:24:30 +0000 (20:24 +0100)]
Update layouttranslations

10 years agoAdd comments about putenv() usage
Georg Baum [Mon, 10 Mar 2014 19:59:03 +0000 (20:59 +0100)]
Add comments about putenv() usage

Again thanks to Enrico.

10 years agoAdd comment (thanks Enrico)
Georg Baum [Mon, 10 Mar 2014 19:52:51 +0000 (20:52 +0100)]
Add comment (thanks Enrico)

10 years agoThis is not a recoverable error.
Richard Heck [Mon, 10 Mar 2014 19:39:43 +0000 (15:39 -0400)]
This is not a recoverable error.

10 years agoRevert "Fix opening files from command line"
Vincent van Ravesteijn [Wed, 29 Jan 2014 19:46:29 +0000 (20:46 +0100)]
Revert "Fix opening files from command line"

Reverted because of
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181795.html.

This reverts commit d1db30a188b17b88702282cd24374f6179f2789d.

10 years agoRevert "Return an error if file-open is called with a non-absolute path"
Vincent van Ravesteijn [Wed, 29 Jan 2014 19:46:19 +0000 (20:46 +0100)]
Revert "Return an error if file-open is called with a non-absolute path"

Reverted because of
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181795.html.

This reverts commit 9c4461deea8eabb5bc025a08fa6ce11cb1c9e6fd.

10 years agoRevert "Return an error on file-open only when a filename is given"
Vincent van Ravesteijn [Wed, 29 Jan 2014 19:46:03 +0000 (20:46 +0100)]
Revert "Return an error on file-open only when a filename is given"

Reverted because of
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181795.html.

This reverts commit a4d881c58e7ba0f1ee703ac067b5105a26b513e2.

10 years agoGracefully return a value if an invalid author is requested
Vincent van Ravesteijn [Mon, 10 Mar 2014 19:02:29 +0000 (20:02 +0100)]
Gracefully return a value if an invalid author is requested

10 years agoTypo
Kornel Benko [Mon, 10 Mar 2014 12:39:31 +0000 (13:39 +0100)]
Typo

10 years agoctests: pdf export for korean documents
Kornel Benko [Mon, 10 Mar 2014 12:33:46 +0000 (13:33 +0100)]
ctests: pdf export for korean documents

Use Nanum-font for tests to get a readable pdf with luatatex/xelatex

10 years agosk.po: commit due to shortcut changes
Kornel Benko [Mon, 10 Mar 2014 10:45:34 +0000 (11:45 +0100)]
sk.po: commit due to shortcut changes

10 years agoUnblock some more internal qt events while doing advanced f&r. This fixes #9009 and...
Juergen Spitzmueller [Mon, 10 Mar 2014 08:07:36 +0000 (09:07 +0100)]
Unblock some more internal qt events while doing advanced f&r. This fixes #9009 and some remaining drawing problems for me.

10 years agoUserGuide.lyx: describe new output format "PDF (cropped)"
Uwe Stöhr [Sun, 9 Mar 2014 20:40:01 +0000 (21:40 +0100)]
UserGuide.lyx: describe new output format "PDF (cropped)"

10 years agoadd the background image to distribution tarball
Stephan Witt [Sun, 9 Mar 2014 18:49:31 +0000 (19:49 +0100)]
add the background image to distribution tarball

10 years agoUserGuide.lyx: remove a now obsolete info
Uwe Stöhr [Sun, 9 Mar 2014 18:22:11 +0000 (19:22 +0100)]
UserGuide.lyx: remove a now obsolete info

10 years agoArrgh, fix warning
Georg Baum [Sun, 9 Mar 2014 17:48:50 +0000 (18:48 +0100)]
Arrgh, fix warning

10 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Sun, 9 Mar 2014 17:20:55 +0000 (18:20 +0100)]
Merge branch 'master' of git.lyx.org:lyx

10 years agoinstaller: cleaner support for splitindex and pdfcrop
Uwe Stöhr [Sun, 9 Mar 2014 17:19:58 +0000 (18:19 +0100)]
installer: cleaner support for splitindex and pdfcrop

- it turned out that the hack to install a stripped-down Perl directly to MiKTEX is not only error-prone, requires admin permission but that it is also not safe because MiKTeX changes the folder structure from time to time. With the new solution Perl is installed directly for LyX like we do for ImageMagick, Python etc.
- for pdfcrop support there is a bug in pdfcriop that the requirement is hardcoded to Ghostscript 32bit - I contacted the pdfcrop author to fix this

10 years agoMSVC compile fix
Georg Baum [Sun, 9 Mar 2014 17:18:17 +0000 (18:18 +0100)]
MSVC compile fix

10 years agoinstaller: update package list for LyX 2.1
Uwe Stöhr [Sun, 9 Mar 2014 17:16:20 +0000 (18:16 +0100)]
installer: update package list for LyX 2.1

10 years agoPrevent LyX from freezing in additional common cases where it would
Tommaso Cucinotta [Sun, 9 Mar 2014 15:40:13 +0000 (15:40 +0000)]
Prevent LyX from freezing in additional common cases where it would
try to show dialogs or ask for user input while doing advanced find
and replace. In many of these cases we should simply find a way for
avoiding lyx to show a dialog, however an extra info/warning dialog
is better than the GUI freezing and having to kill the process.

10 years agoRe-sort credits.
Juergen Spitzmueller [Sun, 9 Mar 2014 12:07:30 +0000 (13:07 +0100)]
Re-sort credits.

10 years agoUpdate credits and add Dal Ho Park.
Juergen Spitzmueller [Sun, 9 Mar 2014 11:53:47 +0000 (12:53 +0100)]
Update credits and add Dal Ho Park.

10 years agoAdd Korean Splash, provided by Dal Ho Park
Juergen Spitzmueller [Sun, 9 Mar 2014 11:46:56 +0000 (12:46 +0100)]
Add Korean Splash, provided by Dal Ho Park

10 years agocorrect author data
Juergen Spitzmueller [Sun, 9 Mar 2014 10:17:14 +0000 (11:17 +0100)]
correct author data

10 years agoDisable unicode math symbol replacement.
Georg Baum [Sun, 9 Mar 2014 09:56:05 +0000 (10:56 +0100)]
Disable unicode math symbol replacement.

This seems to work only in some cases, so better display the symbol in ERT.

10 years agode.po: update
Juergen Spitzmueller [Sun, 9 Mar 2014 09:43:51 +0000 (10:43 +0100)]
de.po: update

10 years agoremerge strings
Juergen Spitzmueller [Sun, 9 Mar 2014 09:37:39 +0000 (10:37 +0100)]
remerge strings

10 years agoPrevent the most important case of bug #9012
Georg Baum [Sun, 9 Mar 2014 09:30:20 +0000 (10:30 +0100)]
Prevent the most important case of bug #9012

Currently you can easily create an uncompilable document if you insert
non-ASCII characters in a pass-through paragraph (e.g. ERT inset or verbatim
style). This commit prevents entering these characters directly, but of
course they can still be inserted via tricks, e.g. changing a standard
paragraph to verbatim. A complete fix would handle this case as well,
and also change the fixed latin1 encoding of latex_language to a dynamic one,
so that a verbatim paragraph can contain any character that is encodable in
the encoding of its environment.

10 years agoinstaller: fix potential serious bug
Uwe Stöhr [Sun, 9 Mar 2014 06:57:47 +0000 (07:57 +0100)]
installer: fix potential serious bug

10 years agochkconfig.ltx: remove double entry for iftex
Uwe Stöhr [Sun, 9 Mar 2014 04:36:20 +0000 (05:36 +0100)]
chkconfig.ltx: remove double entry for iftex

- also correct sorting

10 years agoUpdate it.po
Enrico Forestieri [Sun, 9 Mar 2014 00:35:54 +0000 (01:35 +0100)]
Update it.po

10 years agoFix some shortcut conflicts (bug 9008).
Richard Heck [Sat, 8 Mar 2014 22:25:57 +0000 (17:25 -0500)]
Fix some shortcut conflicts (bug 9008).

10 years agoUserGuide.lyx: add another missing part of description of environment separator
Uwe Stöhr [Sat, 8 Mar 2014 20:23:42 +0000 (21:23 +0100)]
UserGuide.lyx: add another missing part of description of environment separator

10 years agoinstaller: update the changelog
Uwe Stöhr [Sat, 8 Mar 2014 17:27:34 +0000 (18:27 +0100)]
installer: update the changelog

10 years agoRevert addition of Question and Question* environments, for the
Richard Heck [Sat, 8 Mar 2014 16:36:22 +0000 (11:36 -0500)]
Revert addition of Question and Question* environments, for the
reasons discussed at bug #9015.

10 years ago#6902: Enable About and similar menu items without view and create a new view if...
Stephan Witt [Sat, 8 Mar 2014 11:51:02 +0000 (12:51 +0100)]
#6902: Enable About and similar menu items without view and create a new view if needed

10 years ago* fix bug 8925: create a temporary action to avoid a menu with any action. Otherwise...
Stephan Witt [Sat, 8 Mar 2014 11:49:40 +0000 (12:49 +0100)]
* fix bug 8925: create a temporary action to avoid a menu with any action. Otherwise it will not shown on Mac OS X 10.9 with Cocoa

10 years agoAdd review comments for translations in beta
Georg Baum [Sat, 8 Mar 2014 11:36:59 +0000 (12:36 +0100)]
Add review comments for translations in beta

The LyX 2.1 beta release does already contain some new layout translations
(compared to LyX 2.0.x), which have not been reviewed yet.

10 years agoRemove dead code + whitespace
Georg Baum [Sat, 8 Mar 2014 10:59:39 +0000 (11:59 +0100)]
Remove dead code + whitespace

10 years agoWork around broken math symbol display (bug 7954)
Georg Baum [Sat, 8 Mar 2014 10:13:39 +0000 (11:13 +0100)]
Work around broken math symbol display (bug 7954)

This extends the already existing math symbol fallback mechanism in two ways:
1) When considering the availability of the math font, also take broken
   code points into account. These are currently 0x0009 and 0x00ad, depending
   on the platform.
2) If the fallback symbol in the standard "Symbol" font is not given, or if
   the "Symbol" font is not available, or the fallback symbol is one of the
   broken ones, try to use a generic unicode symbol as second fallback instead.
   If this is available, we rely on Qt to find a font which has it. Only if
   this is not available, display the symbol as ERT.
This ensures that we do never get a symbol which is not displayed: Either
it can be displayed, with or without fallback, or it will be shown as ERT.

10 years agoAdd two missing unicodesymbols
Georg Baum [Sat, 8 Mar 2014 09:59:43 +0000 (10:59 +0100)]
Add two missing unicodesymbols

10 years agowhitespace
Georg Baum [Sat, 8 Mar 2014 09:57:24 +0000 (10:57 +0100)]
whitespace

10 years agoUserGuide.lyx: add missing part of description for menu Start New Environment
Uwe Stöhr [Sat, 8 Mar 2014 01:34:11 +0000 (02:34 +0100)]
UserGuide.lyx: add missing part of description for menu Start New Environment

10 years agoUserGuide.lyx: describe the new menu Edit→Start New Environment
Uwe Stöhr [Sat, 8 Mar 2014 01:13:24 +0000 (02:13 +0100)]
UserGuide.lyx: describe the new menu Edit→Start New Environment

- also correct some changes LFUNs

10 years agoUpdate cs layouttranslations.
Pavel Sanda [Fri, 7 Mar 2014 23:46:50 +0000 (15:46 -0800)]
Update cs layouttranslations.

10 years agoinstaller: add new dictionary names
Uwe Stöhr [Fri, 7 Mar 2014 23:25:22 +0000 (00:25 +0100)]
installer: add new dictionary names

- also correct 2 file sizes

10 years agoUpdate chinese layouttranslations
Georg Baum [Fri, 7 Mar 2014 21:30:53 +0000 (22:30 +0100)]
Update chinese layouttranslations

We actually have a GPL statement, sorry for overlooking

10 years agoAdd Mingyi Wu to contributors
Scott Kostyshak [Fri, 7 Mar 2014 20:52:34 +0000 (15:52 -0500)]
Add Mingyi Wu to contributors

Contribution was translations for Chinese (traditional).

10 years agoUpdate layouttranslations from current po files
Georg Baum [Fri, 7 Mar 2014 20:32:01 +0000 (21:32 +0100)]
Update layouttranslations from current po files

I only left out the following:
1) chinese translation - we have no GPL statement yet, if we don't get it the
   big update would need to be removed unfortunately.
2) I kept the dutch translation for "Chart", although this is ambigous, since
   nl.po does not contain a translation
3) I kept the danish translation for "Note", since da.po does not contain a
   translation
The review file is updated as well to contain all translations without a
documented review.

10 years agoFix compilation of ja/Math.lyx (see #9027)
Scott Kostyshak [Wed, 5 Mar 2014 20:51:40 +0000 (15:51 -0500)]
Fix compilation of ja/Math.lyx (see #9027)

The Japanese math manual was not compiling because of some
complications with foreign language switching. This would
have been fixed after the translation from English to Japanese
is done but I want to make sure the document is compilable
for 2.1.

10 years agosk.po, Unify some strings (case sensitivity)
Kornel Benko [Fri, 7 Mar 2014 11:03:22 +0000 (12:03 +0100)]
sk.po, Unify some strings (case sensitivity)

10 years agoEnable environment-split for standard classes (#9023)
Juergen Spitzmueller [Fri, 7 Mar 2014 07:58:24 +0000 (08:58 +0100)]
Enable environment-split for standard classes (#9023)

10 years agoinstaller: update dictionary list
Uwe Stöhr [Thu, 6 Mar 2014 23:24:28 +0000 (00:24 +0100)]
installer: update dictionary list

- there is now a Turkmen spell checker
- there is now a Galician thesaurus available

10 years agoTransfer layout translations to nl.po
Georg Baum [Thu, 6 Mar 2014 22:03:57 +0000 (23:03 +0100)]
Transfer layout translations to nl.po

These translations were only in lib/layouttranslations. I don't know if they
were reviewed, but I understand enough dutch to be sure that they are not
completely wrong, so they are good enough for the GUI.

10 years agoTransfer layout translations to fi.po
Georg Baum [Thu, 6 Mar 2014 21:57:20 +0000 (22:57 +0100)]
Transfer layout translations to fi.po

These translations were only in lib/layouttranslations, and they were already
reviewed, so they are good for the GUI as well.

10 years agoAdd new layout translations to be reviewed
Georg Baum [Thu, 6 Mar 2014 21:40:38 +0000 (22:40 +0100)]
Add new layout translations to be reviewed

Now lib/layouttranslations.review contains all translations which have been
changed since the 2.0.0 release except for the ones where the commit log
mentioned that they were reviewed.

10 years agoUserGuide.lyx: improve a writing style
Uwe Stöhr [Thu, 6 Mar 2014 21:38:01 +0000 (22:38 +0100)]
UserGuide.lyx: improve a writing style

10 years agoRemove context also for translated strings
Georg Baum [Thu, 6 Mar 2014 21:00:12 +0000 (22:00 +0100)]
Remove context also for translated strings

This is consistent with the treatment in LyX itself (cleanTranslation() is
also called on the translated strings), and some translators leave the context
in the translated msgstr (e.g. [[List of Listings]]), although that is not
recommended. Without this, lib/layouttranslations would contain wrong
translations.

10 years agoFix logic error in layout translation extraction
Georg Baum [Thu, 6 Mar 2014 20:42:51 +0000 (21:42 +0100)]
Fix logic error in layout translation extraction

lyx_pot.py treats the combination IsPredefined == true and UsesFloatPkg == true
incorrectly: In this case it does not extract the float name, although it needs
to be extracted. This was no problem for LyX 2.0.0, because no layout contained
this combination fo flags. However, the current version of achemso.layout uses
it for several styles, e.g. "List of Schemes".
You only see the bug if you remove lib/layouttranslations before updating it,
otherwise it would be covered by the old translations which are kept. The fix
make use of the fact that IsPredefined == false and UsesFloatPkg == false is
not supported by LyX to simplify the logic.

10 years agoDisable invalid inset-modify (#9019).
Juergen Spitzmueller [Thu, 6 Mar 2014 07:34:32 +0000 (08:34 +0100)]
Disable invalid inset-modify (#9019).

10 years agoFix bug #8999 by locking math macros while they are updating.
Richard Heck [Wed, 5 Mar 2014 23:45:42 +0000 (18:45 -0500)]
Fix bug #8999 by locking math macros while they are updating.

10 years agoGerman EmbeddedObjects.lyx: fix a typo
Uwe Stöhr [Wed, 5 Mar 2014 23:14:04 +0000 (00:14 +0100)]
German EmbeddedObjects.lyx: fix a typo

10 years agoAdd comment.
Richard Heck [Wed, 5 Mar 2014 23:06:30 +0000 (18:06 -0500)]
Add comment.

10 years agoEmbeddedObjects.lyx: describe caption above/below
Uwe Stöhr [Wed, 5 Mar 2014 23:01:35 +0000 (00:01 +0100)]
EmbeddedObjects.lyx: describe caption above/below

- also simplify the float section structure in the UserGuide.lyx

10 years agoSimplify, and delete unused routine.
Richard Heck [Wed, 5 Mar 2014 22:53:29 +0000 (17:53 -0500)]
Simplify, and delete unused routine.

10 years agoCheck in InsetLabel if LFUN_INSET_MODIFY is intended for us.
Richard Heck [Wed, 5 Mar 2014 22:43:41 +0000 (17:43 -0500)]
Check in InsetLabel if LFUN_INSET_MODIFY is intended for us.

Every inset should do this.

10 years agoUpdates to AppleScript support, and documentaoin for it.
Benjamin Piwowarski [Wed, 5 Mar 2014 20:46:27 +0000 (15:46 -0500)]
Updates to AppleScript support, and documentaoin for it.

10 years agoFix small problem with question environment.
Richard Heck [Wed, 5 Mar 2014 20:37:08 +0000 (15:37 -0500)]
Fix small problem with question environment.

10 years agoAdd Question and Question* environments to AMS modules. Fixes bug
Richard Heck [Wed, 5 Mar 2014 17:31:51 +0000 (12:31 -0500)]
Add Question and Question* environments to AMS modules. Fixes bug

Patch from Paul Rubin.

10 years agoAdjust FIXME
Juergen Spitzmueller [Wed, 5 Mar 2014 11:16:57 +0000 (12:16 +0100)]
Adjust FIXME

10 years agoFix compilation with libc++
Georg Baum [Tue, 4 Mar 2014 22:04:27 +0000 (23:04 +0100)]
Fix compilation with libc++

libc++ (http://libcxx.llvm.org/) is used on OS X with newer XCode.
The patch is from Benjamin Piwowarski <benjamin.piwowarski@lip6.fr>, I only
added more comments.
The changes regarding implicit conversion to bool of std::iostream work
because both the C++98 and C++11 standards guarantee that boolean evaluation
of streams returns !fail(). See e.g.
http://stackoverflow.com/questions/1334858/why-dont-iostream-objects-overload-operator-bool
for details.