]> git.lyx.org Git - features.git/commitdiff
Pedantic change of email only.
authorAngus Leeming <leeming@lyx.org>
Mon, 15 Jul 2002 10:19:45 +0000 (10:19 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 15 Jul 2002 10:19:45 +0000 (10:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4637 a592a061-630c-0410-9148-cb99ea01b6c8

16 files changed:
src/graphics/GraphicsCache.C
src/graphics/GraphicsCache.h
src/graphics/GraphicsCacheItem.C
src/graphics/GraphicsCacheItem.h
src/graphics/GraphicsConverter.C
src/graphics/GraphicsConverter.h
src/graphics/GraphicsImage.C
src/graphics/GraphicsImage.h
src/graphics/GraphicsImageXPM.C
src/graphics/GraphicsImageXPM.h
src/graphics/GraphicsParams.C
src/graphics/GraphicsParams.h
src/graphics/GraphicsTypes.h
src/graphics/PreviewLoader.h
src/graphics/Previews.C
src/graphics/Previews.h

index 12ddc91dff3533020431fe3e0a24fa3ff7391322..3ca621b0cfd1c2469d0ffb845ab373838a354997 100644 (file)
@@ -4,7 +4,7 @@
  * Read the file COPYING
  *
  * \author Baruch Even <baruch.even@writeme.com>
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * \author Angus Leeming <leeming@lyx.org>
  */
 
 #include <config.h>
index 1106e6b005f4ff1a24469cd307002e7c50afbc36..0f95801d097049c0ac657beb35b490d2dd2c6573 100644 (file)
@@ -5,7 +5,7 @@
  *  Read the file COPYING
  *
  * \author Baruch Even <baruch.even@writeme.com>
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * \author Angus Leeming <leeming@lyx.org>
  *
  *  grfx::Cache is the manager of the image cache.
  *  It is responsible for creating the grfx::CacheItem's and maintaining them.
index a179917b2389636c577852564b1198b747445e7a..b5b2ca04191f12bf10d4d4d4d95fc8020dee2d27 100644 (file)
@@ -5,7 +5,7 @@
  *
  * \author Baruch Even <baruch.even@writeme.com>
  * \author Herbert Voss <voss@lyx.org>
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * \author Angus Leeming <leeming@lyx.org>
  */
 
 #include <config.h>
index 2f89a796b9e64053f469f826c1b4943a00f2a5ee..bb25b408e1ddb35c608512d7edda24e933362f44 100644 (file)
@@ -5,7 +5,7 @@
  * Read the file COPYING
  *
  * \author Baruch Even <baruch.even@writeme.com>
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * \author Angus Leeming <leeming@lyx.org>
  *
  * The graphics cache is a container of grfx::CacheItems.
  * Each grfx::CacheItem, definedhere represents a separate image file.
index a1f45e1280f7579cdd0adc5a3174ac98a15a72fd..1182811e4ddd65820701f11c2e0d7ee73314e90c 100644 (file)
@@ -3,7 +3,7 @@
  *  Copyright 2002 the LyX Team
  *  Read the file COPYING
  *
- *  \author Angus Leeming <a.leeming@ic.ac.uk>
+ *  \author Angus Leeming <leeming@lyx.org>
  */
 
 #include <config.h>
index 17ca2be966c220fc9d0fde681f2a7c8ecba3c748..96a3b1e355ac3895c6d0df423483524e7662887c 100644 (file)
@@ -4,7 +4,7 @@
  *  Copyright 2002 the LyX Team
  *  Read the file COPYING
  *
- *  \author Angus Leeming <a.leeming@ic.ac.uk>
+ *  \author Angus Leeming <leeming@lyx.org>
  *
  *  The controller of a conversion process from file AA of format A to
  *  file BB of format B.
index 8ef312666c43b0557ee56439ec384add5f267cb6..71d54f698a8a686ba259270c258452e9136bb91b 100644 (file)
@@ -4,7 +4,7 @@
  * Read the file COPYING
  *
  * \author Baruch Even <baruch.even@writeme.com>
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * \author Angus Leeming <leeming@lyx.org>
  */
 
 #include <config.h>
index 3a03523b808a84dbb2cc2936d4086088fa9ebf5d..5a4ada786635d6cf461a9c46d1b32d8d84f51c8a 100644 (file)
@@ -5,7 +5,7 @@
  *  Read the file COPYING
  *
  *  \author Baruch Even <baruch.even@writeme.com>
- *  \author Angus Leeming <a.leeming@ic.ac.uk>
+ *  \author Angus Leeming <leeming@lyx.org>
  *
  *  An abstract base class for the images themselves.
  *  Allows the user to retrieve the pixmap, once loaded and to issue commands
index f2a8572ce0b267caa895b2a8593f95afefcc8f29..ee4dc49e6d721b68aea185b42643f1493c67a25d 100644 (file)
@@ -4,7 +4,7 @@
  * Read the file COPYING
  *
  * \author Baruch Even <baruch.even@writeme.com>
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * \author Angus Leeming <leeming@lyx.org>
  */
 
 #include <config.h>
index ce4eccbcd6b7ab098624b1d8dc38377ac6dc878b..6d16019bd8b268dd06623cec7139e0c5de694658 100644 (file)
@@ -5,7 +5,7 @@
  *  Read the file COPYING
  *
  *  \author Baruch Even <baruch.even@writeme.com>
- *  \author Angus Leeming <a.leeming@ic.ac.uk>
+ *  \author Angus Leeming <leeming@lyx.org>
  *
  *  An instantiation of Image that makes use of libXPM to load and store
  *  the image in memory.
index 96f0bc9590a36aed92bbe796a66c5b24f6f94710..230b6628123df51a378e0df74fbb021386c431ee 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright 2002 the LyX Team
  * Read the file COPYING
  *
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * \author Angus Leeming <leeming@lyx.org>
  */
 
 #include <config.h>
index d25d5de543caa8edd65667c5a40b8a28cdc5311c..e1e3f4d1ed5ff04b1c161ebad719530bdfe1ddc1 100644 (file)
@@ -4,7 +4,7 @@
  *  Copyright 2002 the LyX Team
  *  Read the file COPYING
  *
- *  \author Angus Leeming <a.leeming@ic.ac.uk>
+ *  \author Angus Leeming <leeming@lyx.org>
  *
  *  Used internally by the GraphicsCache.
  */
index fbfcbbcf11205bec3e3ccc0c79eb526ec180ed57..ee9923654a394d9d87f4b5fd4c636ec8c7b69752 100644 (file)
@@ -4,7 +4,7 @@
  *  Copyright 2002 the LyX Team
  *  Read the file COPYING
  *
- *  \author Angus Leeming <a.leeming@ic.ac.uk>
+ *  \author Angus Leeming <leeming@lyx.org>
  *
  *  All that header files outside the graphics subdirectory should need to
  *  access.
index 3ba6e8f36b634f6cc27c8f820841008e5202ce9f..1270a59ea921abf86b97f2bf2b4b34de57d196c4 100644 (file)
@@ -4,7 +4,7 @@
  *  Copyright 2002 the LyX Team
  *  Read the file COPYING
  *
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * \author Angus Leeming <leeming@lyx.org>
  *
  *  grfx::PreviewLoader collects latex snippets together. Then, on a
  *  startLoading() call, these are dumped to file and processed, converting
index a69316d0a1a2b1f8451e2124b4f3107cec690c2e..b5418a521474403279750a0ae8375a04232aabc8 100644 (file)
@@ -3,7 +3,7 @@
  *  Copyright 2002 the LyX Team
  *  Read the file COPYING
  *
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * \author Angus Leeming <leeming@lyx.org>
  */
 
 #include <config.h>
index 7495f176ff9a29d6bd90b58238ee14f44ab281fc..50fd7423f5948e090c108c32b7d0fa3456588566 100644 (file)
@@ -4,7 +4,7 @@
  *  Copyright 2002 the LyX Team
  *  Read the file COPYING
  *
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * \author Angus Leeming <leeming@lyx.org>
  *
  *  grfx::Previews is a singleton class that stores the grfx::PreviewLoader
  *  for each buffer requiring one.