From: Robert Siemborski Date: Sat, 1 Jul 2000 21:43:16 +0000 (+0000) Subject: changed all 'sprintf' calls to 'snprintf' X-Git-Tag: v0.9.12~29 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6d0e9cd556bc923fbc501b37e01ee41f8ea835c4;p=nano.git changed all 'sprintf' calls to 'snprintf' git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@59 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 44491dd1..3903b564 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,12 @@ CVS code changes since last release - -- Made search functions & keys more like Pico. Added goto line from - search and replace function, changed wording to "No Replace" instead of - "To Search", "To Replace" to simply "Replace", and changed to Pico's - keystroke by default, ^R. Affects search_init(), do_search() in - search.c, globals in nano.h and shortcut_init() in global.c. +- all: + - Made search functions & keys more like Pico. Added goto line from + search and replace function, changed wording to "No Replace" instead + of "To Search", "To Replace" to simply "Replace", and changed to + Pico's keystroke by default, ^R. Affects search_init(), + do_search() in search.c, globals in nano.h and + shortcut_init() in global.c. + - changed 'sprintf' calls to safer 'snprintf' - nano.c: - Removed dual alt_speller variables, oops! (Rocco Corsi) - de.po: