Commit Graph

189 Commits

Author SHA1 Message Date
Juergen Spitzmueller
8bf5d4b461 Very basic support for unicode-math
With non-TeX fonts, you can select a 'Non-TeX Font Default' math font, which simply loads unicode-math without actually selecting a math font, this then uses the default math otf font, currently Latin Modern. Other fonts still need to be set manually in the preamble, via \setmathfont.

The implementation suppresses unneeded package requests from unicodesymbols, but the output still uses macros instead of full unicode (both is possible with unicode-math).

The whole thing is a proof of concept, and it needs to be tested. I have tested it with the math manual, which compiles and seems to display correctly if I remove some hardcoded package loadings. OTOH I have not much experience with math.

This addresses #7449 partly.
2012-09-24 13:19:25 +02:00
Juergen Spitzmueller
ba1d137769 Support for the NewTX Math fonts (newtx, libertine, minion) 2012-09-23 18:33:04 +02:00
Juergen Spitzmueller
5170489b98 More no-math fonts
For the sake of completeness, it is now also possible to load fourier and the mathdesign fonts without changing the default math font.
2012-09-23 12:30:19 +02:00
Juergen Spitzmueller
8f9898994d Basic UI for math (TeX) fonts
This addresses #6543 by adding an option to prevent fonts such as Palatino and Times to automatically adapt the math font (IOW it lets you load the text font only for a bunch of fonts where this is easily possible).

Furthermore it adds an interface to select a specific math font, which is defined in latexfonts. Currently, this is only euler (the only one I know), but if there are other math-only tex fonts, they can be added easily (but note that this changes the file format).

