changeset 8576:6f0e539b3fc3

ChangeLog fix
author John W. Eaton <jwe@octave.org>
date Thu, 22 Jan 2009 18:24:15 -0500
parents f134925a1cfa
children ab61b47d3435
files src/ChangeLog
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jan 22 18:22:52 2009 -0500
+++ b/src/ChangeLog	Thu Jan 22 18:24:15 2009 -0500
@@ -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.