1
1

Format general changes for CVS code the right way

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@264 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
Chris Allegretta 2000-11-03 03:35:29 +00:00
родитель 0bd807782a
Коммит 67574f483e
2 изменённых файлов: 15 добавлений и 14 удалений

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

@ -1,17 +1,18 @@
CVS Code - CVS Code -
- Ran source through indent -kr again. Make everything pretty. - General
- Changed behavior of "search" and "replace" prompts to make all - Ran source through indent -kr again. Make everything pretty.
previous values editable. This change was made so that you can - Changed behavior of "search" and "replace" prompts to make all
replace with the null string without needing a special key for it. previous values editable. This change was made so that you can
changed code in search_init(), do_replace(), nanogetstr (see below). replace with the null string without needing a special key for it.
- Added some missing gettext calls here and there (Jordi). changed code in search_init(), do_replace(), nanogetstr (see
- Revamped nanogetsr() and calls to it to use variable length strings. below).
MANY changes in nanogetstr(), many chances in search.c, new function - Added some missing gettext calls here and there (Jordi).
mallocstrcpy which is sure to be a programmatic nightmare, changed - Revamped nanogetsr() and calls to it to use variable length strings.
last_search, last_replace, answer to pointers. New function MANY changes in nanogetstr(), many chances in search.c, new
not_found_msg in search.c for displaying truncated strings in satusbar function mallocstrcpy which is sure to be a programmatic
when the string is not found. nightmare, changed last_search, last_replace, answer to
pointers. New function not_found_msg in search.c for displaying
truncated strings in satusbar when the string is not found.
- files.c: - files.c:
do_writeout() do_writeout()
- Change strcpy to answer to mallocstrcpy. - Change strcpy to answer to mallocstrcpy.

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

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2000-11-02 20:29-0500\n" "POT-Creation-Date: 2000-11-02 20:48-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"