git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@1148
35c25a1d-7b9e-4130-9fde-
d3aeb78583b8
- nano.c:
do_int_speller()
- Fix zombie processes and spelling buffer issues (Rocco Corsi)
+- search.c:
+ do_gotoline()
+ - Set placewewant if we actually move to a different line.
- winio.c:
nanogetstr()
- Add NANO_HOME_KEY and NANO_END_KEY to the home and
EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \
README THANKS TODO install-sh missing mkinstalldirs \
- nano.1 nano.1.html faq.html $(ACINCLUDE_INPUTS)
+ nano.1 nano.1.html faq.html $(ACINCLUDE_INPUTS) nano.spec
SUBDIRS = po intl
dnl i18n stuff - pretty incomplete for now
NANO_AM_GNU_GETTEXT
-AC_OUTPUT([Makefile intl/Makefile po/Makefile.in])
+AC_OUTPUT([Makefile intl/Makefile po/Makefile.in nano.spec])
edit_update(current, CENTER);
}
+ placewewant = xplustabs();
goto_abort();
return 1;
}