summaryrefslogtreecommitdiff
path: root/lisp/add-log.el
Commit message (Collapse)AuthorAgeFilesLines
...
* | (change-log-resolve-conflict): Don't lose data if the merge fails.Stefan Monnier2007-07-201-11/+26
| |
* | (add-change-log-entry, add-log-current-defun, change-log-merge):Stefan Monnier2007-07-201-15/+15
| | | | | | | | Use derived-mode-p rather than checking major-mode directly.
* | (add-change-log-entry): Delay reading add-log-(full-name|mailing-address)Stefan Monnier2007-07-201-93/+94
| | | | | | | | to after we've switched to the ChangeLog buffer so we get the right value.
* | (add-log-file-name): Use file-relative-name.Stefan Monnier2007-07-201-5/+1
| |
* | (change-log-mode): Use fill-nobreak-predicate toMartin Rudalics2007-07-181-0/+5
| | | | | | | | avoid that filling introduces lines with a single asterisk.
* | (change-log-mode): Set `show-trailing-whitespace'.Juanma Barranquero2007-06-201-1/+2
|/
* add-log-current-defun): Skip the semicolon ``;'' forRichard M. Stallman2007-01-271-13/+7
| | | | | enum/union/struct/class definition. Revert change to call `forward-sexp' multiple times.
* (add-log-current-defun): Use CC Mode functions toRichard M. Stallman2007-01-221-118/+123
| | | | find the beginning and end of a defun.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (add-log-current-defun): Call `forward-sexp'Masatake YAMATO2006-12-261-1/+13
| | | | | multiple times to pick a member function name defined as part of nested classes/namespaces.
* Update copyright years.Glenn Morris2006-12-051-2/+2
|
* (add-log-time-zone-rule): Mark as safe-local-variable.Reiner Steib2006-11-051-0/+2
|
* (add-log-current-defun): Use `forward-sexp'Masatake YAMATO2006-09-221-1/+1
| | | | | instead of `forward-word' to pick c++::symbol. Reported by Herbert Euler <herberteuler@hotmail.com>.
* (change-log-default-name): Put `string-or-null-p'Juri Linkov2006-05-091-2/+1
| | | | instead of lambda on `safe-local-variable' property.
* (add-log-iso8601-time-zone): Make parameter optional.Stefan Monnier2006-04-261-2/+3
| | | | (add-log-iso8601-time-string): Fix call to format-time-string.
* Remove spurious * in docstrings.Stefan Monnier2006-04-261-37/+45
| | | | | | | (add-log-time-zone-rule): Rename from change-log-time-zone-rule. (add-change-log-entry): Use it here, since it's not specific to iso8601. (add-log-iso8601-time-string): Don't use it here any more. (change-log-indent-text, change-log-indent): Rename from add-log-*.
* * files.el: Move some `safe-local-variable' declarations to theReiner Steib2006-04-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | respective files. * textmodes/ispell.el (ispell-check-comments) (ispell-local-dictionary): Mark as safe. * abbrev.el (abbrev-mode): Mark as safe. * add-log.el (change-log-default-name): Mark as safe. * textmodes/reftex-vars.el (reftex-vref-is-default) (reftex-fref-is-default, reftex-level-indent) (reftex-guess-label-type): Mark as safe. * textmodes/fill.el (colon-double-space): Mark as safe. * textmodes/paragraphs.el (paragraph-start, paragraph-separate) (sentence-end-double-space, sentence-end-without-period) (sentence-end-without-space, sentence-end, sentence-end-base) (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
* (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: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-366Miles Bader2005-06-101-20/+36
| | | | | | | | | | | | | | | | | Remove "-face" suffix from change-log faces 2005-06-10 Miles Bader <miles@gnu.org> * 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.