Non-TeX math fonts are not yet supported. Eventually, unicode-math support can use the existing UI, but this is not on my agenda.
2012-09-22 17:44:00 +02:00
Juergen Spitzmueller
e9ca6b6bf4 Support for the Minion Pro LaTeX font 2012-09-19 17:46:55 +02:00
Juergen Spitzmueller
ee1fc9130a Add support for some basic non-unicoded IPA macros
We now support everything on the IPA chart via the toolbar
2012-08-23 17:42:53 +02:00
Juergen Spitzmueller
54c41ce26e Support for the TeX Gyre fonts (#4332) 2012-08-19 11:57:48 +02:00
Juergen Spitzmueller
b501845b2c Support for the mathdesign fonts (#6072) 2012-08-18 14:45:41 +02:00
Juergen Spitzmueller
292f48d6b5 Add support for the txtt font (#4979) 2012-08-17 18:24:18 +02:00
Juergen Spitzmueller
37137f43f4 Support for the libertine font (#3881) 2012-08-17 14:11:02 +02:00
Uwe Stöhr
c695e5fb38 - FORMAT: notice fileformat change
- version.h: fix comments
2012-06-22 01:20:29 +02:00
Uwe Stöhr
1ea2abc77f drop support for ArmTeX as its non-standard armscii8 encoding was quite unusable in real life, use polyglossia/XeTeX instead as clean solution via Unicode; fileformat change; fixes the second part of bug #8026 2012-06-22 01:12:43 +02:00
Uwe Stöhr
7eca5d94d1 - support a bunch of new languages (fileformat change)
- tex2lyx support for
  - fontspec fonts
  - polyglossia
2012-06-08 02:37:36 +02:00
Georg Baum
b86c984bf4 Disentangle amsmath and amssymb loading.
This is needed if you load a font package incompatible to amssymb manually
(see bug #5058).
2012-05-06 20:49:49 +02:00
Georg Baum
27733452f7 Native support for \lstlistoflistings 2012-04-16 21:40:59 +02:00
Uwe Stöhr
ea54461d85 full support for table rotations; fileformat change 2012-03-21 23:04:45 +01:00
Vincent van Ravesteijn
ea506d6a67 Replace #warning by something that is understood by MSVC
MSVC gives a warning when using #warning. However, it does
not show the actual warning.
2012-03-16 12:26:54 +01:00
Vincent van Ravesteijn
234ba2c419 Revert commenting the file format warnings
These warnings have been (accidentally) commented out in
42aeab2a (uwestoehr; support for table cell rotations;
16-03-2012). In the next commit the warning will be replaced
by a form which is also understood by MSVC.
2012-03-16 12:25:16 +01:00
Uwe Stöhr
7a46910f04 support for table cell rotations; fileformat change 2012-03-16 02:29:37 +01:00
Georg Baum
4f6579e9d3 Update tex2lyx to file format 427. InsetIPA is not yet supported, but the
produced output is valid format 427.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40903 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-10 11:53:47 +00:00
Jürgen Spitzmüller
f626cfb7a3 Implement a native IPA inset (bug #2591) with instant preview.
Currently only basic functionality (our math-tipa functionality plus multipar input). Further enhancements (such as proper unicode input and a specific toolbar) are planned. DocBook and XHTML output also need to be audited.

The lyx2lyx reversion routine surely can be improved (help appreciated), and I don't know  tex2lyx enough to handle this file format change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40867 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-06 07:54:22 +00:00
Uwe Stöhr
05446b232f support for verbatim: step 2: tex2lyx support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40785 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-20 23:38:13 +00:00
Uwe Stöhr
6869d5205f support for verbatim: step 1: the layout and the lyx2lyx code,;fileformat change (next step is the beamer issue and last step tex2lyx support)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40784 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-20 02:10:33 +00:00
Uwe Stöhr
11da53414e version.h: fix typos
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40666 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-23 02:00:36 +00:00
Uwe Stöhr
65f26a7a14 add support for the package cancel in math (fixes #6819); fileformat change only for the preamble handling
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40663 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-23 01:49:49 +00:00
Julien Rioux
a99960cc04 Update tex2lyx to format 424.
The type of citation engine is determined by the citation package
being used and, in the case of natbib, its options.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40593 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-09 13:16:41 +00:00
Julien Rioux
e3f65fd088 Buffer param \cite_engine_type (authoryear|numerical).
To avoid duplicity, remove natbib_authoryear and natbib_numerical
and replace them by natbib, and keep track of the engine `type'
in the new \cite_engine_type document setting. This will make it
easier to add more citation engines.

LyX format incremented to 424.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40592 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-09 13:16:38 +00:00
Georg Baum
6332326cf6 Load mathtools.sty automatically (bug #7949) and make lyx2lyx reversion
more robust.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40574 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-05 20:53:48 +00:00
Georg Baum
bf3f3f9816 Second step towards a more generic package off/auto/on handling:
File format change


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40563 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-03 21:26:09 +00:00
Georg Baum
efa0f19836 More sensible longtable caption handling (needed for bug #7412)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40522 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-18 21:27:17 +00:00
Julien Rioux
0f30a858f8 Add a document-wide default bibliography style \biblio_style.
This holds the name of a BibTeX style file for now. Any BibTeX inset
can set the style to "default" to use the document-wide style.

LyX format incremented to 420.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40484 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-12 14:40:34 +00:00
Uwe Stöhr
fe8c185a6e support for Australian and Newzealand as document language; fileformat change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40452 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-08 23:58:30 +00:00
Richard Heck
cad2ffea44 Update tex2lyx to format 418. Nothing really to do other than write
what we expect to see.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40430 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-07 22:46:15 +00:00
Richard Heck
5a7672adec Fix bug #5805 and similar requests. Adds a document setting that
tells LyX not to show BLOCK text as justified, but still keeps
the usual paragraph indentation.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40427 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-07 22:33:25 +00:00
Julien Rioux
7ffc54f70e File format bump after r39982 (renaming of the japanese encodings for pLaTeX).
LyX file format incremented to 417.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40155 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-07 18:36:56 +00:00
Georg Baum
b62d8f2c6a Tie file formats of LyX and tex2lyx, since there are implicit depencies anyway.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39936 a592a061-630c-0410-9148-cb99ea01b6c8
2011-10-23 10:29:21 +00:00
Peter Kümmel
176315dffc seems the other have different compilers ;)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37595 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-11 02:09:22 +00:00
Enrico Forestieri
5321a41fe1 So, let's constify all globals in version.cpp...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37594 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-11 00:46:49 +00:00
Pavel Sanda
e2d0553f3e 3rd attempt on lyx_version_major/minor.
An object or reference that is explicitly declared const
and neither explicitly declared extern nor previously declared
to have external linkage has internal linkage.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37593 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-11 00:24:06 +00:00
Peter Kümmel
c87247ed39 compile. we don't need a const here
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37592 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-10 23:43:09 +00:00
Pavel Sanda
7251551084 Cosmetic change of .lyx headers. We output now only major and minor version,
not release level. File format does not change for a single minor (branch), so
this info has small value.

On the other hand the first line of header is causing unnecessary merge
conflicts for users of LyX VCS.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37579 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-09 22:19:14 +00:00
Jürgen Spitzmüller
2efcbb74d6 * do not change name of QSettings config file on LyX version change.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30301 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-29 08:44:32 +00:00
André Pönitz
6c300f72a2 move everything into namespace lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15422 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-21 00:16:43 +00:00
Angus Leeming
0be0fcfd59 If I ever see another licence blurb again, it'll be too soon...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7598 a592a061-630c-0410-9148-cb99ea01b6c8
2003-08-23 00:17:00 +00:00
Jean-Marc Lasgouttes
6f91069b50 fix writing of tabulars; output the real lyx version number at the top of generated files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7418 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-28 14:09:05 +00:00
Lars Gullik Bjønnes
8283e978f8 ws cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3803 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-21 17:27:08 +00:00
Jean-Marc Lasgouttes
53c3269cf5 more tweaks to version_info stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2837 a592a061-630c-0410-9148-cb99ea01b6c8
2001-10-03 15:49:32 +00:00
Angus Leeming
31b56dac80 In for a penny, in for a pound. Consistent use of // -*- C++ -*-
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2123 a592a061-630c-0410-9148-cb99ea01b6c8
2001-06-14 08:20:41 +00:00
Lars Gullik Bjønnes
0f4053721e rotate the changelog and a bunch of new changelogs.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1324 a592a061-630c-0410-9148-cb99ea01b6c8
2001-01-12 09:42:30 +00:00
Lars Gullik Bjønnes
67ef45b7c8 get rid of turds, no.po update and remove some warnings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1303 a592a061-630c-0410-9148-cb99ea01b6c8
2001-01-08 09:37:13 +00:00
Lars Gullik Bjønnes
0c375e49a7 sigh... anoter go
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1295 a592a061-630c-0410-9148-cb99ea01b6c8
2000-12-31 06:18:25 +00:00
Lars Gullik Bjønnes
6575180f4e and back to cvs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1294 a592a061-630c-0410-9148-cb99ea01b6c8
2000-12-31 05:37:59 +00:00
Lars Gullik Bjønnes
caa061099e set to pre3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1293 a592a061-630c-0410-9148-cb99ea01b6c8
2000-12-31 05:34:04 +00:00
Lars Gullik Bjønnes
62b6dff6f8 cvs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1240 a592a061-630c-0410-9148-cb99ea01b6c8
2000-11-24 12:46:20 +00:00
Lars Gullik Bjønnes
d34752f50b ok
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1238 a592a061-630c-0410-9148-cb99ea01b6c8
2000-11-22 18:55:41 +00:00
Lars Gullik Bjønnes
ef9acc05f3 and reset again...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1237 a592a061-630c-0410-9148-cb99ea01b6c8
2000-11-22 18:52:55 +00:00
Lars Gullik Bjønnes
e72ef278b8 try pre2 again
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1236 a592a061-630c-0410-9148-cb99ea01b6c8
2000-11-22 18:46:53 +00:00
Lars Gullik Bjønnes
69e5a077ea set back to cvs version
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1233 a592a061-630c-0410-9148-cb99ea01b6c8
2000-11-21 23:07:41 +00:00
Lars Gullik Bjønnes
f448e22d48 prepare for 1.1.6pre2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1232 a592a061-630c-0410-9148-cb99ea01b6c8
2000-11-21 23:05:19 +00:00
Lars Gullik Bjønnes
e26a7db651 ooppss
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1228 a592a061-630c-0410-9148-cb99ea01b6c8
2000-11-21 16:42:30 +00:00
Lars Gullik Bjønnes
360cdc0b9f Angus patch, + allow to set cursor color + constify more local variables
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1226 a592a061-630c-0410-9148-cb99ea01b6c8
2000-11-21 15:46:13 +00:00
Lars Gullik Bjønnes
c69fc542c0 back to cvs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1168 a592a061-630c-0410-9148-cb99ea01b6c8
2000-10-26 19:14:51 +00:00
Lars Gullik Bjønnes
bdd564dd5f pre1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1166 a592a061-630c-0410-9148-cb99ea01b6c8
2000-10-26 19:11:49 +00:00
Lars Gullik Bjønnes
797d87b451 make doc++ able to generate the source documentation for lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@956 a592a061-630c-0410-9148-cb99ea01b6c8
2000-08-07 20:58:24 +00:00
Lars Gullik Bjønnes
3be457e011 back to cvs version
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@799 a592a061-630c-0410-9148-cb99ea01b6c8
2000-06-06 11:08:07 +00:00
Lars Gullik Bjønnes
9a927e5c68 the 1.1.5 release
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@798 a592a061-630c-0410-9148-cb99ea01b6c8
2000-06-06 11:04:11 +00:00
Lars Gullik Bjønnes
096e00715d set the version back to cvs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@757 a592a061-630c-0410-9148-cb99ea01b6c8
2000-05-21 03:16:24 +00:00
Lars Gullik Bjønnes
1a9ebbea44 the 1.1.5pre3 release
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@755 a592a061-630c-0410-9148-cb99ea01b6c8
2000-05-21 03:14:54 +00:00
Lars Gullik Bjønnes
63dbdad67e set version back to cvs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@751 a592a061-630c-0410-9148-cb99ea01b6c8
2000-05-19 21:39:29 +00:00
Lars Gullik Bjønnes
1b0c6092d7 the 1.1.5pre2 version
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@749 a592a061-630c-0410-9148-cb99ea01b6c8
2000-05-19 21:36:46 +00:00
Lars Gullik Bjønnes
4e96db7156 change version back to cvs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@698 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-26 17:02:01 +00:00
Lars Gullik Bjønnes
e08e5c26a5 the 1.1.5pre1 prerelease
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@697 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-26 17:01:22 +00:00
Lars Gullik Bjønnes
bdd722bab5 upped the version number
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@527 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-03 19:44:16 +00:00
Lars Gullik Bjønnes
2b41d9ca19 last updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@525 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-03 19:32:45 +00:00
Lars Gullik Bjønnes
c3568b4ba8 update date
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@430 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-20 03:46:01 +00:00
Jean-Marc Lasgouttes
c32b845a53 Factor the export code between the two Dispatch methods, update .lyx and .sgml file headers, de.po updates.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@382 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-15 17:42:22 +00:00
Lars Gullik Bjønnes
da83a9d5de updated for 1.1.4pre1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@376 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-13 22:31:44 +00:00
Lars Gullik Bjønnes
01e639f666 updated version for cvs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@343 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-30 23:55:13 +00:00
Lars Gullik Bjønnes
60f178f60c version 1.1.3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@341 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-30 23:52:32 +00:00
Lars Gullik Bjønnes
46a8acee38 updated date
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@334 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-25 06:17:12 +00:00
Lars Gullik Bjønnes
863fff8fb8 up the version + cvs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@290 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-03 17:27:36 +00:00
Lars Gullik Bjønnes
eaf2073509 set to version 1.1.2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@288 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-03 17:23:27 +00:00
Lars Gullik Bjønnes
0a6d08dc50 updated date in version.h autoupdate of po files because of distcheck
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@273 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-02 08:42:28 +00:00
Lars Gullik Bjønnes
f88f9c8092 cvs version
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@263 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-27 05:39:33 +00:00
Lars Gullik Bjønnes
dd86242aa7 ready for 1.1.1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@261 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-27 05:38:22 +00:00
Lars Gullik Bjønnes
4ea178132c changes to how devel versions are detected added detections of prereleases (and use it) changed version po files autoupdated because of make dist
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@245 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-25 21:29:32 +00:00
Lars Gullik Bjønnes
5c0a1633cf prerelease pre2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@199 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-13 21:40:45 +00:00
Lars Gullik Bjønnes
0eccdd1c36 merge from the string-switch branch and ready for a prelease.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@162 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-02 16:21:10 +00:00
Lars Gullik Bjønnes
27de1486ca Initial revision
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@140 a592a061-630c-0410-9148-cb99ea01b6c8
1999-09-27 18:44:28 +00:00