diff src/ChangeLog @ 12573:232a90612254

Add new section on parsing to documentation. Add functions add_input_event_hook, remove_input_event_hook, missing_function_hook to documentation.
author Rik <octave@nomad.inbox5.com>
date Sun, 03 Apr 2011 20:33:14 -0700
parents dffd30f12752
children d0b799dafede
line wrap: on
line diff
--- a/src/ChangeLog	Sun Apr 03 13:55:58 2011 -0700
+++ b/src/ChangeLog	Sun Apr 03 20:33:14 2011 -0700
@@ -1,3 +1,10 @@
+2011-04-03  Rik  <octave@nomad.inbox5.com>
+
+	* input.cc (add_input_event_hook, remove_input_event_hook): Improve
+	docstring.
+	* utils.cc (isvarname): Add seealso link to iskeyword().
+	* variables.cc (missing_function_hook): Improve docstring.
+
 2011-04-03  Rik  <octave@nomad.inbox5.com>
 
 	* DLD-FUNCTIONS/dot.cc (blkmm): Improve docstring.