summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mnt.el
Commit message (Collapse)AuthorAgeFilesLines
* (lm-header-prefix): Doc fix. From Pavel Janik <Pavel@Janik.cz>.Eli Zaretskii2001-07-021-1/+1
|
* (lm-keywords-list, lm-keywords-finder-p):Gerd Moellmann2001-04-041-0/+19
| | | | | | New functions. (lm-verify): Check keywords. From: Eric M. Ludlam <eric@siege-engine.com>.
* (lm-copyright-prefix): New Variable.Gerd Moellmann2001-01-021-3/+42
| | | | | | | (lm-copyright-mark): New function. (lm-crack-copyright): New function. (lm-verify): Check that the file has a copyright. Check that the file is copyright Free Software Foundation.
* Change maintainer to FSF.Gerd Moellmann2000-12-141-1/+1
|
* (lm-get-header-re): Allow spaces between the header and the colon.Stefan Monnier2000-09-171-17/+20
| | | | | | | | (lm-header-prefix): Cleanup the regexp. (lm-header): Allow $ in non-RCS headers. (lm-header-multiline): Put the strings back into order. Stop at an empty line. Don't require two space chars if the line is clearly not another header line.
* (lm-last-modified-date): Add parameterGerd Moellmann2000-03-281-15/+18
| | | | ISO-DATE. If non-nil, return date in ISO 8601 format.
* Don't require emacsbug at top level.Dave Love2000-02-201-165/+133
| | | | | | | | | | (lm-get-header-re): Defun, not defsubst. (lm-get-package-name): Defun, not defsubst. Simplify. (lm-version): Doc fix. Simplify. (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) (lm-crack-address, lm-last-modified-date, lm-commentary) (lm-verify, lm-synopsis): Simplify. (lm-report-bug): Require emacsbug. Use compose-mail.
* (lm-header-multiline): fix spurious use of `cond'.Stefan Monnier1999-12-021-179/+117
| | | | | | | | | | | (lm-with-file): Move all the find-file...kill-buffer stuff into this macro. Make it use `find-file-noselect' and make it kill the buffer only if it wasn't already displayed somewhere. (lm-summary, lm-authors, lm-maintainer, lm-creation-date) (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by) (lm-commentary, lm-verify, lm-synopsis): use lm-with-file. (lm-commentary): fix to handle the case when the change log is at the end of the file.
* (lm-verify): Fix arg list.Dave Love1999-01-291-3/+4
| | | | (lm-commentary): Doc fix.
* (lm-summary): Strip off -*-Andreas Schwab1998-12-031-1/+6
| | | | specifications from summary line.
* (lm-report-bug): UseAndreas Schwab1998-10-301-1/+1
| | | | report-emacs-bug-address instead of undefined bug-gnu-emacs.
* Customized.Stephen Eglen1998-04-051-11/+24
|
* (lm-get-package-name, lm-header,Dave Love1998-01-111-14/+14
| | | | | | | lm-header-multiline, lm-summary, lm-version, lm-commentary): Return string without properties. (lm-get-header, lm-get-package-name, lm-crack-address, lm-insert-at-column, lm-report-bug): Minor doc fixes.
* picture.el no longer required.Karl Heuer1997-10-231-2/+1
| | | | (lm-insert-at-column): Use FORCE arg of move-to-column.
* (lm-version, lm-last-modified-date):Richard M. Stallman1997-06-231-3/+2
| | | | Clean up strings that looked like RCS headers.
* Change defconst into defvar. Many doc fixes.Richard M. Stallman1996-02-081-57/+53
|
* Fix the FSF address again.Erik Naggum1996-02-061-1/+2
|
* (lm-header-prefix): New variable.Richard M. Stallman1996-02-061-105/+221
| | | | | | | | | | | | | | | | | (lm-comment-column): defvar moved. (lm-history-header, lm-commentary-header): New variables. (lm-get-header-re, lm-get-package-name): New functions. (lm-code-mark): defun --> defsubst. (lm-history-mark, lm-commentary-mark): New functions. (lm-header): Now accepts RCS ident style headers. (lm-summary): Now accepts unix `what' commands prefix @(#). (lm-crack-address, lm-authors, lm-maintainer, lm-insert-at-column): (lm-creation-date, lm-last-modified-date, lm-version): (lm-keywords, lm-adapted-by): Comments made into doc strings. (lm-commentary): Added more tolerant 'cond' case. Now uses functions lm-commentary-mark, lm-... to get points. (lm-verify): Made interactive. Added more check points in the last prog1. (lm-synopsis): Made interactive.
* (lm-insert-at-column): Renamed from insert-at-column.Richard M. Stallman1996-02-041-6/+7
| | | | | All callers changed. (lm-synopsis): Add interactive spec.
* (lm-report-bug): Pass proper format string to message.Karl Heuer1996-01-251-2/+2
|
* Update FSF's address.Erik Naggum1996-01-141-3/+4
|
* Update GPL to version 2.Karl Heuer1995-06-151-2/+2
|
* Comment change.Richard M. Stallman1995-03-161-3/+3
|
* (lm-section-mark): Accept extra semicolons;Richard M. Stallman1994-06-171-2/+2
| | | | accept spaces at end of line.
* Update copyright.Karl Heuer1994-05-031-2/+2
|
* (lm-report-bug): lm-maintainer returns a cons; convert it to a string.Richard M. Stallman1993-12-261-2/+6
|
* (lm-report-bug): Don't crash if version is nil.Richard M. Stallman1993-12-261-2/+2
|
* (Bogus-Bureaucratic-Cruft): Changed to `X-Bogus-Bureaucratic-Cruft'.Noah Friedman1993-12-221-5/+6
| | | | | | Change comments to indicate that any header starting with `X-' is not supposed to be implemented. This gives us the same "out" as that RFC822 does.
* Comment fix.Richard M. Stallman1993-07-261-2/+2
|
* (lm-commentary-region): Gone.Eric S. Raymond1993-04-141-8/+9
| | | | (lm-commentary): New function.
* (lm-last-modified-date) Fixed return bug.Eric S. Raymond1993-03-251-40/+50
| | | | (lm-uthor, lm-maintainer) These now return cons pairs, not strings.
* entered into RCSEric S. Raymond1992-07-271-0/+423