Skip to content

Commit 5becb84

Browse files
committed
docs(web): add stub NEWS file for 6.1.0
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 55f4527 commit 5becb84

File tree

5 files changed

+38
-7
lines changed

5 files changed

+38
-7
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PACKCC_FILES = misc/packcc/.gitignore \
1616
\
1717
$(NULL)
1818

19-
EXTRA_DIST = README.md autogen.sh \
19+
EXTRA_DIST = README.md NEWS.rst autogen.sh \
2020
misc/optlib2c \
2121
.ctags.d/exclusion.ctags .dir-locals.el .editorconfig .gdbinit .gitignore \
2222
.indent.pro .uncrustify.cfg \

NEWS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs/news/HEAD.rst

docs/news.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ NEWS
1313
.. toctree::
1414
:maxdepth: 1
1515

16+
version ?.?.? <news/HEAD.rst>
1617
version 6.0.0 <news/6-0-0.rst>

docs/news/6-0-0.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ The following parsers have been added:
398398
* Autoconf
399399
* Automake
400400
* AutoIt
401-
* BibLaTeX *BibTeX based subparser*
402401
* BibTeX
403402
* Clojure
404403
* CMake *optlib*
@@ -414,7 +413,6 @@ The following parsers have been added:
414413
* Elixir *optlib*
415414
* Elm *peg/packcc*
416415
* Falcon
417-
* Forth *optlib*
418416
* FrontMatter *only YAML syntax, running as a guest on R?Markdown*
419417
* FunctionParameters *Perl based subparser*
420418
* Gdbinit script *optlib*
@@ -456,7 +454,6 @@ The following parsers have been added:
456454
* PythonLoggingConfig
457455
* QemuHX *optlib*
458456
* QtMoc
459-
* Quarto *Markdown based subparser*
460457
* R
461458
* R6Class *R based subparser*
462459
* Rake *Ruby based subparser*
@@ -477,13 +474,10 @@ The following parsers have been added:
477474
* SystemVerilog
478475
* SVG *libxml*
479476
* TclOO (see :ref:`The new Tcl parser <tcl>`)
480-
* Terraform (HCL) *optlib*
481-
* TerraformVariables *optlib*
482477
* Thrift *peg/packcc*
483478
* TTCN
484479
* Txt2tags
485480
* TypeScript
486-
* V
487481
* Varlink *peg/packcc*
488482
* WindRes
489483
* XSLT v1.0 *libxml*

docs/news/HEAD.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
======================================================================
2+
Changes in ?.?.?
3+
======================================================================
4+
5+
This page lists only the most significant changes as remembered.
6+
Use git-log to review changes not enumerated here, especially in language
7+
parsers.
8+
9+
10+
Parser related changes
11+
---------------------------------------------------------------------
12+
13+
New and extended options
14+
---------------------------------------------------------------------
15+
16+
``--regex-<LANG>`` option
17+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18+
19+
* ``{postrun}`` and ``{intervaltab}`` flags are added.
20+
See :ref:`ctags-optlib(1) <ctags-optlib(1)>`.
21+
22+
23+
New parsers
24+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25+
The following parsers have been added:
26+
27+
* V
28+
* Quarto *Markdown based subparser*
29+
* BibLaTeX *BibTeX based subparser*
30+
* Forth *optlib*
31+
* Terraform (HCL) *optlib*
32+
* TerraformVariables *optlib*
33+
34+
Readtags
35+
---------------------------------------------------------------------

0 commit comments

Comments
 (0)