Markus Neteler e62d85bb4d d.legend, d.vect.thematic: add keyword 9 rokov pred
..
Makefile b539caa4e6 add support for histogram sidebars (https://trac.osgeo.org/grass/ticket/1049); add support for 3D raster map legends (https://trac.osgeo.org/grass/ticket/2083, thanks Vaclav); display map data units, if known [merge from trunk] 11 rokov pred
README db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
d.legend.html 34b961cd0f d.legend manual: example + screenshot added 10 rokov pred
d_legend.png 34b961cd0f d.legend manual: example + screenshot added 10 rokov pred
get_stats.c b539caa4e6 add support for histogram sidebars (https://trac.osgeo.org/grass/ticket/1049); add support for 3D raster map legends (https://trac.osgeo.org/grass/ticket/2083, thanks Vaclav); display map data units, if known [merge from trunk] 11 rokov pred
histogram.c 670762fd7f avoid the possibility of using variable uninitialized 11 rokov pred
local_proto.h 58562a9b8f histogram support for categorical maps, run grass_indent.sh on histogram.c (merge from trunk) 11 rokov pred
main.c e62d85bb4d d.legend, d.vect.thematic: add keyword 9 rokov pred

README

this is d.legend (formerly d.leg.thin).


HISTORY:
From: Markus Neteler
Subject: Re: [GRASS5] Changes between 5.0.1 release and current CVS head
Date: Mon, 3 Feb 2003 13:59:06 +0100
To: grass5@grass.itc.it

[...]

Once upon a time there were d.legend *and* d.leg.thin (a try for a better
implementation of d.legend). Then I merged both, in fact I merged a few good
pieces of d.legend into d.leg.thin and renamed it in Gmakefile to d.legend
(to avoid user's confusion as a d.leg.thin without d.legend didn't make
sense).
That's why d.legend continued to live in src/display/d.leg.thin (but
in the Gmakefile it is called d.legend).

Yes, a bit confusing. But today only the directory name is confusing.

Hope this clarifies it. In 5.1 we should store it into
display/d.legend

Markus