Commit 09b1c02c authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

reorganize changelog a bit

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2337 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 15 additions and 17 deletions
+15 -17
...@@ -99,21 +99,21 @@ CVS code - ...@@ -99,21 +99,21 @@ CVS code -
control_mbrep(), control_wrep(), mbwidth(), mb_cur_max(), control_mbrep(), control_wrep(), mbwidth(), mb_cur_max(),
make_mbchar(), mbstrlen(), mbstrnlen(), mbstrcasecmp(), make_mbchar(), mbstrlen(), mbstrnlen(), mbstrcasecmp(),
mbstrncasecmp(), mbstrcasestr(), and mbrevstrcasestr(); mbstrncasecmp(), mbstrcasestr(), and mbrevstrcasestr();
changes to is_byte() (moved to chars.c), is_blank_char() changes to help_init(), is_byte() (moved to chars.c),
(moved to chars.c), is_cntrl_char() (moved to chars.c), is_blank_char() (moved to chars.c), is_cntrl_char() (moved to
nstricmp() (renamed nstrcasecmp() and moved to chars.c), chars.c), nstricmp() (renamed nstrcasecmp() and moved to
nstrnicmp() (renamed nstrncasecmp() and moved to chars.c), chars.c), nstrnicmp() (renamed nstrncasecmp() and moved to
nstristr() (renamed nstrcasestr() and moved to chars.c), chars.c), nstristr() (renamed nstrcasestr() and moved to
revstrstr() (moved to chars.c), revstristr() (renamed chars.c), revstrstr() (moved to chars.c), revstristr()
revstrcasestr() and moved to chars.c), nstrnlen() (moved to (renamed revstrcasestr() and moved to chars.c), nstrnlen()
chars.c), parse_char() (renamed parse_mbchar() and moved to (moved to chars.c), parse_char() (renamed parse_mbchar() and
chars.c), move_left() (renamed move_mbleft() and moved to moved to chars.c), move_left() (renamed move_mbleft() and
chars.c), move_right() (renamed move_mbright() and moved to moved to chars.c), move_right() (renamed move_mbright() and
chars.c), do_home(), do_verbatim_input(), do_delete(), moved to chars.c), do_home(), do_verbatim_input(),
do_tab(), do_enter(), indent_length(), do_next_word(), do_delete(), do_tab(), do_enter(), indent_length(),
do_prev_word(), do_wrap(), do_input(), do_output(), do_next_word(), do_prev_word(), do_wrap(), do_input(),
is_whole_word(), strstrwrapper(), get_buffer(), unget_input(), do_output(), is_whole_word(), strstrwrapper(), get_buffer(),
unget_kbinput(), get_input(), parse_kbinput(), unget_input(), unget_kbinput(), get_input(), parse_kbinput(),
unparse_kbinput(), parse_verbatim_kbinput(), unparse_kbinput(), parse_verbatim_kbinput(),
do_statusbar_input(), do_statusbar_home(), do_statusbar_input(), do_statusbar_home(),
do_statusbar_verbatim_kbinput(), do_statusbar_output(), and do_statusbar_verbatim_kbinput(), do_statusbar_output(), and
...@@ -162,8 +162,6 @@ CVS code - ...@@ -162,8 +162,6 @@ CVS code -
routine to get the current user's home directory into the new routine to get the current user's home directory into the new
function get_homedir(), and use it where necessary. Also add function get_homedir(), and use it where necessary. Also add
a few miscellaneous tweaks. a few miscellaneous tweaks.
- Still more steps toward multibyte/wide character support.
Changes to help_init(). (DLR)
- cut.c: - cut.c:
do_cut_text() do_cut_text()
- If keep_cutbuffer is FALSE, only blow away the text in the - If keep_cutbuffer is FALSE, only blow away the text in the
......
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