]> git.lyx.org Git - lyx.git/log
lyx.git
11 years agoRemove the "arrow" from the XHTML TOC. I think I put it there near
Richard Heck [Wed, 27 Mar 2013 22:28:25 +0000 (18:28 -0400)]
Remove the "arrow" from the XHTML TOC. I think I put it there near
the beginning, when the titles themselves were not being used as
links. Now they are, so it is not needed.

11 years agoMove the CSS for the TOC to its own InsetLayout.
Richard Heck [Wed, 27 Mar 2013 22:24:08 +0000 (18:24 -0400)]
Move the CSS for the TOC to its own InsetLayout.

11 years agoUse the TOC:Listings layout to hold CSS information for it.
Richard Heck [Wed, 27 Mar 2013 22:22:20 +0000 (18:22 -0400)]
Use the TOC:Listings layout to hold CSS information for it.

11 years agoA little bit more cleaning up.
Richard Heck [Wed, 27 Mar 2013 21:19:47 +0000 (17:19 -0400)]
A little bit more cleaning up.

11 years agoRe-order things a little bit.
Richard Heck [Wed, 27 Mar 2013 21:17:57 +0000 (17:17 -0400)]
Re-order things a little bit.

11 years agoFactor common code from TOC updates.
Richard Heck [Wed, 27 Mar 2013 21:16:34 +0000 (17:16 -0400)]
Factor common code from TOC updates.

11 years agoAllow for the possibility of an "InsetLayout TOC".
Richard Heck [Wed, 27 Mar 2013 21:06:38 +0000 (17:06 -0400)]
Allow for the possibility of an "InsetLayout TOC".

11 years agoGet lists of listings working for XHTML output. Fixes bug #8602.
Richard Heck [Wed, 27 Mar 2013 20:58:44 +0000 (16:58 -0400)]
Get lists of listings working for XHTML output. Fixes bug #8602.

11 years agoLinks between citations and bibliography entries were broken in XHTML
Richard Heck [Wed, 27 Mar 2013 19:46:32 +0000 (15:46 -0400)]
Links between citations and bibliography entries were broken in XHTML
output, due to failure to clean the ids in the new citation stuff.

I've solved this by allowing the citation format information to contain
keys of the form "clean:key". This signals that we are to apply the
html::cleanAttr() function to the key before returning it. I.e., we
strip non-alphanumeric stuff, basically.

11 years agoForgot to include "u" as a font tag.
Richard Heck [Wed, 27 Mar 2013 19:46:06 +0000 (15:46 -0400)]
Forgot to include "u" as a font tag.

11 years agoUse master buffer's setting for math output type.
Richard Heck [Wed, 27 Mar 2013 18:51:27 +0000 (14:51 -0400)]
Use master buffer's setting for math output type.

11 years agoContinuing here will crash us. This shouldn't be an issue, but
Richard Heck [Wed, 27 Mar 2013 18:45:16 +0000 (14:45 -0400)]
Continuing here will crash us. This shouldn't be an issue, but
it seems worth doing something sensible.

11 years ago* sk.po
Kornel Benko [Wed, 27 Mar 2013 18:22:05 +0000 (19:22 +0100)]
* sk.po

11 years agoStyle Memoir epigraphs.
Richard Heck [Wed, 27 Mar 2013 18:01:01 +0000 (14:01 -0400)]
Style Memoir epigraphs.

11 years agoHandle other text ranges in XHTML output.
Richard Heck [Wed, 27 Mar 2013 16:49:03 +0000 (12:49 -0400)]
Handle other text ranges in XHTML output.

11 years agoDisable extractFunctions() for MathML and HTML output.
Richard Heck [Wed, 27 Mar 2013 16:05:00 +0000 (12:05 -0400)]
Disable extractFunctions() for MathML and HTML output.

I'm not sure there was all that much benefit to doing this, but
if so then it could be re-enabled, if we fixed extractFunctions().

11 years agoAdd some notes about problems with extractFunctions().
Richard Heck [Wed, 27 Mar 2013 16:01:44 +0000 (12:01 -0400)]
Add some notes about problems with extractFunctions().

11 years agoImplement math-as-HTML output for InsetMathExFunc.
Richard Heck [Wed, 27 Mar 2013 15:41:29 +0000 (11:41 -0400)]
Implement math-as-HTML output for InsetMathExFunc.

11 years agoFix bug #8608: Don't output index entries from notes, etc.
Richard Heck [Mon, 25 Mar 2013 21:33:54 +0000 (17:33 -0400)]
Fix bug #8608: Don't output index entries from notes, etc.

11 years agoShould also use doing_output here. Oversight in previous commit.
Richard Heck [Mon, 25 Mar 2013 21:33:18 +0000 (17:33 -0400)]
Should also use doing_output here. Oversight in previous commit.

11 years agoAdd new spelling icon to the Makefile and add oxygen version
Juergen Spitzmueller [Mon, 25 Mar 2013 08:28:49 +0000 (09:28 +0100)]
Add new spelling icon to the Makefile and add oxygen version

11 years agoAdd a toolbar button for continuous spellchecking
Vincent van Ravesteijn [Sun, 24 Mar 2013 19:26:40 +0000 (20:26 +0100)]
Add a toolbar button for continuous spellchecking

This fixes the second part of #8589.

11 years agoAdd an LFUN for continuous spell checking
Vincent van Ravesteijn [Sun, 24 Mar 2013 18:20:19 +0000 (19:20 +0100)]
Add an LFUN for continuous spell checking

This fixes the first part of #8589.

11 years agoDo not sort formats in BufferParams::exportableFormats
Vincent van Ravesteijn [Sun, 24 Mar 2013 16:52:48 +0000 (17:52 +0100)]
Do not sort formats in BufferParams::exportableFormats

We only need to sort the formats when it is really necessary, i.e. for GUI
purposes.

This also prevents 11000 requests for translation everytime the toolbars
are updated.

11 years agoRemove unused typedef
Vincent van Ravesteijn [Sun, 24 Mar 2013 16:52:03 +0000 (17:52 +0100)]
Remove unused typedef

11 years agoStick with 2.0.x file format
Juergen Spitzmueller [Sun, 24 Mar 2013 15:56:19 +0000 (16:56 +0100)]
Stick with 2.0.x file format

11 years agoRevert "Compilation fixes"
Juergen Spitzmueller [Sun, 24 Mar 2013 15:52:42 +0000 (16:52 +0100)]
Revert "Compilation fixes"

This reverts commit c28d9b41adcc8cf738ce32721c480d00ff8df9cb.

11 years agoCompilation fixes
Juergen Spitzmueller [Sun, 24 Mar 2013 15:46:20 +0000 (16:46 +0100)]
Compilation fixes

11 years agoAdd a WIN32 equivalent for gettimeofday
Vincent van Ravesteijn [Sun, 24 Mar 2013 12:35:44 +0000 (13:35 +0100)]
Add a WIN32 equivalent for gettimeofday

This function does not really returns the "time of day", but it will suffice to evaluate elapsed times.

11 years agoSmall simplification
Vincent van Ravesteijn [Mon, 18 Mar 2013 21:01:09 +0000 (22:01 +0100)]
Small simplification

11 years agoMinor doc update.
Richard Heck [Sun, 24 Mar 2013 14:14:17 +0000 (10:14 -0400)]
Minor doc update.

11 years agoDon't abbreviate titles in TOC.
Richard Heck [Sun, 24 Mar 2013 13:39:41 +0000 (09:39 -0400)]
Don't abbreviate titles in TOC.

11 years agoFix bug #8603: We want unabbreviated TOC entries here.
Richard Heck [Sun, 24 Mar 2013 13:34:00 +0000 (09:34 -0400)]
Fix bug #8603: We want unabbreviated TOC entries here.

11 years agoSilly mistake here in earlier commit.
Richard Heck [Sun, 24 Mar 2013 13:33:47 +0000 (09:33 -0400)]
Silly mistake here in earlier commit.

11 years agoprefs2prefs: While handling converters, make sure
Kornel Benko [Sat, 23 Mar 2013 14:31:21 +0000 (15:31 +0100)]
prefs2prefs: While handling converters, make sure
the entry is really '\converter' and not e.g. '\converter_cache_maxage'

11 years agoFix bug #8604: Forgot not to escape the caption string in listings.
Richard Heck [Sat, 23 Mar 2013 14:05:56 +0000 (10:05 -0400)]
Fix bug #8604: Forgot not to escape the caption string in listings.

11 years agoFix a couple problems with new prefs2prefs material.
Richard Heck [Sat, 23 Mar 2013 13:35:26 +0000 (09:35 -0400)]
Fix a couple problems with new prefs2prefs material.

11 years agoCrush warning.
Richard Heck [Sat, 23 Mar 2013 13:14:44 +0000 (09:14 -0400)]
Crush warning.

11 years agoFix a few more translation probelms for XHTML output.
Richard Heck [Sat, 23 Mar 2013 13:10:01 +0000 (09:10 -0400)]
Fix a few more translation probelms for XHTML output.

11 years agoInsetGraphics: add a layoutName method
Scott Kostyshak [Fri, 22 Mar 2013 19:09:59 +0000 (15:09 -0400)]
InsetGraphics: add a layoutName method

Now when using inset-forall, "Graphics" can be used
to refer to all Graphics insets.

11 years agoforgot format entry
Georg Baum [Sat, 23 Mar 2013 08:26:04 +0000 (09:26 +0100)]
forgot format entry

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.