Commit 4580f150 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

add missing changelog entry

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3191 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 0 deletions
+3 -0
......@@ -509,6 +509,9 @@ GNU nano 1.3.9 - 2005.10.23
as it'll be blanked out in do_replace(). Also, consolidate
the cases for blank and new search strings, as they now differ
only in which string they pass to regexp_init(). (DLR)
is_whole_word()
- Move to utils.c, as it's really a utility function in the same
vein as regexp_bol_or_eol(). (DLR)
replace_abort()
- Remove unnecessary update of placewewant. (DLR)
do_replace()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment