updated for fix_editbot changes...
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@65 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
dd53ec2a87
commit
deca3e727a
|
@ -6,12 +6,17 @@ CVS code changes since last release -
|
||||||
Pico's keystroke by default, ^R. Affects search_init(),
|
Pico's keystroke by default, ^R. Affects search_init(),
|
||||||
do_search() in search.c, globals in nano.h and
|
do_search() in search.c, globals in nano.h and
|
||||||
shortcut_init() in global.c.
|
shortcut_init() in global.c.
|
||||||
- changed 'sprintf' calls to safer 'snprintf'
|
- changed 'sprintf' calls to safer 'snprintf' (Rob)
|
||||||
|
- files.c:
|
||||||
|
- changed do_insertfile to call fix_editbot (Rob)
|
||||||
- nano.c:
|
- nano.c:
|
||||||
- Removed dual alt_speller variables, oops! (Rocco Corsi)
|
- Removed dual alt_speller variables, oops! (Rocco Corsi)
|
||||||
- Removed unnecessary do_oldspell function (Rocco Corsi). Added
|
- Removed unnecessary do_oldspell function (Rocco Corsi). Added
|
||||||
SMALL_NANO #ifdef around actual spell function.
|
SMALL_NANO #ifdef around actual spell function.
|
||||||
- Moved page_up() to move.c where is belongs.
|
- Moved page_up() to move.c where is belongs.
|
||||||
|
- Corrected FIXME in do_enter with explanation. (Rob)
|
||||||
|
- Fixed FIXME in do_justify, resulted in creation of
|
||||||
|
fix_editbot [also fixed in do_enter] (winio.c) (Rob)
|
||||||
- de.po:
|
- de.po:
|
||||||
- Revised translations by floki@bigfoot.com.
|
- Revised translations by floki@bigfoot.com.
|
||||||
- fi.po:
|
- fi.po:
|
||||||
|
@ -27,6 +32,8 @@ CVS code changes since last release -
|
||||||
- Fixed a bug that caused nano to not update when
|
- Fixed a bug that caused nano to not update when
|
||||||
current->next == NULL (e.g. paging down to the very bottom of
|
current->next == NULL (e.g. paging down to the very bottom of
|
||||||
ABOUT NLS wouldn't work).
|
ABOUT NLS wouldn't work).
|
||||||
|
fix_editbot:
|
||||||
|
- Added (should rebuild editbot from a valid edittop) (Rob)
|
||||||
|
|
||||||
nano-0.9.11 - 06/20/2000
|
nano-0.9.11 - 06/20/2000
|
||||||
- New flag "-T" or "--tabsize" to specify how to display tab widths.
|
- New flag "-T" or "--tabsize" to specify how to display tab widths.
|
||||||
|
|
Loading…
Reference in New Issue