diff --git a/ChangeLog b/ChangeLog index fcfe56e56..1ab9fc6de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,13 @@ * src/utils.c: Fix opening filenames beginning with two dots (closes #2858487). + * src/interface.c, src/highlighting.c, src/prefs.c, src/filetypes.c, + src/filetypes.h, src/main.c, doc/geany.txt, doc/geany.html, + data/filetypes.common, geany.glade: + Update syntax highlighting after changing the 'Invert syntax + highlighting colors' pref, instead of requiring a restart. + Remove filetypes.common invert_all option - use 'Invert syntax + highlighting colors' pref instead (closes #2854525). 2009-09-13 Nick Treleaven diff --git a/data/filetypes.common b/data/filetypes.common index 73f96a7ac..23b0fc4be 100644 --- a/data/filetypes.common +++ b/data/filetypes.common @@ -71,9 +71,6 @@ folding_style=1;1;false;false # 2 to draw the line below folded text folding_horiz_line=2;0;false;false -# only first argument is interpreted, sets whether all defined colours should be inverted -invert_all=0;0;false;false - # only first and second argument is interpreted # first argument: drawing of visual flags to indicate a line is wrapped. This is a bitmask of the # values: 0 - No visual flags, 1 - Visual flag at end of subline of a wrapped line, 2 - Visual flag diff --git a/doc/geany.html b/doc/geany.html index c8b75b547..02ac96034 100644 --- a/doc/geany.html +++ b/doc/geany.html @@ -6,7 +6,7 @@ Geany - +