Little history precessing improvement.
authorDaniel Carl <danielcarl@gmx.de>
Sun, 28 Jul 2013 09:36:42 +0000 (11:36 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 28 Jul 2013 09:36:42 +0000 (11:36 +0200)
commit35a4f777f708bcbfe87544b2c57ef967bde4a018
tree25403742dcf14ae03612806ae1d3eeddabed4cf3
parent8595b3d47c454cc0acd7f255f0cd77bc2eefcf8a
Little history precessing improvement.

The history files and items list must be made unique so we generated a list
and removed old items that where equal to a new to insert item. This caused
some deletions in the GList that are not necessary. Now the file lines are
processed from the last to the first. That means, every new item (older item
in file) that is already is in the list can be discarded, because the latest
is already in the GList.
src/util.c