aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Change translation file offsets in swedish translation, needed to avoid darcs...Gravatar axel2006-02-18
* Update build dependenciesGravatar axel2006-02-18
* Use the right sources for generating translation stringsGravatar axel2006-02-18
* Fix broken call to source /fish/fish on startupGravatar axel2006-02-18
* Add the LGPL license to the license section of the documentation - xdgmime is...Gravatar axel2006-02-18
* Allow backslash-escaping of newlinesGravatar axel2006-02-18
* Remove note about problem with ancient fish versionGravatar axel2006-02-17
* Proper ordering on paths for dynamic loading - user stuff should override sys...Gravatar axel2006-02-17
* Minor edits in parse_util.cGravatar axel2006-02-17
* Remove dropped fish_function.fish from MakefileGravatar axel2006-02-17
* More missing filesGravatar axel2006-02-17
* Add missing filesGravatar axel2006-02-17
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
* Use plgin support in output.c to make buffered pager output - noticably faste...Gravatar axel2006-02-17
* Finish support for plugging in a new output function for output.cGravatar axel2006-02-17
* Move the move_cursor and writeb functions to output.c, and make the output fu...Gravatar axel2006-02-16
* Fix bug in fish causing occasionally incorrect signal handlersGravatar axel2006-02-16
* Use env to work around path issues on the shebang line for the seq fallback i...Gravatar axel2006-02-16
* Fix invalid destruction order on exitGravatar axel2006-02-16
* Add swedish translation of function descriptionsGravatar axel2006-02-16
* Make function descriptions for dynamically loaded functions translatableGravatar axel2006-02-16
* Minor editsGravatar axel2006-02-15
* Drop fuction from man completion file, already lives in it's own fileGravatar axel2006-02-15
* Reset list of loaded completion files when running complete_destroy. Otherwis...Gravatar axel2006-02-15
* Add missing function prototype in parse_util.hGravatar axel2006-02-15
* Remove the rather stupid -y option for complete, which loads another commands...Gravatar axel2006-02-15
* Add support for checking current filename and current line nuber to status bu...Gravatar axel2006-02-15
* Add support for sending arguments whenusing the source builtinGravatar axel2006-02-15
* Fix timestap checking bug when autoloading scriptsGravatar axel2006-02-15
* Add missing translation stringGravatar axel2006-02-14
* Escape semicolons and other chars that have syntactic meaning in various shel...Gravatar axel2006-02-14
* Add missing #define, needed by new fish_pager codeGravatar axel2006-02-14
* Swedish translation checkinGravatar axel2006-02-14
* Fix clash in usage of unicode private use areaGravatar axel2006-02-14
* Fix minor display bugs and a memory leak in fish_pagerGravatar axel2006-02-14
* Group multiple switches with common description together when printing comple...Gravatar axel2006-02-14
* Initial checkin of german translationGravatar axel2006-02-14
* Fix memory leak and missing error check in dynamic function lookupGravatar axel2006-02-14
* Spelling fixes from HJBGravatar axel2006-02-14
* Change a few chars to be longGravatar axel2006-02-13
* Remova a few calls to free that are handled by halloc nowGravatar axel2006-02-13
* Check for translation strings in function filesGravatar axel2006-02-13
* Variable used for filenmae length was accidentally set to staticGravatar axel2006-02-13
* Fix various minor misses in moving of shellscript functionsGravatar axel2006-02-13
* Remove trailing periods from descriptionsGravatar axel2006-02-13
* Minor hallocificationsGravatar axel2006-02-13
* Allow backslash of quotes within quotesGravatar axel2006-02-13
* Fix a few compiler warnings, add halloc debug output on exit if HALLOC_DEBUG ...Gravatar axel2006-02-12
* Move a few more shellscript functions to their own filesGravatar axel2006-02-12
* Check if curses-string 'flash_screen' is set before using it in fish_pagerGravatar axel2006-02-12