summaryrefslogtreecommitdiff
path: root/lisp/add-log.el
Commit message (Collapse)AuthorAgeFilesLines
* (change-log-mode): Defaults for `indent-tabs-mode'Karl Heuer1995-12-131-1/+3
| | | | and `tab-width'.
* (add-change-log-entry): Initialize add-log-full-nameRichard M. Stallman1995-11-251-4/+4
| | | | and add-log-mailing-address before prompting.
* (change-log-mode): Remove incorrect "^" anchors fromRichard M. Stallman1995-11-111-5/+8
| | | | | | | | paragraph-start and -separate. (change-log-fill-paragraph): Use regular value of paragraph-start to bound paragraph to be filled, modified values only to do the filling. Make lines beginning with parentheses paragraph-starters, but not paragraph-separators.
* (get-method-definition, get-method-definition-1):Richard M. Stallman1995-10-241-5/+8
| | | | Rename var md to get-method-definition-md and defvar it.
* (add-log-current-defun): Handle `private', `public' in C++ class definitions.Richard M. Stallman1995-10-201-0/+8
|
* (add-log-current-defun): Ignore quotes before fcn name.Richard M. Stallman1995-09-251-2/+2
|
* (add-log-current-defun): Handle C struct definitions.Karl Heuer1995-07-171-32/+47
| | | | | (add-change-log-entry): Use case-sensitive search for file name. Find first blank line correctly.
* (prompt-for-change-log-name): Handle the case whereKarl Heuer1995-06-091-4/+14
| | | | a directory name is specified gracefully.
* (get-method-definition): Fix regexps.Karl Heuer1995-05-151-3/+3
|
* (add-log-current-defun): Handle objc-mode like c-mode;Richard M. Stallman1995-05-081-34/+34
| | | | detect method definitions by their syntax.
* (get-method-definition, get-method-definition-1): New functions.Richard M. Stallman1995-05-081-0/+27
| | | | (add-log-current-defun): Use them to handle objc-mode.
* change-log-font-lock-keywords efficiency fix.Simon Marshall1995-04-241-1/+1
|
* (find-change-log): If change-log-default-nameRichard M. Stallman1994-11-101-4/+10
| | | | has no dir component, search through parent dirs for it.
* (change-log-name): Use changlo on windows-nt.Richard M. Stallman1994-11-011-1/+1
|
* (change-log-mode-map): Move the definition up.Richard M. Stallman1994-10-131-7/+7
|
* * add-log.el: (change-log-mode): Set font-lock-defaults.Simon Marshall1994-10-121-1/+2
|
* (add-log-current-defun): In texinfo-mode,Richard M. Stallman1994-10-081-1/+1
| | | | handle the case of no commas after @node.
* (change-log-mode): Set font-lock-keywords locally.Richard M. Stallman1994-10-071-0/+7
| | | | (change-log-font-lock-keywords): New variable.
* (add-log-current-defun): Handle Perl specially.Richard M. Stallman1994-10-051-1/+5
|
* (add-change-log-entry): Set add-log-full-name andRichard M. Stallman1994-09-221-6/+6
| | | | | add-log-mailing-address here. (add-log-mailing-address, add-log-full-name): Initialize to nil.
* (add-log-current-defun): Deal with lisp-interaction-mode like lisp-mode.Richard M. Stallman1994-09-201-1/+2
|
* (add-log-current-defun): Skip doc stringRichard M. Stallman1994-07-241-1/+3
| | | | correctly even if it ends with line that starts space.
* (add-change-log-entry): Use <...> around mail address.Richard M. Stallman1994-07-161-2/+2
|
* (add-change-log-entry): Apply expand-file-name to FILE-NAME.Roland McGrath1994-07-041-1/+1
|
* (add-log-mailing-address): Use user-mail-address.Richard M. Stallman1994-06-251-3/+2
|
* (find-change-log): If file name specified, just use it.Richard M. Stallman1994-06-241-44/+42
|
* (add-log-current-defun): Autoload this.Roland McGrath1994-03-281-1/+2
|
* Don't use triple-hyphen in a character class.Karl Heuer1994-03-121-1/+1
|
* (change-log-name): On MSDOS, use changelo.Richard M. Stallman1994-01-061-1/+1
|
* (change-log-name): Let default name for ms-dos be "change.log".Richard M. Stallman1994-01-061-1/+5
|
* (add-log-current-defun):Richard M. Stallman1993-12-231-2/+2
| | | | Remove spurious quote on c++-mode. Recognize c++-c-mode.
* (add-change-log-entry): put buffer in change-log-mode.Richard M. Stallman1993-11-241-1/+5
| | | | (find-change-log): correct calculation of file one directory out.
* (change-log-default-name, add-log-current-defun-function)Richard M. Stallman1993-11-161-4/+4
| | | | (add-log-full-name, add-log-mailing-address): Delete autoload cookies.
* add-log-full-name, add-log-mailing-address: new varialbesBrian Fox1993-09-191-16/+23
|
* (change-log-mode): Use \f for formfeed, to avoid syntax error.Richard M. Stallman1993-07-311-3/+3
|
* (prompt-for-change-log-name): Autoload this (for vc-comment-to-change-log).Roland McGrath1993-07-191-3/+27
| | | | | | | | | | | | | (add-change-log-entry): Take optional fourth arg NEW-ENTRY. If non-nil, never append to an existing entry. (change-log-fill-paragraph): New function. It might be nice to have a general feature to replace this. The idea I have is a variable giving a regexp matching text which should not be moved from bol by filling. change-log-mode would set this to "^\\s *\\s(". But I don't feel up to implementing that today. (change-log-mode-map): New defvar for keymap. Bind M-q to change-log-fill-paragraph in it. (change-log-mode): Use that as local map.
* (add-log-current-defun-function): New defvar.Roland McGrath1993-07-181-4/+12
| | | | | | (add-change-log-entry): Call its value if non-nil instead of add-log-current-defun. (add-change-log-entry-other-window): Doc fix.
* (find-change-log): Try get-file-buffer before file-exists-p.Roland McGrath1993-06-251-2/+2
|
* * add-log.el (add-log-current-defun): To find the name of theJim Blandy1993-06-211-1/+3
| | | | | | | function being defined in emacs-lisp-mode, lisp-mode, and scheme-mode, skip an opening paren and an s-expression, instead of just one word. This allows us to properly recognize things like define-key and define-macro.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
|
* (add-log-current-defun): Fix typos in last change.Richard M. Stallman1993-06-051-3/+3
|
* (add-log-current-defun): Handle Fortran.Richard M. Stallman1993-06-051-0/+19
|
* (find-change-log): Use file-chase-links.Richard M. Stallman1993-05-291-10/+3
|
* Finish previous change.Richard M. Stallman1993-05-281-2/+5
|
* (find-log-file): Use source file's truename dir.Richard M. Stallman1993-05-281-0/+7
|
* (find-change-log): Chase symlinks multiple levels.Richard M. Stallman1993-05-281-2/+4
|
* (find-change-log): If there is a buffer-local value ofRoland McGrath1993-05-091-25/+31
| | | | | change-log-default-name, just return it with no searching. Previously a if it was set to a nonexistent file name, we would loop forever.
* (find-change-log): New function.Roland McGrath1993-04-051-27/+41
| | | | (add-change-log-entry): FILE-NAME frobnicating code moved there; call it.
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+4
|
* Add or correct keywordsEric S. Raymond1993-03-181-0/+2
|