Mercurial > emacs
annotate lispintro/ChangeLog @ 50597:2e53f070cbc3
Whitespace changes, trivial commentary changes.
(f90, f90-indent, f90-program-indent, f90-continuation-indent)
(f90-indented-comment-re, f90-imenu-generic-expression)
(f90-mark-subprogram, f90-join-lines): Minor doc changes.
(f90-menu): Shift definition to initialization of f90-mode-map.
Add customization section.
(f90-mode): Minor doc change. Do not call easy-menu-add.
Set `beginning-of-defun-function' and `end-of-defun-function' to
appropriate F90 functions.
(f90-indent-line, f90-indent-line, f90-indent-subprogram)
(f90-break-line, f90-do-auto-fill, f90-insert-end)
(f90-upcase-keywords, f90-capitalize-keywords)
(f90-downcase-keywords): Change interactive spec.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 15 Apr 2003 19:18:23 +0000 |
parents | 4090fee4e575 |
children | 695cf19ef79e d7ddb3e565de |
rev | line source |
---|---|
43088 | 1 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> |
2 | |
3 * emacs-lisp-intro.texi (Index): @ignore extraneous text. | |
4 Use @dircategory and @direntry to define the DIR entry. | |
5 | |
41500 | 6 2001-11-25 Robert J. Chassell <bob@rattlesnake.com> |
7 | |
8 * emacs-lisp-intro.texi: Move @contents to the beginning of the | |
42757 | 9 file. Set the size to @smallbook. |
41500 | 10 |
41436 | 11 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il> |
12 | |
13 * Makefile.in: New file. | |
14 | |
15 * README: Update. | |
16 | |
17 * *.eps: Rename to avoid clashes in DOS 8+3 namespace. | |
18 | |
19 ;; Local Variables: | |
20 ;; coding: iso-2022-7bit-unix | |
21 ;; End: | |
22 | |
23 Copyright (C) 2001 | |
24 Free Software Foundation, Inc. | |
25 Copying and distribution of this file, with or without modification, | |
26 are permitted provided the copyright notice and this notice are preserved. |