aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/history.txt
Commit message (Collapse)AuthorAge
* History docs: Move descriptions to the corresponding optionsGravatar Fabian Homborg2016-05-28
| | | | | | | This should clarify `--delete`s behavior without `--prefix` or `--contains` a bit. Fixes #3054.
* Consistency fixesGravatar Mark Griffiths2014-08-26
|
* Make line length, wrapping and spacing consistentGravatar Mark Griffiths2014-08-19
|
* Tutorial auto colouring, Man page and Make fixesGravatar Mark Griffiths2014-08-08
| | | | | | | | | | | | | 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…
* Simplify stylingGravatar Mark Griffiths2014-08-01
|
* Merge branch 'master' into documentation-updateGravatar Mark Griffiths2014-08-01
|\ | | | | | | | | | | Conflicts: doc_src/history.txt doc_src/test.txt
* | Documentation updateGravatar Mark Griffiths2014-08-01
| | | | | | | | | | | | 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.
| * Add support for history --merge to incorporate history changes fromGravatar ridiculousfish2014-07-25
|/ | | | | | other sessions. Fixes #825
* Help cleanupGravatar David Adam (zanchey)2013-05-13
| | | | | | | | | | Large list of changes, including formatting and typos for most commands. More substantive changes have been made to alias, bind, block, break, builtin, case, cd, commandline, count, else, emit, fish_config, funced, function, functions, history, math, mimedb, nextd, not, popd, prevd, pushd, pwd, random, read, set, set_color, switch, test, trap, type, ulimit, umask, and while.
* Made history --help show history man page and history is now saved only once ↵Gravatar Siteshwar Vashisht2012-06-12
| | | | while deleting items
* Fixed closing <pre> tagGravatar Torsten Grust2012-06-11
| | | | | - Was an opening tag, should have been a closing tag - Confused Doxygen 1.8.1.1 on my machine (OS X 10.7), resulting in the fish man pages not being installed at all
* Adding history builtinGravatar Siteshwar Vashisht2012-06-05