Mercurial > emacs
comparison lisp/ChangeLog @ 44414:d6c61dd7b4af
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 06 Apr 2002 15:57:47 +0000 |
parents | 85a7b7660c2d |
children | 1417ace60dd8 |
comparison
equal
deleted
inserted
replaced
44413:2b898d069325 | 44414:d6c61dd7b4af |
---|---|
1 2002-04-06 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * progmodes/compile.el (compilation-error-regexp-alist): | |
4 New alternatives for FILE:LINE.COL and for ranges of columns and lines. | |
5 | |
1 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk> | 6 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk> |
2 | 7 |
3 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value | 8 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value |
4 for customization type. | 9 for customization type. |
5 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>. | 10 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>. |
11 2002-04-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 16 2002-04-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
12 | 17 |
13 * simple.el (play-sound): New function (uses play-sound-internal). | 18 * simple.el (play-sound): New function (uses play-sound-internal). |
14 | 19 |
15 2002-04-04 Richard M. Stallman <rms@gnu.org> | 20 2002-04-04 Richard M. Stallman <rms@gnu.org> |
21 | |
22 * files.el (mode-line-format, mode-line-modified) | |
23 (mode-line-mule-info, mode-line-buffer-identification) | |
24 (mode-line-modes, mode-line-position): Explicitly mark as risky. | |
25 (hack-one-local-variable): Don't recognize "mode-line-..." as risky. | |
16 | 26 |
17 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix. | 27 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix. |
18 | 28 |
19 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): | 29 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): |
20 Use (syntax-table), not old-syntax-table. | 30 Use (syntax-table), not old-syntax-table. |