Fri Aug  3 22:22:53 CEST 2007  [EMAIL PROTECTED]
  * Completions for prt-get and pkgutils, the package management utilities for 
CRUX (Giorgio Lando)
New patches:

[Completions for prt-get and pkgutils, the package management utilities for CRUX (Giorgio Lando)
[EMAIL PROTECTED] {
addfile ./share/completions/pkgadd.fish
hunk ./share/completions/pkgadd.fish 1
+#completion for pkgadd
+
+complete -c pkgadd -o u -l upgrade -d 'Upgrade'
+complete -c pkgadd -o f -l force -d 'Force installation, overwriting'
+complete -c pkgadd -o r -l root -d 'Alternative installation root'
+complete -c pkgadd -o v -l version -d 'Print version'
+complete -c pkgadd -o h -l help -d 'Print help'
+
addfile ./share/completions/pkginfo.fish
hunk ./share/completions/pkginfo.fish 1
+#completion for pkginfo
+
+complete -f -c pkginfo -o i -l installed -d 'List installed packages'
+complete -f -c pkginfo -o l -l list -a '(__fish_crux_packages)' -r -d 'Package whose files to list'
+complete -f -c pkginfo -o o -l owner -d 'Print the package owning file matching pattern'
+complete -f -c pkginfo -o f -l footprint -d 'Print footprint for file'
+complete -f -c pkginfo -o r -l root -d 'Specify alternative installation root'
+complete -f -c pkginfo -o v -l version -d 'Print version of pkgutils'
+complete -f -c pkginfo -o h -l help -d 'Print help'
addfile ./share/completions/pkgmk.fish
hunk ./share/completions/pkgmk.fish 1
+#completion for pkgmk
+
+complete -f -c pkgmk -o i -l install -d 'Install with pkgadd after build'
+complete -f -c pkgmk -o u -l upgrade -d 'Upgrade with pkgadd after build'
+complete -f -c pkgmk -o r -l recursive -d 'Search and build packages recursively'
+complete -f -c pkgmk -o d -l download -d 'Download the sources'
+complete -f -c pkgmk -o do -l download-only -d 'Only download the sources'
+complete -f -c pkgmk -o utd -l up-to-date -d 'Check if the package is uptodate'
+complete -f -c pkgmk -o uf -l update-footprint -d 'Update footprint'
+complete -f -c pkgmk -o if -l ignore-footprint -d 'Ignore footprint'
+complete -f -c pkgmk -o um -l update-md5sum -d 'Update md5sum'
+complete -f -c pkgmk -o im -l ignore-md5sum -d 'Ignore md5sum'
+complete -f -c pkgmk -o ns -l no-strip -d 'Do not strip executables'
+complete -f -c pkgmk -o f -l force -d 'Force rebuild'
+complete -f -c pkgmk -o c -l clean -d 'Remove package and sources'
+complete -f -c pkgmk -o kw -l keep-work -d 'Keep working dir'
+complete -f -c pkgmk -o cf -l config-file -r -d 'Use another config'
+complete -f -c pkgmk -o v -l version -d 'Print version'
+complete -f -c pkgmk -o h -l help -d 'Print help'
+
addfile ./share/completions/pkgrm.fish
hunk ./share/completions/pkgrm.fish 1
+#completion for pkgrm
+
+complete -f -c pkgrm -a '(__fish_crux_packages)' -d 'Package to remove'
+
+complete -c pkgrm -o r -l root -d 'Alternative installation root'
+complete -f -c pkgrm -o v -l version -d 'Print version'
+complete -f -c pkgrm -o h -l help -d 'Print help'
addfile ./share/completions/prt-get.fish
hunk ./share/completions/prt-get.fish 1
+#completion for prt-get
+
+complete -f -c prt-get -n '__fish_prt_use_package' -a '(__fish_prt_packages)' -d 'Package'
+complete -f -c prt-get -n '__fish_prt_use_port' -a '(__fish_prt_ports)' -d 'Port'
+
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'install' -d 'Install listed ports'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'depinst' -d 'Install listed ports and their deps'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'grpinst' -d 'Install listed ports, stop if one fails'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'update' -d 'Update listed packages'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'remove' -d 'Remove listed packages'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'sysup' -d 'Update all outdated installed packages'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'lock' -d 'Do not update this in sysup'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'unlock' -d 'Remove this from lock'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'diff' -d 'Print differences between installed packages and ports in the port tree'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'search' -d 'Search for an expr in port names'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'dsearch' -d 'Search for an expr in port names and descriptions'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'info' -d 'Print info on a port'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'fsearch' -d 'Search for a pattern in the footprints in the ports tree'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'path' -d 'Print the path of a port'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'readme' -d 'Print the eventual README of a port'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'depends' -d 'Print a list of deps for the listed ports'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'quickdeo' -d 'Print a simple list of deps for the listed ports'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'deptree' -d 'Print a deptree for the port'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'dup' -d 'List ports in multiple directories'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'list' -d 'List all the ports'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'printf' -d 'Print formatted list of ports'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'listinst' -d 'List installed packages'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'listorphans' -d 'List installed packages which have no dependent packages'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'isinst' -d 'Check if a port is installed'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'current' -d 'Print the version of an installed package'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'ls' -d 'Print the listing of the directory of a port'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'cat' -d 'Print a file in a port to stdout'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'edit' -d 'Edit a file in a port'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'help' -d 'Shows a help screen'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'dumpconfig' -d 'Print the configuration of prt-get'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'version' -d 'Show the current version of prt-get'
+complete -f -n '__fish_prt_no_subcommand' -c prt-get -a 'cache' -d 'Create a cache for prt-get'
+complete -c prt-get -o f -o i -d 'Force install'
+complete -c prt-get -o fr -d 'Force rebuild'
+complete -c prt-get -o um -d 'Update md5sum'
+complete -c prt-get -o im -d 'Ignore md5sum'
+complete -c prt-get -o uf -d 'Update footprint'
+complete -c prt-get -o if -d 'Ignore footprint'
+complete -c prt-get -o ns -d 'No stripping'
+complete -c prt-get -o kw -d 'Keep work directory'
+complete -c prt-get -l ignore -a '(__fish_prt_ports)' -r -f -d 'Ignore the listed ports'
+complete -c prt-get -l cache -d 'Use cache'
+complete -c prt-get -l test -d 'Dry run'
+complete -c prt-get -l pre-install -d 'Exec eventual pre-install script'
+complete -c prt-get -l post-install -d 'Exec eventual post-install script'
+complete -c prt-get -l install-scripts -d 'Exec eventual pre-post-install scripts'
+complete -c prt-get -l no-std-config -r -d 'Ignore default config file'
+complete -c prt-get -l config-prepend -r -d 'Prepend string to config file'
+complete -c prt-get -l config-append -r -d 'Append string to config file'
+complete -c prt-get -l config-set -r -d 'Overrirde config file with string'
+complete -c prt-get -o v -d 'Be verbose'
+complete -c prt-get -l margs -r -d 'Arguments for pkgmk'
+complete -c prt-get -l aargs -r -d 'Arguments for pkgadd'
+complete -c prt-get -l rargs -r -d 'Arguments for pkgrm'
+complete -c prt-get -l prefer-higher -o ph -d 'Prefer higher version'
+complete -c prt-get -l strict-diff -o sd -d 'Override prefer-higher'
+complete -c prt-get -l config -r -d 'Use alternative config file'
+complete -c prt-get -l install-root -r -d 'Use this alternative root for installation'
+complete -c prt-get -l log -d 'Write output to log file'
+
+complete -f -c prt-cache -n '__fish_prt_use_package' -a '(__fish_prt_packages)' -d 'Port'
+complete -f -c prt-cache -n '__fish_prt_use_port' -a '(__fish_prt_ports)' -d 'Package'
+
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'install' -d 'Install listed ports'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'depinst' -d 'Install listed ports and their deps'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'grpinst' -d 'Install listed ports, stop if one fails'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'update' -d 'Update listed packages'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'remove' -d 'Remove listed packages'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'sysup' -d 'Update all outdated installed packages'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'lock' -d 'Do not update this in sysup'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'unlock' -d 'Remove this from lock'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'diff' -d 'Print differences between installed packages and ports in the port tree'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'search' -d 'Search for an expr in port names'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'dsearch' -d 'Search for an expr in port names and descriptions'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'info' -d 'Print info on a port'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'fsearch' -d 'Search for a pattern in the footprints in the ports tree'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'path' -d 'Print the path of a port'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'readme' -d 'Print the eventual README of a port'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'depends' -d 'Print a list of deps for the listed ports'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'quickdeo' -d 'Print a simple list of deps for the listed ports'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'deptree' -d 'Print a deptree for the port'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'list' -d 'List all the ports'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'printf' -d 'Print formatted list of ports'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'listinst' -d 'List installed packages'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'listorphans' -d 'List installed packages which have no dependent packages'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'current' -d 'Print the version of an installed package'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'ls' -d 'Print the listing of the directory of a port'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'cat' -d 'Print a file in a port to stdout'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'edit' -d 'Edit a file in a port'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'help' -d 'Shows a help screen'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'dumpconfig' -d 'Print the configuration of prt-get'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'version' -d 'Show the current version of prt-get'
+complete -f -n '__fish_prt_no_subcommand' -c prt-cache -a 'cache' -d 'Create a cache for prt-get'
+complete -c prt-cache -o f -o i -d 'Force install'
+complete -c prt-cache -o fr -d 'Force rebuild'
+complete -c prt-cache -o um -d 'Update md5sum'
+complete -c prt-cache -o im -d 'Ignore md5sum'
+complete -c prt-cache -o uf -d 'Update footprint'
+complete -c prt-cache -o if -d 'Ignore footprint'
+complete -c prt-cache -o ns -d 'No stripping'
+complete -c prt-cache -o kw -d 'Keep work directory'
+complete -c prt-cache -l ignore -a '(__fish_prt_ports)' -r -f -d 'Ignore the listed ports'
+complete -c prt-cache -l test -d 'Dry run'
+complete -c prt-cache -l pre-install -d 'Exec eventual pre-install script'
+complete -c prt-cache -l post-install -d 'Exec eventual post-install script'
+complete -c prt-cache -l install-scripts -d 'Exec eventual pre-post-install scripts'
+complete -c prt-cache -l no-std-config -r -d 'Ignore default config file'
+complete -c prt-cache -l config-prepend -r -d 'Prepend string to config file'
+complete -c prt-cache -l config-append -r -d 'Append string to config file'
+complete -c prt-cache -l config-set -r -d 'Overrirde config file with string'
+complete -c prt-cache -o v -d 'Be verbose'
+complete -c prt-cache -l margs -r -d 'Arguments for pkgmk'
+complete -c prt-cache -l aargs -r -d 'Arguments for pkgadd'
+complete -c prt-cache -l rargs -r -d 'Arguments for pkgrm'
+complete -c prt-cache -l prefer-higher -o ph -d 'Prefer higher version'
+complete -c prt-cache -l strict-diff -o sd -d 'Override prefer-higher'
+complete -c prt-cache -l config -r -d 'Use alternative config file'
+complete -c prt-cache -l install-root -r -d 'Use this alternative root for installation'
+complete -c prt-cache -l log -d 'Write output to log file'
addfile ./share/completions/rejmerge.fish
hunk ./share/completions/rejmerge.fish 1
+#completion for rejmerge
+
+complete -f -c rejmerge -o r -l root -d 'Alternative root'
+complete -f -c rejmerge -o v -l version -d 'Print version'
+complete -f -c rejmerge -o h -l help -d 'Print help'
addfile ./share/functions/__fish_crux_packages.fish
hunk ./share/functions/__fish_crux_packages.fish 1
+# a function to obtain a list of installed packages with CRUX pkgutils 
+function __fish_crux_packages -d 'Obtain a list of installed packages'
+        pkginfo -i|cut -d' ' -f1
+end
addfile ./share/functions/__fish_prt_no_subcommand.fish
hunk ./share/functions/__fish_prt_no_subcommand.fish 1
+# A function to verify if prt-get (the crux package management tool) needs to be completed by a further command
+
+function __fish_prt_no_subcommand -d 'Test if prt-get has yet to be given the command'
+	for i in (commandline -opc)
+		if contains -- $i install depinst grpinst update remove sysup lock unlock listlocked diff quickdiff search dsearch fsearch info path readme depends quickdep dependent deptree dup list printf listinst listorphans isinst current ls cat edit help dumpconfig version cache
+			return 1
+		end
+	end
+	return 0
+end
+
addfile ./share/functions/__fish_prt_packages.fish
hunk ./share/functions/__fish_prt_packages.fish 1
+# a function to obtain a list of installed packages with prt-get
+function __fish_prt_packages -d 'Obtain a list of installed packages'
+        prt-get listinst
+end
addfile ./share/functions/__fish_prt_ports.fish
hunk ./share/functions/__fish_prt_ports.fish 1
+# a function to obtain a list of ports with prt-get
+
+function __fish_prt_ports -d 'Obtain a list of ports'
+	prt-get list
+end
addfile ./share/functions/__fish_prt_use_package.fish
hunk ./share/functions/__fish_prt_use_package.fish 1
+# a function to verify if prt-get should have packages as potential completion
+function __fish_prt_use_package -d 'Test if prt-get should have packages as potential completion'
+	for i in (commandline -opc)
+		if contains -- $i update remove lock unlock current 
+			return 0
+		end
+	end
+	return 1
+end
addfile ./share/functions/__fish_prt_use_port.fish
hunk ./share/functions/__fish_prt_use_port.fish 1
+# a function to test if prt-get should have ports as potential completions
+function __fish_prt_use_port -d 'Test if prt-get should have ports as potential completion'
+	for i in (commandline -opc)
+		if contains -- $i install depinst grpinst diff depends quickdep dependent deptree isinst info path readme ls cat edit
+			return 0
+		end
+	end
+	return 1
+end
}

Context:

[Drop contains function, since we now have a builtin.
[EMAIL PROTECTED] 
[Fix duplicate switch antry in builtin_status. Don't know if this was caused by patch bug or typo.
[EMAIL PROTECTED] 
[Replace the contains function with a builtin for performance reasons. The contains function used at lots of forks, which was noticable on systems such as OS X with slow forks, as well as on completions that do a lot of tests, like svn
[EMAIL PROTECTED] 
[Update status builtin to properly handle and document all of its options.
James Vega <[EMAIL PROTECTED]>**20070801194450] 
[Implement a minimal 'dumb terminal mode'. This mode is used to at least get the relevant information on-screen when using a dumb terminal, though the interface is pretty crippled.
[EMAIL PROTECTED] 
[Remove confusing and misleading error message when trying to repaint the prompt during startup, reported by Chris Rebert.
[EMAIL PROTECTED] 
[Minor bug fix in mime-completion-filter - correctly handle when there is no mimetype
[EMAIL PROTECTED] 
[Minor error handling improvements and minor code polish
[EMAIL PROTECTED] 
[Spelling fixes from Chris Rebert
[EMAIL PROTECTED] 
[Replace the count function with a builtin for performance reasons. The count function used at least two forks, which was noticable on systems such as OS X with slow forks
[EMAIL PROTECTED] 
[Replace the count function with a builtin for performance reasons. The count function used at least two forks, which was noticable on systems such as OS X with slow forks
[EMAIL PROTECTED] 
[Make sure completion descriptions generated by make_vcs_completions.fish are properly escaped. Thanks to Claes Næstén for the bug report.
[EMAIL PROTECTED] 
[Print 'unknown' if 'mimedb -d' fails
[EMAIL PROTECTED] 
[Update regexps in mimedb to work on NetBSD. (NetBSD does not support having empty subexpressions. This bug was reported and diagnosed by Claes Nästén.
[EMAIL PROTECTED] 
[Fix character set conversions in both directions in universal variable code. This fixes encoding issues on NetBSD. This patch was written by Claes Nästén.
[EMAIL PROTECTED] 
[Improved error reporting in mimedb for failed regexps. This patch was written by Claes Nästén.
[EMAIL PROTECTED] 
[Show hints on how to proceed if xsel fails to build
[EMAIL PROTECTED] 
[Make sure that the PWD and HOME variables are always in canonical form
[EMAIL PROTECTED] 
[Use ucs4 or ucs2 as a fallback character set if wchar_t encoding is not supported by iconv
[EMAIL PROTECTED] 
[Add missing -b switch for the commandline builtin. This issue was reported by philip ganchev
[EMAIL PROTECTED] 
[Make sure that io redirections are respected by the '.' builtin. This was not the case earlier, which caused various bugs, especially after eval was made into a function that internally used '.'
[EMAIL PROTECTED] 
[Update todo list
[EMAIL PROTECTED] 
[Actually add the count function. Thanks to Tassilo Horn for the report.
[EMAIL PROTECTED] 
[Fix bug in stack trace printing code
[EMAIL PROTECTED] 
[Add a fes minor completion corrections
[EMAIL PROTECTED] 
[Implement count as ashellscript function instead of a command in order to support very long argument lists. Note that this implementation is painfully slow for more than 1000 arguments.
[EMAIL PROTECTED] 
[Launch debug shell on TRAP signal.
[EMAIL PROTECTED] 
[Replace the eval builtin with a function
[EMAIL PROTECTED] 
[Add the possibility for functions which do not shadow the arguments of the calling function
[EMAIL PROTECTED] 
[Make the . (source) builtin able to read commands from stdin
[EMAIL PROTECTED] 
[Validate variables names when using named arguments for functions
[EMAIL PROTECTED] 
[Make 'functions' builtin print named arguments of functions
[EMAIL PROTECTED] 
[Fix minor memory leak on printing help for builtins
[EMAIL PROTECTED] 
[Prettyfy output of 'functions' builtin a tiny bit
[EMAIL PROTECTED] 
[Add funced function, which works like vared, but with functions
[EMAIL PROTECTED] 
[Minor tweaks to the indent program
[EMAIL PROTECTED] 
[Add support for changing token separator in command substitution. IT is not the first character of IFS, same as in various other shells
[EMAIL PROTECTED] 
[Minor improvements to the completion generator and gcc completions
[EMAIL PROTECTED] 
[Add source code prettyfier program called fish_indent
[EMAIL PROTECTED] 
[Move keyword detection code to separate file
[EMAIL PROTECTED] 
[Fix bug in parser, on incomplete blocks. This bug was handled correctly by the error handler, so it was non-critical.
[EMAIL PROTECTED] 
[Add missing help building dependency
[EMAIL PROTECTED] 
[Minor code edits (comments, function rename)
[EMAIL PROTECTED] 
[Add completion support for named function arguments
[EMAIL PROTECTED] 
[Change output format of complete -C to make writing case insensitive command specific completions more transparent
[EMAIL PROTECTED] 
[Fix minor bug - the description would occasionally get appended to command specific tab completions in case insensitive mode
[EMAIL PROTECTED] 
[Add completions for evince
[EMAIL PROTECTED] 
[Add a completion function for completiong file url:s
[EMAIL PROTECTED] 
[Remove explicit directory completion from __fish_complete_mime, we only want directory completion as a fallback in order to minimize the number of reasonable completions that are ignored. This issue was reported by Claes Nästén.
[EMAIL PROTECTED] 
[Fix URL character encoding bug in mimedb
[EMAIL PROTECTED] 
[Rename save_function to funcsave to keep consistency between function/variable functions
[EMAIL PROTECTED] 
[Use cpp macro to avoid manually adding sentinel value to varargs functions
[EMAIL PROTECTED] 
[Minor code cleanup in history search code
[EMAIL PROTECTED] 
[Fix bug where case insensitive completions would miss the leading slash in file completions. This bug was reported by Claes Nästén.
[EMAIL PROTECTED] 
[Minor code tweaks
[EMAIL PROTECTED] 
[Fix warning caused by bad casting
[EMAIL PROTECTED] 
[Allow named arguments to function instead of only $argv. Philip Ganchev once suggested this, and it was suggested again by Egil Möller.
[EMAIL PROTECTED] 
[Add newline to error message in alias.fish. This problem was reported by flixil.
[EMAIL PROTECTED] 
[Fix bug where fish would refuse to start if $HOME has an invalid value. Thanks to James Vega for the report.
[EMAIL PROTECTED] 
[Fix crash bug in recursive completion (e.g. 'which ls'). This bug was reported by Philip Ganchev
[EMAIL PROTECTED] 
[Fix a bug where io redirection of builtins would not truncate files if the builtin did not produce any output
[EMAIL PROTECTED] 
[Move documentation on fish_prompt to the external command section
[EMAIL PROTECTED] 
[Minor code simplification in util.c
[EMAIL PROTECTED] 
[Minor tweak to vcs completion generation code. Most significantly, some svn command descriptions which where previously truncated are now complete.
[EMAIL PROTECTED] 
[Minor documentation fixes
[EMAIL PROTECTED] 
[Fix bug where case insensitive file completions would get directory components removed
[EMAIL PROTECTED] 
[Add missing sentinel value in function call - potential crash bug
[EMAIL PROTECTED] 
[Include the make_vcs_completions.fish file that is used to generate various completiosn with the main tarball. Nick Pilon pointed out that it was missing. This patch also removes the make target for the file, which was used to chmod it, which is not needed since it is not used in the build chain.
[EMAIL PROTECTED] 
[Do not flag a lone '-' as an error. Many commands accept it.
[EMAIL PROTECTED] 
[Try to fix the dependency problems with user_doc. Thanks to James Vega for investigating the cause of this.
[EMAIL PROTECTED] 
[Use per-binary LDFLAGS to remove linking to useless libraries. This will reduce the size of the binaries and may also speed up startup time slightly. These changes are based on suggestions and a patch by James Vega.
[EMAIL PROTECTED] 
[Add a blacklist of console types that are known not to support terminal titles, even when in a virtual terminal
[EMAIL PROTECTED] 
[Fix occasional shoowing of the same completion twice. Than ks to Tassilo Horn for the bug report.
[EMAIL PROTECTED] 
[Fix performance bug in command description lookup - it was performed once for every element in PATH. Thanks to Tassilo Horn for the bug report.
[EMAIL PROTECTED] 
[Initial checkin of code for using case insensitive completion as a fallback for regular completion. Some types of completions don't yet support the feature.
[EMAIL PROTECTED] 
[TAG 1.22.3
[EMAIL PROTECTED] 
[Add breakpoint builtin
[EMAIL PROTECTED] 
[Various minor codee updates. Dead code removal, comment tweaking. Spelling fixes, etc.
[EMAIL PROTECTED] 
[Second round of bug fixes and minor code improvements after the completions struct update. Fix space insertion issues on command specific completions.
[EMAIL PROTECTED] 
[Round of bug fixes and minor code improvements after the completions struct update. Moves the file description code to wildcard.c, where it was actually used. Simplifies the memory allocations in that code significantly. Makes sure directoriy names don't get a space inserted after the completion.
[EMAIL PROTECTED] 
[Make halloc-based list allocation work without context
[EMAIL PROTECTED] 
[Do not use makefile to generate vcs completions, do it directly in the script. Also add some minor updates to the vcs completions.
[EMAIL PROTECTED] 
[Fifth phase of using a real struct for passing around completions - make expand.c and wildcard.c use the struct internally. This makes all completion code use the new struct.
[EMAIL PROTECTED] 
[Fourth phase of using a real struct for passing around completions - make expand_string return a completion_t struct. Also make the reader sort and remove duplicates again
[EMAIL PROTECTED] 
[Third phase of using a real struct for passing around completions - make all of complete.c use the completion_t struct
[EMAIL PROTECTED] 
[Second phase of using a real struct for passing around completions - make variable, user and command completion use the completion_t struct
[EMAIL PROTECTED] 
[First phase of using a real struct for passing around completions - only use it on things returned by complete(), e.g. use it in the reader
[EMAIL PROTECTED] 
[Fix paran mismatch bug in umount completions that popped up when dropping the N_ script
[EMAIL PROTECTED] 
[Add missing file for vi completions that is needed to complete files selectively based on mime types. Also use it to improve emacs completions, in order to balance my GNU karma.
[EMAIL PROTECTED] 
[Do not make documentation generation depend on Makefile
[EMAIL PROTECTED] 
[Fix bug where fish would randomly assume completions are authorative
[EMAIL PROTECTED] 
[TAG 1.22.3
[EMAIL PROTECTED] 
Patch bundle hash:
981c3aa1fdf1d1a4a13fd0df40ee1edccb6522b6
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to