mirror of git://git.sv.gnu.org/nano.git
reorganize changelog a bit
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2337 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
5f9acfeee5
commit
09b1c02c62
32
ChangeLog
32
ChangeLog
|
@ -99,21 +99,21 @@ CVS code -
|
|||
control_mbrep(), control_wrep(), mbwidth(), mb_cur_max(),
|
||||
make_mbchar(), mbstrlen(), mbstrnlen(), mbstrcasecmp(),
|
||||
mbstrncasecmp(), mbstrcasestr(), and mbrevstrcasestr();
|
||||
changes to is_byte() (moved to chars.c), is_blank_char()
|
||||
(moved to chars.c), is_cntrl_char() (moved to chars.c),
|
||||
nstricmp() (renamed nstrcasecmp() and moved to chars.c),
|
||||
nstrnicmp() (renamed nstrncasecmp() and moved to chars.c),
|
||||
nstristr() (renamed nstrcasestr() and moved to chars.c),
|
||||
revstrstr() (moved to chars.c), revstristr() (renamed
|
||||
revstrcasestr() and moved to chars.c), nstrnlen() (moved to
|
||||
chars.c), parse_char() (renamed parse_mbchar() and moved to
|
||||
chars.c), move_left() (renamed move_mbleft() and moved to
|
||||
chars.c), move_right() (renamed move_mbright() and moved to
|
||||
chars.c), do_home(), do_verbatim_input(), do_delete(),
|
||||
do_tab(), do_enter(), indent_length(), do_next_word(),
|
||||
do_prev_word(), do_wrap(), do_input(), do_output(),
|
||||
is_whole_word(), strstrwrapper(), get_buffer(), unget_input(),
|
||||
unget_kbinput(), get_input(), parse_kbinput(),
|
||||
changes to help_init(), is_byte() (moved to chars.c),
|
||||
is_blank_char() (moved to chars.c), is_cntrl_char() (moved to
|
||||
chars.c), nstricmp() (renamed nstrcasecmp() and moved to
|
||||
chars.c), nstrnicmp() (renamed nstrncasecmp() and moved to
|
||||
chars.c), nstristr() (renamed nstrcasestr() and moved to
|
||||
chars.c), revstrstr() (moved to chars.c), revstristr()
|
||||
(renamed revstrcasestr() and moved to chars.c), nstrnlen()
|
||||
(moved to chars.c), parse_char() (renamed parse_mbchar() and
|
||||
moved to chars.c), move_left() (renamed move_mbleft() and
|
||||
moved to chars.c), move_right() (renamed move_mbright() and
|
||||
moved to chars.c), do_home(), do_verbatim_input(),
|
||||
do_delete(), do_tab(), do_enter(), indent_length(),
|
||||
do_next_word(), do_prev_word(), do_wrap(), do_input(),
|
||||
do_output(), is_whole_word(), strstrwrapper(), get_buffer(),
|
||||
unget_input(), unget_kbinput(), get_input(), parse_kbinput(),
|
||||
unparse_kbinput(), parse_verbatim_kbinput(),
|
||||
do_statusbar_input(), do_statusbar_home(),
|
||||
do_statusbar_verbatim_kbinput(), do_statusbar_output(), and
|
||||
|
@ -162,8 +162,6 @@ CVS code -
|
|||
routine to get the current user's home directory into the new
|
||||
function get_homedir(), and use it where necessary. Also add
|
||||
a few miscellaneous tweaks.
|
||||
- Still more steps toward multibyte/wide character support.
|
||||
Changes to help_init(). (DLR)
|
||||
- cut.c:
|
||||
do_cut_text()
|
||||
- If keep_cutbuffer is FALSE, only blow away the text in the
|
||||
|
|
Loading…
Reference in New Issue