aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | pager: translate additional stringsGravatar Iuri Rezende Souza2014-09-04
| |
| * Strip working filesGravatar Mark Griffiths2014-09-04
| |
| * Updated Testing Info. Ready for PR.Gravatar Mark Griffiths2014-09-04
| | | | | | | | | | | | | | | | | | | | | | | | Major documentation cleanup and update. - Fixes Issue #1557 - Moves entire documentation to Markdown format. Much simpler. - Fully supports Doxygen 1.8.7+ - All documentation targets updated: user_doc, share/man, doc and doc/refman.pdf. - Tested across Ubuntu, CentOS and Mac OS. See doc_src/FORMATTING.md for in depth rationale and style guide.
| * Fixed Doxygen required version to 1.8.7Gravatar Mark Griffiths2014-09-04
| | | | | | | | | | | | | | Doxygen 1.8.6 and lower do not have the \\htmlonly[block] directive which fixes a multitude of problems in the rendering of the docs. In Doxygen 1.8.7 the list of understood HTML entities was greatly increased. I tested earlier versions and many little issues returned.
| * Fix missed conflictGravatar Mark Griffiths2014-09-04
| |
| * Remove CLANG options, for portabilityGravatar Mark Griffiths2014-09-04
| |
| * Portable Makefile fixGravatar Mark Griffiths2014-09-04
| |
| * Portable range fixGravatar Mark Griffiths2014-09-04
| |
| * Fix comment collision in lexiconGravatar Mark Griffiths2014-09-04
| |
| * Fix Doxygen unresolved link errorGravatar Mark Griffiths2014-09-04
| |
| * Added Doxygen notesGravatar Mark Griffiths2014-09-04
| |
| * Merge branch 'master' into documentation-updateGravatar Mark Griffiths2014-09-04
| |\ | |/ |/| | | | | Conflicts (fixed): doc_src/design.hdr
| * Added notes to Formatting docGravatar Mark Griffiths2014-09-04
| |
| * Synopsis tweaksGravatar Mark Griffiths2014-09-04
| |
| * Formatting additionsGravatar Mark Griffiths2014-09-04
| |
* | Fix the fix for `commandline -i` in bindsGravatar Kevin Ballard2014-09-03
| |
* | New -n option for read builtinGravatar Joseph Tannhuber2014-09-03
| | | | | | | | | | Usage: read -n nchars Reads maximum of nchars characters. If nchars <= 0, there's no limit.
| * List fixesGravatar Mark Griffiths2014-09-03
| |
| * Merge branch 'master' into documentation-updateGravatar Mark Griffiths2014-09-03
| | | | | | | | | | Conflicts: doc_src/design.hdr
| * Index long line fixesGravatar Mark Griffiths2014-09-03
| |
| * Rebase conflict resolutionGravatar Mark Griffiths2014-09-03
| |\
| * | Rebase documentation changesGravatar Mark Griffiths2014-09-03
| | |
| * | Formatting updatesGravatar Mark Griffiths2014-09-03
| | |
| * | Supporting files for developmentGravatar Mark Griffiths2014-09-03
| | |
| * | Addition of 'ascii fish' logoGravatar Mark Griffiths2014-09-03
| | | | | | | | | | | | + small fixes
| * | Various additions and fixesGravatar Mark Griffiths2014-09-03
| | |
| * | Fish documentation formatting guidelinesGravatar Mark Griffiths2014-09-03
| | |
| * | Consistency fixesGravatar Mark Griffiths2014-09-03
| | |
| * | Make line length, wrapping and spacing consistentGravatar Mark Griffiths2014-09-03
| | |
| * | gitignore changesGravatar Mark Griffiths2014-09-03
| | |
| * | Fixed a few more edge casesGravatar Mark Griffiths2014-09-03
| | |
| * | Fix trailing backslash after complex optionsGravatar Mark Griffiths2014-09-03
| | |
| * | Fix ampersand redirectorGravatar Mark Griffiths2014-09-03
| | |
| * | Tutorial auto colouring, Man page and Make fixesGravatar Mark Griffiths2014-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Completely fixes #1557 and the underlying Doxygen changes that caused it. Should make fish docs simpler and more robust, more consistent and generally prettier. todo: - trap unmarked text as arguments in context - test & fix sed portability - see in particular. (so far tested on BSD (Mac) and GNU sed). - test Makefile changes - last round of aesthetic changes and getting that ascii fish in there…
| * | Updated build_doc…sh to run cleanly in Xcode buildGravatar Mark Griffiths2014-09-03
| | | | | | | | | | | | | | | If the lexicon input filter isn't specified (as is the case in the current Xcode project, the script quietly continues without it.
| * | Update configure.ac and README for Doxygen 1.8Gravatar Mark Griffiths2014-09-03
| | |
| * | Revert 60b9f8d..e4d6eafGravatar Mark Griffiths2014-09-03
| | | | | | | | | | | | This rolls back to commit 60b9f8db18b8889c3db864e443ee113d897bfe72.
| * | Revert Xcode projectGravatar Mark Griffiths2014-09-03
| | | | | | | | | | | | | | | This reverts accidentally included files in commit 60b9f8db18b8889c3db864e443ee113d897bfe72.
| * | Update autoconf and README for Doxygen 1.8Gravatar Mark Griffiths2014-09-03
| | |
| * | Fix missed escaped '--' inside /fish blockGravatar Mark Griffiths2014-09-03
| | |
| * | Add lexicon filter to manpages.Gravatar Mark Griffiths2014-09-03
| | | | | | | | | | | | | | | Fixed manpage 'NAME'. Under Doxygen 1.8, the output format has changed, so the old sed script was leaving man pages with two titles.
| * | Lexicon filter: fix 'if' and 'for' special casesGravatar Mark Griffiths2014-09-03
| | |
| * | Style fix for sub-line commentsGravatar Mark Griffiths2014-09-03
| | |
| * | Fixes lexicon filter pipes '|"Gravatar Mark Griffiths2014-09-03
| | |
| * | Merged in latest changes to docs and formatting tweaksGravatar Mark Griffiths2014-09-03
| | | | | | | | | | | | | | | | | | Addresses issue #1557 as well as fixing many typos, HTML errors and inconsistencies. Also introduces automatic syntax colouring and enables new documentation to be written in Markdown. TODO fix Tutorial.
| * | Simplify stylingGravatar Mark Griffiths2014-09-03
| | |
| * | Removed dupes from gitignoreGravatar Mark Griffiths2014-09-03
| | |
| * | Added some clutterGravatar Mark Griffiths2014-09-03
| | | | | | | | | | | | Subllime and a few temporary files.
| * | Documentation updateGravatar Mark Griffiths2014-09-03
| | | | | | | | | | | | | | | | | | Rework for Doxygen >1.8. Moved large parts of the documentation to a simplified format, making use of Markdown enhancements and fixing bad long options.
* | | failiure/failureGravatar Chris Wolfe2014-09-03
|/ / | | | | Fix misspelling of failure in the fish shell design doc