Warning, /sdk/kdesdk-kio/perldoc/CHANGES is written in an unsupported language. File is not indexed.

0001 0.9.1:
0002 * Actually works on KDE 4.  A function needed to be specially exported, forgetting to do so
0003   happened to work on KDE 3 and early versions of KDE 4 but that was never guaranteed.
0004 * Add guard to only use gcc extension if compiling with gcc.
0005 
0006 0.9: Initial KDE 4 release.
0007 * Port to KDE 4.
0008 * Add kio_perldoc to GENERATOR metainfo.
0009 * Better output for non-breaking spaces.
0010 * Don't try to load IMG tags.
0011 * Fix formatting of bulleted lists. (Patch from Bruce Ravel)
0012 * Use ::foo() form of C functions everywhere.
0013 * Correct call to execlp().  The same concerns apply to it as applied to
0014   execl().  This stops the command from actually trying to show a man page when
0015   kdeinit is started from a tty.
0016 * Don't add the HTML page name for hyperlinks that point to the same page.  First off,
0017   we sometimes do it wrong and break the link, and second of all, it's simply less
0018   efficient to force a reload of the same page.
0019 * Improve HTML output formatting.  Looks more like www.kde.org although I opted not to
0020   add the KDE header to the output.
0021 
0022 0.8: Initial KDE 3 release.