Mercurial > emacs
comparison lisp/ChangeLog @ 26624:61bb2707437b
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 26 Nov 1999 19:19:16 +0000 |
parents | 92f785e7552d |
children | ecc4acdd96a9 |
comparison
equal
deleted
inserted
replaced
26623:92f785e7552d | 26624:61bb2707437b |
---|---|
1 1999-11-26 Dave Love <fx@gnu.org> | |
2 | |
3 * progmodes/make-mode.el (makefile-mode-hook): Customize. | |
4 | |
5 * font-lock.el: Doc fixes. | |
6 | |
7 * menu-bar.el (menu-bar-mode): Customize. | |
8 | |
9 * cus-start.el: Add use-dialog-box. | |
10 | |
11 * add-log.el (change-log-mode-hook): Customize. | |
12 (add-log-current-defun): Use | |
13 fortran-{beginning,end}-of-subprogram. | |
14 | |
1 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 15 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2 | 16 |
3 * emacs-lisp/advice.el: Many doc fixes. | 17 * emacs-lisp/advice.el: Many doc fixes. |
4 | 18 |
5 * comint.el (comint-preoutput-filter-functions): Doc fix. | 19 * comint.el (comint-preoutput-filter-functions): Doc fix. |
2740 | 2754 |
2741 1999-07-23 Dave Love <fx@gnu.org> | 2755 1999-07-23 Dave Love <fx@gnu.org> |
2742 | 2756 |
2743 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | 2757 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' |
2744 syntax. | 2758 syntax. |
2745 (fortran-fontify-string, fortran-match-!-commen): Deleted. | 2759 (fortran-fontify-string, fortran-match-!-comment): Deleted. |
2746 (fortran-font-lock-syntactic-keywords): New variable. | 2760 (fortran-font-lock-syntactic-keywords): New variable. |
2747 (fortran-mode): Use it. | 2761 (fortran-mode): Use it. |
2748 (fortran-font-lock-keywords-1): Don't do comments. | 2762 (fortran-font-lock-keywords-1): Don't do comments. |
2749 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | 2763 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save |
2750 match data. | 2764 match data. |