blob: 79198c4e783852ada481e3bec98498bf7d55b5e0 [file] [log] [blame]
Tim Peters16e3cf52004-10-24 23:45:42 +00001What's New in IDLE 1.1b2?
2=========================
3
Anthony Baxter9f41f3a2004-11-03 06:21:37 +00004*Release date: 03-NOV-2004*
Tim Peters16e3cf52004-10-24 23:45:42 +00005
6- When paragraph reformat width was made configurable, a bug was
7 introduced that caused reformatting of comment blocks to ignore how
8 far the block was indented, effectively adding the indentation width
9 to the reformat width. This has been repaired, and the reformat
10 width is again a bound on the total width of reformatted lines.
11
Anthony Baxter6a587c12004-10-15 08:07:21 +000012What's New in IDLE 1.1b1?
13=========================
14
15*Release date: 15-OCT-2004*
16
17
Kurt B. Kaiser183403a2004-08-22 05:14:32 +000018What's New in IDLE 1.1a3?
19=========================
20
21*Release date: 02-SEP-2004*
22
23- Improve keyboard focus binding, especially in Windows menu. Improve
24 window raising, especially in the Windows menu and in the debugger.
25 IDLEfork 763524.
26
27- If user passes a non-existant filename on the commandline, just
28 open a new file, don't raise a dialog. IDLEfork 854928.
29
30
Kurt B. Kaiser8aa23922004-07-15 04:54:57 +000031What's New in IDLE 1.1a2?
32=========================
33
Anthony Baxterff347ca2004-08-05 07:21:01 +000034*Release date: 05-AUG-2004*
Kurt B. Kaiser8aa23922004-07-15 04:54:57 +000035
Kurt B. Kaiser183403a2004-08-22 05:14:32 +000036- EditorWindow.py was not finding the .chm help file on Windows. Typo
37 at Rev 1.54. Python Bug 990954
38
Kurt B. Kaiser8aa23922004-07-15 04:54:57 +000039- checking sys.platform for substring 'win' was breaking IDLE docs on Mac
40 (darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580.
41
42
Anthony Baxter3210b362004-07-08 05:59:43 +000043What's New in IDLE 1.1a1?
Kurt B. Kaiser4d5bc602004-06-06 01:29:22 +000044=========================
Kurt B. Kaiserb7855182003-08-14 14:54:28 +000045
Anthony Baxter3210b362004-07-08 05:59:43 +000046*Release date: 08-JUL-2004*
Kurt B. Kaisere9802a32004-01-02 04:04:04 +000047
Kurt B. Kaiser49a5fe12004-07-04 01:25:56 +000048- Redirect the warning stream to the shell during the ScriptBinding check of
49 user code and format the warning similarly to an exception for both that
50 check and for runtime warnings raised in the subprocess.
51
Kurt B. Kaiser4d5bc602004-06-06 01:29:22 +000052- CodeContext hint pane visibility state is now persistent across sessions.
53 The pane no longer appears in the shell window. Added capability to limit
54 extensions to shell window or editor windows. Noam Raphael addition
55 to Patch 936169.
56
57- Paragraph reformat width is now a configurable parameter in the
58 Options GUI.
59
Kurt B. Kaiser54d1a3b2004-04-21 20:06:26 +000060- New Extension: CodeContext. Provides block structuring hints for code
61 which has scrolled above an edit window. Patch 936169 Noam Raphael.
62
Kurt B. Kaisercf6f1b62004-04-11 03:16:07 +000063- If nulls somehow got into the strings in recent-files.lst
64 EditorWindow.update_recent_files_list() was failing. Python Bug 931336.
65
Tim Peters16e3cf52004-10-24 23:45:42 +000066- If the normal background is changed via Configure/Highlighting, it will update
Kurt B. Kaisercf6f1b62004-04-11 03:16:07 +000067 immediately, thanks to the previously mentioned patch by Nigel Rowe.
Kurt B. Kaiser0bc3d982004-03-15 04:26:37 +000068
Kurt B. Kaiser73360a32004-03-08 18:15:31 +000069- Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe
Kurt B. Kaiser0bc3d982004-03-15 04:26:37 +000070 This also fixed IDLEfork bug [ 693418 ] Normal text background color not refreshed
71 and Python bug [897872 ] Unknown color name on HP-UX
Kurt B. Kaiser73360a32004-03-08 18:15:31 +000072
Kurt B. Kaiserd6ab77d2004-01-21 19:21:11 +000073- rpc.py:SocketIO - Large modules were generating large pickles when downloaded
74 to the execution server. The return of the OK response from the subprocess
75 initialization was interfering and causing the sending socket to be not
76 ready. Add an IO ready test to fix this. Moved the polling IO ready test
77 into pollpacket().
78
79- Fix typo in rpc.py, s/b "pickle.PicklingError" not "pickle.UnpicklingError".
80
Kurt B. Kaiseraf3eb872004-01-21 18:54:30 +000081- Added a Tk error dialog to run.py inform the user if the subprocess can't
82 connect to the user GUI process. Added a timeout to the GUI's listening
83 socket. Added Tk error dialogs to PyShell.py to announce a failure to bind
84 the port or connect to the subprocess. Clean up error handling during
85 connection initiation phase. This is an update of Python Patch 778323.
86
Tim Peters16e3cf52004-10-24 23:45:42 +000087- Print correct exception even if source file changed since shell was
Kurt B. Kaisere9802a32004-01-02 04:04:04 +000088 restarted. IDLEfork Patch 869012 Noam Raphael
Kurt B. Kaiserb7855182003-08-14 14:54:28 +000089
Kurt B. Kaiser2303b1c2003-11-24 05:26:16 +000090- Keybindings with the Shift modifier now work correctly. So do bindings which
91 use the Space key. Limit unmodified user keybindings to the function keys.
92 Python Bug 775353, IDLEfork Bugs 755647, 761557
93
Kurt B. Kaiser924f6162003-11-19 04:52:32 +000094- After an exception, run.py was not setting the exception vector. Noam
Tim Peters16e3cf52004-10-24 23:45:42 +000095 Raphael suggested correcting this so pdb's postmortem pm() would work.
Kurt B. Kaiser924f6162003-11-19 04:52:32 +000096 IDLEfork Patch 844675
97
Kurt B. Kaiserc714d452003-11-24 03:23:16 +000098- IDLE now does not fail to save the file anymore if the Tk buffer is not a
99 Unicode string, yet eol_convention is. Python Bugs 774680, 788378
100
Kurt B. Kaiserb7855182003-08-14 14:54:28 +0000101- IDLE didn't start correctly when Python was installed in "Program Files" on
102 W2K and XP. Python Bugs 780451, 784183
103
104- config-main.def documentation incorrectly referred to idle- instead of
105 config- filenames. SF 782759 Also added note about .idlerc location.
106
107
Kurt B. Kaiser220fecf2003-07-27 03:24:19 +0000108What's New in IDLE 1.0?
Kurt B. Kaiser4d5bc602004-06-06 01:29:22 +0000109=======================
Kurt B. Kaiser220fecf2003-07-27 03:24:19 +0000110
111*Release date: 29-Jul-2003*
112
113- Added a banner to the shell discussimg warnings possibly raised by personal
114 firewall software. Added same comment to README.txt.
115
116
Kurt B. Kaiser6145a622003-07-23 15:42:14 +0000117What's New in IDLE 1.0 release candidate 2?
Kurt B. Kaiser4d5bc602004-06-06 01:29:22 +0000118===========================================
Kurt B. Kaiser76bcb5c2003-06-14 02:51:06 +0000119
Kurt B. Kaiser6145a622003-07-23 15:42:14 +0000120*Release date: 24-Jul-2003*
121
122- Calltip error when docstring was None Python Bug 775541
123
Kurt B. Kaiser220fecf2003-07-27 03:24:19 +0000124
Kurt B. Kaiser6145a622003-07-23 15:42:14 +0000125What's New in IDLE 1.0 release candidate 1?
Kurt B. Kaiser4d5bc602004-06-06 01:29:22 +0000126===========================================
Kurt B. Kaiser6145a622003-07-23 15:42:14 +0000127
128*Release date: 18-Jul-2003*
Kurt B. Kaisercca91222003-07-16 03:10:43 +0000129
130- Updated extend.txt, help.txt, and config-extensions.def to correctly
131 reflect the current status of the configuration system. Python Bug 768469
132
133- Fixed: Call Tip Trimming May Loop Forever. Python Patch 769142 (Daniels)
134
135- Replaced apply(f, args, kwds) with f(*args, **kwargs) to improve performance
136 Python Patch 768187
137
138- Break or continue statements outside a loop were causing IDLE crash
139 Python Bug 767794
140
141- Convert Unicode strings from readline to IOBinding.encoding. Also set
142 sys.std{in|out|err}.encoding, for both the local and the subprocess case.
143 SF IDLEfork patch 682347.
144
145
146What's New in IDLE 1.0b2?
Kurt B. Kaiser4d5bc602004-06-06 01:29:22 +0000147=========================
Kurt B. Kaisercca91222003-07-16 03:10:43 +0000148
149*Release date: 29-Jun-2003*
Kurt B. Kaiser76bcb5c2003-06-14 02:51:06 +0000150
Kurt B. Kaiserc714d452003-11-24 03:23:16 +0000151- Extend AboutDialog.ViewFile() to support file encodings. Make the CREDITS
152 file Latin-1.
153
154- Updated the About dialog to reflect re-integration into Python. Provide
155 buttons to display Python's NEWS, License, and Credits, plus additional
156 buttons for IDLE's README and NEWS.
157
158- TextViewer() now has a third parameter which allows inserting text into the
159 viewer instead of reading from a file.
160
Kurt B. Kaiser76bcb5c2003-06-14 02:51:06 +0000161- (Created the .../Lib/idlelib directory in the Python CVS, which is a clone of
162 IDLEfork modified to install in the Python environment. The code in the
163 interrupt module has been moved to thread.interrupt_main(). )
164
165- Printing the Shell window was failing if it was not saved first SF 748975
166
167- When using the Search in Files dialog, if the user had a selection
168 highlighted in his Editor window, insert it into the dialog search field.
169
170- The Python Shell entry was disappearing from the Windows menu.
171
172- Update the Windows file list when a file name change occurs
173
174- Change to File / Open Module: always pop up the dialog, using the current
175 selection as the default value. This is easier to use habitually.
176
177- Avoided a problem with starting the subprocess when 'localhost' doesn't
178 resolve to the user's loopback interface. SF 747772
179
180- Fixed an issue with highlighted errors never de-colorizing. SF 747677. Also
181 improved notification of Tabnanny Token Error.
182
183- File / New will by default save in the directory of the Edit window from
184 which it was initiated. SF 748973 Guido van Rossum patch.
185
Steven M. Gavad39993e2001-07-20 01:36:49 +0000186
Kurt B. Kaiser9a90e702003-04-25 17:48:08 +0000187What's New in IDLEfork 0.9b1?
Kurt B. Kaiser4d5bc602004-06-06 01:29:22 +0000188=============================
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000189
Kurt B. Kaiser76bcb5c2003-06-14 02:51:06 +0000190*Release date: 02-Jun-2003*
Kurt B. Kaisera00050f2003-05-08 20:26:55 +0000191
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000192- The current working directory of the execution environment (and shell
Tim Peters16e3cf52004-10-24 23:45:42 +0000193 following completion of execution) is now that of the module being run.
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000194
195- Added the delete-exitfunc option to config-main.def. (This option is not
196 included in the Options dialog.) Setting this to True (the default) will
197 cause IDLE to not run sys.exitfunc/atexit when the subprocess exits.
198
199- IDLE now preserves the line ending codes when editing a file produced on
200 a different platform. SF 661759, SF 538584
201
202- Reduced default editor font size to 10 point and increased window height
203 to provide a better initial impression on Windows.
204
205- Options / Fonts/Tabs / Set Base Editor Font: List box was not highlighting
206 the default font when first installed on Windows. SF 661676
207
208- Added Autosave feature: when user runs code from edit window, if the file
209 has been modified IDLE will silently save it if Autosave is enabled. The
210 option is set in the Options dialog, and the default is to prompt the
211 user to save the file. SF 661318 Bruce Sherwood patch.
212
213- Improved the RESTART annotation in the shell window when the user restarts
214 the shell while it is generating output. Also improved annotation when user
215 repeatedly hammers the Ctrl-F6 restart.
216
Kurt B. Kaisera80d57c2003-05-17 03:15:48 +0000217- Allow IDLE to run when not installed and cwd is not the IDLE directory
218 SF Patch 686254 "Run IDLEfork from any directory without set-up" - Raphael
219
220- When a module is run from an EditorWindow: if its directory is not in
221 sys.path, prepend it. This allows the module to import other modules in
222 the same directory. Do the same for a script run from the command line.
223
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000224- Correctly restart the subprocess if it is running user code and the user
225 attempts to run some other module or restarts the shell. Do the same if
226 the link is broken and it is possible to restart the subprocess and re-
227 connect to the GUI. SF RFE 661321.
Kurt B. Kaiser7f38ec02003-05-15 03:19:42 +0000228
229- Improved exception reporting when running commands or scripts from the
230 command line.
231
Kurt B. Kaisera80d57c2003-05-17 03:15:48 +0000232- Added a -n command line switch to start IDLE without the subprocess.
233 Removed the Shell menu when running in that mode. Updated help messages.
234
Kurt B. Kaiser7f38ec02003-05-15 03:19:42 +0000235- Added a comment to the shell startup header to indicate when IDLE is not
Kurt B. Kaisera80d57c2003-05-17 03:15:48 +0000236 using the subprocess.
Kurt B. Kaiser7f38ec02003-05-15 03:19:42 +0000237
238- Restore the ability to run without the subprocess. This can be important for
239 some platforms or configurations. (Running without the subprocess allows the
240 debugger to trace through parts of IDLE itself, which may or may not be
241 desirable, depending on your point of view. In addition, the traditional
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000242 reload/import tricks must be use if user source code is changed.) This is
243 helpful for developing IDLE using IDLE, because one instance can be used to
244 edit the code and a separate instance run to test changes. (Multiple
245 concurrent IDLE instances with subprocesses is a future feature)
Kurt B. Kaiser7f38ec02003-05-15 03:19:42 +0000246
Kurt B. Kaiser73414a22003-05-12 03:04:59 +0000247- Improve the error message a user gets when saving a file with non-ASCII
248 characters and no source encoding is specified. Done by adding a dialog
249 'EncodingMessage', which contains the line to add in a fixed-font entry
250 widget, and which has a button to add that line to the file automatically.
251 Also, add a configuration option 'EditorWindow/encoding', which has three
252 possible values: none, utf-8, and locale. None is the default: IDLE will show
253 this dialog when non-ASCII characters are encountered. utf-8 means that files
254 with non-ASCII characters are saved as utf-8-with-bom. locale means that
255 files are saved in the locale's encoding; the dialog is only displayed if the
256 source contains characters outside the locale's charset. SF 710733 - Loewis
257
Kurt B. Kaisera00050f2003-05-08 20:26:55 +0000258- Improved I/O response by tweaking the wait parameter in various
259 calls to signal.signal().
260
Tim Peters16e3cf52004-10-24 23:45:42 +0000261- Implemented a threaded subprocess which allows interrupting a pass
Kurt B. Kaiser73414a22003-05-12 03:04:59 +0000262 loop in user code using the 'interrupt' extension. User code runs
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000263 in MainThread, while the RPCServer is handled by SockThread. This is
264 necessary because Windows doesn't support signals.
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000265
Kurt B. Kaiser94afd302003-03-12 20:52:00 +0000266- Implemented the 'interrupt' extension module, which allows a subthread
267 to raise a KeyboardInterrupt in the main thread.
268
269- Attempting to save the shell raised an error related to saving
270 breakpoints, which are not implemented in the shell
271
272- Provide a correct message when 'exit' or 'quit' are entered at the
273 IDLE command prompt SF 695861
274
275- Eliminate extra blank line in shell output caused by not flushing
276 stdout when user code ends with an unterminated print. SF 695861
277
278- Moved responsibility for exception formatting (i.e. pruning IDLE internal
279 calls) out of rpc.py into the client and server.
280
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000281- Exit IDLE cleanly even when doing subprocess I/O
282
Tim Peters16e3cf52004-10-24 23:45:42 +0000283- Handle subprocess interrupt with an RPC message.
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000284
285- Restart the subprocess if it terminates itself. (VPython programs do that)
286
Tim Peters16e3cf52004-10-24 23:45:42 +0000287- Support subclassing of exceptions, including in the shell, by moving the
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000288 exception formatting to the subprocess.
289
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000290
291
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000292What's New in IDLEfork 0.9 Alpha 2?
293===================================
Kurt B. Kaiser2cb54022002-12-31 18:12:04 +0000294
Kurt B. Kaiser7e172892003-01-27 02:40:20 +0000295*Release date: 27-Jan-2003*
296
297- Updated INSTALL.txt to claify use of the python2 rpm.
298
299- Improved formatting in IDLE Help.
300
301- Run menu: Replace "Run Script" with "Run Module".
302
303- Code encountering an unhandled exception under the debugger now shows
304 the correct traceback, with IDLE internal levels pruned out.
305
306- If an exception occurs entirely in IDLE, don't prune the IDLE internal
307 modules from the traceback displayed.
308
309- Class Browser and Path Browser now use Alt-Key-2 for vertical zoom.
310
311- IDLE icons will now install correctly even when setup.py is run from the
312 build directory
313
314- Class Browser now compatible with Python2.3 version of pyclbr.py
Kurt B. Kaiser2cb54022002-12-31 18:12:04 +0000315
Kurt B. Kaiser5ec186b2003-01-17 04:04:06 +0000316- Left cursor move in presence of selected text now moves from left end
317 of the selection.
318
319- Add Meta keybindings to "IDLE Classic Windows" to handle reversed
320 Alt/Meta on some Linux distros.
321
Kurt B. Kaiser8e92bf72003-01-14 22:03:31 +0000322- Change default: IDLE now starts with Python Shell.
323
324- Removed the File Path from the Additional Help Sources scrolled list.
325
Tim Peters16e3cf52004-10-24 23:45:42 +0000326- Add capability to access Additional Help Sources on the web if the
Kurt B. Kaiser8e92bf72003-01-14 22:03:31 +0000327 Help File Path begins with //http or www. (Otherwise local path is
328 validated, as before.)
329
330- Additional Help Sources were not being posted on the Help menu in the
Tim Peters16e3cf52004-10-24 23:45:42 +0000331 order entered. Implement sorting the list by [HelpFiles] 'option'
Kurt B. Kaiser8e92bf72003-01-14 22:03:31 +0000332 number.
333
Tim Peters16e3cf52004-10-24 23:45:42 +0000334- Add Browse button to New Help Source dialog. Arrange to start in
Kurt B. Kaiser8e92bf72003-01-14 22:03:31 +0000335 Python/Doc if platform is Windows, otherwise start in current directory.
336
337- Put the Additional Help Sources directly on the Help menu instead of in
338 an Extra Help cascade menu. Rearrange the Help menu so the Additional
339 Help Sources come last. Update help.txt appropriately.
340
341- Fix Tk root pop-ups in configSectionNameDialog.py and configDialog.py
342
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000343- Uniform capitalization in General tab of ConfigDialog, update the doc string.
344
345- Fix bug in ConfigDialog where SaveAllChangedConfig() was unexpectedly
346 deleting Additional Help Sources from the user's config file.
347
348- Make configHelpSourceEdit OK button the default and bind <Return>
349
350- Fix Tk root pop-ups in configHelpSourceEdit: error dialogs not attached
351 to parents.
352
353- Use os.startfile() to open both Additional Help and Python Help on the
354 Windows platform. The application associated with the file type will act as
355 the viewer. Windows help files (.chm) are now supported via the
356 Settings/General/Additional Help facility.
357
358- If Python Help files are installed locally on Linux, use them instead of
359 accessing python.org.
360
361- Make the methods for finding the Python help docs more robust, and make
Tim Peters16e3cf52004-10-24 23:45:42 +0000362 them work in the installed configuration, also.
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000363
364- On the Save Before Run dialog, make the OK button the default. One
365 less mouse action!
366
367- Add a method: EditorWindow.get_geometry() for future use in implementing
368 window location persistence.
369
370- Removed the "Help/Advice" menu entry. Thanks, David! We'll remember!
371
372- Change the "Classic Windows" theme's paste key to be <ctrl-v>.
373
374- Rearrange the Shell menu to put Stack Viewer entries adjacent.
375
376- Add the ability to restart the subprocess interpreter from the shell window;
Kurt B. Kaiser7e172892003-01-27 02:40:20 +0000377 add an associated menu entry "Shell/Restart" with binding Control-F6. Update
378 IDLE help.
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000379
380- Upon a restart, annotate the shell window with a "restart boundary". Add a
Kurt B. Kaiser7e172892003-01-27 02:40:20 +0000381 shell window menu "Shell/View Restart" with binding F6 to jump to the most
382 recent restart boundary.
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000383
Kurt B. Kaiser7e172892003-01-27 02:40:20 +0000384- Add Shell menu to Python Shell; change "Settings" to "Options".
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000385
386- Remove incorrect comment in setup.py: IDLEfork is now installed as a package.
387
388- Add INSTALL.txt, HISTORY.txt, NEWS.txt to installed configuration.
389
390- In installer text, fix reference to Visual Python, should be VPython.
391 Properly credit David Scherer.
392
393- Modified idle, idle.py, idle.pyw to improve exception handling.
394
Steven M. Gavad39993e2001-07-20 01:36:49 +0000395
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000396What's New in IDLEfork 0.9 Alpha 1?
397===================================
Steven M. Gavad39993e2001-07-20 01:36:49 +0000398
Tim Peters16e3cf52004-10-24 23:45:42 +0000399*Release date: 31-Dec-2002*
Steven M. Gava88ff7362001-07-21 09:50:55 +0000400
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000401- First release of major new functionality. For further details refer to
402 Idle-dev and/or the Sourceforge CVS.
Steven M. Gavad39993e2001-07-20 01:36:49 +0000403
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000404- Adapted to the Mac platform.
Steven M. Gavad39993e2001-07-20 01:36:49 +0000405
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000406- Overhauled the IDLE startup options and revised the idle -h help message,
407 which provides details of command line usage.
Steven M. Gavad39993e2001-07-20 01:36:49 +0000408
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000409- Multiple bug fixes and usability enhancements.
410
411- Introduced the new RPC implementation, which includes a debugger. The output
412 of user code is to the shell, and the shell may be used to inspect the
413 environment after the run has finished. (In version 0.8.1 the shell
414 environment was separate from the environment of the user code.)
415
416- Introduced the configuration GUI and a new About dialog.
417
418- Removed David Scherer's Remote Procedure Call code and replaced with Guido
419 van Rossum's. GvR code has support for the IDLE debugger and uses the shell
420 to inspect the environment of code Run from an Edit window. Files removed:
421 ExecBinding.py, loader.py, protocol.py, Remote.py, spawn.py
Steven M. Gavad39993e2001-07-20 01:36:49 +0000422
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000423--------------------------------------------------------------------
424Refer to HISTORY.txt for additional information on earlier releases.
425--------------------------------------------------------------------
David Scherer7aced172000-08-15 01:13:23 +0000426
427
David Scherer7aced172000-08-15 01:13:23 +0000428
429
David Scherer7aced172000-08-15 01:13:23 +0000430