-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
40 lines (30 loc) · 1.47 KB
/
ChangeLog
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
2022-09-29 Harald Jörg <[email protected]>
* perl-doc.el (perl-doc-with-L-grammar): Allow the vertical bar in
markup (but not in plain nor extended text)
* test/perl-doc-tests.el (perl-doc-test-l-grammar): Add testcase
for vertical bar in markup.
(perl-doc-test-process-links): Add testcase for vertical bar in
markup.
2022-09-27 Harald Jörg <[email protected]>
* NEWS: New file, loosely following Emacs conventions.
* README.md: Add the commands available in this package.
2022-09-26 Harald Jörg <[email protected]>
* perl-doc.el: The home-grown compact regex construction set has
been replaced by rx notation. This is less compact, but easier to
maintain (I hope).
(perl-doc-mode-map): New key "v" to invoke `perl-doc-view-source'.
(perl-doc-goto-section): Bugfix: Sections with regexp
metacharacters in their titles are now found.
(perl-doc-with-L-grammar): New macro to run elisp code with a
lexical definition for the L<...> element of POD syntax in rx
notation.
(perl-doc--process-links): Eliminate the definition of string
regexps in favor of rx notation (which is factored out to the
macro `perl-doc-with-L-grammar').
(perl-doc-file): New command to run `perl-doc' with completion for
a file name.
(perl-doc-view-source): New command to view the POD source for the
documentation in the current buffer.
* test/perl-doc-tests.el: Some tests for perl-doc.el, in
particular for the regular expressions used.
* .elpaignore: New file, exclude tests from the package