aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/add-log.el
Commit message (Collapse)AuthorAgeFilesLines
* (add-change-log-entry, change-log-merge):Romain Francoise2006-01-131-5/+9
| | | | Conditionally use `hard-newline'.
* * simple.el (hard-newline): New variable.Chong Yidong2005-11-171-4/+4
| | | | | | | | | | | | | * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field) (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc) (mail-mail-reply-to, mail-mail-followup-to) (mail-position-on-field, mail-signature, mail-yank-original) (mail-attach-file): Use it. * mail/mailheader.el (mail-header-format) (mail-header-format-function): Likewise. * add-log.el (add-change-log-entry, change-log-merge): Likewise.
* (add-log-current-defun): Handle class::method notation of c++.Masatake YAMATO2005-11-101-1/+8
| | | | Fix incorrect comment.
* (add-log-current-defun): Clean up handling of DEFUNs.Richard M. Stallman2005-10-231-18/+16
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* (add-log-mailing-address, change-log-merge): Doc fix.Juanma Barranquero2005-07-141-3/+3
| | | | (change-log-get-method-definition): Fix typo in docstring.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (change-log): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-4/+4
| | | | (add-change-log-entry): "?\ " -> "?\s".
* (change-log-font-lock-keywords): Make the regexp forKenichi Handa2005-06-231-3/+7
| | | | date lines stricter.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-366Miles Bader2005-06-101-20/+36
| | | | | | | | | | | | | | | | | Remove "-face" suffix from change-log faces 2005-06-10 Miles Bader <[email protected]> * lisp/add-log.el (change-log-date, change-log-name) (change-log-email, change-log-file, change-log-list) (change-log-conditionals, change-log-function) (change-log-acknowledgement): Remove "-face" suffix from face names. (change-log-date-face, change-log-name-face) (change-log-email-face, change-log-file-face) (change-log-list-face, change-log-conditionals-face) (change-log-function-face, change-log-acknowledgement-face): New backward-compatibility aliases for renamed faces. (change-log-font-lock-keywords): Use renamed change-log faces.
* (change-log-font-lock-keywords):Juri Linkov2005-05-291-1/+1
| | | | Add `+' to e-mail regexp to accept mail address with keywords.
* Replace `read-input' by `read-string'.Juanma Barranquero2005-05-181-2/+2
|
* Comment change.Richard M. Stallman2005-05-121-0/+3
|
* (find-change-log): Fix typos in the docstring of function.Masatake YAMATO2005-05-121-2/+2
|
* (change-log-font-lock-keywords): Complete 2005-04-03 change.Lute Kamstra2005-04-061-6/+6
|
* (change-log-font-lock-keywords): Names in parenthesized lists canLute Kamstra2005-04-041-6/+6
| | | | contain spaces.
* Fixed syntax highlighting in lisp/add-log.el.Marcelo Toledo2005-04-031-1/+1
|
* (add-log-current-defun): Support more C DEFUN forms.Sam Steingold2005-03-211-6/+10
|
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-2/+2
| | | | Change development version from 21.3.50 to 22.0.50.
* (change-log-font-lock-keywords): Don't match just "From".Richard M. Stallman2005-01-041-1/+3
|
* (add-log-current-defun): Handle the case where pointRichard M. Stallman2004-12-031-3/+22
| | | | is in the header part of a DEFUN construct.
* (add-change-log-entry): Set up mailing address and full name later,Richard M. Stallman2004-10-271-19/+17
| | | | and don't alter add-log-mailing-address or add-log-full-name.
* (change-log-font-lock-keywords): SupportSam Steingold2004-06-251-4/+7
| | | | Common Lisp function names `(setf symbol)'.
* (change-log-font-lock-keywords): Remove `:' fromJuri Linkov2004-05-231-4/+4
| | | | regexps for function and variable names.
* (add-change-log-entry): Update doc string to mentionStephen Eglen2004-04-191-1/+1
| | | | add-log-full-name and add-log-mailing-address.
* (add-change-log-entry): Simplify.Stefan Monnier2004-03-191-3/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (add-log-edit-prev-comment, add-log-edit-next-comment): New commands.Stefan Monnier2003-06-161-3/+36
| | | | | | (change-log-mode-map): Bind them. (smerge-resolve-function): Declare to quieten the byte-compiler. (change-log-mode): Add the keymap to the docstring.
* (add-log-current-defun-function): Add autoload cookie.Richard M. Stallman2003-04-191-0/+2
|
* (change-log-version-number-search): Fix old bug.Stefan Monnier2003-04-121-11/+36
| | | | | | | (add-change-log-entry): Avoid inserting the same funname again. (add-log-indent-text): New var. (add-log-indent): New fun. (change-log-mode): Use it.
* (add-change-log-entry): Don't leave space at eol.Stefan Monnier2003-01-181-29/+27
| | | | (add-log-current-defun): Perl functions names can't have (or {.
* (change-log-mode): Set indent-line-function explicitlyStefan Monnier2002-12-021-0/+1
| | | | to what it was before indent-line-function's default was changed.
* (add-change-log-entry): Don't call find-file at allStefan Monnier2002-10-101-22/+37
| | | | | | | | if we're already in the proper buffer. (change-log-resolve-conflict): New fun. (change-log-mode): Use it and use define-derived-mode. (change-log-merge): Allow other-log to be a buffer. Don't add a \n if there are already enough \n's.
* (add-log-current-defun): Fix typo in documentation.Markus Rost2002-07-231-1/+1
|
* (add-log-mailing-address): Fix type. Can be a string.Markus Rost2002-07-231-1/+2
|
* (add-log-mailing-address): Can be a list, too.Colin Walters2002-05-131-8/+20
| | | | | (add-change-log-entry): If `add-log-mailing-address' is a list, then handle it.
* Change all post-21.1 :version attributes to 21.4.Eli Zaretskii2002-05-121-1/+1
|
* (add-log-always-start-new-record): New user option.Sam Steingold2001-10-251-2/+13
|
* (add-change-log-entry): Skip copyright noticeRichard M. Stallman2001-10-061-26/+39
| | | | | | | | and copying permission notice at start of file, if any. Make use of terms "entry" and "item" accord with Emacs manual. Simplify the logic for moving point while entering or creating an entry and then an item. (add-change-log-entry-other-window): Doc fix.
* Keyword added and FSF specified as Maintainer.Pavel Janík2001-08-061-0/+1
|
* (add-log-current-defun): Check major-mode for `cperl-mode' as well.Stefan Monnier2001-03-061-1/+1
|
* (add-log-current-defun-function)Dave Love2001-02-061-4/+4
| | | | | | (add-log-buffer-file-name-function, add-log-file-name-function): Fix :type. (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
* (add-change-log-entry): Only expand-file-name if non-nil.Stefan Monnier2000-12-141-4/+4
|
* (find-change-log): New arg BUFFER-FILE.Stefan Monnier2000-09-291-29/+40
| | | | | | (add-log-file-name): Obey add-log-file-name-function. (add-log-buffer-file-name-function): New var. (add-change-log-entry): Use it.
* (change-log-date-face, change-log-name-face)Gerd Moellmann2000-09-211-12/+59
| | | | | | | | (change-log-email-face, change-log-file-face) (change-log-list-face, change-log-conditionals-face) (change-log-function-face, change-log-acknowledgement-face): New faces, inheriting from font-lock faces. (change-log-font-lock-keywords): Use them.
* (add-log-file-name): New function (split out of add-change-log-entry).Stefan Monnier2000-09-201-25/+28
| | | | | | | (add-change-log-entry): Use it. Call add-log-file-name-function with the changelog file name if the current buffer is not associated with any file. Avoid find-file if the selected window is dedicated.
* (change-log-font-lock-keywords): Match namesGerd Moellmann2000-09-191-1/+1
| | | | | more exactly for the case that font-lock-constant-face is underlined.
* (change-log-merge): Doc fix.Dave Love2000-08-151-10/+30
| | | | (change-log-redate): New command.
* (change-log-font-lock-keywords) <function>: AddDave Love2000-05-311-5/+6
| | | | | | pattern for function of change. (change-log-font-lock-keywords) <acknowledgements>: Amalgamate acknowledgements patterns.
* (add-change-log-entry): Merge the current entry with theStefan Monnier2000-05-261-1/+14
| | | | previous one if the previous one is empty.