Commit graph

3431 commits

Author SHA1 Message Date
Bill Kendrick
fed3b80359 Ensure Scottish Gaelic has hints to find fonts 2021-09-02 00:18:49 -07:00
Bill Kendrick
75adcc36af Ensure Greek has have hints to find the best fonts
(See https://sourceforge.net/p/tuxpaint/bugs/232/)
2021-09-02 00:09:52 -07:00
Bill Kendrick
336f0cd50e Credit Win32 compile docs to Shin-Ichi 2021-08-31 22:41:14 -07:00
Bill Kendrick
987b2c1cc3 Add macOS compile/install instructions to INSTALL 2021-08-31 22:37:18 -07:00
b'William Kendrick
6407bec2a2 Merge /u/gunchleoc/tuxpaint/ branch gd into master
https://sourceforge.net/p/tuxpaint/tuxpaint/merge-requests/8/
2021-08-31 08:05:01 +00:00
Bill Kendrick
06e03d77e6 Merging win32/buildwin.html contents into INSTALL 2021-08-31 00:44:55 -07:00
Bill Kendrick
0bcad18c4b Adding TOC to INSTALL 2021-08-30 23:20:55 -07:00
Bill Kendrick
b03fc096d6 Add TOC to FAQ 2021-08-29 23:05:01 -07:00
Bill Kendrick
1b911ad948 Add TOC to Advanced Stamps How-To 2021-08-29 22:58:41 -07:00
Bill Kendrick
de778ec1e1 OPTIONS has TOC now; mend some '\n's in manpage 2021-08-29 22:51:20 -07:00
Bill Kendrick
ada12cac5e Rebuild manpage & OPTIONS page after recent fixes 2021-08-29 22:16:41 -07:00
GunChleoc
b0f5e1265a Update gd translation 2021-08-18 10:25:15 +01:00
Bill Kendrick
5188170459 Bump manpage date! 2021-08-15 01:21:26 -07:00
Bill Kendrick
ec20799b4a Refresh manpages after localization wrapper wrapup 2021-08-15 01:19:59 -07:00
Bill Kendrick
5f64ebd732 Refresh localized manpages 2021-08-14 23:28:13 -07:00
Bill Kendrick
43429aa017 Initial snapshot of localized manpage
Just a bit of the beginning of "tuxpaint.1" has been
wrapped in localizing "gettext()" calls.  Generating
snapshot of new English version, as well as Spanish,
French, Galician, and Japanese, based on the PO files
that exist over in `tuxpaint-docs` repo.
2021-08-14 22:49:05 -07:00
Bill Kendrick
9a02e730e8 Makefile can install various localized manpages 2021-08-14 22:37:05 -07:00
Bill Kendrick
4b0394fd96 Move src/manpage/ to man/ 2021-08-14 22:15:14 -07:00
Bill Kendrick
856ca6dc49 Remove Polish translation of Tux Paint's man page
Remove the very outdated Polish translation of Tux Paint's man page.
2021-08-14 21:44:12 -07:00
Bill Kendrick
d2a4dca86c Each "OPTIONS..." section of manpage gets a blurb 2021-08-09 23:20:16 -07:00
Bill Kendrick
ed5979602e Reorganized options listed in Tux Paint's man page
... and utilize subsections, in doing so.
2021-08-09 23:11:33 -07:00
Bill Kendrick
702403d60e Rebuild OPTIONS docs, after reorganization 2021-08-08 02:05:00 -07:00
Bill Kendrick
e10eaf285b All docs: Bump version # 2021-08-08 01:08:48 -07:00
Bill Kendrick
a95bd5a194 Update OPTIONS docs to cover all command-line args
The anti-args (e.g., "nosave=no" / "save=yes", as the
opposite of "nosave=yes") were not covered.  A few were missing, too.
2021-08-08 01:06:18 -07:00
Bill Kendrick
9c2fa458b8 Ensure command-line options covered more places
Ensured Tux Paint's built-in help ("tuxpaint --help"),
Unix manual ("man page"), and command-line option
tab-completion list all cover the full set of Tux Paint
options.  Some were missing in a few places.
2021-08-08 00:22:05 -07:00
Bill Kendrick
cf99582672 Bump version to 0.9.27 2021-08-07 23:38:50 -07:00
Bill Kendrick
69ccac5650 Dropping -rc1 from version 2021-06-28 16:47:13 -07:00
Bill Kendrick
0dbdb35455 manpage updates ahead of 0.9.26
Added more credits to manpage.  Avoiding word-wrapping
URLs and email addresses.  Saved out as UTF-8, rather than
Latin-1 encoding.
2021-06-28 15:43:43 -07:00
Karl Ove Hufthammer
c4ef59cc16 Update Norwegian Nynorsk and Norwegian Bokmål translations 2021-06-28 19:44:36 +02:00
Shin-ichi TOYAMAA
b407bf361c corrected the locations of some newly translated README.html files. 2021-06-18 15:06:05 +09:00
Mark Kim
a8177635cb Fix Haiku compilation bug
Luc Schrijvers reported on the Tux Paint Maintainers mailing list an
failure to build magic tools for Tux Paint 0.9.26 rc1 (see the mailing
list for the details).  The issue appears to stem from an interesting
interaction between my commit from March
(39cc096ece) and the quotes around
beos_PLUGIN_LIBS on line 1361:

  beos_PLUGIN_LIBS:="$(MAGIC_SDL_LIBS) $(MAGIC_ARCH_LINKS) $(MAGIC_SDL_CPPFLAGS)"

My commit had removed a leading argument from $(MAGIC_SDL_LIBS) (whose
value is irrelevant but it was "-L/usr/local/lib"), and the second
argument resolves to nothing on Haiku, so beos_PLUGIN_LIBS now resolves
to a string with a leading space, and it appears `cc` treats a string
argument with a leading space as a single token as opposed to a list of
arguments as it was apparently doing previously.  Pere confirms removing
the second argument that resolves to nothing allows binary to compile.

I suppose removing the quotes around beos_PLUGIN_LIBS is another (and
cleaner) possible solution, but the quotes appear to be intentional and
without a Haiku build environment to test the exact behavior this will
be the safer commit to make.
2021-06-17 22:18:15 -04:00
Jacques Chion
795b574c7d updating translation 2021-06-14 11:04:03 +02:00
Bill Kendrick
52dc7e62ca Rebuild PO & .desktop
Also update RELEASE.txt to correctly document how to update
tuxpaint.desktop
2021-06-13 21:07:36 -07:00
Bill Kendrick
c19b06813b Bump release year in some package metadata files 2021-06-13 21:05:17 -07:00
Bill Kendrick
cffbd44f1f Rolling 0.9.26-rc1 2021-06-13 21:01:20 -07:00
Bill Kendrick
e93e4cc431 French docs refresh 2021-06-10 2021-06-10 08:34:40 -07:00
Bill Kendrick
4b985e1213 Occitan translation update 2021-06-07 09:26:10 -07:00
Bill Kendrick
a731363ae3 Another French doc update after corrections... 2021-06-03 02:30:12 -07:00
Bill Kendrick
5bcc1040de FAQ tweak after gettext()'ing a few more bits 2021-06-02 23:31:34 -07:00
Bill Kendrick
1f236e016e Galician docs updates 2021-06-02 23:21:22 -07:00
Bill Kendrick
ca16f6bec4 Updating French docs
...catching up with Jacques' recent corrections.
2021-06-02 23:18:45 -07:00
Bill Kendrick
b8706be13f Bump date in EXTENDING docs 2021-05-31 01:19:01 -07:00
Bill Kendrick
8bddd480de French docs updates 2021-05-31 2021-05-31 00:08:53 -07:00
Bill Kendrick
ffc18e0444 French docs currently 100% complete
Thank you Jacques!!!
2021-05-29 10:08:43 -07:00
Bill Kendrick
5c5d6b5c3d French docs update 2021-05-24 2021-05-24 22:46:25 -07:00
Bill Kendrick
19e8487d06 French doc updates 2021-05-20
Jacques Chion continues plugging away at it! :-D
2021-05-20 23:09:40 -07:00
Bill Kendrick
2afbf3656e French translation updates 2021-05-19
h/t Jacques Chion
2021-05-19 09:03:26 -07:00
Bill Kendrick
50eaf0a732 French docs update 2021-05-17 2021-05-17 10:04:32 -07:00
Bill Kendrick
d0f5d6f06d French doc translation updates (2021-05-17)
h/t Jacques Chion!
2021-05-17 01:29:56 -07:00
Bill Kendrick
9f298e6291 French docs update 2021-05-15
h/t Jacques Chion
2021-05-15 11:28:57 -07:00