Changeset 543
- Timestamp:
- Aug 20, 2016, 10:17:41 PM (4 years ago)
- Location:
- trunk/Lucide
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Lucide/changelog
r542 r543 9 9 - added hotkey (F9) to open/close navigation pane (ticket #212) 10 10 - added option to print in reverse page order (ticket #120) 11 - fixed inability to open AES-256-encrypted PD fs (ticket #91)11 - fixed inability to open AES-256-encrypted PDFs (ticket #91) 12 12 - reformatted plugin dialog (ticket #278) 13 13 - changed libc req to 0.6.6 14 - fixed trap on trying to create a thumbnail ona PDF with zero pages (ticket #288)14 - fixed trap on trying to create a thumbnail for a PDF with zero pages (ticket #288) 15 15 16 17 16 18 17 1.3.5: -
trunk/Lucide/plugins/lupoppler/Makefile.kmk
r542 r543 19 19 $(UNIXROOT)/usr/include \ 20 20 $(UNIXROOT)/usr/include/poppler \ 21 U:\toolkit21 $(UNIXROOT)/usr/include/os2tk45 22 22 lupoppler_SOURCES = \ 23 23 lupoppler.idl \ … … 37 37 $(LIB_POPPLER_LIBS) \ 38 38 $(UNIXROOT)/usr/lib/poppler_dll.a\ 39 U:\PMPrintf\PMPRINTF.LIB39 # U:\PMPrintf\PMPRINTF.LIB 40 40 41 41 include $(FILE_KBUILD_SUB_FOOTER) -
trunk/Lucide/readme_es.txt
r542 r543 29 29 - ftp://ftp.netlabs.org/pub/gcc/libc-0.6.6-csd6.zip (formato zip) 30 30 or ftp://ftp.netlabs.org/pub/gcc/libc-0_6_6-csd6.wpi (formato WarpIn) 31 - gcc446.dll: 32 - ftp://ftp.netlabs.org/pub/gcc/gcc4core-1_2_1.wpi (formato WarpIn) 31 or "yum install libc" (from the netlabs-rel repository) 32 - gcc492.dll: 33 - ftp://ftp.netlabs.org/pub/gcc/gcc4core-1_3_1.wpi (formato WarpIn) 34 or "yum install libgcc1 libgcc-fwd" (from the netlabs-rel repository) 35 - poppler 0.42.0 library needs to be installed to view PDFs: 36 - "yum install poppler", can be installed from netlabs-rel repository 33 37 34 38
Note: See TracChangeset
for help on using the changeset viewer.