Mercurial > emacs
comparison lisp/ChangeLog @ 39762:db891c601a20
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 11 Oct 2001 01:46:37 +0000 |
parents | a30b7bca5a49 |
children | e8c0b3b54fc7 |
comparison
equal
deleted
inserted
replaced
39761:1cf8ddfb831f | 39762:db891c601a20 |
---|---|
3 * diff.el (diff): Display default values in prompts as | 3 * diff.el (diff): Display default values in prompts as |
4 `(default ...)', not `(...)'. | 4 `(default ...)', not `(...)'. |
5 * info.el (Info-follow-reference): Likewise. | 5 * info.el (Info-follow-reference): Likewise. |
6 | 6 |
7 2001-10-10 Stefan Monnier <monnier@cs.yale.edu> | 7 2001-10-10 Stefan Monnier <monnier@cs.yale.edu> |
8 | |
9 * newcomment.el (comment-indent): Be a little more robust in case | |
10 comment-indent-function does funny things. | |
11 (comment-normalize-vars): Autoload. | |
12 (comment-region-internal): Fiddle with the visibility spec. | |
13 (comment-valid-prefix): New function. | |
14 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes | |
15 that would turn comment-text into non-comment-text. | |
16 | |
17 * emacs-lisp/syntax.el: New file. | |
8 | 18 |
9 * progmodes/tcl.el: Change maintainer to FSF and remove loads of | 19 * progmodes/tcl.el: Change maintainer to FSF and remove loads of |
10 compatibility cruft. | 20 compatibility cruft. |
11 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19) | 21 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19) |
12 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove. | 22 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove. |
419 environment variables in VALUE. Return VALUE. | 429 environment variables in VALUE. Return VALUE. |
420 | 430 |
421 2001-10-04 Gerd Moellmann <gerd@gnu.org> | 431 2001-10-04 Gerd Moellmann <gerd@gnu.org> |
422 | 432 |
423 * Branch for 21.1. | 433 * Branch for 21.1. |
424 | 434 |
425 2001-10-03 Stefan Monnier <monnier@cs.yale.edu> | 435 2001-10-03 Stefan Monnier <monnier@cs.yale.edu> |
426 | 436 |
427 * pcvs-util.el (cvs-prefix-define): Typo cons->concat. | 437 * pcvs-util.el (cvs-prefix-define): Typo cons->concat. |
428 | 438 |
429 2001-10-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 439 2001-10-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |