Liang Chang
342386bfab
dtinfo: prevent allocating redundant DtPrintSetupData.
2022-03-03 13:44:27 +00:00
Liang Chang
14c89d4578
DtSearch: processing multibyte characters based on locale settings
...
to avoid confusion.
2022-03-03 13:44:26 +00:00
Liang Chang
c983f2ffc9
doc: update fonts used in guides.
2022-03-03 13:44:26 +00:00
Liang Chang
bad30e1b1a
dtinfo: fix a highlighting issue.
2022-03-03 13:44:26 +00:00
Liang Chang
b796f9fce4
dtinfo: fix a crash.
2022-03-03 13:44:25 +00:00
Liang Chang
bf7e7b2f72
doc: update man pages to display hyphen-minus correctly.
2022-03-03 13:44:25 +00:00
Liang Chang
6cb67ad217
dtdocbook: update the token of new line.
2022-03-03 13:44:24 +00:00
Liang Chang
fbc297e77a
dtinfo: improve font recognition.
2022-03-03 13:44:24 +00:00
Jon Trulson
06460abd36
DtSvc/MsgLog.c: remove extra 'noise' around log events
...
Previous:
-=-=-=-=
*** INFORMATION(0): dtwm: PID 1758056: Sun Feb 27 15:49:37 2022
Workspace Manager: XmeRenderTableGetDefaultFont() failed, trying a fixed font
*** [142]
-=-=-=-=
New:
-=-=-=-=
*** INFORMATION(0): dtwm: PID 1758839: Sun Feb 27 15:54:09 2022
Workspace Manager: XmeRenderTableGetDefaultFont() failed, trying a fixed font
[142 bytes]
-=-=-=-=
2022-02-27 15:58:48 -07:00
Jon Trulson
dcf499ded2
gitignore: dtfile and fontaliases additions
2022-02-26 15:51:19 -07:00
Jon Trulson
383b5e4b59
dtstyle: fix bugs preventing SM save from working properly
...
All of the dtstyle session save routines used sprintf/snprintf whereby
the destination buffer was also a source buffer, like so:
snprintf(bufr, sizeof(style.tmpBigStr), "%s*Fonts.x: %d\n", bufr, x);
^^^^ ^^ ^^^^
That results in undefined behavior, which mainly meant missing or
currupted XRM resources being saved in the session file for dtstyle.
2022-02-26 15:51:09 -07:00
Liang Chang
a52f988e47
dtstyle: fix window functions.
2022-02-26 02:10:00 +00:00
Jon Trulson
b8e98f9ff8
Remove include of non-existant fonts.am file
2022-02-21 22:05:44 +08:00
Liang Chang
2f0a9fa43c
cde: update .gitignore.
2022-02-21 21:22:08 +08:00
Liang Chang
6e53911b18
cde: update configure.ac.
2022-02-21 21:22:08 +08:00
Liang Chang
5b1a6658f1
dtlogin: set fontpath to support i18n.
2022-02-21 21:22:08 +08:00
Liang Chang
0188f99ea3
fontaliases: make the font aliases to support i18n.
2022-02-21 21:22:08 +08:00
Liang Chang
9af0993de5
fontaliases: add font aliases.
2022-02-21 21:22:07 +08:00
Liang Chang
658e42d317
fontaliases: revise fonts.alias for UTF-8 to display
...
multi-language correctly.
2022-02-21 21:22:07 +08:00
Jon Trulson
49c73d57ec
dtfile: make sure dterror.ds is generated and installed
2022-02-21 14:03:12 -07:00
Jon Trulson
ff7f02ee38
.gitignore: add new entries to for the utf8 doc changes
2022-02-12 18:39:29 -07:00
Jon Trulson
7a0c30b547
docbook/doc_utils: make sure XTOOLLIB follows DTCLIENTLIBS to fix link error
2022-02-12 14:41:29 -07:00
Liang Chang
173d0cf9ca
configure.ac: don't check getty.
2022-02-07 09:48:23 +08:00
Liang Chang
5fb7f4da67
dtlogin: use POSIX.1 non-local jumps.
2022-02-07 09:48:23 +08:00
Liang Chang
9077b5fd85
DtSearch: fix a crash.
2022-02-07 09:48:23 +08:00
Liang Chang
36ff969285
dtdocbook: set language for infolib properly.
2022-02-07 09:48:23 +08:00
Liang Chang
0a523304b6
DtMmdb: fix a yacc syntax error.
2022-02-07 09:48:23 +08:00
Liang Chang
2213dfb045
dtdocbook: update macros.
2022-02-07 09:48:23 +08:00
Liang Chang
79b8d6ecb4
localized: build dtprintinfo.cat.
2022-02-07 09:48:22 +08:00
Liang Chang
85ff5c5ffe
configure.ac: check if getty exists.
2022-02-07 09:48:22 +08:00
Liang Chang
1eccd2e042
dtlogin: make the language menu works.
2022-02-07 09:48:13 +08:00
Liang Chang
d985889b74
lib: update Makefile.am.
2022-02-01 09:32:31 +08:00
Liang Chang
b994693701
programs: remove a duplicate subdir from Makefile.am.
2022-02-01 01:44:56 +08:00
Liang Chang
9fcdd2564e
dtappbuilder: improve font settings.
2022-02-01 01:40:17 +08:00
Liang Chang
59094bcc26
dtdocbook: fix a linking issue.
2022-02-01 00:22:13 +08:00
Liang Chang
b4ffb694bd
Merge branch 'master' into dtdocbook
2022-01-30 08:04:32 +08:00
Liang Chang
20e32a1208
cde: update configure.ac.
2022-01-30 07:37:20 +08:00
Liang Chang
d6c810f387
cde: update .gitignore.
2022-01-30 07:25:45 +08:00
Liang Chang
dacddb0853
programs: update Makefile.am.
2022-01-30 07:16:37 +08:00
Liang Chang
205ba6498e
doc: replace /usr/dt with macro.
2022-01-30 07:04:37 +08:00
Liang Chang
ec2fa5bb78
dtinfo: fix a highlighting issue.
2022-01-29 21:21:01 +08:00
Liang Chang
ec433c3eaa
DtHelp: keep processing even when some fonts are missing.
2022-01-26 19:50:38 +08:00
Liang Chang
75280cc25b
localized: update templates.
2022-01-26 19:50:37 +08:00
Liang Chang
6482ae5392
localized: add Japanese template.
2022-01-26 19:50:37 +08:00
Liang Chang
0b67251c6e
localized: convert zh_TW.dt-eucTW to zh_TW.UTF-8.
2022-01-26 19:50:37 +08:00
Liang Chang
7e713eb81b
localized: convert zh_CN.dt-eucCN to zh_CN.UTF-8.
2022-01-26 19:50:37 +08:00
Liang Chang
d92fce07ce
localized: convert ko_KR.dt-eucKR to ko_KR.UTF-8.
2022-01-26 19:50:37 +08:00
Liang Chang
4b897dc788
localized: convert ja_JP.dt-eucJP to ja_JP.UTF-8.
2022-01-26 19:50:37 +08:00
Liang Chang
095121646d
doc: update AM files.
2022-01-26 19:50:37 +08:00
Liang Chang
e7046aa8f5
doc: migrate ja_JP.UTF-8 to Autotools.
2022-01-26 19:50:37 +08:00