commit 57d81ecef99932cee6026a05e0a5c662c0ad9c5a
parent f94fbbc9f4251852ea2f32476a5839adaafbcfbb
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sun, 4 Jun 2006 18:05:17 +0000
update changelog entries
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3623 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -396,7 +396,7 @@ CVS code -
- Update section 3.8 to mention the new "Unicode Input" prompt,
and how Unicode input only works when Unicode support is
enabled. (DLR)
- - Add minor punctuation and wording fixes. (DLR)
+ - Add minor punctuation, wording, and typo fixes. (DLR)
- doc/nano.1:
- Update the copyright years to include 2006. (DLR)
- Explicitly mention that all regexes should be extended regular
diff --git a/doc/faq.html b/doc/faq.html
@@ -253,7 +253,7 @@
<blockquote><p>Re-read Section <a href="#7.4">7.4</a> and you should know the answer.</p></blockquote>
<h2><a name="8"></a>8. ChangeLog</h2>
<blockquote>
-<p>2006/06/04 - Add minor punctuation and wording fixes. (DLR)<br>
+<p>2006/06/04 - Add minor punctuation, wording, and typo fixes. (DLR)<br>
2006/05/27 - Update section 3.8 to mention the new "Unicode Input" prompt, and how Unicode input only works when Unicode support is enabled. (DLR)<br>
2006/05/12 - Remove section 4.4, and move all section 4 entries after it up one number, since it no longer applies. Meta-] and Meta-[ are no longer used to indent and unindent marked text, since they require that the bracket matching key change to Ctrl-], which is used as the telnet escape key (found by Chris). Also, make the link to the nano CVS page a bit more readable. (DLR)<br>
2006/05/08 - Add a new section 4.5, and move all section 4 entries after it down one number, to explain a problem that can occur when holding down keys to generate Meta sequences. Also add a few more capitalization and wording fixes. (Benno Schulenberg, minor tweaks by DLR)<br>