Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: f86ab3e41990a4fe184511423c2d009ccba2fee9
https://github.com/geany/geany/commit/f86ab3e41990a4fe184511423c2d009ccba2f…
Author: Colomban Wendling <ban(a)herbesfolles.org>
Date: 2011-12-26 (Mon, 26 Dec 2011)
Changed paths:
M data/geany.glade
M src/document.h
M src/keybindings.c
M src/keyfile.c
M src/main.c
M src/notebook.c
M src/notebook.h
Log Message:
-----------
Merge branch 'techee/mru-patches'
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: f3af82d40df3503495445c4f25bf7cbeda6d839e
https://github.com/geany/geany/commit/f3af82d40df3503495445c4f25bf7cbeda6d8…
Author: Matthew Brush <matt(a)geany.org>
Date: 2011-12-25 (Sun, 25 Dec 2011)
Changed paths:
M src/highlighting.c
Log Message:
-----------
Handle failure of reading named style by trying to read it as a named color
TODO: find a better way to handle this and restore the removed warning
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 8a04222301008c7429d3c23c0fca3ba0e3a3cbf1
https://github.com/geany/geany/commit/8a04222301008c7429d3c23c0fca3ba0e3a3c…
Author: Matthew Brush <matt(a)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/2fe42bfc0cffecf1310cabe1ee5ded7f6be29…
Author: Matthew Brush <matt(a)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/3efe11c4b9862a705629c6e46a2235033667f…
Author: Matthew Brush <matt(a)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/fb8e061242c905356f2a9462fd0ab5c302c11…
Author: Matthew Brush <matt(a)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