~ubuntu-branches/ubuntu/breezy/koffice/breezy

« back to all changes in this revision

Viewing changes to filters/kword/pdf/diffs/xpdf_includes.diff

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040509113300-vfrdadqsvjfuhn3b
Tags: 1:1.3.1-1
* New upstream bugfix release.
* Built against newer imagemagick (closes: #246623).
* Made koffice-libs/kformula recommend/depend on latex-xft-fonts, which
  provides mathematical fonts that the formula editor can use.  Also
  patched the kformula part to make these fonts the default.
* Changed kword menu hint from "WordProcessors" to "Word processors"
  (closes: #246209).
* Spellchecker configuration is now fixed (closes: #221256, #227568).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -u /home/azhyd/xpdf-2.00/xpdf/Error.h xpdf/Error.h
 
2
--- /home/azhyd/xpdf-2.00/xpdf/Error.h  Sun Nov  3 23:15:37 2002
 
3
+++ xpdf/Error.h        Wed Nov 20 07:30:34 2002
 
4
@@ -16,7 +16,7 @@
 
5
 #endif
 
6
 
 
7
 #include <stdio.h>
 
8
-#include "config.h"
 
9
+#include "xpdf_config.h"
 
10
 
 
11
 extern void CDECL error(int pos, char *msg, ...);
 
12
 
 
13
diff -u /home/azhyd/xpdf-2.00/xpdf/PDFDoc.cc xpdf/PDFDoc.cc
 
14
--- /home/azhyd/xpdf-2.00/xpdf/PDFDoc.cc        Sun Nov  3 23:15:36 2002
 
15
+++ xpdf/PDFDoc.cc      Wed Nov 20 07:30:55 2002
 
16
@@ -17,7 +17,7 @@
 
17
 #include <stddef.h>
 
18
 #include <string.h>
 
19
 #include "GString.h"
 
20
-#include "config.h"
 
21
+#include "xpdf_config.h"
 
22
 #include "GlobalParams.h"
 
23
 #include "Page.h"
 
24
 #include "Catalog.h"
 
25
diff -u /home/azhyd/xpdf-2.00/xpdf/Stream.cc xpdf/Stream.cc
 
26
--- /home/azhyd/xpdf-2.00/xpdf/Stream.cc        Sun Nov  3 23:15:37 2002
 
27
+++ xpdf/Stream.cc      Wed Nov 20 07:31:33 2002
 
28
@@ -22,7 +22,7 @@
 
29
 #include <ctype.h>
 
30
 #include "gmem.h"
 
31
 #include "gfile.h"
 
32
-#include "config.h"
 
33
+#include "xpdf_config.h"
 
34
 #include "Error.h"
 
35
 #include "Object.h"
 
36
 #ifndef NO_DECRYPTION
 
37
diff -u /home/azhyd/xpdf-2.00/xpdf/TextOutputDev.cc xpdf/TextOutputDev.cc
 
38
--- /home/azhyd/xpdf-2.00/xpdf/TextOutputDev.cc Thu Nov 14 04:41:00 2002
 
39
+++ xpdf/TextOutputDev.cc       Wed Nov 20 07:31:41 2002
 
40
@@ -19,7 +19,7 @@
 
41
 #include <ctype.h>
 
42
 #include "GString.h"
 
43
 #include "gmem.h"
 
44
-#include "config.h"
 
45
+#include "xpdf_config.h"
 
46
 #include "Error.h"
 
47
 #include "GlobalParams.h"
 
48
 #include "UnicodeMap.h"