1
1
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3031 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
David Lawrence Ramsey 2005-09-26 02:14:37 +00:00
родитель ec729750b0
Коммит d04499202c
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -397,6 +397,9 @@ CVS code -
- Add text.c to nano_SOURCES. (DLR) - Add text.c to nano_SOURCES. (DLR)
- AUTHORS: - AUTHORS:
- Add Mike Frysinger. (DLR) - Add Mike Frysinger. (DLR)
- README.CVS:
- Since we only use vsnprintf() now, remove the mention of
snprintf(). (DLR)
- THANKS: - THANKS:
- Add Bulgarian and Dutch translators. - Add Bulgarian and Dutch translators.
@ -6707,7 +6710,7 @@ nano-0.7.8 - 01/23/2000
buffer, cut support. (Adam Rogoyski) buffer, cut support. (Adam Rogoyski)
blank_edit(): New function, blanks edit buffer. Added call to it in blank_edit(): New function, blanks edit buffer. Added call to it in
total_refresh(). total_refresh().
- configure: Checks for glib if snprintf of vsnprintf aren't available - configure: Checks for glib if snprintf or vsnprintf aren't available
(Andy Kahn). Changed warning message when no termcap lib (Andy Kahn). Changed warning message when no termcap lib
is found. is found.

Просмотреть файл

@ -14,7 +14,7 @@ packages:
- texinfo - texinfo
- cvs - cvs
- ssh (with support for the SSH version 2 protocol) - ssh (with support for the SSH version 2 protocol)
- glib 2.x (if your system doesn't have snprintf() and/or vsnprintf()) - glib 2.x (if your system doesn't have vsnprintf())
- make, gcc and the normal development libraries (curses or slang, etc.) - make, gcc and the normal development libraries (curses or slang, etc.)
These should be available on your GNU mirror. Note that you'll need a These should be available on your GNU mirror. Note that you'll need a