mirror of
git://slackware.nl/current.git
synced 2025-01-14 08:01:11 +01:00
76fc4757ac
Mon Nov 4 17:08:47 UTC 2013 Slackware 14.1 x86_64 stable is released! It's been another interesting release cycle here at Slackware bringing new features like support for UEFI machines, updated compilers and development tools, the switch from MySQL to MariaDB, and many more improvements throughout the system. Thanks to the team, the upstream developers, the dedicated Slackware community, and everyone else who pitched in to help make this release a reality. The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware project by picking up a copy from store.slackware.com. We're taking pre-orders now, and offer a discount if you sign up for a subscription. Have fun! :-)
13 lines
729 B
Diff
13 lines
729 B
Diff
--- ./w_cmdpanel.c.orig 2013-06-14 17:39:29.000000000 -0500
|
|
+++ ./w_cmdpanel.c 2013-09-18 17:32:05.187426334 -0500
|
|
@@ -215,7 +215,9 @@
|
|
menu_def help_menu_items[] = {
|
|
{"Xfig Reference (HTML)...", 0, launch_refman, False},
|
|
#ifdef FIXED_JAPANESE_PDF
|
|
- {"Xfig Reference (PDF, English)...", 0, launch_refpdf_en, False},
|
|
+ /* Why both a PDF and an HTML that are the same? Remove redundant option */
|
|
+ /* and don't distribute the English PDF with the Slackware package. */
|
|
+ /* {"Xfig Reference (PDF)...", 0, launch_refpdf_en}, */
|
|
/* Tom Sato said that the Japanese version of the pdf looked ugly so we'll not distribute it now */
|
|
{"Xfig Reference (PDF, Japanese)...", 0, launch_refpdf_jp, False},
|
|
#else
|