diff --git a/ChangeLog b/ChangeLog index 265adc6027..18582aeb29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-26 Sven Neumann + + * Made 2.3.4 development release. + 2005-09-26 Michael Natterer Allow to disable the color picker info dialog. Fixes bug #315011: diff --git a/NEWS b/NEWS index 625844661a..f2c09beb66 100644 --- a/NEWS +++ b/NEWS @@ -9,9 +9,10 @@ new stuff is being done that will one day be released as GIMP 2.4. Changes in GIMP 2.3.4 ===================== - +- allow plug-ins and scripts to register menu entries in the , + , , and menus - replaced Selection to Brush/Pattern scripts with scripts that paste - a new brush/pattern from the clipboard content + a new brush/pattern from the content of the clipboard - allow to easily close all opened images - added a first version of a Print plug-in using libgnomeprint - improved Sphere Designer plug-in diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in index 9ade7527fc..b82673ca99 100644 --- a/docs/gimprc.5.in +++ b/docs/gimprc.5.in @@ -752,7 +752,7 @@ Sets the browser used by the help system. Possible values are gimp and web-browser. .TP -(web-browser "mozilla %s") +(web-browser "mozilla-firefox %s") Sets the external web browser to be used. This can be an absolute path or the name of an executable to search for in the user's PATH. If the command diff --git a/etc/gimprc b/etc/gimprc index ba4ffdac43..d5a6d6b2ad 100644 --- a/etc/gimprc +++ b/etc/gimprc @@ -596,7 +596,7 @@ # appended to the command with a space separating the two. This is a single # filename. # -# (web-browser "mozilla %s") +# (web-browser "mozilla-firefox %s") # The window type hint that is set on the toolbox. This may affect how your # window manager decorates and handles the toolbox window. Possible values