History for Tk::Pod
version 0.9939
- new popup menu item "Copy Pod location"
version 0.9938_52
- fixed some tests caused by the new optionality of some
modules
version 0.9938_51
- META.yml needs also dynamic_config setting
- update of README
version 0.9938_50
- update to newest WWWBrowser.pm
- again fixes for fulltext search paths (problems seen on Debian
and Windows)
- debug mode: now with Reloader menu item
- META.yml uses optional_features instead of recommends
- changed DISPLAY check before test_harness call, hopefully
generating UNKNOWN test results
version 0.9938 So 3 Feb 2008 19:12:04 CET
- The internal man viewer can handle utf-8 now.
- Upgraded to newer WWWBrowser version (changed Windows support)
- fix for ActivePerl: perl documentation is in "pods" directory
- special handling for a2p pod
version 0.9937
- Make sure the displayed Pods in the tree match the actual @INC path
- Tk::Pod::Text Pod should now contain all Pod constructs as examples
- bugfix: fixed architecture path component stripping
- bugfix: fixed core/site/vendor coloring if installvendorlib/arch not
defined at all
- warning fix in Tk::Pod::FindPods for perl 5.005
version 0.9936
- Tk::More now used fixedFont/FixedFont for setting font via option db
- more Tk::More-related documentation
- t/cmdline.t does not fail anymore with perl 5.005_05
- fullsearch dialog with fixed font in listbox, making nicer columns
- fullsearch toplevel is now transient
- OK button in fullsearch dialog
- made the fulltext search work under MSWin32 (by using File::Spec
instead of manual filename arithmetic)
- all transient windows now have close buttons
- WWWBrowser is now bundled as Tk::Pod::WWWBrowser
- printing under MacOSX
- added basic tests for PodSearch and PodTree
version 0.9935
- fixed missing "use" in tkpod (spotted by Torsten Foertsch)
- nicer diagnostics output when finding duplicate modules
- better STDERR diagnostics if Pod cannot not be found in findpod
- cmdline.t tests with different environment settings
- cmdline.t works now in BATCH=0 mode
version 0.9934
- Fixed fulltext search on Debian machines (different index
location)
- minor Pod changes
- Tk::More and tkmore now support the -encoding option
- support coloring tree items for vendor directories
- new menu item: View Pod source (like Edit Pod, but using
Tk::More)
- new method for Tk::More: AddQuitBindings
- documented public methods in Tk::More
version 0.9933
- new menu items with search.cpan.org and annocpan.org links
- Print keybinding
- Ptksh menu entry in debug mode
- tkpod: pod names now have priority over directories (problem
spotted by Andreas Koenig)
- pod tree fixes for MacOSX
- do not run test suite if no DISPLAY available (X11 only)
version 0.9932
- bugfix - Tk::Pod did not work with Tk804 and without
Tk::ToolBar installed (thanks to Craig Thayer for spotting
the problem)
version 0.9931
- Tk::ToolBar menu icon support also for Tk800
(very experimental!)
version 0.9930
- fixing zoom function problems on some X11 servers
- changed About dialog
- tkmore: Pod, new options
- new environment variable TKPODCACHE
- fixed for installations with vendor_perl in @INC (thanks to
Alexey Tourbin)
version 0.9929
- no functional changes, just repair version damage
version 0.9928
- -f and -q options for tkpod
- fixes for Windows (tested with ActivePerl)
- minor usability improvements
- full search: it's now possible to restrict to the current
selected module subtree
version 0.9927
- new script tkmore (installed by default)
- experimental: menu icons (only with Tk::ToolBar installed
and with Tk804)
- fix: Back/Forward menu items are disabled if not applicable
- WidgetDump menu entry in debug mode
- Use a ligther background color for Text/Tree areas of Tk::Pod.
The -background option is now disabled. This is very experimental
and will change.
- experimental: new internal man viewer
- experimental: "Open by Name" accepts "-f ..." for displaying
functions and "-q ..." for FAQ questions
- Pod::Simple requirement increased to 2.05 because of bugs in
earlier versions
- pod_find in Tk::Pod::FindPods now works with softlinked
directories
version 0.9926
- changed search order: .pod files first, then .pm, .pl and
extension-less files
- Tk::Pod and Tk::Pod::Text are now better subclassable
- new tests t/pods.t and t/subclass.t
- changed -selectforeground in tree view
- polished Tk::HistEntry support
- new menu accelerators
- tiny layout change for =item (by Torsten Foertsch)
version 0.9925
- Tk::Pod::FindPods: using opendir/readdir instead of glob
version 0.9924
version 0.9923
- Zoom in/out was reversed (spotted by Martin Thurn)
- temporary print files now may get deleted on process end
- removed very experimental CPAN support --- use CPANPLUS::Shell::Tk
instead
- experimental support for displaying perlfunc functions in tree
(by category or alphabetically)
- some missing \Q...\E added
version 0.9922
- fixed logic in Tk::Pod::FindPods
version 0.9921
- new feature: search Perl FAQ
- bugfix (hopefully): aborting the rendering sometimes caused the
styles to get messed up
- bugfix: changing the font size now also propagates to Pod pages
in the history
version 0.9920
- more information in About dialog
- Tk::Pod::Cache: workaround for a reload bug (seen on RedHat 8.0 only)
- no more interactive tests --- bow there's "make demo"
version 0.9919
- search in Pod tree with history
- changed menu entry label "Set Pod" to "Open by Name"
- new environment variable TKPODDIRS
- documented TKPODPORT
- added accelerators for Zoom in/out
version 0.9918
- fixed the error case in Tk::Pod::Text::file
- changed Home, End, Prior and Next callbacks in Tree view
- invalidate cache on reload
- openpod with history
- added <MouseWheel> support
version 0.9917
- propagate -exitbutton to new windows
- Set Pod: new "New window" button
- tkpod -I lib (again) possible
- Tk::FcyEntry not used anymore because of problems under Windows
- document cleanup: replaced "POD" with "Pod"
- OO rewrite of Tk::Pod::FindPods
version 0.9916
- URL and man links are now clickable (Tk::Pod::Text::Link_url and
Tk::Pod::Text::Link_man)
- $Config{scriptdir} is now also scanned for pods (suggestion by
Marek Rouchal)
- New -exitbutton option. By default Tk::Pod widgets do not have an
exit menu entry anymore (suggestion by Bruce Ravel)
- new cmdline.t test
- server cleanup on SIGTERM
- fixed option handling in tkpod (-I switch not available anymore)
- moved some functions into new module Tk::Pod::Util
- bugfix: keyboard selection in POD tree now works
- bugfix for perllocal.pod handling
- another workaround for Tk::Pod::FindPods on MSWin32
version 0.9915
- use Tk::HistEntry in fulltext search dialog, if available
- tree view: now automatically jumping to the current leaf
- Double-2 binding in Tk::Pod::Text
- minor POD fixes
version 0.9914
- changed email address
- first non-development 0.99* version
version 0.99_13
- Tk::Pod::Cache was missing in the distribution :-(
- new environment variable TKPODEDITOR
version 0.99_12
- new module Tk::Pod::Cache --- memory cached documents are
rendered about three times faster than non-cached documents
- DEBUG now uses warn instead of print
version 0.99_11
- new zoom_normal/in/out menu entries
- default OS font size is honored now
version 0.99_10
- major changes by Sean Burke:
- Tk::Parse replaced by Pod::Simple and Tk::Pod::SimpleBridge
- changes to Tk::Pod::Text to use the new parser backend
- style definition moved to Tk::Pod::Styles
- printing facility for Windows with write.exe or notepad.exe
version 0.99_08
- fixed typo in Tk::Pod::Text --- links to head1 sections should
work now
- tkpod -s (server mode) implemented
- Adjuster between tree and text widgets works (again)
version 0.99_07
- cygwin compatibility
- bugfix in Tk::Pod::Text (thanks, John Cerney!)
version 0.99_06
- new "Set Pod" menu entry in Pod.pm
- Double-2 opens pod in new window (like Shift-Double-1)
- another change in Search_db.pm suggested by Martin Raspe
- compatibility to Tk 800.014
version 0.99_05
- change in Search_db.pm for ActivePerl (suggested by Martin Raspe)
version 0.99_04
- switch to show PODs of not installed CPAN modules
- new View menu
- POD tree is now switchable on and off from the menu
- some fixes
version 0.99_03
- some Text menu bindings in PodText
- incremented versions to prevent CPAN mismatches
- FullText search term is set automatically as search term in
PodText
version 0.99_02
- some fixes for MSWin32 and Perl 5.005
- Reload menu for PodTree
version 0.99_01
- various bug fixes
- colored entries in pod tree
- no more Tk40x.xxx support
- new/better More.pm bindings
- break long menus (on X11)
version 0.12 (not released)
- new Tk::Pod::Tree module and a tree view for POD files
- better history support: forward/backward/view history
(with new menu)
- new popup menu entry Forward
- Alt-Left/Right bindings
- usign getOpenFile instead of FileSelect
- using messageBox instead of BackTrace
- standard editor is ptked
- using Tk::Parse::Escapes instead of private translate hash
- change cursor image over links
- scrollbars are now on the right side (only Windows)
- bugfix: remove X<...> from section menu entries
- bugfix: internal links and middle button work now
- new maintainer
version 0.11
- fixed VERSION problem: 1.14+2 < 3.14
- Added 'standard perl' COPYRIGHT notices to modules
version 0.10
version 0.09
- Tk::Pod & Tk::Pod::Text: fixed version (1.9 > 1.10 problem)
- Added section menu (Thanks Slaven)
- Use Busy/UnBusy during load of POD
- 'Help'->'Usage..' used Pod_usage.pod
- L</"This heading"> works a bit better (still broken
if loaded to new POD window)
version 0.08
- E<> support also 'space' 'tab'
- I<> is now in weight 'medium' and not 'bold'
- -font option removed so it's really 'courier'
- Fixed version number of Tk::Pod and Tk::Pod::Text
so it increasing again (1.9 > 1.11 problem)
version 0.07
Tk/Pod/Text.pm
o Links don't change font size in =head and
=item commands
o Support L<man/"head*"> and L<man/item>
(/"head" and /item still don't work when
new Pod widget should is opened (<2> or
<Shift-1>)
o Support L<showthis|man/sec> (new in 5.004_05
to be and > 5.005_56)
Tk/Pod.pm
o Don't pack menubuttons for Tk800.. (Thanks
to Slaven Rezic <eserte@cs.tu-berlin.de>)
o 'Help/Usage' works when installed (also Win?)
Tk/More.pm
o better h,j,k,l bindings scroll regardless of
'insert' position
o insertCursor is invisible (well zero width)
o insertCursor off time set to 0 sec to switch
of blinking (see text.n doc)
o fixed packing so entry does not fanish for
small More widgets
version 0.06
- fixed 'Quit' error
- Pod widgets created from another Pod widget have now
same parent as Pod widget that created them
version 0.05
- tkpod: added -tk switch so, Pod will be found
even if Tk:: or Tk/ prefix is omitted.
- Fixed wrong $VERSION of Tk::Pod
version 0.0401
version 0.04
- applied Tk/Parse.pm patch of Slaven Rezic
<eserte@cs.tu-berlin.de> to fix problem
triggered by perlfaq4.pod
- Allow upcase chars in E<> as: Auml, Ouml,...
- Shift-Button-1 was used to open new window
on L<>. Now it's Button-2
- added 'szlig' to E<>
- Added more example POD markup to Tk/Pod/Text for
verification
version 0.03
- fixed warn on =for. Perl Data Language has lots
of them
- use alpha FcyEntry widget if available
- Tk/More status line: flat<->sunken, disabled<->normal
version 0.02
- use CDE default fonts if available
- first go on Tk::More widget
- use perlindex full text index if available
version 0.01
- derived from Tk402.003 tkpod Tk/Pod.pm
- Extracted Tk::Pod::Text from Tk::Pod and use ROText
- 'better than nothing POD' for tkpod, Tk::Pod, Tk::Pod::Text.pm
- Added tkpod Help menu
- L<> in blue
- Button-* load POD in same window (with shift in separate
window)
- tkpod now exits when last Pod widget is closed
- quick and dirty 'back' history.
- Added Popup menu: back, reload, edit
- removed Autoloader and sub old_process
- some other little fixes I can't remember right now