diff options
| author | Vinicius Jose Latorre | 2007-11-12 18:27:10 +0000 |
|---|---|---|
| committer | Vinicius Jose Latorre | 2007-11-12 18:27:10 +0000 |
| commit | afefed62224d2d67be3264fd73f8125a1ee488fa (patch) | |
| tree | bd63f8f7de38ed224137ee2b0381d25255870e4b /etc | |
| parent | 4130f72c9d3d3e6e526157eec27f215fa74c0033 (diff) | |
| download | emacs-afefed62224d2d67be3264fd73f8125a1ee488fa.tar.gz emacs-afefed62224d2d67be3264fd73f8125a1ee488fa.zip | |
Add new entries.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 6 | ||||
| -rw-r--r-- | etc/compilation.txt | 30 |
2 files changed, 36 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 589e5365474..0f3b9484b2e 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 2 | |||
| 3 | * compilation.txt: Add new entries: compilation-perl--Pod::Checker, | ||
| 4 | compilation-perl--Test, compilation-perl--Test::Harness and | ||
| 5 | compilation-weblint. | ||
| 6 | |||
| 1 | 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu> | 7 | 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 8 | ||
| 3 | * MACHINES: Remove Sun windows info. | 9 | * MACHINES: Remove Sun windows info. |
diff --git a/etc/compilation.txt b/etc/compilation.txt index 2b30b17abdc..426cb19ade9 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt | |||
| @@ -370,6 +370,36 @@ symbol: gcov-file gcov-bb-file gcov-never-called-line gcov-called-line | |||
| 370 | -: 18:} | 370 | -: 18:} |
| 371 | 371 | ||
| 372 | 372 | ||
| 373 | * Podchecker error messages, per Pod::Checker | ||
| 374 | |||
| 375 | symbol: compilation-perl--Pod::Checker | ||
| 376 | |||
| 377 | *** ERROR: Spurious text after =cut at line 193 in file foo.pm | ||
| 378 | *** ERROR: =over on line 37 without closing =back at line EOF in file bar.pm | ||
| 379 | *** ERROR: =over on line 1 without closing =back (at head1) at line 3 in file x.pod | ||
| 380 | |||
| 381 | |||
| 382 | * Perl Test module error messages | ||
| 383 | |||
| 384 | symbol: compilation-perl--Test | ||
| 385 | |||
| 386 | # Failed test 1 in foo.t at line 6 | ||
| 387 | |||
| 388 | |||
| 389 | * Perl Test::Harness output | ||
| 390 | |||
| 391 | symbol: compilation-perl--Test::Harness | ||
| 392 | |||
| 393 | NOK 1# Test 1 got: "1234" (t/foo.t at line 46) | ||
| 394 | |||
| 395 | |||
| 396 | * Perl HTML::Lint::Error::as_string() | ||
| 397 | |||
| 398 | symbol: compilation-weblint | ||
| 399 | |||
| 400 | index.html (13:1) Unknown element <fdjsk> | ||
| 401 | |||
| 402 | |||
| 373 | * Directory tracking | 403 | * Directory tracking |
| 374 | 404 | ||
| 375 | Directories are matched via `compilation-directory-matcher'. Files which are | 405 | Directories are matched via `compilation-directory-matcher'. Files which are |