{jstools changes from 3.6/3.0 to 4.0/4.0 (See also lib/jdoc/jedit-changes.jrt) This documents changes between versions 3.6/3.0 and 4.0/4.0 of the jstools package. Changes after 4.0/4.0 are also documented, and Changes up through version 3.6/3.0 are documented too, albeit a little more haphazardly. Before version 4.0/4.0 before 1995.03.30 · wrote jnls.tcl · started writing jnls.tcl document · incorporated calls to j:nls in jstools libraries · modified documents for them to mention it 1995.03.30 · finished incorporating j:nls into jstools libraries (error calls) · changed j:nls to use subst if available, and emulate it otherwise · documented that fact 1995.04.01 · wrote j:nls:underline, j:nls:accelerator, j:nls:set_defaults · finished jnls.tcl library documentation (almost - needs a little reorganisation and a section on databases) · began jcommand.tcl j:cmd:register j:cmd:list j:cmd:menuentry (to add: make accel display optional) j:cmd:button (needs work: size, and ability to show underline, accelerator) j:cmd:bind · started documentation for jcommand.tcl 1995.04.02 · renamed j:cmd:... procedures to j:command:... · documented j:command:register, j:command:list, j:command:menuentries, j:command:button, j:command:buttonbar, j:command:bind · added j:command:menuentry alias for j:command:menuentries · started jstools.tcl library · registered j:cmd:prompt_tcl and j:cmd:prompt_tcl in j:jstools_init · modified jdoc to use jnls.tcl and jcommand.tcl libraries (changed jdoc Done button to Quit) · modified jabbrevs to use jnls.tcl and jcommand.tcl libraries. 1995.04.03 · modified jmore to use jnls.tcl · BUG FIX: jmore now complains gracefully if you give it a directory name. · modified jedit_cmds.tcl to register commands · modified jedit_menus.tcl to use j:command:menuentries · BUG FIX: fonts with spaces in name didn't work in -font option to j:more 1995.04.04 · split jmenu.tcl off from jcommand.tcl · redid documentation to match · wrote j:menu:menubutton, j:menu:checkbuttons, j:menu:checkbuttons · documented the above · more work in jedit_menus.tcl to use new libraries · Tk4 BUG FIX: removed reference to tk_entryBackSpace · stole code from Tk library to replace reliance on internals in j:ek:see_insert · Tk4 BUG FIX: now programmatically trash all Entry and Text keybindings :-) 1995.04.05 · redid Filter menu in jedit to use command procedures - jedit_menus.tcl is done (changed Capitalise to Uppercase) · added Filter command procedures · wrote jedit:guarantee_selection and used in indentation cmds · in j:command:bind, wrapped bind in a catch to deal with bad keysyms · redid jedit_bindings.tcl to use j:command:bind · made all punctuation that's handled specially checkpoint widget state (improves usefulness of checkpointing) · added parenflash to Prefs menu · added j:nls:short, modified j:command:button[bar] to use it · made jedit:mkbuttonbar use j:command:buttonbar · updated modes to use new button stuff: code, richtext, note, tcl, exmh, mh. 1995.04.06 · documented j:nls:short in jnls.tcl.jdoc; documented it's use by j:command jcommand.tcl.jdoc · documented parenflash on jedit Prefs menu · documented checkpointing on punctuation in jedit · started updating jedit_prog.jdoc · added reading of ~/.tk/jstools.ad, ~/.tk/jstoolsrc.tcl to j:jstools_init 1995.04.08 · added support for distinct accelerator string (j:nls:accelerator) and binding (j:nls:binding) · documented above · documented ~/.tk/jstools.ad, ~/.tk/app.ad, ~/.tk/jstoolsrc.tcl · made j:jstools_init set JSTOOLS_VERSION, removed from boiler_header.tcl · finished updating jedit_prog.jdoc · updated jeditmodes/jdoc-mode.tcl for jnls usage · checked following files for jnls usage: jedit_bindings.tcl jedit_checkpoint.tcl jedit_io.tcl (jedit_menus.tcl done) jedit_modes.tcl jedit_paren.tcl jedit_tags.tcl jedit_typing.tcl jedit_ui.tcl jedit_util.tcl · started jtclutils.tcl with j:default 1995.04.09 · updated jdoc-mode.tcl, mail-mode.tcl · added Escape to j:cancel_button, documented · updated jedit_cmds.tcl for jnls usage · updated jedit_prefs.tcl for jnls usage; changed strings and layout 1995.04.10 · added j:menu:docs · updated jabbrevs to use it 1995.04.12 · added help menu to jedit (didn't update all modes, just Tcl) 1995.04.15 · documented j:menu:docs in jmenu.tcl documentation. · played some with jbindtext.tcl, jbindentry.tcl; improved, but not fixed. 1995.04.17 · added prefixes to NLS [now LDB] keys for jedit, jmore. (jabbrevs, jdoc don't really need it.) · kludged together a workaround for Tk4 binding mechanism in jbind{text,entry}.tcl. [obsoleted by production release of Tk4.0] · removed -relief flat (or sunken) from various commands in lib, bin · removed some j:rules from jedit, jmore.tcl. · axed j:current_focus (it didn't work, anyway) 1995.04.19 · changed j:read_prefs and j:write_prefs to generate/read Tcl code also add .tcl to filename · (jedit still has problem of Done button not working...) 1995.04.20 · documented new jtclutils.tcl library · documented changes to jprefs.tcl 1995.04.21 · updated modes to use docs preference · updated modes to use jnls throughout · axed the old jhelp application (it didn't work any more) · fixed bug where Delete didn't delete selection at beginning of text (or ^D at end) · fixed bug in font­preference pane of jedit preferences panel (didn't work at all) · fixed bug where jedit would die if you specified a non­existent mode · fixed arguable bugs where panels couldn't handle jnls strings with substitutions (added uplevel's to perform substitutions in caller's context) · fixed jedit bugs when user specified a directory or an unreadable file · moved some jedit commands from Editor to File menu · moved some jdoc commands from Doc Viewer to Document menu · moved some jabbrevs commands from Abbrevs to File menu · restarted work on jnewbrowser 1995.04.22 · changed jbind* code to match new Tk4.0b3 patch (bind tag order) · fixed some bugs related to jedit special bindings (punctuation, etc.) · fixed bug where check for directory/unreadable file was in the wrong place 1995.04.23 · removed Escape binding from j:cancel_button again (conflicts with Emacs keys) · added break under Tk4 to j:cancel_button and j:default_button. 1995.05.06 · added new wrapper scripts, and documented: jalert jcolname jcolrgb jconfirm jfs jprompt · fixed bug in j:prompt_colour_* where user-specified prompt was being ignored because it wasn't found in nls database and there was a default given to the j:nls call 1995.07.19 · improved Tk4.0 compatibility of jpeople (mostly bindings) · started jedit HTML mode 1995.07.24 · fixed bug where jprefs.tcl would fail when the directory it was writing to was a subdirectory of a directory that didn't exist (in practice, writing jedit mode­specific preferences when ~/.tk doesn't exist) · added Esc-space Emacs binding · more work on jedit HTML mode some changes lost here · somewhere in here I fixed a bug where all jstools applications would fail if USER was undefined (e.g. under bash); now I'll use LOGNAME or the last element in HOME 1995.08.11 · more work (still undocumented) on HTML mode 1995.08.14 · updated copyright notice on all files (made less restrictive) 1995.08.19 · Tk4.0 compatibility changes to jpeople · bug fix: WM_DELETE_WINDOW handler for jpeople didn't pass a window name 1995.08.19 · (re­)added PS organiser page output to jpeople · added jpeople: prefix to all jpeople procedures that didn't have it already · commented out some no­longer­used jpeople procedures · integrated PostScript preamble (not yet sufficiently general) into jpeople script · modified character encoding in jpeople PostScript preamble; made ISO accents non­spacing (yes, I know that violates the standard...) · fixed several bugs with bindings not including break in Tk4, notably in jfs.tcl and the jdoc topic­selection panel. No doubt more to be found. · fixed bug where j:tag:archive_text_widget added a newline at the end of the text in Tk4 · fixed jpeople's Save As... command · documented html mode · added global preferences for Web browser and man page viewer · created jviewers.tcl to use new preferences · made jdoc_hypertext.tcl use new procedures from jviewers.tcl · documented commands moved from misc. menu to File menu in jabbrevs, jdoc, and jedit 1995.08.22 · changed break to continue in j:nls:set_defaults; this fixed bug where if a key was repeated, the rest of the database wouldn't be read 1995.08.24 · changed jnls.tcl (and databases) to use period instead of underscore as separator (e.g. en.uk.cockney instead of en_uk_cockney) and documented change; I think this is the standard 1995.09.06 · overrode in jtextmouse.tcl to see if this fixes the problem with the selection becoming sticky · commented out B3 bindings in jtextmouse.tcl - this lets gesture­cut and ­paste from my .tk/jeditrc.tcl work again · minor changes to html-mode.tcl - mostly adding underlined characters to HTML menu 1995.09.15 · added -line option to jedit:jedit in jedit_utils.tcl, documented · added +linenumber command­line syntax to jedit command, documented · changed nls/NLS to ldb/LDB throughout the code (including pathnames and documentation) · changes to my ~/.tk/jeditrc.tcl implementing gesture commands and popups - this will eventually find its way into jedit and/or its own library (undocumented) · fixed bug in j:ldb:read_database_recursively that prevented any but the most­specific database from being read 1995.09.16 · worked on improving focus behaviour when various dialogue panels are closed 1995.09.24 · fixed bug with jedit:pipe and jedit:text_regsub when sel.last was at the end of the text (not quite sure why it was occurring, but I worked around it) · added missing `$w see insert' in j:text:replace 1995.09.25 · fixed j:emb:sel_word for Tk4 · implemented TkMan support in jviewers.tcl (stole code from contrib/remote.tcl in distribution) 1995.09.26 · documented jedit Help menu · fixed jedit unindent command for lines beginning with tabs · updated jedit documentation; flagged everything that currently needs attention · fixed Tk4 scrolling bugs in jmore.tcl (and hence jmore) · added -annotation option to jmore.tcl (and documented) · added special processing of .jrt files to jmore (and documented) 1995.09.29 · fixed (at least under 4.0) ergonomic bug in j:fs and j:prompt where end of a long pathname would be hidden after Tab · fixed bug in j:fs where pressing Return after typing a full path (with initial slash) to a directory would return the directory rather than just cd'ing in the file selector · kludgily made jtagconvert.tcl translate jdoc links, documented. (no interface to J_PREFS(html,jdoc_prefix) yet) (whole hypertext mechanism needs to be made more general; also, relative v. absolute links are a problem) 1995.10.01 · fixed joptionbutton.tcl Tk4 binding bug where original listbox bindings were getting called · modified jtextmouse.tcl to use Tk4.0 mechanism for drag­scrolling · removed support for drag­scrolling under Tk3 from jtextmouse.tcl · added gesture­cut, gesture­paste, two gesture menus to jedit, documented · documented shell utilities in jstools main documentation · removed mention of jhelp in jstools main documentation · updated all documentation for version number · updated all documentation and jabout.tcl for email address 1995.10.02 · fixed bug where jmore wouldn't exit when you closed the last j:more window if there was a j:find panel open · added .jdoc support to jmore; documented · documented jviewers.tcl 1995.10.03 · updated copyright notices in library file documentation 1995.10.05 · updated html­mode documentation 1995.10.06 · updated jcommand.tcl documentation · updated jmenu.tcl documentation 1995.10.09 · wrote jstools/ldb.jdoc · updated jldb.tcl.jdoc · updated all library documentation files for localisable parameters · checked all library documentation files for flagged sections · updated jtagconvert.tcl to handle foo.jdoc#anchor -> foo.html#anchor · converted docs to HTML 1995.10.12 · fixed jbrowser listbox bindings for Tk4 · added catch to focus -force... in jmore.tcl (need to do other dialogue panels) 1995.10.13 · fixed some Tk4 binding and scrolling bugs in jbrowser · added -underlines to jbrowser · fixed address in about boxes · made jcalendar create ~/Calendar if it doesn't exist; no longer tries to use ~/.xcal · minor fixes to jmsgs · some work on jlaunchpad Released beta version 4.0/4.0b. 1995.10.29 · cleaned up jstools.jdoc a little · fixed old references to jnls.tcl (now jldb.tcl) · added language_codes.jdoc and country_codes.jdoc and made appropriate links · removed (superfluous) TkMan checkbox from jdoc preference panel; Global Preferences let you choose a man page viewer 1995.11.01 · trimmed out Changes sections, removed Evolution heading from documentation (still need to merge old Changes sections into a single document or so) · started jrtgrep tool (in etc, not yet w-in-p) · started changing calumet.org to aq.org 1995.11.02 · turned this list into a jdoc document · turned old changes sections from individual jdoc files into a separate document, made links 1995.11.03 · removed help-mode.tcl; it was broken, and there's no longer a jhelp to write documents for 1995.11.03 · fixed bug in j:wm_client; it was searching for the existence of a hostname command with full pathnames but calling it without, so if the command existed but wasn't in your path you'd get an error · changes to jmore.tcl and jmore executable to work around problem with widget destruction in Tk3 (bug in my code - not catching focusses, and I think also a bug in Tk3 to do with widget destruction - exit 0 seems not to work during deletion of a widget, so I wrap it in an after) 1995.11.04 · calumet -> aq in jbr_cmds.tcl jdoc_cmds.tcl jedit_cmds.tcl and jtextmouse.tcl · last few fixes to documentation (Tk compatibility section, `localisable', version numbers) · added j:about_donations procedure, added Donations button to about boxes to list my favourite charities 1995.11.08 · updated jslibraries.jdoc; it hadn't listed all the libraries Released version 4.0/4.0. } {{{list:level:1 {9.0 13.0 14.0 17.0 18.0 30.0 31.0 44.0 45.0 50.0 51.0 59.0 60.0 72.0 73.0 78.0 79.0 97.0 98.0 102.0 103.0 105.0 106.0 108.0 109.0 111.0 112.0 119.0 120.0 123.0 124.0 126.0 127.0 140.0 141.0 144.0 145.0 147.0 148.0 156.0 157.0 159.0 160.0 163.0 164.0 165.0 166.0 167.0 168.0 169.0 170.0 172.0 173.0 186.0 187.0 188.0 189.0 190.0 191.0 194.0 195.0 200.0 201.0 202.0 203.0 205.0 206.0 208.0 209.0 215.0 216.0 219.0 220.0 228.0 229.0 232.0 233.0 234.0 235.0 236.0 237.0 239.0 240.0 246.0 247.0 249.0 250.0 256.0 260.0 264.0 265.0 268.0 269.0 271.0 272.0 273.0 274.0 276.0 277.0 280.0 281.0 282.0}} {sel {5.85 5.106}} {jdoc:xref:link {5.85 5.106 5.132 5.166}} {richtext:font:roman {2.0 3.10 3.36 5.67 5.74 7.0 7.22 8.0 8.17 9.8 9.16 10.18 10.26 11.24 11.29 11.33 11.40 13.0 14.0 14.25 14.30 14.36 14.43 15.10 15.15 15.23 15.28 17.0 18.0 18.8 18.23 18.25 18.42 18.44 18.62 19.11 19.19 21.8 21.20 22.2 22.16 23.2 23.12 24.2 24.17 26.2 26.14 28.2 28.12 29.28 29.40 30.0 31.0 31.10 31.16 31.34 31.44 33.2 33.20 34.2 34.16 35.2 35.23 36.2 36.18 37.2 37.21 38.2 38.16 39.8 39.27 39.38 39.59 40.10 40.21 41.13 41.29 41.34 41.50 41.54 41.68 42.11 42.15 42.23 42.31 42.36 42.48 42.69 42.73 43.11 43.19 43.27 43.35 43.40 43.52 44.0 44.10 45.11 45.16 45.24 45.32 46.2 46.10 46.11 46.16 47.11 47.25 48.11 48.26 48.34 48.55 49.2 49.10 49.52 49.57 49.68 49.74 50.0 50.10 51.8 51.17 51.27 51.39 53.8 53.25 53.27 53.46 53.48 53.67 55.15 55.30 56.2 56.14 57.65 57.80 58.2 58.14 59.0 59.10 60.23 60.28 60.57 60.72 63.7 63.33 64.5 64.19 64.29 64.33 64.39 64.44 65.8 65.26 65.34 65.48 69.8 69.19 69.30 69.46 69.47 69.50 70.7 70.24 70.29 70.48 71.41 71.45 71.47 71.55 71.57 71.61 71.63 71.66 71.68 71.72 71.74 71.76 72.0 72.10 73.13 73.24 73.28 73.41 73.66 73.75 73.76 73.93 74.27 74.32 75.45 75.50 76.19 76.34 77.19 77.35 77.37 77.56 77.60 77.74 78.0 78.10 79.49 79.66 79.81 79.94 81.13 81.29 81.31 81.43 81.45 81.64 82.7 82.21 82.26 82.41 82.56 82.73 83.20 83.35 84.10 84.34 84.39 84.43 85.30 85.34 86.1 86.19 87.1 87.21 88.1 88.13 89.2 89.17 90.1 90.16 91.1 91.16 92.1 92.15 93.1 93.17 94.1 94.13 95.1 95.11 95.12 95.15 96.10 96.23 96.29 96.38 97.0 97.10 98.10 98.23 98.25 98.38 99.8 99.14 99.18 99.33 100.10 100.24 100.29 100.33 101.10 101.25 101.30 101.34 102.0 102.10 103.8 103.19 104.10 104.18 105.0 105.10 106.21 106.26 108.0 108.10 109.13 109.24 109.28 109.37 110.19 110.32 110.34 110.48 111.0 111.10 112.43 112.48 112.50 112.55 113.2 113.10 113.12 113.16 114.61 114.66 114.67 114.71 114.72 114.77 114.78 114.82 116.10 116.22 116.27 116.33 116.60 116.63 116.65 116.68 117.15 117.21 117.28 117.33 117.35 117.44 118.7 118.22 119.0 119.10 120.10 120.22 120.27 120.40 121.10 121.14 122.3 122.8 123.0 123.10 124.17 124.30 125.24 125.34 126.0 126.10 127.23 127.27 128.23 128.27 129.15 129.20 130.74 130.76 131.39 131.44 132.18 132.23 133.51 133.55 134.8 134.15 135.8 135.13 136.13 136.18 137.13 137.17 138.13 138.21 139.20 139.31 140.0 140.10 141.10 141.15 142.29 142.34 144.0 144.10 145.10 145.16 145.30 145.45 146.8 146.13 146.27 146.42 146.47 146.63 147.0 147.10 149.1 150.0 150.1 151.0 151.1 152.0 152.1 153.0 153.1 154.0 154.1 154.8 155.15 155.32 155.156 155.161 155.166 156.10 157.34 157.41 158.10 158.15 159.0 159.10 160.18 160.28 160.83 160.86 160.151 160.156 160.188 160.193 161.8 161.17 162.15 162.20 163.0 163.22 164.44 164.51 164.79 164.83 164.110 164.114 164.130 164.137 164.161 164.165 165.0 165.10 167.0 167.10 169.0 169.10 170.33 170.40 171.11 171.27 171.40 171.47 171.73 172.10 173.41 173.48 174.8 174.16 174.31 174.38 175.36 175.43 176.69 176.76 177.33 177.40 178.49 178.54 178.74 178.81 178.90 178.94 179.18 179.43 180.8 180.15 181.13 181.17 183.10 183.22 184.7 184.25 184.50 184.62 185.60 185.68 185.70 185.74 185.80 185.85 186.0 186.10 187.10 187.15 187.19 187.27 187.31 187.49 188.0 188.10 189.10 189.18 189.90 189.103 189.115 189.128 190.0 190.10 191.11 191.21 191.25 191.39 192.31 192.45 192.89 192.104 193.19 193.32 194.0 194.10 195.8 195.13 195.24 195.35 195.39 195.54 196.8 196.19 196.43 196.48 197.10 197.13 197.14 197.17 197.21 197.24 197.25 197.28 198.16 198.33 198.116 198.121 199.15 199.46 200.0 200.10 202.0 202.10 203.17 203.27 203.32 203.49 203.55 203.63 204.17 204.30 204.35 204.49 205.0 205.10 206.8 206.22 207.14 207.19 207.31 207.43 207.61 207.79 208.0 208.10 209.13 209.18 210.8 210.13 211.10 211.15 212.30 212.39 212.51 212.56 213.8 213.19 213.30 213.39 214.30 214.34 214.44 214.49 215.0 215.10 216.46 216.50 216.55 216.63 216.115 216.118 217.15 217.19 217.35 217.41 217.147 217.149 218.16 218.31 218.42 218.46 218.83 218.108 218.114 218.219 219.0 219.10 220.8 220.25 221.11 221.25 222.52 222.66 223.57 223.62 224.32 224.39 225.21 225.26 225.30 225.37 227.32 227.42 228.0 228.10 229.18 229.23 229.63 229.69 229.92 229.98 230.8 230.13 230.25 230.30 231.13 231.25 232.0 232.10 234.0 234.10 236.0 236.10 237.10 237.22 238.10 238.19 239.0 239.10 240.8 240.24 241.10 241.23 244.10 244.25 244.36 244.51 244.55 244.70 246.0 246.10 247.8 247.16 248.17 248.29 248.36 248.45 249.0 249.10 250.47 250.55 251.8 251.18 251.23 251.31 253.7 253.16 253.24 253.34 253.79 253.86 254.17 254.22 255.15 255.25 257.0 258.0 259.0 259.10 260.13 260.25 261.26 261.34 261.40 261.48 262.8 262.27 262.32 262.50 263.44 263.48 264.0 264.10 265.14 265.21 265.40 265.49 265.102 265.109 266.10 266.17 266.27 266.30 266.40 266.46 267.19 267.30 267.34 267.40 268.0 268.10 269.26 269.30 270.46 270.50 271.0 271.10 272.10 272.23 272.64 272.69 273.0 273.10 274.15 274.26 274.68 274.76 275.13 275.22 275.27 275.32 275.120 275.125 275.129 275.134 275.145 275.150 275.201 275.207 275.274 275.279 276.0 276.10 277.2 277.9 277.13 277.15 277.19 277.31 277.32 277.45 277.46 277.60 277.65 277.79 279.8 279.25 280.0 280.10 281.10 281.26 283.0 283.25 284.0}} {richtext:font:italic {160.83 160.86 196.9 196.19 275.145 275.150}} {richtext:font:bold {3.10 3.36 5.67 5.74 9.8 9.16 10.18 10.26 11.33 11.40 14.36 14.43 19.11 19.19 21.8 21.20 29.28 29.40 40.10 40.21 42.23 42.31 42.36 42.48 43.27 43.35 43.40 43.52 45.24 45.32 46.2 46.10 47.11 47.25 48.11 48.26 49.2 49.10 51.8 51.17 51.27 51.39 55.15 55.30 56.2 56.14 58.2 58.14 60.23 60.28 60.57 60.72 63.7 63.8 65.8 65.26 73.28 73.41 73.76 73.93 76.19 76.34 77.19 77.35 77.37 77.56 81.13 81.29 81.31 81.43 81.45 81.64 82.56 82.73 83.20 83.35 84.10 84.34 84.39 84.43 85.30 85.34 86.1 86.19 87.1 87.21 88.1 88.13 89.2 89.17 90.1 90.16 91.1 91.16 92.1 92.15 93.1 93.17 94.1 94.13 95.1 95.11 95.12 95.15 96.10 96.23 98.10 98.23 98.25 98.38 99.8 99.14 100.10 100.24 100.29 100.33 101.10 101.25 101.30 101.34 103.8 103.19 104.10 104.18 106.21 106.26 109.28 109.37 110.19 110.32 110.34 110.48 114.61 114.66 114.67 114.71 114.72 114.77 114.78 114.82 116.60 116.63 116.65 116.68 117.35 117.44 121.10 121.14 124.17 124.30 125.24 125.34 128.23 128.27 130.74 130.76 133.51 133.55 141.10 141.15 142.29 142.34 145.10 145.16 157.34 157.41 158.10 158.15 160.18 160.28 160.151 160.156 160.188 160.193 161.8 161.17 162.15 162.20 164.44 164.51 164.110 164.114 170.33 170.40 171.40 171.47 173.41 173.48 174.31 174.38 175.36 175.43 176.69 176.76 177.33 177.40 178.74 178.81 178.90 178.94 180.8 180.15 181.13 181.17 183.10 183.22 184.7 184.25 184.50 184.62 185.60 185.68 185.70 185.74 185.80 185.85 189.10 189.18 189.90 189.103 189.115 189.128 191.25 191.39 192.31 192.45 192.89 192.104 193.19 193.32 195.39 195.54 196.43 196.48 198.16 198.33 198.116 198.121 207.14 207.19 207.31 207.43 207.61 207.79 209.13 209.18 210.8 210.13 211.10 211.15 212.30 212.39 212.51 212.56 213.30 213.39 214.30 214.34 214.44 214.49 216.115 216.118 217.15 217.19 217.35 217.41 218.16 218.31 218.42 218.46 220.8 220.25 221.11 221.25 222.52 222.66 223.57 223.62 224.32 224.39 225.30 225.37 227.32 227.42 229.18 229.23 230.8 230.13 230.25 230.30 231.13 231.25 237.10 237.22 238.10 238.19 240.8 240.24 241.10 241.23 244.10 244.25 247.8 247.16 248.36 248.45 250.47 250.55 251.23 251.31 253.7 253.16 253.24 253.34 253.79 253.86 254.17 254.22 255.15 255.25 257.0 258.0 260.13 260.25 261.26 261.34 261.40 261.48 262.8 262.27 262.32 262.50 263.44 263.48 269.26 269.30 270.46 270.50 272.10 272.23 272.64 272.69 275.13 275.22 275.27 275.32 277.19 277.31 277.32 277.45 277.46 277.60 277.65 277.79 281.10 281.26 283.0 283.25}} {richtext:font:bolditalic {8.0 8.17 13.0 14.0 17.0 18.0 30.0 31.0 44.0 44.10 50.0 50.10 59.0 59.10 72.0 72.10 78.0 78.10 97.0 97.10 102.0 102.10 105.0 105.10 108.0 108.10 111.0 111.10 119.0 119.10 123.0 123.10 126.0 126.10 140.0 140.10 144.0 144.10 147.0 147.10 156.0 156.10 159.0 159.10 163.0 163.22 165.0 165.10 167.0 167.10 169.0 169.10 172.0 172.10 186.0 186.10 188.0 188.10 190.0 190.10 194.0 194.10 200.0 200.10 202.0 202.10 205.0 205.10 208.0 208.10 215.0 215.10 218.114 218.219 219.0 219.10 228.0 228.10 232.0 232.10 234.0 234.10 236.0 236.10 239.0 239.10 246.0 246.10 249.0 249.10 259.0 259.10 264.0 264.10 265.14 265.21 265.40 265.49 265.102 265.109 268.0 268.10 271.0 271.10 273.0 273.10 276.0 276.10 280.0 280.10}} {richtext:font:typewriter {11.24 11.29 14.25 14.30 15.10 15.15 15.23 15.28 18.8 18.23 18.25 18.42 18.44 18.62 22.2 22.16 23.2 23.12 24.2 24.17 26.2 26.14 28.2 28.12 31.10 31.16 31.34 31.44 33.2 33.20 34.2 34.16 35.2 35.23 36.2 36.18 37.2 37.21 38.2 38.16 39.8 39.27 39.38 39.59 41.13 41.29 41.34 41.50 41.54 41.68 42.11 42.15 42.69 42.73 43.11 43.19 45.11 45.16 46.11 46.16 48.34 48.55 49.52 49.57 49.68 49.74 53.8 53.25 53.27 53.46 53.48 53.67 57.65 57.80 63.8 63.33 64.5 64.19 64.29 64.33 64.39 64.44 65.34 65.48 69.8 69.19 69.30 69.46 69.47 69.50 70.7 70.24 70.29 70.48 71.41 71.45 71.47 71.55 71.57 71.61 71.63 71.66 71.68 71.72 71.74 71.76 73.13 73.24 73.66 73.75 74.27 74.32 75.45 75.50 77.60 77.74 79.49 79.66 79.81 79.94 82.7 82.21 82.26 82.41 96.29 96.38 99.18 99.33 109.13 109.24 112.43 112.48 112.50 112.55 113.2 113.10 113.12 113.16 116.10 116.22 116.27 116.33 117.15 117.21 117.28 117.33 118.7 118.22 120.10 120.22 120.27 120.40 122.3 122.8 127.23 127.27 129.15 129.20 131.39 131.44 132.18 132.23 134.8 134.15 135.8 135.13 136.13 136.18 137.13 137.17 138.13 138.21 139.20 139.31 145.30 145.45 146.8 146.13 146.27 146.42 146.47 146.63 149.1 150.0 150.1 151.0 151.1 152.0 152.1 153.0 153.1 154.0 154.1 154.8 155.15 155.32 155.156 155.161 164.79 164.83 164.130 164.137 164.161 164.165 171.11 171.27 174.8 174.16 178.49 178.54 179.18 179.43 187.10 187.15 187.19 187.27 187.31 187.49 191.11 191.21 195.8 195.13 195.24 195.35 196.8 196.9 197.10 197.13 197.14 197.17 197.21 197.24 197.25 197.28 199.15 199.46 203.17 203.27 203.32 203.49 203.55 203.63 204.17 204.30 204.35 204.49 206.8 206.22 213.8 213.19 216.46 216.50 216.55 216.63 217.147 217.149 218.83 218.108 225.21 225.26 229.63 229.69 229.92 229.98 244.36 244.51 244.55 244.70 248.17 248.29 251.8 251.18 266.10 266.17 266.27 266.30 266.40 266.46 267.19 267.30 267.34 267.40 274.15 274.26 274.68 274.76 275.120 275.125 275.129 275.134 275.201 275.207 275.274 275.279 277.2 277.9 277.13 277.15 279.8 279.25}} {richtext:font:heading0 {1.0 2.0}} {richtext:font:heading1 {7.0 7.22}} {special:list_item:1 {9.0 9.1 10.0 10.1 11.0 11.1 12.0 12.1 14.0 14.1 15.0 15.1 16.0 16.1 18.0 18.1 19.0 19.1 21.0 21.1 29.0 29.1 31.0 31.1 32.0 32.1 39.0 39.1 40.0 40.1 41.0 41.1 42.0 42.1 43.0 43.1 45.0 45.1 46.0 46.1 47.0 47.1 48.0 48.1 49.0 49.1 51.0 51.1 52.0 52.1 53.0 53.1 54.0 54.1 55.0 55.1 56.0 56.1 57.0 57.1 58.0 58.1 60.0 60.1 62.0 62.1 63.0 63.1 64.0 64.1 65.0 65.1 66.0 66.1 68.0 68.1 69.0 69.1 70.0 70.1 71.0 71.1 73.0 73.1 74.0 74.1 75.0 75.1 76.0 76.1 77.0 77.1 79.0 79.1 80.0 80.1 81.0 81.1 82.0 82.1 83.0 83.1 84.0 84.1 85.0 85.1 96.0 96.1 98.0 98.1 99.0 99.1 100.0 100.1 101.0 101.1 103.0 103.1 104.0 104.1 106.0 106.1 109.0 109.1 110.0 110.1 112.0 112.1 114.0 114.1 116.0 116.1 117.0 117.1 118.0 118.1 120.0 120.1 122.0 122.1 124.0 124.1 125.0 125.1 127.0 127.1 128.0 128.1 129.0 129.1 130.0 130.1 131.0 131.1 132.0 132.1 133.0 133.1 135.0 135.1 136.0 136.1 137.0 137.1 138.0 138.1 139.0 139.1 141.0 141.1 142.0 142.1 143.0 143.1 145.0 145.1 146.0 146.1 148.0 148.1 155.0 155.1 157.0 157.1 158.0 158.1 160.0 160.1 161.0 161.1 162.0 162.1 164.0 164.1 166.0 166.1 168.0 168.1 170.0 170.1 171.0 171.1 173.0 173.1 174.0 174.1 175.0 175.1 176.0 176.1 177.0 177.1 178.0 178.1 179.0 179.1 180.0 180.1 181.0 181.1 182.0 182.1 183.0 183.1 184.0 184.1 185.0 185.1 187.0 187.1 189.0 189.1 191.0 191.1 192.0 192.1 193.0 193.1 195.0 195.1 196.0 196.1 197.0 197.1 198.0 198.1 199.0 199.1 201.0 201.1 203.0 203.1 204.0 204.1 206.0 206.1 207.0 207.1 209.0 209.1 210.0 210.1 211.0 211.1 212.0 212.1 213.0 213.1 214.0 214.1 216.0 216.1 217.0 217.1 218.0 218.1 220.0 220.1 221.0 221.1 222.0 222.1 223.0 223.1 224.0 224.1 225.0 225.1 226.0 226.1 227.0 227.1 229.0 229.1 230.0 230.1 231.0 231.1 233.0 233.1 235.0 235.1 237.0 237.1 238.0 238.1 240.0 240.1 241.0 241.1 242.0 242.1 243.0 243.1 244.0 244.1 245.0 245.1 247.0 247.1 248.0 248.1 250.0 250.1 251.0 251.1 252.0 252.1 253.0 253.1 254.0 254.1 255.0 255.1 260.0 260.1 261.0 261.1 262.0 262.1 263.0 263.1 265.0 265.1 266.0 266.1 267.0 267.1 269.0 269.1 270.0 270.1 272.0 272.1 274.0 274.1 275.0 275.1 277.0 277.1 278.0 278.1 279.0 279.1 281.0 281.1}} {list:1:ul {9.0 13.0 14.0 17.0 18.0 30.0 31.0 44.0 45.0 50.0 51.0 59.0 60.0 72.0 73.0 78.0 79.0 97.0 98.0 102.0 103.0 105.0 106.0 108.0 109.0 111.0 112.0 119.0 120.0 123.0 124.0 126.0 127.0 140.0 141.0 144.0 145.0 147.0 148.0 156.0 157.0 159.0 160.0 163.0 164.0 165.0 166.0 167.0 168.0 169.0 170.0 172.0 173.0 186.0 187.0 188.0 189.0 190.0 191.0 194.0 195.0 200.0 201.0 202.0 203.0 205.0 206.0 208.0 209.0 215.0 216.0 219.0 220.0 228.0 229.0 232.0 233.0 234.0 235.0 236.0 237.0 239.0 240.0 246.0 247.0 249.0 250.0 256.0 260.0 264.0 265.0 268.0 269.0 271.0 272.0 273.0 274.0 276.0 277.0 280.0 281.0 282.0}} {jdoc:link:jstools/jstools-changes-old.jdoc {5.132 5.166}} {jdoc:link:jstools/jstools-changes-4.0.jdoc {5.85 5.106}}} {{convert:place:197.0 169.0} {convert:place:155.6 135.8} {convert:place:270.90 229.92} {convert:place:36.20 33.20} {convert:place:78.6 69.8} {convert:place:270.96 229.98} {convert:place:163.27 142.29} {convert:place:330.58 277.60} {current 270.93} {convert:place:292.0 246.0} {convert:place:155.11 135.13} {convert:place:330.63 277.65} {convert:place:28.14 26.14} {convert:place:163.32 142.34} {convert:place:249.8 211.10} {convert:place:314.25 265.102} {convert:place:231.11 197.13} {convert:place:231.12 197.14} {convert:place:296.10 249.10} {convert:place:306.10 259.10} {convert:place:231.15 197.17} {convert:place:314.32 265.109} {convert:place:94.18 83.20} {convert:place:170.0 147.0} {convert:place:169.0 147.0} {convert:place:231.19 197.21} {convert:place:231.22 197.24} {convert:place:231.23 197.25} {convert:place:327.205 275.207} {convert:place:330.77 277.79} {convert:place:231.26 197.28} {convert:place:51.9 45.11} {convert:place:327.199 275.201} {convert:place:223.10 190.10} {convert:place:93.5 82.7} {convert:place:21.17 19.19} {convert:place:94.33 83.35} {convert:place:86.17 76.19} {convert:place:147.21 127.23} {convert:place:100.2 89.2} {convert:place:147.25 127.27} {convert:place:139.10 121.10} {convert:place:142.0 123.0} {convert:place:257.217 218.219} {convert:place:139.14 121.14} {convert:place:65.0 58.2} {convert:place:23.6 21.8} {convert:place:86.32 76.34} {convert:place:184.0 159.0} {convert:place:78.17 69.19} {convert:place:281.20 237.22} {convert:place:78.28 69.30} {convert:place:37.2 34.2} {convert:place:114.8 101.10} {convert:place:78.44 69.46} {convert:place:124.10 108.10} {convert:place:78.45 69.47} {convert:place:198.0 169.0} {convert:place:78.48 69.50} {convert:place:63.12 56.14} {convert:place:71.31 63.33} {convert:place:207.31 177.33} {convert:place:79.5 70.7} {convert:place:327.272 275.274} {convert:place:327.277 275.279} {convert:place:207.38 177.40} {convert:place:215.58 185.60} {convert:place:251.6 213.8} {convert:place:189.22 163.22} {convert:place:265.19 225.21} {convert:place:200.25 171.27} {convert:place:116.10 102.10} {convert:place:265.24 225.26} {convert:place:128.0 111.0} {anchor 5.87} {convert:place:293.6 247.8} {convert:place:215.66 185.68} {convert:place:215.68 185.70} {convert:place:265.28 225.30} {convert:place:182.13 158.15} {convert:place:52.0 46.2} {convert:place:215.72 185.74} {convert:place:257.14 218.16} {convert:place:265.35 225.37} {convert:place:200.38 171.40} {convert:place:223.0 190.0} {convert:place:215.78 185.80} {convert:place:52.8 46.10} {convert:place:190.42 164.44} {convert:place:52.9 46.11} {convert:place:215.83 185.85} {convert:place:200.45 171.47} {convert:place:190.49 164.51} {convert:place:47.13 42.73} {convert:place:257.29 218.31} {convert:place:325.10 273.10} {convert:place:249.13 211.15} {convert:place:101.1 90.1} {convert:place:108.21 96.23} {convert:place:24.2 22.2} {convert:place:257.40 218.42} {convert:place:108.27 96.29} {convert:place:257.44 218.46} {convert:place:166.10 144.10} {convert:place:55.50 49.52} {convert:place:250.28 212.30} {convert:place:242.10 205.10} {convert:place:101.16 90.16} {convert:place:200.71 171.73} {convert:place:108.36 96.38} {convert:place:55.55 49.57} {convert:place:39.18 36.18} {convert:place:40.21 37.21} {convert:place:190.77 164.79} {convert:place:250.37 212.39} {convert:place:280.0 236.0} {convert:place:190.81 164.83} {convert:place:225.102 192.104} {convert:place:55.66 49.68} {convert:place:158.11 138.13} {convert:place:255.113 216.115} {convert:place:55.72 49.74} {convert:place:255.116 216.118} {convert:place:250.49 212.51} {convert:place:38.2 35.2} {convert:place:332.6 279.8} {convert:place:250.54 212.56} {convert:place:158.19 138.21} {convert:place:97.19 86.19} {convert:place:257.81 218.83} {convert:place:210.6 180.8} {convert:place:89.10 78.10} {convert:place:309.25 262.27} {convert:place:24.16 22.16} {convert:place:292.10 246.10} {convert:place:309.30 262.32} {convert:place:304.0 258.0} {convert:place:302.13 255.15} {convert:place:226.17 193.19} {convert:place:130.2 113.2} {convert:place:310.42 263.44} {convert:place:302.23 255.25} {convert:place:172.1 149.1} {convert:place:16.13 15.15} {convert:place:82.10 72.10} {convert:place:226.30 193.32} {convert:place:310.46 263.48} {convert:place:143.15 124.17} {convert:place:284.10 239.10} {convert:place:218.13 187.15} {convert:place:309.48 262.50} {convert:place:151.37 131.39} {convert:place:53.9 47.11} {convert:place:16.21 15.23} {convert:place:218.17 187.19} {convert:place:185.149 160.151} {convert:place:151.42 131.44} {convert:place:95.8 84.10} {convert:place:16.26 15.28} {convert:place:185.154 160.156} {convert:place:224.9 191.11} {convert:place:218.25 187.27} {convert:place:143.28 124.30} {convert:place:318.0 268.0} {convert:place:102.1 91.1} {convert:place:90.47 79.49} {convert:place:218.29 187.31} {convert:place:211.11 181.13} {convert:place:25.2 23.2} {convert:place:211.15 181.17} {convert:place:135.20 118.22} {convert:place:67.0 59.0} {convert:place:74.24 65.26} {convert:place:1.0 1.0} {convert:place:90.64 79.66} {convert:place:238.0 202.0} {convert:place:186.6 161.8} {convert:place:218.47 187.49} {convert:place:74.32 65.34} {convert:place:185.186 160.188} {convert:place:116.0 102.0} {convert:place:185.191 160.193} {convert:place:90.79 79.81} {convert:place:281.8 237.10} {convert:place:120.10 105.10} {convert:place:74.46 65.48} {convert:place:39.2 36.2} {convert:place:40.2 37.2} {convert:place:82.0 72.0} {convert:place:58.15 51.17} {convert:place:90.92 79.94} {convert:place:185.16 160.18} {convert:place:7.17 8.17} {convert:place:203.39 173.41} {convert:place:58.25 51.27} {convert:place:185.26 160.28} {convert:place:261.23 221.25} {convert:place:112.12 99.14} {convert:place:203.46 173.48} {convert:place:51.14 45.16} {convert:place:12.0 13.0} {convert:place:112.16 99.18} {convert:place:12.1 13.0} {convert:place:58.37 51.39} {convert:place:51.22 45.24} {convert:place:173.0 150.0} {convert:place:173.1 150.1} {convert:place:112.31 99.33} {convert:place:51.30 45.32} {convert:place:170.10 147.10} {convert:place:54.9 48.11} {convert:place:104.17 93.17} {convert:place:103.1 92.1} {convert:place:26.2 24.2} {convert:place:145.0 126.0} {convert:place:162.13 141.15} {convert:place:2.0 2.0} {convert:place:313.12 265.14} {convert:place:185.81 160.83} {convert:place:313.19 265.21} {convert:place:185.84 160.86} {convert:place:229.11 195.13} {convert:place:154.15 134.15} {convert:place:334.0 280.0} {convert:place:282.8 238.10} {convert:place:230.17 196.19} {convert:place:93.19 82.21} {convert:place:41.2 38.2} {convert:place:117.6 103.8} {convert:place:160.0 140.0} {convert:place:229.22 195.24} {convert:place:93.24 82.26} {convert:place:313.38 265.40} {convert:place:146.10 126.10} {convert:place:313.47 265.49} {convert:place:229.33 195.35} {convert:place:254.0 215.0} {convert:place:20.21 18.23} {convert:place:20.23 18.25} {convert:place:229.37 195.39} {convert:place:93.39 82.41} {convert:place:296.0 249.0} {convert:place:306.0 259.0} {convert:place:230.41 196.43} {convert:place:230.46 196.48} {convert:place:55.0 49.2} {convert:place:280.10 236.10} {convert:place:174.0 151.0} {convert:place:229.52 195.54} {convert:place:93.54 82.56} {convert:place:174.1 151.1} {convert:place:20.40 18.42} {convert:place:138.20 120.22} {convert:place:20.42 18.44} {convert:place:97.1 86.1} {convert:place:55.8 49.10} {convert:place:138.25 120.27} {convert:place:85.43 75.45} {convert:place:214.23 184.25} {convert:place:85.48 75.50} {convert:place:93.71 82.73} {convert:place:272.11 231.13} {convert:place:104.1 93.1} {convert:place:138.38 120.40} {convert:place:20.60 18.62} {convert:place:146.0 126.0} {convert:place:272.23 231.25} {convert:place:188.0 163.0} {convert:place:214.48 184.50} {convert:place:62.13 55.15} {convert:place:214.60 184.62} {convert:place:62.28 55.30} {convert:place:3.10 3.10} {convert:place:264.30 224.32} {convert:place:161.0 140.0} {convert:place:256.13 217.15} {convert:place:118.8 104.10} {convert:place:335.8 281.10} {convert:place:131.59 114.61} {convert:place:42.6 39.8} {convert:place:256.17 217.19} {convert:place:264.37 224.39} {convert:place:54.24 48.26} {convert:place:131.64 114.66} {convert:place:131.65 114.67} {convert:place:131.69 114.71} {convert:place:131.70 114.72} {convert:place:332.23 279.25} {convert:place:206.67 176.69} {convert:place:54.32 48.34} {convert:place:46.13 42.15} {convert:place:213.8 183.10} {convert:place:181.32 157.34} {convert:place:248.11 210.13} {convert:place:131.75 114.77} {convert:place:131.76 114.78} {convert:place:206.74 176.76} {convert:place:256.33 217.35} {convert:place:3.36 3.36} {convert:place:46.21 42.23} {convert:place:14.0 13.0} {convert:place:131.80 114.82} {convert:place:181.39 157.41} {convert:place:256.39 217.41} {convert:place:46.29 42.31} {convert:place:175.0 152.0} {convert:place:175.1 152.1} {convert:place:133.8 116.10} {convert:place:54.53 48.55} {convert:place:46.34 42.36} {convert:place:100.17 89.17} {convert:place:98.1 87.1} {convert:place:38.23 35.23} {convert:place:269.0 228.0} {convert:place:316.17 267.19} {convert:place:46.46 42.48} {convert:place:105.1 94.1} {convert:place:157.11 137.13} {convert:place:322.0 271.0} {convert:place:157.15 137.17} {convert:place:28.2 26.2} {convert:place:233.13 199.15} {convert:place:316.28 267.30} {convert:place:316.32 267.34} {convert:place:189.0 163.0} {convert:place:298.16 251.18} {convert:place:31.26 29.28} {convert:place:71.5 63.7} {convert:place:316.38 267.40} {convert:place:71.6 63.8} {convert:place:298.21 251.23} {convert:place:242.0 205.0} {convert:place:96.28 85.30} {convert:place:308.24 261.26} {convert:place:149.13 129.15} {convert:place:200.9 171.11} {convert:place:96.32 85.34} {convert:place:23.18 21.20} {convert:place:284.0 239.0} {convert:place:298.29 251.31} {convert:place:31.38 29.40} {convert:place:149.18 129.20} {convert:place:308.32 261.34} {convert:place:301.15 254.17} {convert:place:120.0 105.0} {convert:place:336.0 284.0} {convert:place:301.20 254.22} {convert:place:308.38 261.40} {convert:place:142.10 123.10} {convert:place:233.44 199.46} {convert:place:217.10 186.10} {convert:place:225.29 192.31} {convert:place:308.46 261.48} {convert:place:162.8 141.10} {convert:place:15.23 14.25} {convert:place:214.5 184.7} {convert:place:15.28 14.30} {convert:place:225.43 192.45} {convert:place:134.13 117.15} {convert:place:15.34 14.36} {convert:place:15.0 14.2} {convert:place:210.13 180.15} {convert:place:298.6 251.8} {convert:place:134.19 117.21} {convert:place:209.16 179.18} {convert:place:15.41 14.43} {convert:place:57.0 50.0} {convert:place:176.0 153.0} {convert:place:176.1 153.1} {convert:place:134.26 117.28} {convert:place:99.1 88.1} {richptr 284.0} {convert:place:134.31 117.33} {convert:place:228.0 194.0} {convert:place:192.10 165.10} {convert:place:202.10 172.10} {convert:place:65.12 58.14} {convert:place:134.33 117.35} {convert:place:150.72 130.74} {convert:place:199.31 170.33} {convert:place:126.17 110.19} {convert:place:150.74 130.76} {convert:place:134.42 117.44} {convert:place:199.38 170.40} {convert:place:221.101 189.103} {convert:place:106.1 95.1} {convert:place:209.41 179.43} {convert:place:271.6 230.8} {convert:place:126.30 110.32} {convert:place:57.10 50.10} {convert:place:30.2 28.2} {convert:place:126.32 110.34} {convert:place:184.10 159.10} {convert:place:225.87 192.89} {convert:place:323.8 272.10} {convert:place:118.16 104.18} {convert:place:259.10 219.10} {convert:place:221.113 189.115} {convert:place:267.30 227.32} {convert:place:201.0 172.0} {convert:place:72.3 64.5} {convert:place:5.0 5.132} {convert:place:126.46 110.48} {convert:place:267.40 227.42} {convert:place:260.23 220.25} {convert:place:50.10 44.10} {convert:place:221.126 189.128} {convert:place:243.6 206.8} {convert:place:335.24 281.26} {convert:place:337.0 284.0} {convert:place:285.6 240.8} {convert:place:111.21 98.23} {convert:place:327.11 275.13} {convert:place:111.23 98.25} {matchstart 284.0} {convert:place:327.20 275.22} {convert:place:44.8 40.10} {abbrevend 5.185} {convert:place:168.11 146.13} {convert:place:103.15 92.15} {convert:place:252.28 214.30} {convert:place:327.25 275.27} {convert:place:111.36 98.38} {convert:place:244.12 207.14} {convert:place:252.32 214.34} {convert:place:327.30 275.32} {convert:place:244.17 207.19} {convert:place:42.25 39.27} {convert:place:168.25 146.27} {convert:place:252.42 214.44} {convert:place:161.10 140.10} {convert:place:309.6 262.8} {convert:place:319.24 269.26} {convert:place:34.14 31.16} {convert:place:252.47 214.49} {convert:place:244.29 207.31} {convert:place:99.13 88.13} {convert:place:135.5 118.7} {convert:place:42.36 39.38} {convert:place:16.8 15.10} {convert:place:177.0 154.0} {convert:place:312.10 264.10} {convert:place:319.28 269.30} {convert:place:177.1 154.1} {convert:place:58.6 51.8} {convert:place:168.40 146.42} {convert:place:177.8 154.8} {convert:place:244.41 207.43} {convert:place:256.145 217.147} {convert:place:168.45 146.47} {convert:place:256.147 217.149} {convert:place:229.6 195.8} {convert:place:230.6 196.8} {convert:place:230.7 196.9} {convert:place:34.32 31.34} {convert:place:92.11 81.13} {convert:place:228.10 194.10} {convert:place:320.44 270.46} {convert:place:26.17 24.17} {convert:place:320.48 270.50} {convert:place:42.57 39.59} {insert 5.85} {convert:place:34.42 31.44} {convert:place:232.114 198.116} {convert:place:294.15 248.17} {convert:place:168.61 146.63} {convert:place:244.59 207.61} {convert:place:232.119 198.121} {convert:place:92.27 81.29} {convert:place:192.0 165.0} {convert:place:202.0 172.0} {convert:place:92.29 81.31} {convert:place:294.27 248.29} {convert:place:221.16 189.18} {convert:place:294.34 248.36} {convert:place:92.41 81.43} {convert:place:244.77 207.79} {convert:place:92.43 81.45} {convert:place:304.38 258.0} {convert:place:84.25 74.27} {convert:place:286.21 241.23} {convert:place:137.10 119.10} {convert:place:153.49 133.51} {convert:place:294.43 248.45} {convert:place:84.30 74.32} {convert:place:286.8 241.10} {convert:place:153.53 133.55} {convert:place:213.20 183.22} {convert:place:216.0 186.0} {convert:place:92.62 81.64} {convert:place:130.10 113.10} {convert:place:130.12 113.12} {convert:place:195.10 167.10} {convert:place:130.16 113.16} {convert:place:271.11 230.13} {convert:place:68.21 60.23} {convert:place:136.0 119.0} {convert:place:68.26 60.28} {convert:place:271.23 230.25} {convert:place:60.6 53.8} {convert:place:187.13 162.15} {convert:place:271.28 230.30} {convert:place:205.34 175.36} {convert:place:9.16 10.18} {convert:place:129.41 112.43} {convert:place:187.18 162.20} {convert:place:205.41 175.43} {convert:place:129.46 112.48} {convert:place:231.8 197.10} {convert:place:9.24 10.26} {convert:place:129.48 112.50} {convert:place:180.10 156.10} {convert:place:325.0 273.0} {convert:place:129.53 112.55} {convert:place:221.88 189.90} {convert:place:68.55 60.57} {convert:place:108.8 96.10} {convert:place:114.23 101.25} {convert:place:53.23 47.25} {convert:place:7.0 8.0} {convert:place:114.28 101.30} {convert:place:74.6 65.8} {convert:place:106.11 95.11} {convert:place:106.12 95.12} {convert:place:45.11 41.13} {convert:place:114.32 101.34} {convert:place:68.70 60.72} {convert:place:106.15 95.15} {convert:place:247.11 209.13} {convert:place:247.16 209.18} {convert:place:263.55 223.57} {convert:place:263.60 223.62} {convert:place:45.27 41.29} {convert:place:323.21 272.23} {convert:place:165.0 144.0} {convert:place:255.44 216.46} {convert:place:45.32 41.34} {convert:place:255.48 216.50} {convert:place:37.16 34.16} {convert:place:217.0 186.0} {convert:place:46.9 42.11} {convert:place:239.15 203.17} {convert:place:240.15 204.17} {convert:place:255.53 216.55} {convert:place:315.15 266.17} {convert:place:259.0 219.0} {convert:place:255.61 216.63} {convert:place:45.48 41.50} {convert:place:239.25 203.27} {convert:place:30.12 28.12} {convert:place:156.11 136.13} {convert:place:260.6 220.8} {convert:place:312.0 264.0} {convert:place:45.52 41.54} {convert:place:240.28 204.30} {convert:place:315.25 266.27} {convert:place:239.30 203.32} {convert:place:137.0 119.0} {convert:place:156.16 136.18} {convert:place:315.28 266.30} {convert:place:232.14 198.16} {convert:place:240.33 204.35} {convert:place:307.11 260.13} {convert:place:179.0 156.0} {convert:place:180.0 156.0} {convert:place:315.38 266.40} {convert:place:45.66 41.68} {convert:place:307.23 260.25} {convert:place:323.62 272.64} {convert:place:239.47 203.49} {convert:place:240.47 204.49} {convert:place:315.44 266.46} {convert:place:95.32 84.34} {convert:place:232.31 198.33} {convert:place:274.0 232.0} {convert:place:323.67 272.69} {convert:place:239.53 203.55} {convert:place:87.17 77.19} {convert:place:95.37 84.39} {convert:place:148.21 128.23} {convert:place:300.14 253.16} {convert:place:110.0 97.0} {convert:place:178.154 155.156} {convert:place:224.19 191.21} {convert:place:95.41 84.43} {convert:place:148.25 128.27} {convert:place:224.23 191.25} {convert:place:239.61 203.63} {convert:place:33.0 30.0} {convert:place:178.159 155.161} {convert:place:300.22 253.24} {convert:place:289.23 244.25} {convert:place:178.164 155.166} {convert:place:297.45 250.47} {matchend 284.0} {convert:place:87.33 77.35} {convert:place:194.0 167.0} {convert:place:87.35 77.37} {convert:place:300.32 253.34} {convert:place:224.37 191.39} {convert:place:289.34 244.36} {convert:place:297.53 250.55} {convert:place:79.22 70.24} {convert:place:204.6 174.8} {convert:place:246.0 208.0} {convert:place:282.17 238.19} {convert:place:8.6 9.8} {convert:place:79.27 70.29} {convert:place:198.10 169.10} {convert:place:274.10 232.10} {convert:place:124.0 108.0} {convert:place:87.54 77.56} {convert:place:289.49 244.51} {convert:place:72.17 64.19} {convert:place:133.20 116.22} {convert:place:190.108 164.110} {convert:place:289.53 244.55} {convert:place:80.39 71.41} {convert:place:87.58 77.60} {convert:place:166.0 144.0} {convert:place:133.25 116.27} {convert:place:190.112 164.114} {convert:place:80.43 71.45} {convert:place:80.45 71.47} {convert:place:89.0 78.0} {convert:place:79.46 70.48} {convert:place:72.27 64.29} {convert:place:125.11 109.13} {convert:place:133.31 116.33} {convert:place:47.9 42.69} {convert:place:72.31 64.33} {convert:place:80.53 71.55} {convert:place:87.72 77.74} {convert:place:289.68 244.70} {convert:place:80.55 71.57} {convert:place:72.37 64.39} {convert:place:218.8 187.10} {convert:place:125.22 109.24} {convert:place:190.128 164.130} {convert:place:80.59 71.61} {convert:place:80.61 71.63} {convert:place:72.42 64.44} {convert:place:125.26 109.28} {convert:place:300.77 253.79} {convert:place:80.64 71.66} {convert:place:19.0 17.0} {convert:place:20.0 18.2} {convert:place:261.9 221.11} {convert:place:190.135 164.137} {convert:place:80.66 71.68} {convert:place:208.47 178.49} {convert:place:80.70 71.72} {convert:place:300.84 253.86} {convert:place:20.6 18.8} {convert:place:125.35 109.37} {convert:place:80.72 71.74} {convert:place:117.17 103.19} {convert:place:208.52 178.54} {convert:place:334.10 280.10} {convert:place:80.74 71.76} {convert:place:133.58 116.60} {convert:place:138.8 120.10} {convert:place:133.61 116.63} {convert:place:133.63 116.65} {convert:place:110.10 97.10} {convert:place:133.66 116.68} {convert:place:190.159 164.161} {convert:place:208.72 178.74} {convert:place:5.34 5.166} {convert:place:48.17 43.19} {convert:place:190.163 164.165} {convert:place:34.0 31.2} {convert:place:326.13 274.15} {convert:place:251.17 213.19} {convert:place:208.79 178.81} {convert:place:64.63 57.65} {convert:place:48.25 43.27} {convert:place:111.8 98.10} {convert:place:195.0 167.0} {convert:place:34.8 31.10} {convert:place:326.24 274.26} {convert:place:48.33 43.35} {convert:place:102.16 91.16} {convert:place:208.88 178.90} {convert:place:251.28 213.30} {convert:place:167.14 145.16} {convert:place:41.16 38.16} {convert:place:208.92 178.94} {convert:place:318.10 268.10} {convert:place:48.38 43.40} {convert:place:64.78 57.80} {convert:place:251.37 213.39} {convert:place:243.20 206.22} {abbrevstart 5.171} {convert:place:167.28 145.30} {convert:place:300.5 253.7} {convert:place:48.50 43.52} {convert:place:235.10 200.10} {convert:place:289.8 244.10} {convert:place:159.18 139.20} {convert:place:98.21 87.21} {convert:place:220.0 188.0} {convert:place:48.9 43.11} {convert:place:167.43 145.45} {convert:place:167.8 145.10} {convert:place:25.12 23.12} {convert:place:159.29 139.31} {convert:place:152.16 132.18} {convert:place:326.66 274.68} {convert:place:152.21 132.23} {convert:place:293.14 247.16} {convert:place:140.1 122.3} {convert:place:326.74 274.76} {convert:place:63.0 56.2} {convert:place:140.6 122.8} {convert:place:21.9 19.11} {convert:place:83.11 73.13} {convert:place:220.10 188.10} {convert:place:182.8 158.10} {convert:place:144.22 125.24} {convert:place:83.22 73.24} {convert:place:83.26 73.28} {convert:place:285.22 240.24} {convert:place:144.32 125.34} {convert:place:277.10 234.10} {convert:place:112.6 99.8} {convert:place:10.22 11.24} {convert:place:83.39 73.41} {convert:place:10.27 11.29} {convert:place:154.8 134.8} {convert:place:128.10 111.10} {convert:place:10.31 11.33} {convert:place:67.10 59.10} {convert:place:269.10 228.10} {convert:place:204.14 174.16} {convert:place:10.38 11.40} {convert:place:248.6 210.8} {convert:place:270.16 229.18} {convert:place:270.21 229.23} {convert:place:83.64 73.66} {convert:place:50.0 44.0} {convert:place:204.29 174.31} {convert:place:83.73 73.75} {convert:place:8.14 9.16} {convert:place:168.6 146.8} {convert:place:186.15 161.17} {convert:place:83.74 73.76} {convert:place:121.19 106.21} {convert:place:204.36 174.38} {convert:place:121.24 106.26} {convert:place:60.23 53.25} {convert:place:60.25 53.27} {convert:place:221.8 189.10} {convert:place:257.106 218.108} {convert:place:327.118 275.120} {convert:place:257.112 218.114} {convert:place:327.123 275.125} {convert:place:52.14 46.16} {convert:place:178.13 155.15} {convert:place:254.10 215.10} {convert:place:83.91 73.93} {convert:place:141.0 123.0} {convert:place:327.127 275.129} {convert:place:329.10 276.10} {convert:place:330.11 277.13} {convert:place:113.22 100.24} {convert:place:315.8 266.10} {convert:place:330.13 277.15} {convert:place:327.132 275.134} {convert:place:330.17 277.19} {convert:place:113.27 100.29} {convert:place:60.44 53.46} {convert:place:270.61 229.63} {convert:place:60.46 53.48} {convert:place:113.31 100.33} {convert:place:235.0 200.0} {convert:place:105.13 94.13} {convert:place:178.30 155.32} {convert:place:327.143 275.145} {convert:place:246.10 208.10} {convert:place:270.67 229.69} {convert:place:262.50 222.52} {convert:place:322.10 271.10} {convert:place:277.0 234.0} {convert:place:327.148 275.150} {convert:place:330.29 277.31} {convert:place:330.30 277.32} {convert:place:44.19 40.21} {convert:place:330.0 277.2} {convert:place:329.0 276.0} {convert:place:60.65 53.67} {convert:place:36.2 33.2} {convert:place:262.64 222.66} {convert:place:330.7 277.9} {convert:place:113.8 100.10} {convert:place:330.43 277.45} {convert:place:238.10 202.10} {convert:place:330.44 277.46}}}