Changes in 2.12.1:
------------------
* Updated translations:
ku (Erdal Ronahi)
vi (Clytie Siddall)
Changes in 2.12.0:
------------------
* Enabled F7 keybinding, as per #157941 (Shaun McCance)
* Don't crash on invalid DocBook, #310420 (Brent Smith)
* Updated translations:
ca (Jordi Mallach)
cy (Telsa Gwynne)
fr (Christophe Merlet)
ko (Young-Ho Cha)
lt (Žygimantas Beručka)
ru (Leonid Kanter)
tr (Baris Cicek)
Changes in 2.11.92:
-------------------
* All sorts of Gecko backend stuff (Christian Persch)
* Fix typo in character code in translator comment (Behdad Esfahbod)
* Small fixes (Ross Burton)
* Fix crash (Don Scorgie)
* Updated translations:
el (Nikos Charonitakis)
fa (Meelad Zakaria)
fi (Ilkka Tuohela)
gu (Ankit Patel)
he (Yuval Tanny)
hu (Gabor Kelemen)
id (Ahmad Riza H Nst)
ja (Takeshi AIHANA)
nl (Reinout van Schouwen)
pl (Bartosz Kosiorek)
pt_BR (Estêvão Samuel Procópio)
pt (Duarte Loreto)
ro (Mugurel Tudor)
sq (Laurent Dhima)
sr (Слободан Д. Средојевић)
sv (Christian Rose)
th (Theppitak Karoonboonyanan)
uk (Maxim Dzumanenko)
vi (Clytie Siddall)
zh_CN (Funda Wang)
zh_TW (Abel Cheung)
Changes in 2.11.1:
------------------
* Made bookmark headers insensitive (Don Scorgie)
* Use gobject private data, fixing bug #140632 (Christian Persch)
* All sorts of Gecko backend stuff (Christian Persch)
* Position the navbar at the bottom (Shaun McCance)
* Changed color parameters around (Shaun McCance)
* Added trail of links to parent sections (Shaun McCance)
* Added JS magic to the linktrail (Stuart Langridge)
* Depend on gnome-doc-utils 0.3.1 (Shaun McCance)
* Set a minimum font size of 8pt (Shaun McCance)
* Updated translations:
bg (Vladimir Petkov)
cs (Miloslav Trmac)
da (Martin Willemoes Hansen)
de (Hendrik Brandt)
es (Francisco Javier F. Serrador)
et (Ivar Smolin)
gl (Ignacio Casal Quinteiro)
it (Alessio Frusciante)
nb (Terance Sola)
nl (Tino Meinen)
no (Terance Sola)
sv (Christian Rose)
zh_TW (Abel Cheung)
en_CA (Adam Weinberger)
eu (Iñaki Larrañaga)
el (Kostas Papadimas)
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
uses the mozilla/gecko HTML renderer now, let it choose firefox or
mozilla-gtk2, what the GECKO_PROVIDER option is set to
lots of other changes, fixes and cleanup -- too much to list here
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Changes in 2.6.0:
-----------------
* Fix for for #134534, portable sed usage. (Laszlo Peter)
* Updated translations:
ar (Arafat Medini)
cs (Miloslav Trmac)
en_GB (Gareth Owen)
hu (Andras Timar)
pa (Amanpreet Singh Alam)
ro (Mugurel Tudor)
ru (Russian team)
sr (Slobodan Sredojević)
sr@Latn (Slobodan Sredojević)
zh_CN (jan2xue)
Changes in 2.5.91:
------------------
* Fix for #137216, infinite loop in tree traversal. (Shaun McCance)
* Updated translations:
be (Ales Nyakhaychyk)
bn (Sayamindu Dasgupta)
da (Ole Laursen)
el (Nikos Charonitakis)
en_CA (Alexander Winston)
ga (Alastair McKinstry)
nn (Åsmund Skjæveland)
pt_BR (Estêvão Samuel Procópio)
sr (Danilo Šegan)
sr@Latn (Danilo Šegan)
th (Paisa Seeluangsawat)
uk (Maxim Dziumanenko)
Changes in 2.5.90:
------------------
* Fixed problem where documents in certain categories weren't
being displayed. (Shaun McCance)
* Fixed#134698, because people like my name. (Shaun McCance)
* A few stylistic changes to the HTML output. (Shaun McCance)
* Implement some dictionary magic from DV which fixes the problem
with libxslt 1.1.3 and should provide a speedup. (Shaun McCance)
* Updated translations:
az (Mətin Əmirov)
et (Priit Laes)
fi (Lauri Nurmi)
fr (Jean-Michel Ardantz)
it (Luca Ferretti)
lt (Žygimantas Beručka)
ta (Dinesh Nadarajah)
zh_TW (Roy Chan)
Changes in 2.5.6:
-----------------
* Don't break with libxslt 1.1.3 (Shaun McCance)
* Better author/editor/othercredit support (#134769) (Shaun McCance)
* Portability fix in build (#134534) (Merino Vidal)
* Don't crash when the window is closed before the
transformation is finished (#134266) (Jan Arne Petersen)
* Don't crash on compulsive page switching (Shaun McCance)
* Some more stylesheet work (Shaun McCance)
* Translation updates:
ar (Arafat Medini)
az (Mətin Əmirov)
be (Ales Nyakhaychyk)
ca (Jordi Mallach)
cs (Miloslav Trmac)
cy (Rhys Jones)
da (Ole Laursen)
de (Christian Neumair)
el (Kostas Papadimas)
ko (Changwoo Ryu)
ja (Takeshi AIHANA)
mn (Sanlig Badral)
nn (Åsmund Skjæveland)
no (Kjartan Maraas)
pt (Duarte Loreto)
sq (Laurent Dhima)
sr (Danilo Šegan)
sr@Latn (Danilo Šegan)
th (Paisa Seeluangsawat)
Changes in 2.5.5:
-----------------
* Fixed orphaned Contents header (Shaun McCance)
* Implemented releaseinfo element (Shaun McCance)
* Various stylesheet improvements and speed-ups (Shaun McCance)
* Stop grabbing focus on the HTML widget all the time (Shaun McCance)
* Leak less memory in the DocBook converter (Shaun McCance)
* Made the interface more responsive while transforming
really large documents (Shaun McCance)
* Fixed stupidly wrong chunking for refentry (Shaun McCance)
* Fixed stupidly wrong ulink handling (Shaun McCance)
* Translation updates:
ca (Jordi Mallach)
es (Francisco Javier F. Serrador)
hr (Robert Sedak)
ja (Takeshi AIHANA)
ko (Changwoo Ryu)
mn (Sanlig Badral)
nl (Tino Meinen)
pl (GNOME PL Team)
sq (Laurent Dhima)
sv (Christian Rose)
zh_CN (Funda Wang)
Changes in 2.5.4:
-----------------
* Massive amount of mind-numbing work in fixing various scrolling
issues, including pages loading at the bottom of the page (#131305)
and not scrolling to anchors (#93721). (Shaun McCance)
* Build fix in yelp-window.c. (Mikael Hallendal)
* Handle mailto: URIs correctly again. (Shaun McCance)
* Fix double history problem on first page of a document. (Shaun McCance)
* Fix history problem for any external links. (Shaun McCance)
* Some stylistic changes to the stylesheets. (Shaun McCance)
* Don't leak massive amounts of memory in yelp-window.c (Shaun McCance)
* Nicer automatic chunk depth determination. (Shaun McCance)
* Handle XInclude properly. (Shaun McCance)
* Work around libxml2 bug (now fixed, but I don't want to depend
on that recent of a version) which caused the TOC not to get
loaded if there was a single bad OMF file. (Shaun McCance)
* Allow relative paths to file on the command line. (Shaun McCance)
* Updated translations:
az (Mətin Əmirov)
cs (Miloslav Trmac)
da (Ole Laursen
de (Christian Neumair)
el (Kostas Papadimas)
es (Francisco Javier F. Serrador)
fr (Christophe Merlet)
ga (Alastair McKinstry)
hu (Andras Timar)
ja (Takeshi AIHANA)
ko (Changwoo Ryu)
lt (Žygimantas Beručka)
ms (Hasbullah Bin Pit)
nl (Vincent van Adrighem)
no (Kjartan Maraas)
pl (Artur Flinta)
pt (Duarte Loreto)
pt_BR (Estêvão Samuel Procópio)
sq (Laurent Dhima)
sr (Danilo Šegan)
sr@Latn (Danilo Šegan)
sv (Christian Rose)
Changes in 2.5.3:
-----------------
* Previous and Next changed to Previous Page and Next Page (Shaun McCance)
* Set encoding to utf-8 in the generated html (#131186) (Richard Hult)
* New man converter, which will be totally unadvertised
for the 2.6 release, due to its unreadiness (Shaun McCance)
* i18n in place for the XSLT (Shaun McCance)
* Some nice work on the test document, which though not
included in the release, has shown some XSLT errors (Eric Baudais)
* Fixes and improvements to the DocBook XSLT (Shaun McCance)
* Mildly better error dialogs, still need work (Shaun McCance)
* Some under-the-hood improvements to the TOC maker (Shaun McCance)
* Anchor jumping stuff, which is still giving problems (Shaun McCance)
* Added yelp:chunk-depth processing instruction (Shaun McCance)
* Handle absolute ghelp: URIs again (Shaun McCance)
* Actually handle HTML pages (Shaun McCance)
* Handle links to stuff that goes outside Yelp (Shaun McCance)
* Fix annoying whitespace problem in sidebar (Shaun McCance)
* Update translations:
ar (Arafat Medini)
ca (Jordi Mallach)
cs (Miloslav Trmac)
de (Christian Neumair)
es (Francisco Javier F. Serrador)
et (Tõivo Leedjärv)
fr (Sebastien Bacher)
hr (Robert Sedak)
ko (Changwoo Ryu)
lt (Žygimantas Beručka)
mn (Sanlig Badral)
ms (Hasbullah Bin Pit)
nl (Tino Meinen)
nn (Åsmund Skjæveland)
pl (GNOME PL Team)
pt (Duarte Loreto)
sr (Danilo Šegan)
sr@Latn (Danilo Šegan)
sv (Christian Rose)
ja (Takeshi AIHANA)
Changes in 2.5.2.1:
-------------------
* Fix the intltool 0.28 build breakage
Changes in 2.5.2:
-----------------
* Lots and lots of work on the Find dialog (Chee Bin HOH)
* Page titles now show up in the titlebar (Shaun McCance)
* Non-existent pages are discovered faster (Shaun McCance)
* Sidebar selection follows loaded page again (Shaun McCance)
* Previous, Next, and TOC have menu items (Shaun McCance)
* Window icon from the icon theme, more to come (Shaun McCance)
* Pretty colored boxes that follow the theme (Shaun McCance)
* Admonition graphics work again (Shaun McCance)
* Plenty more work on the DocBook XSLT (Shaun McCance)
* Display a busy cursor while loading (Shaun McCance)
* Put Titlepage and Contents in the right order (Shaun McCance)
* Prevent duplicate entry in history (Shaun McCance)
* Do startup notification right (Shaun McCance)
* Various crashers and leaks fixed
* Updated translations:
ar (Arafat Medini)
be (Ales Nyakhaychyk)
ca (Jordi Mallach)
cs (Miloslav Trmac)
da (Ole Laursen)
de (Christian Neumair)
el (Nikos Charonitakis)
es (Francisco Javier F. Serrador)
ja (Takeshi AIHANA)
nl (Tino Meinen)
nn (Åsmund Skjæveland)
pl (GNOME PL Team)
sr (Danilo Šegan)
sr@Latn (Danilo Šegan)
sv (Christian Rose)
Changes in 2.5.1:
-----------------
* Remove empty Categories headers from TOC (Shaun McCance)
* Back, Forward, and Find in Page are back (Chee Bin HOH)
* Crashes found and fixed:
Joe Markus Clarke (2)
Diego González (1)
Shaun McCance (1)
* Updated translations:
cs (Miloslav Trmac)
lt (Žygimantas Beručka)
mn (Sanlig Badral)
nl (Tino Meinen)
sr (Danilo Šegan)
sr@Latn (Danilo Šegan)
th (Paisa Seeluangsawat)
fr (Jean-Michel Ardantz)
Changes in 2.5.0:
-----------------
Completely new transformation system. This is really just a whole
slew of changes that I just can't list. The transformations are
done entirely differently, in-process, and unthreaded. A YelpPager
is used to hold the transformation, and it emits signals when pages
are ready to be displayed. The "views" are removed from YelpWindow,
because everything goes through YelpPager, and it's considerably
simpler. There are a lot of regressions and breakages, but the
new infastructure will prove itself. (Shaun McCance)
Changes:
* Fix problem and potential crash in info converter.
* Updated translations.
* Don't forkbomb when DISPLAY is set.
* Updated README
* Removed C99-dependant code
* Gnomeified admonition graphics
* Removed yelp-base from OAF server file
* Save window size
* Fixed CFLAGS
* Don't forkbomb when restoring session
* Fix layout problem introduced by a11y fixes
* Fix bad XSLT syntax in getting admonitions
And more... review Changelog to see a complete list of changes.