Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-04 | Clarified that templates go in templates subdirectory of user data dir. | John MacFarlane | 1 | -3/+3 | |
Closes #2272. | |||||
2015-07-03 | Setup.hs: Don't require hsb2hs unless embed_data_files flag specified. | John MacFarlane | 1 | -8/+15 | |
2015-07-03 | Try to fix travis build for ghc 7.4.2. | John MacFarlane | 1 | -0/+1 | |
2015-07-03 | Fixed travis. | John MacFarlane | 1 | -1/+1 | |
2015-07-03 | Travis: build in a directory created by sdist. | John MacFarlane | 1 | -0/+2 | |
This will catch packaging bugs. | |||||
2015-07-03 | Updated changelog. | John MacFarlane | 1 | -0/+13 | |
2015-07-03 | Tests.Readers.RST: Test metadata with inline markup too | Lars-Dominik Braun | 1 | -4/+6 | |
2015-07-03 | Tests.Readers.RST: Group field list tests | Lars-Dominik Braun | 1 | -24/+26 | |
2015-07-03 | Readers.RST: Factor out inline markup string parsing | Lars-Dominik Braun | 1 | -15/+11 | |
2015-07-03 | Readers.RST: Parse field list name | Lars-Dominik Braun | 2 | -3/+21 | |
“Inline markup is parsed in field names.” [1] [1] http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#field-lists | |||||
2015-07-02 | Added pandoc.1 to repository. Don't build as part of cabal build. | John MacFarlane | 6 | -28/+4352 | |
The process was too fragile. It made too many assumptions about available libraries (which failed sometimes when sandboxes were used). This is a low-tech solution. The only drawback is that `man/pandoc.1` is a generated file in the repository. It will need to be regenerated periodically when README changes. | |||||
2015-07-02 | Bump date on README | John MacFarlane | 1 | -1/+1 | |
2015-07-02 | Bump version to 1.15.0.4. | John MacFarlane | 1 | -1/+1 | |
2015-07-02 | WiX: Set InstallPrivileges to limited. | John MacFarlane | 1 | -0/+1 | |
Default is "elevated", which requires admin privileges. | |||||
2015-07-02 | Make copying of man pages respect --destdir. | John MacFarlane | 1 | -12/+11 | |
Closes #2262. | |||||
2015-07-02 | Better error messages for filters: | John MacFarlane | 1 | -2/+8 | |
- Inform user if filter requires an interpreter that isn't found in the path. - Inform user if filter returns an error status. | |||||
2015-07-02 | Bump version to 1.15.0.3, updated changelog. | John MacFarlane | 2 | -1/+5 | |
2015-07-02 | Setup.hs: ensure target directory is created when installing man page. | John MacFarlane | 1 | -4/+3 | |
2015-07-02 | Version bump to 1.15.0.2, updated changelog. | John MacFarlane | 2 | -1/+5 | |
2015-07-02 | Added man page source files to extra-source-files. | John MacFarlane | 1 | -1/+6 | |
2015-07-01 | Bump version to 1.15.0.1, update changelog. | John MacFarlane | 2 | -1/+6 | |
2015-07-01 | Install man pages as part of cabal 'copy' phase. | John MacFarlane | 5 | -21/+27 | |
2015-07-01 | Generate man page in cabal build process and include in data/. | John MacFarlane | 6 | -16/+23 | |
The pandoc.1 man page is generated automatically after the cabal build process. It goes in `data/pandoc.1`. It can be obtained by the user who installs pandoc via cabal thus: pandoc --print-default-data-file pandoc.1 > pandoc.1 | |||||
2015-07-01 | Don't use MANDIR in make_deb and make_osx_package. | John MacFarlane | 2 | -6/+4 | |
2015-07-01 | Always rebuild man page in making deb and osx package. | John MacFarlane | 2 | -2/+2 | |
2015-07-01 | Updated make_osx_package.sh for new man page method. | John MacFarlane | 1 | -3/+2 | |
2015-07-01 | Updated make_deb.sh for new man page method. | John MacFarlane | 1 | -5/+3 | |
2015-07-01 | Updated changelog. | John MacFarlane | 1 | -0/+27 | |
2015-07-01 | ConTeXt: use `\goto` for internal links. | John MacFarlane | 1 | -7/+2 | |
2015-07-01 | Ignore sandbox on 'make quick' | John MacFarlane | 1 | -1/+1 | |
2015-07-01 | Merge pull request #2255 from mchladek/odt_linebreak | John MacFarlane | 2 | -3/+2 | |
Fix #2254 : OpenDocument writer adds space with hard line break | |||||
2015-07-01 | ConTeXt writer: Added a % at end for `\reference` to avoid spurious space. | John MacFarlane | 1 | -2/+2 | |
2015-07-01 | New method for building man pages. | John MacFarlane | 11 | -162/+53 | |
+ Removed `--man1`, `--man5` options (breaking change). + Removed `Text.Pandoc.ManPages` module (breaking API change). + Version bump to 1.15 because of the breaking changes, even though they involve features that have only been in pandoc for a day. + Makefile target for `man/man1/pandoc.1`. This uses pandoc to create the man page from README using a custom template and filters. + Added `man/` directory with template and filters needed to build man page. + We no longer have two man pages: pandoc.1 and pandoc_markdown.5. Now there is just pandoc.1, which has all the content from README. This change was needed because of the extensive cross-references between parts of the README. + Removed old `data/pandoc.1.template` and `data/pandoc_markdown.5.template`. | |||||
2015-07-01 | Do not add a carriage return after a hard line break in OpenDocument writer ↵ | Michael Chladek | 2 | -3/+2 | |
and reflect change in tests. | |||||
2015-06-30 | Fixed man page building in make_osx_package.sh. | John MacFarlane | 1 | -2/+1 | |
2015-06-30 | Updated changelog. | John MacFarlane | 1 | -0/+88 | |
2015-06-29 | README: Added Lars-Dominik Braun as contributor | John MacFarlane | 1 | -0/+1 | |
2015-06-29 | make_deb.sh: Use pandoc to create man pages. | John MacFarlane | 1 | -2/+2 | |
2015-06-29 | make_osx_package.sh: Create man pages using pandoc. | John MacFarlane | 1 | -2/+3 | |
2015-06-29 | Added download_stats target to Makefile. | John MacFarlane | 1 | -1/+5 | |
2015-06-29 | Merge pull request #2250 from PromyLOPh/rsttarget | John MacFarlane | 2 | -1/+5 | |
Fix RST reference names with special characters | |||||
2015-06-29 | LaTeX reader: Allow `_` and `^` as regular inline text. | John MacFarlane | 1 | -1/+1 | |
Normally these will cause an error in LaTeX, but there are contexts (e.g. `alltt` environments) where they are okay. Now that we aren't treating them as super/subscript outside of math mode, it seems okay to parse them as regular text. | |||||
2015-06-29 | LaTeX reader: don't parse `_`,`^` as super/sub outside math mode. | John MacFarlane | 1 | -2/+0 | |
2015-06-29 | Windows installer: use AppData\Local\Pandoc by default. | John MacFarlane | 1 | -0/+11 | |
Not AppData\Local\Apps\Pandoc as wix was now doing. It is going to be easier if we don't change the install directory so that users end up with two versions. | |||||
2015-06-29 | Fix RST reference names with special characters | Lars-Dominik Braun | 2 | -1/+5 | |
2015-06-28 | Removed unneeded import. | John MacFarlane | 1 | -1/+1 | |
2015-06-28 | Added a needed import in Shared. | John MacFarlane | 1 | -0/+1 | |
2015-06-28 | Make sure we use dist version of reference.docx for some things. | John MacFarlane | 1 | -2/+2 | |
Taking some values from a user-supplied reference.docx tends to lead to corruption. This fixes a regression from the last release. Closes #2249. | |||||
2015-06-28 | pandoc.wxs: removed line breaks in RegistryValue. | John MacFarlane | 1 | -4/+2 | |
See #2205 | |||||
2015-06-28 | Let reference.docx/odt behave as if they are virtual data files. | John MacFarlane | 3 | -44/+74 | |
Now they are constructed on the fly from their components, but we now allow them to be printed with `--print-default-data-file` and to override the defaults if placed in the user data directory. Shared now exports getDefaultReferenceDocx and getDefaultReferenceODT (API change). These functions have been removed from the Docx and ODT writers. Shared.readDataFile has been modified so that requests to read a reference.odt or reference.docx will use these functions to generate the files. |