]> git.wh0rd.org Git - nano.git/commit
various changes to cut down on binary size: per DB's patch, add new N_()
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 12 Jul 2004 03:10:30 +0000 (03:10 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 12 Jul 2004 03:10:30 +0000 (03:10 +0000)
commit576bf331effcc0a2db5bdaa5f01846cbbfe1df1c
tree889fb4d6c902f5241548cd64a0a4f3ee55063c22
parentd717d4bac6d1535a132128e6dc1e26f417cbe201
various changes to cut down on binary size: per DB's patch, add new N_()
macro to mark strings that aren't translated immediately and convert
nano to use it where needed, overhaul the shortcut list and toggle list
initialization code for efficiency, and replace rcfile_msg() with
rcfile_error(); also add a few minor miscellaneous cleanups by DB and
myself

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1852 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/files.c
src/global.c
src/nano.c
src/nano.h
src/proto.h
src/rcfile.c
src/search.c
src/winio.c