]> git.lyx.org Git - lyx.git/commitdiff
latin1 in author names, not utf8.
authorAngus Leeming <leeming@lyx.org>
Mon, 28 Jul 2003 22:37:28 +0000 (22:37 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 28 Jul 2003 22:37:28 +0000 (22:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7432 a592a061-630c-0410-9148-cb99ea01b6c8

19 files changed:
src/support/BoostFormat.h
src/support/abort.C
src/support/atoi.C
src/support/boost-inst.C
src/support/chdir.C
src/support/copy.C
src/support/filetools.C
src/support/filetools.h
src/support/getcwd.C
src/support/kill.C
src/support/lyxfunctional.h
src/support/lyxmanip.h
src/support/mkdir.C
src/support/putenv.C
src/support/rename.C
src/support/rmdir.C
src/support/tempname.C
src/support/tostr.C
src/support/unlink.C

index 1ef9b82bbd346b94d0ce810c337a254ce7642f58..ef2b1f74c88ed90759438ff213c26bb315428d87 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */
index 588107e20254515157dd6ef4d9cc5274ed79945a..342dad61c72f53d18e1232373dce621e819640b6 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */
index be53d9afda69220476a894f55cd3d8b61a26ca2b..f97bd43b560520ccbd1e72124add7263c81e91b0 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Jean-Marc Lasgouttes
  *
  * Full author contact details are available in file CREDITS
index 27fba3da0420cc92e25a874d1a711ec3a1d8ee42..f21ee1b0c7d0d887522f3c907f0d5dd17aa047c5 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */
index 7005ef1b66ef8a28a16821456ced5def3dc68c01..743241eb3ab6cdbd1ee9a2fac05b04a73b0b3e14 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */
index f1b32f8c2363327dc79a56bde878475a73b3bc09..126bc49f5c2001f37e23b3ff9a5561598f5d4e50 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */
index 99d2420407acdd9c1387e8909f8b3f4410b45572..bf0ba6197315a2c2f6f01cf49998081ccbdf9878 100644 (file)
@@ -1349,8 +1349,8 @@ string const copyFileToDir(string const & path, string const & file_in)
        // Replace '.' in the file name with '_'
        file_out = subst(file_out, ".", "_");
        // Append a unique ID
-       static int id;
-       file_out += '_' + tostr(id++);
+//     static int id;
+//     file_out += '_' + tostr(id++);
        // Add the extension back on
        file_out = ChangeExtension(file_out, GetExtension(file_in));
        // Put this file in the buffer's temp dir
index 709d5e256f0ec33483da098fcad58e12902a75f3..780b5ba5485df6b0ed536a41e790405c70f73b1e 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */
index 02146930051f14fb1e8fa53f70bfc25092e0478c..2070c17354bc2bdfb9dd6265e035a20626e08195 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */
index d1b23767116111c188dffb471d8c0aeff2d8e2a4..db1619cbb7fd29b2a9da355f8a48b33fad9783e0 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */
index 71cf36f55b200e883f5657e3c9711520cac59040..4c3fba39cd515fd712d7be94302fa0a904e0a1f3 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  *
index 557c2a0e163ba7f7fa1fc98eb3347f6b09364e82..beeb1525f25d38779df1df61c4ae2800aae91557 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */
index e45d46728e4d1575d304355655d016406737e6bc..f4274cd0e3d35d073a6ff1a1b99967d63287f007 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */
index 68c37b692f6255af1a843d79ccda76d529da7b18..b008aa4ac85021092ba6cbd3faf2aa5deb9e4958 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */
index a8cb72c5c28d27c31af9f0c0c3cc849394411f19..3db8cd2d0099c7859b9385612a217f24a14610c7 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */
index 68529657fd17b20872b29b832c75fcc903f5ac2e..297816854451fc4c9473b4122f12bf64b43e0d56 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */
index 8dea9a6adf4689f991785a2d74f0d3ea66c402da..1f590df20c4b8b8a24dc44627c47510706ca69df 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */
index b610cc21a75ead631efee773a03b1337baaa5f31..de9628886aedfee637867eed20ec104dac43e39a 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS
  */
index 2c5d78f8f1fb7a09005067026e7e554ac6b20666..51569cc656678c9073db7845b0b50cf811a68f8b 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS
  */