diff --git a/ChangeLog b/ChangeLog index 192be4f969..9acda92eff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-30 Sven Neumann + + * Made 2.4.4 release. + 2008-01-29 Kevin Cozens * plug-ins/script-fu/tinyscheme/scheme.c: Reverted changes that diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in index 298756a752..c9db55ef62 100644 --- a/docs/gimprc.5.in +++ b/docs/gimprc.5.in @@ -353,7 +353,7 @@ This is the distance in pixels where Guide and Grid snapping activates. This is an integer value. .TP -(marching-ants-speed 100) +(marching-ants-speed 200) Speed of marching ants in the selection outline. This value is in milliseconds (less time indicates faster marching). This is an integer value. diff --git a/etc/gimprc b/etc/gimprc index 62d45a7ccf..3081453743 100644 --- a/etc/gimprc +++ b/etc/gimprc @@ -288,7 +288,7 @@ # milliseconds (less time indicates faster marching). This is an integer # value. # -# (marching-ants-speed 100) +# (marching-ants-speed 200) # When enabled, the image window will automatically resize itself when # zooming into and out of images. Possible values are yes and no.