summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mnt.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.Kevin Ryde2009-11-161-4/+8
| | | | | | | (lm-keywords-list): Allow comma-only separator like "foo,bar". Ignore trailing spaces by omit-nulls to split-string (fixing regression from Emacs 21 due to the incompatible split-string change). (Bug #4928.)
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Commentary fixes.Glenn Morris2008-06-071-5/+4
| | | | Remove unnecessary eval-when-compile.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* (lm-with-file): Use mode and syntax table for Emacs Lisp, not Lisp.Johan Bockgård2008-03-261-4/+5
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (lm-verify): Make it work withDavid Kastrup2007-12-091-12/+11
| | | | | | | | directories. Not sure anybody uses this anymore, though.
* | * erc-stamp.el (erc-echo-timestamp):David Kastrup2007-12-081-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * erc-lang.el (language): * erc-backend.el (erc-server-connect): Fix buggy call to `message'. * gnus-sum.el (gnus-summary-simplify-subject-query): * ecomplete.el (ecomplete-display-matches): Fix buggy call to `message'. * textmodes/reftex.el (reftex-select-with-char): * textmodes/reftex-toc.el (reftex-toc-do-promote) (reftex-toc-visit-location, reftex-toc-find-section): * textmodes/reftex-index.el (reftex-index-show-entry): * textmodes/org.el (org-cycle-hide-archived-subtrees) (org-table-rotate-recalc-marks, org-mark-ring-push) (org-follow-info-link, org-mhe-get-message-folder-from-index) (org-auto-repeat-maybe, org-store-log-note, org-delete-property) (org-evaluate-time-range, org-edit-agenda-file-list): * textmodes/artist.el (artist-select-next-op-in-list) (artist-select-prev-op-in-list): * term/mac-win.el (mac-service-insert-text): * startup.el (fancy-about-screen): * progmodes/vhdl-mode.el (vhdl-decision-query): * progmodes/idlwave.el (idlwave-template) (idlwave-scroll-completions, idlwave-display-completion-list): * progmodes/ebrowse.el (ebrowse-show-progress): * progmodes/cperl-mode.el (cperl-find-pods-heres): * progmodes/antlr-mode.el (antlr-insert-option-do): * play/mpuz.el (mpuz-close-game): * net/rcirc.el (rcirc-next-active-buffer): * mail/reporter.el (reporter-update-status): * kmacro.el (kmacro-display): * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): * emulation/viper-util.el (viper-save-setting): * emacs-lisp/lisp-mnt.el (lm-verify): * emacs-lisp/edebug.el (edebug-set-mode): * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun): * calendar/calendar.el (calendar-print-day-of-year): * calc/calcalg3.el (calc-curve-fit): * calc/calcalg2.el (math-integral): * calc/calc.el (calc-read-key-sequence, calc-version): * calc/calc-mode.el (calc-set-simplify-mode): * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* message format spec fixes, commit # 9Deepak Goel2005-09-181-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+3
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-1/+1
|
* (lm-with-file): Use Lisp mode in temp buffer.Richard M. Stallman2005-01-151-1/+6
| | | | In non-temp buffer, switch syntax table temporarily.
* (lm-keywords-finder-p): Use defvar rather than with-no-warnings.Stefan Monnier2004-03-221-2/+2
|
* (lm-verify): Remove useless use ofAndreas Schwab2004-02-081-3/+3
| | | | format.
* (lm-section-end): require outline.Richard M. Stallman2004-01-031-0/+1
|
* (lm-with-file): When FILE is nil, run BODY in current buffer.Richard M. Stallman2003-09-301-4/+6
|
* (lm-with-file): Don't visit the file,Richard M. Stallman2003-09-221-10/+9
| | | | | | | just use insert-file-contents in temp buffer. (lm-get-header-re): Added surrounding \\( and \\) around the header, as in for lm-history-header 'Change Log\\|History'.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (lm-keywords-finder-p): Use with-no-warnings.Richard M. Stallman2003-06-041-1/+2
|
* (lm-synopsis): Use relative filenames correctly. Show the synopsis toLute Kamstra2003-06-021-19/+14
| | | | | the user when appropriate. Do not kill buffers that were created outside `lm-synopsis'.
* Make the description of the library moreLute Kamstra2003-05-231-31/+66
| | | | | | | | | | | | | | | | | | accurate. (lm-any-header): New user option. (lm-section-start): New function; rewrite of `lm-section-mark'. (lm-section-mark): Make alias of `lm-section-start'. (lm-section-end): New function. (lm-code-start): New function; rewrite of `lm-code-mark'. (lm-code-mark): Make alias of `lm-code-start'. (lm-commentary-start): New function; rewrite of `lm-commentary-mark'. (lm-commentary-mark): Make alias of `lm-commentary-start'. (lm-commentary-end): New function. (lm-history-start): New function; rewrite of `lm-history-mark'. (lm-history-mark): Make alias of `lm-history-start'. (lm-commentary): Use `lm-commentary-end' to find the end of the commentary section.
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-15/+15
|
* (lm-copyright-prefix): Group the leader.Dave Love2001-12-181-8/+35
| | | | (lm-crack-copyright): Cope with multi-line copyright `lines'.
* Tweak previous change.Richard M. Stallman2001-12-091-1/+1
|
* (lm-verify): New arg NON-FSF-OK.Richard M. Stallman2001-12-091-21/+32
| | | | | Don't use interactive-p; instead, pass the proper args in (interactive...). Clean up most of the trouble-report strings.
* (lm-history-header): Accept `ChangeLog'.Gerd Moellmann2001-10-051-1/+1
|
* (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
|