From: Vladimir 'phcoder' Serbinenko Date: Mon, 13 Sep 2010 11:01:41 +0000 (+0200) Subject: Search hints support. X-Git-Tag: 1.99~534 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53f0eb1f6491784396e77769eededcec1ee77064;p=thirdparty%2Fgrub.git Search hints support. * commands/search.c (FUNC_NAME): New arguments hints and nhints. All users updated. --- 53f0eb1f6491784396e77769eededcec1ee77064 diff --cc ChangeLog index 53cf3501c,3e8ccf4eb..c0b77d906 --- a/ChangeLog +++ b/ChangeLog @@@ -1,12 -1,3 +1,19 @@@ ++2010-09-13 Vladimir Serbinenko ++ ++ Search hints support. ++ ++ * commands/search.c (FUNC_NAME): New arguments hints and nhints. ++ All users updated. ++ +2010-09-13 Yves Blusseau + + Bash completion script for util commands + + * Makefile.am: Add util/bash-completion.d directory + * configure.ac: Likewise. + * util/bash-completion.d/Makefile.am: New file. + * util/bash-completion.d/grub-completion.bash.in: Likewise. + 2010-09-12 Vladimir Serbinenko * grub-core/normal/term.c (put_glyphs_terminal): Correct sign.