]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Search hints support.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 13 Sep 2010 11:01:41 +0000 (13:01 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 13 Sep 2010 11:01:41 +0000 (13:01 +0200)
* commands/search.c (FUNC_NAME): New arguments hints and nhints.
All users updated.

1  2 
ChangeLog

diff --cc ChangeLog
index 53cf3501c71115cfadd9e5141b6f32c355fe88a2,3e8ccf4eb74fa9e73680587b673b6d7dad40e0f0..c0b77d9060b530d2e648eb2ea0c3b114469905fb
+++ b/ChangeLog
@@@ -1,12 -1,3 +1,19 @@@
++2010-09-13  Vladimir Serbinenko  <phcoder@gmail.com>
++
++      Search hints support.
++
++      * commands/search.c (FUNC_NAME): New arguments hints and nhints.
++      All users updated.
++
 +2010-09-13  Yves Blusseau  <blusseau@zetam.org>
 +
 +      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  <phcoder@gmail.com>
  
        * grub-core/normal/term.c (put_glyphs_terminal): Correct sign.