Don't offer both the full and abbreviated names for a single command
[pspp-builds.git] / src / language / ChangeLog
index 962a80a14c995c45f2ae6af833c35c1f54f8099e..812491ba0cb784ed07c7355b226978c780ee8a73 100644 (file)
@@ -1,3 +1,13 @@
+Wed Jun 28 11:38:23 2006  Ben Pfaff  <blp@gnu.org>
+
+       Don't offer both the full and abbreviated names for a single
+       command in command name completion.
+       
+       * command.c: (enum flags) Add F_ABBREV flag.
+       (cmd_complete) Ignore command with F_ABBREV flag set.
+
+       * command.def: Add F_ABBREV to N, Q, SORT commands.
+
 Tue Jun 27 22:36:38 2006  Ben Pfaff  <blp@gnu.org>
 
        Fix regression in command name completion reported by John