build: stop distributing the two old Changelogs
For installing and using nano, those two Changelogs are useless, and for inspecting the history of nano, 'git log' is much better. Only the most recent Changelog is somewhat useful for some users, for walking in some detail through the changes that were made in the last few versions.master
parent
b2ea7d29d0
commit
7e8b1ed420
|
@ -4089,3 +4089,8 @@ Mike Scalora (3):
|
||||||
Rishabh Dave (2):
|
Rishabh Dave (2):
|
||||||
browser: keep the same file selected when the directory contents change
|
browser: keep the same file selected when the directory contents change
|
||||||
browser: move all openings and closings of a directory to the same function
|
browser: move all openings and closings of a directory to the same function
|
||||||
|
|
||||||
|
|
||||||
|
======================================================================
|
||||||
|
For older changes, see in https://ftp.gnu.org/gnu/nano/nano-5.0.tar.xz
|
||||||
|
======================================================================
|
||||||
|
|
|
@ -6,8 +6,7 @@ if USE_COLOR
|
||||||
SUBDIRS += syntax
|
SUBDIRS += syntax
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = ChangeLog.1999-2006 ChangeLog.2007-2015 \
|
EXTRA_DIST = IMPROVEMENTS README.GIT
|
||||||
IMPROVEMENTS README.GIT
|
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue