Fix #417: Natural sort order
authorColin Clark <cclark@mcb.net>
Tue, 13 Dec 2016 20:12:06 +0000 (20:12 +0000)
committerColin Clark <cclark@mcb.net>
Tue, 13 Dec 2016 20:12:06 +0000 (20:12 +0000)
commit8b7e0e011020dc327a138230496c6b5dfa919af0
tree3849cfd720a21ad7def9d68735280676bafe8490
parent3ad88b1ae823ed2a906c9fe7dcbf56504e38b39d
Fix #417: Natural sort order

https://github.com/BestImageViewer/geeqie/issues/417
Refer also to commit bd34c324c92456f5182579d6922d7aba664f93c3

Include an option on the Files tab of Preferences to permit the
selection of either g_utf8_collate_key() or
g_utf8_collate_key_for_filename() for the sort order of files and
folders
doc/docbook/GuideOptionsFiltering.xml
src/filedata.c
src/options.c
src/options.h
src/preferences.c
src/rcfile.c