[poppler] poppler/glib: poppler-document.h,1.15,1.16
Kristian Høgsberg
krh at freedesktop.org
Sat Dec 3 15:23:55 PST 2005
- Previous message: [poppler] poppler/poppler: CairoOutputDev.cc, 1.22,
1.23 CairoOutputDev.h, 1.9, 1.10 Makefile.am, 1.13,
1.14 TextOutputDev.cc, 1.15, 1.16
- Next message: [poppler] poppler: ChangeLog,1.242,1.243
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/poppler/poppler/glib
In directory gabe:/tmp/cvs-serv6716/glib
Modified Files:
poppler-document.h
Log Message:
2005-12-03 Kristian Høgsberg <krh at redhat.com>
* qt/Makefile.am (noinst_PROGRAMS): Only build qt test program if
splash is enabled.
* poppler/CairoOutputDev.cc: Remove unused grid snapping code,
sidestepping #4507.
* glib/poppler-document.h (PopplerPermissions): Breaking enum
definition over multiple lines confuses glib-mkenums (#4600).
* poppler/Makefile.am (libpoppler_la_LIBADD): Add FREETYPE_LIBS
(#4515).
* poppler/TextOutputDev.cc:
* qt/poppler-qt.h: GCC-4.1 fixes (#5031).
Index: poppler-document.h
===================================================================
RCS file: /cvs/poppler/poppler/glib/poppler-document.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- poppler-document.h 27 Jul 2005 19:21:08 -0000 1.15
+++ poppler-document.h 3 Dec 2005 23:23:53 -0000 1.16
@@ -82,10 +82,7 @@
POPPLER_PERMISSIONS_OK_TO_MODIFY = 1 << 1,
POPPLER_PERMISSIONS_OK_TO_COPY = 1 << 2,
POPPLER_PERMISSIONS_OK_TO_ADD_NOTES = 1 << 3,
- POPPLER_PERMISSIONS_FULL = (POPPLER_PERMISSIONS_OK_TO_PRINT
- | POPPLER_PERMISSIONS_OK_TO_MODIFY
- | POPPLER_PERMISSIONS_OK_TO_COPY
- | POPPLER_PERMISSIONS_OK_TO_ADD_NOTES),
+ POPPLER_PERMISSIONS_FULL = (POPPLER_PERMISSIONS_OK_TO_PRINT | POPPLER_PERMISSIONS_OK_TO_MODIFY | POPPLER_PERMISSIONS_OK_TO_COPY | POPPLER_PERMISSIONS_OK_TO_ADD_NOTES),
} PopplerPermissions;
- Previous message: [poppler] poppler/poppler: CairoOutputDev.cc, 1.22,
1.23 CairoOutputDev.h, 1.9, 1.10 Makefile.am, 1.13,
1.14 TextOutputDev.cc, 1.15, 1.16
- Next message: [poppler] poppler: ChangeLog,1.242,1.243
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the poppler
mailing list