summaryrefslogtreecommitdiff
path: root/support/texdoc/NEWS
blob: 29fa3873d96ed7d70719ba5ee2a2befdbe2d0136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
NEWS for texdoc
===============
(This file public domain.)

Version 3.2.1
-------------
- Bug fix: suspend a realpath not found error

Version 3.2 (TeX Live 2020)
===========================
- Improved the scoring scheme to prioritize the latex tree than the latex-dev
- Support invoking the program with absolute paths
- The document was entirely rewritten
- Other small improvements and bug fixes

Version 3.1 (TeX Live 2019)
===========================
- New option -c: changing configure temporally
- New config item `texlive_tlpdb` to specify a path for texlive.tlpdb
- Fixed an issue that texdoc fails to open gzipped file in GNOME/XFCE
- Added prefixes to script files not to contaminate kpse search space
- Many other small improvements and bug fixes

Version 3.0 (TeX Live 2018)
===========================
This version has two big features:
- Fuzzy search
- New option parser

And also includes a lot of small improvements:
- Get rid of Data.tlpdb.lua
- Documentation update
- Bug fix around environment variables
- Other small improvements including score adjustments
- Sources moved to https://github.com/TeX-Live/texdoc

Version 2.0171
--------------
- In list mode (-l), just RET views first document in list.
- --help and --version override other specified command-line actions.

Version 2.017 (TeX Live 2017)
============================
- Restore user's LC_CTYPE value if possible (with this year's luatex).
- Generic system environment variables, such as BROWSER, accept
  a colon-separated list of programs.
- Sources moved to https://puszcza.gnu.org.ua/projects/texdoc.

Version 0.85
------------
Compatibility with LuaTeX 0.74+ (Lua 5.2).

Version 0.84 (TeX Live 2012)
============================
Fix -f output when TEXMFHOME contains a list of paths. Bug sort-of reported
by Matthew Leingang, see http://tex.stackexchange.com/questions/42920/

Version 0.83
------------
Minor adjustments in the scoring system.

Version 0.82
------------
Fixes to the default viewer/destkop environment detection:
- try gvfs-open with Gnome
- always try xdg-open first (usually more up-to-date)
Thanks to Axel E. Retif for informing me that newer versions of Ubuntu don't
ship gnome-open by default any more.

Version 0.81 (TeX Live 2011)
============================
Allow configuration files to be found in all TEXMF trees.
The default one should now be installed in TEXMFDIST (in upstream TeX Live) or
in a tree search after TEXMFLOCAL (in downstream distros).

Delay default viewer detection, see:
http://tug.org/pipermail/tex-live/2011-May/029150.html

Drop long-deprecated things:
- --search (-> --showall), --verbosity-level and old syntax of -v
- alias_switch, -a, -A, --alias, --noalias
- 'regex' mode,

Various internal cleanups and rearrangements.

Version 0.80
============
New 'lang' configuration option (defaults on system locale): now <name>-de.pdf
wins over <name>.pdf if German is preferred. Patch kindly provided by Philipp
Stephani. Also works with aliases (eg koma-de = scrguide wins over koma =
scrguien).

Document the previously undocumented options from 0.72-tl2010.

Accept htm as a valid extension, synonym for html. Emit less warnings about
viewers.

Version 0.72 as in TeX Live 2010
--------------------------------
New (undocumented) settings (bad)basenme_list, parallel to (bad)ext_list.

New (undocumented) setting item suffix_list for known documentation suffixes,
previously hardcoded.

New (undocumented) option --just-view for use by front-end programs.

Version 0.72
------------
Fix stupid bug introduced in 0.70: texdoc would crash if called without
arguments. (Reported by Maxime Chupin.)

Version 0.71
------------
Fix bug introduced in 0.70: some results were duplicated on windows. (Reported
by Uwe Siart.)

Version 0.70
============
Use information from the TeX Live package database (some of it coming from the
CTAN catalogue) to improve search results. Display some of this information.

Show the current settings in --help message.

Misc. internal changes & fixes.

Deprecate -a, --alias, -A, --noalias and alias_switch.

Version 0.66
------------
Turn the -v=N, --verbosity=N command-line option into a pair of related options
-v, --verbose and -q, --quiet (more standard, Karl's suggestion). Also remove
uselessly verbose debug items so --debug is usable again.

Rework help text (Karl's suggestion).

Issue a warning about DISPLAY not being set on generic Unix before trying to
start a viewer.

Small internal clean-ups.

Version 0.65
------------
Make it easier to change the list of configuration files used (eg for
downstream distributions).

Version 0.64
------------
Fix a crash when DISPLAY is unset on Unix by querying xprop more carefully.
(Bug introduced in 0.61.)

Version 0.63
------------
Fix a bug on windows which prevented from viewing sty files.

Version 0.62
------------
Support for zipped documentation is now an official option.
Please read the warnings before using it!

Version 0.61
------------
Detect desktop environments (KDE4, KDE, GNOME, XFCE) for viewer selection.

Version 0.60
============
Changed the search/alias/score logic. See section 2 of the manual for details,
but here is a primer:
- alias now /adds/ patterns to be search, it is no more a substitution
- new scoring system, partially configurable, with improved heuristics

The beginning of the manual has been completely rewritten.

Bugs have been fixed as usual, and probably some others introduced...

Version 0.50
============
- New option for machine-readable output.
- Bugfixes (esp. for zipped file support (Unix only)).
- Hopefully more sensible default viewer selection.

Version 0.49
------------
Major code rewrite. No big user-visible change, except a few bugs fixed and new
debugging levels.

Version 0.47 (TeX Live 2009)
----------------------------
Adapt for man pages named *.man1.pdf instead of *.pdf.
(Temporary hack, done better since version 0.60.)

Warning: zip support probably broken!

Version 0.46
------------
Avoid using lfs.currentdir() and lfs.chdir() which are broken on Solaris 10 
in LuaTeX 0.40

Version 0.45
------------
Fix possible line ending problems on windows with certain versions of LuaTeX

Version 0.44
------------
- fixing viewer problems on Windows
- expanding the list of default viewers on generic Unix


Version 0.43
------------
Improve support for zipped documentation and comments about it in the default
configuration file. (Thank Norbert Preining for his help.)

Various fixes, aliases updates as usual.

Version 0.42
------------
Improvements to default txt viewer on Windows (thanks to Phil Taylor).

New debugging levels; new names for debugging options.

New configuration file allowing to run the development version more easily.

Changes to the way files are displayed. Results are numbered even when -I is
used.

Documentation update.  Alias additions and fixes as usual. Various bugfixes.

License switched to GPL.

Version 0.4 (TeX Live 2008)
===========================
Use our own configuration files, not texmf.cnf. Rework the way viewers are
handled, and add a few configuration options.

Add an 'alias' feature. Filter results in a more restrictive way. Add new search
modes 'mixed' and 'regex'. Turn result lists into menus.

Add a user manual in pdf.

Development passed from Frank Küster to Manuel Pégourié-Gonnard.

Version 0.3
-----------
Various changes including:
- added changelog
- better OS detection for default viewer settings
- removed some debugging code
- -s now works in dirs without ls-R, too

Version 0.2
-----------
Various changes including:
- implemented reading of configuration from texmf.cnf
- fixed "-s" option

Version 0.1
-----------
Initial public release of the texlua version by Frank Küster.

Earlier versions
----------------
Shell script by Thomas Esser maintained as part of teTeX.