Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gimp-help
Commits
c27e8995
Commit
c27e8995
authored
Jun 27, 2010
by
Roman Joost
Browse files
Updated release relevant files for upcoming 2.6.1 release.
parent
b34cccb2
Changes
5
Hide whitespace changes
Inline
Side-by-side
HACKING
View file @
c27e8995
===============
Hacking Guide
===============
1. Introduction
The GIMP documentation project is mainly working with docbook xml files
to create the GIMP manual / online help. Since there are different
approaches how to create and edit such files as well as different tools
...
...
Makefile.am
View file @
c27e8995
...
...
@@ -3,7 +3,7 @@
SUBDIRS
=
quickreference
# used for creating the ChangeLog
LAST_RELEASE_TAG
=
GIMP_HELP_2_
4_2
LAST_RELEASE_TAG
=
GIMP_HELP_2_
6_0
########################################################################
...
...
NEWS
View file @
c27e8995
GIMP-Help NEWS
--------------
GIMP Help 2 release 2.6.1
=========================
- Bugfixes: #599700, #618143, #611265, #563659, #602659
- spelling fixes and new translations for: Italian, English, German, French,
Japnese, Norwegian, Swedish, Russian, Korean
- XSLT Stylesheet improvements
- Build system improviements
contributions from: Alexandre Prokoudine, Andrew Pitonyak, Daniel Nylander,
JiHui Choi, Julien Hardelin, Kolbjørn Stuestøl, Luis Diego Alpizar, Marco
Ciampa, Róman Joost, SimaMoto RyôTa, Ulf-D. Ehlert, Vitaly
Lomov
GIMP Help 2 release 2.6.0
=========================
...
...
README
View file @
c27e8995
GIMP-Help
=========
===========
GIMP-Help
===========
GIMP-Help is a help system designed for use with the internal GIMP help
browser, external web browser and HTML renderers, and human eyeballs.
...
...
@@ -15,10 +16,6 @@ Recent changes and updates about the modules are available at:
http://docs.gimp.org
and our wiki page:
http://wiki.gimp.org/gimp/GimpDocs
Tips for contribution
=====================
...
...
configure.ac
View file @
c27e8995
...
...
@@ -6,7 +6,7 @@ AC_PREREQ(2.54)
m4_define([help_major_version], [2])
m4_define([help_minor_version], [6])
m4_define([help_micro_version], [
0
])
m4_define([help_micro_version], [
1
])
m4_define([help_version], [help_major_version.help_minor_version.help_micro_version])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment