aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
Commit message (Expand)AuthorAge
* Add a 'generic' type of event that can be emited from any piece of code or by...Gravatar liljencrantz2007-08-20
* Minor error handling improvements and minor code polishGravatar axel2007-08-02
* Show hints on how to proceed if xsel fails to buildGravatar axel2007-05-11
* Implement count as ashellscript function instead of a command in order to sup...Gravatar axel2007-04-24
* Add source code prettyfier program called fish_indentGravatar axel2007-04-22
* Move keyword detection code to separate fileGravatar axel2007-04-22
* Add missing help building dependencyGravatar axel2007-04-21
* Include the make_vcs_completions.fish file that is used to generate various c...Gravatar axel2007-03-24
* Try to fix the dependency problems with user_doc. Thanks to James Vega for in...Gravatar axel2007-03-24
* Use per-binary LDFLAGS to remove linking to useless libraries. This will redu...Gravatar axel2007-03-24
* Do not use makefile to generate vcs completions, do it directly in the script...Gravatar axel2007-02-24
* Do not make documentation generation depend on MakefileGravatar axel2007-02-17
* Update darcs completions with additional command specific completion for setp...Gravatar axel2007-02-09
* MArk make_mercurial_completions.fish as executableGravatar axel2007-02-09
* Add make target for vuilding svn and cvs completionsGravatar axel2007-01-27
* Generalize make_mercurial_completions.fish a bit so it can be used with darcs...Gravatar axel2007-01-25
* Drop use of the N_ no-op for translation descriptions. Instead, tell xgettext...Gravatar axel2007-01-16
* Update dependencies for making .po files in MakefileGravatar axel2007-01-09
* Redo the interface between fish and the completion pager. The old interface h...Gravatar axel2007-01-08
* Minor correction to script for extracting translation stringsGravatar axel2006-12-14
* Minor fix to help generation to avoid creating a stray doxygen file in share/manGravatar axel2006-12-13
* Makefile tweakage - make sure build messages suggest using correct make versionGravatar axel2006-11-30
* Simplify documentation building - again.Gravatar axel2006-11-23
* Fix missing man-page generation when building from darcs tree. Also simplifys...Gravatar axel2006-11-20
* Simplify Makefile by using a wildcard to specify help filesGravatar axel2006-11-20
* Update documentation display code to run roff on the client system instead of...Gravatar axel2006-11-18
* Tweak Makefile, including fixing slight dependency problemGravatar axel2006-11-11
* Fix build errorGravatar axel2006-11-02
* Use the same wording about license in Makefile and main.c.Gravatar axel2006-11-02
* Update to buildscripts to fix dependency issues caused by new documentation l...Gravatar axel2006-11-01
* Add table of contents to begining of documentation. This involves some restru...Gravatar axel2006-11-01
* Code beutification in build filesGravatar axel2006-10-31
* Make the fish manpage in Doxygen and add it to the main fish documentationGravatar axel2006-10-26
* Update dependency listGravatar axel2006-10-26
* Update makefile to not try to delete old config files during install, and ins...Gravatar axel2006-10-26
* Fix bug in sed scripts for generating configuration files from templates. Mul...Gravatar axel2006-10-23
* Remove /etc/fish file before creating directory with the same name to avoid c...Gravatar axel2006-10-20
* First stab at directory transition. Test with care...Gravatar axel2006-10-19
* Makefile.in: Update clean target to preserve builtin_help.c, user_doc, doc_sr...Gravatar James Vega2006-09-20
* New version of the xdg fix. Unlike the previous version, this one should actu...Gravatar axel2006-10-10
* Fix compilation issues in xdg library caused missing headers. Thanks to James...Gravatar axel2006-10-10
* Update dependency listGravatar axel2006-10-10
* First stab at multiline editingGravatar axel2006-10-02
* Make sure isatty docs are built into the main doc fileGravatar axel2006-09-20
* Ugly kludge to fix ugly header output from Doxygen in man-pagesGravatar axel2006-09-13
* Do not use the non-standard -i switch for sedGravatar axel2006-08-27
* Work around Doxygen bug in man-file generationGravatar axel2006-08-22
* Add horizontal ruler between documentation for builtins and commandsGravatar axel2006-08-22
* Do not use ! to negate shellscript results, this is unsupported on Solaris. T...Gravatar axel2006-08-11
* Added missing line continuation. Thanks to Netocrat.Gravatar axel2006-08-11