Made 2.3.4 development release.
2005-09-26 Sven Neumann <sven@gimp.org>
* Made 2.3.4 development release.
This commit is contained in:
parent
6a4bf02935
commit
0507d779b2
4 changed files with 9 additions and 4 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-09-26 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Made 2.3.4 development release.
|
||||
|
||||
2005-09-26 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
Allow to disable the color picker info dialog. Fixes bug #315011:
|
||||
|
|
|
|||
5
NEWS
5
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 <Brushes>,
|
||||
<Gradients>, <Palettes>, <Patterns> and <Fonts> 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue