Branch: refs/heads/master Home: https://github.com/geany/geany
Commit: 8a04222301008c7429d3c23c0fca3ba0e3a3cbf1 https://github.com/geany/geany/commit/8a04222301008c7429d3c23c0fca3ba0e3a3cb... Author: Matthew Brush matt@geany.org Date: 2011-12-25 (Sun, 25 Dec 2011)
Changed paths: M src/highlighting.c
Log Message: ----------- Support normal and abbreviated HTML hex triplets in color schemes
Commit: 2fe42bfc0cffecf1310cabe1ee5ded7f6be29420 https://github.com/geany/geany/commit/2fe42bfc0cffecf1310cabe1ee5ded7f6be294... Author: Matthew Brush matt@geany.org Date: 2011-12-25 (Sun, 25 Dec 2011)
Changed paths: M src/highlighting.c
Log Message: ----------- Support [named_colors] in filetypes.* and color schemes
Commit: 3efe11c4b9862a705629c6e46a2235033667f9c3 https://github.com/geany/geany/commit/3efe11c4b9862a705629c6e46a2235033667f9... Author: Matthew Brush matt@geany.org Date: 2011-12-25 (Sun, 25 Dec 2011)
Changed paths: M doc/geany.html M doc/geany.txt
Log Message: ----------- Update documentation for HTML/CSS-style colors and [named_colors] section
Commit: fb8e061242c905356f2a9462fd0ab5c302c11a91 https://github.com/geany/geany/commit/fb8e061242c905356f2a9462fd0ab5c302c11a... Author: Matthew Brush matt@geany.org Date: 2011-12-25 (Sun, 25 Dec 2011)
Changed paths: M src/search.c
Log Message: ----------- Prevent warning about comparing signed and unsigned values
The g_match_info_fetch_pos() function uses a signed value for the match_num parameter, even though values less than 0 are not valid, so a cast is used.
Compare: https://github.com/geany/geany/compare/773d7e4...fb8e061