aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
Commit message (Collapse)AuthorAge
...
* Update `bind` documentationGravatar Kevin Ballard2014-09-22
| | | | | | Document all the `bind` flags, including modes. Fixes #1663.
* Stop overriding <em> in user documentationGravatar Kevin Ballard2014-09-22
| | | | | | | | | <em> used to represent something else, but as far as I can tell, all uses of <em> in the documentation today actually represent text that's supposed to be visibly different. Notably, the documentation on supported escapes uses <em> to indicate the letters that are a placeholder for e.g. a hex digit, as opposed to being a literal character.
* Add --right-prompt flag to readGravatar Kevin Ballard2014-09-21
| | | | | | | Add a flag to read to allow for setting the right prompt command in addition to the existing support for setting the prompt command. Fixes #1698.
* Implement new `read --null` flagGravatar Kevin Ballard2014-09-21
| | | | | | | | The `--null` flag to `read` makes it split incoming lines on NUL instead of newlines. This is intended for processing the output of a command that uses NUL separators (such as `find -print0`). Fixes #1694.
* Don't use DejaVu Sans Condensed for documentation rendering.Gravatar Konrad Borowski2014-09-21
| | | | | | | | | This font, at least under Kubuntu 14.04 and Firefox I use is rather ugly. Anti-aliasing is wrong, and the spaces between letters are rather random. It makes reading the documentation headings and table of contents harder than it needs to be. Those issues don't happen with DejaVu Sans.
* fish_indent: minor documention updatedGravatar David Adam2014-09-17
| | | | [skip ci]
* After proofreading, fixes a few minor typos.Gravatar Mark Griffiths2014-09-12
|
* Merge remote-tracking branch 'upstream/master' into documentation-updateGravatar Mark Griffiths2014-09-08
|\ | | | | | | | | Conflicts (resolved): doc_src/design.hdr - \c changed to backticks
| * Clean up typos and style in design docGravatar Noah Frederick2014-09-07
| | | | | | | | | | | | | | | | This includes: - Fixing some typos and misspellings - Being consistent with pronouns (she/he) - Hyphenating "built-in" and "command-line" where appropriate
* | Fixed a couple of typosGravatar Mark Griffiths2014-09-07
| |
* | Update menus for consistencyGravatar Mark Griffiths2014-09-07
| | | | | | | | | | | | | | | | Widened 'Commands' menu + fish logo fish logo added to FAQ menu 'Commands' menu content aligned with Docs menu 'FAQ' menu content aligned and made 1st order as all entires are long and wrap.
* | 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
| |
* | 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
| |
| * 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
| | |
* | | Fixed a few more edge casesGravatar 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ā€¦
* | | Fix missed escaped '--' inside /fish blockGravatar Mark Griffiths2014-09-03
| | |
* | | 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
| | |
* | | 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
| * Formatting updatesGravatar Mark Griffiths2014-09-03
| |
| * Merge branch 'master' into documentation-updateGravatar Mark Griffiths2014-08-30
| |\ | |/ |/|
| * Supporting files for developmentGravatar Mark Griffiths2014-08-30
| |
| * Addition of 'ascii fish' logoGravatar Mark Griffiths2014-08-30
| | | | | | | | + small fixes
* | Fix small typo in documentationGravatar Christos Kontas2014-08-30
| |
| * Various additions and fixesGravatar Mark Griffiths2014-08-27
| |