# HG changeset patch # User John W. Eaton # Date 1232666655 18000 # Node ID 6f0e539b3fc389296e3fabcf6c1b4d162cc4550d # Parent f134925a1cfa5efa485f1ea95b82a00182f61bf7 ChangeLog fix diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -22,7 +22,8 @@ file_is_in_dir, F__list_functions__): New functions. (pair_type, map_iter): New typedefs. (operators, keywords): Use pair_type for elements of list. - (names): Use map for lists. + (names): Use map for (keyword, doc) lists. + (make_name_list): Sprinkle with const. * help.h (display_help_text, display_usage_text, additional_help_message): Delete decls.