Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (change-log-mode): Defaults for `indent-tabs-mode' | Karl Heuer | 1995-12-13 | 1 | -1/+3 |
| | | | | and `tab-width'. | ||||
* | (add-change-log-entry): Initialize add-log-full-name | Richard M. Stallman | 1995-11-25 | 1 | -4/+4 |
| | | | | and add-log-mailing-address before prompting. | ||||
* | (change-log-mode): Remove incorrect "^" anchors from | Richard M. Stallman | 1995-11-11 | 1 | -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. Stallman | 1995-10-24 | 1 | -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. Stallman | 1995-10-20 | 1 | -0/+8 |
| | |||||
* | (add-log-current-defun): Ignore quotes before fcn name. | Richard M. Stallman | 1995-09-25 | 1 | -2/+2 |
| | |||||
* | (add-log-current-defun): Handle C struct definitions. | Karl Heuer | 1995-07-17 | 1 | -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 where | Karl Heuer | 1995-06-09 | 1 | -4/+14 |
| | | | | a directory name is specified gracefully. | ||||
* | (get-method-definition): Fix regexps. | Karl Heuer | 1995-05-15 | 1 | -3/+3 |
| | |||||
* | (add-log-current-defun): Handle objc-mode like c-mode; | Richard M. Stallman | 1995-05-08 | 1 | -34/+34 |
| | | | | detect method definitions by their syntax. | ||||
* | (get-method-definition, get-method-definition-1): New functions. | Richard M. Stallman | 1995-05-08 | 1 | -0/+27 |
| | | | | (add-log-current-defun): Use them to handle objc-mode. | ||||
* | change-log-font-lock-keywords efficiency fix. | Simon Marshall | 1995-04-24 | 1 | -1/+1 |
| | |||||
* | (find-change-log): If change-log-default-name | Richard M. Stallman | 1994-11-10 | 1 | -4/+10 |
| | | | | has no dir component, search through parent dirs for it. | ||||
* | (change-log-name): Use changlo on windows-nt. | Richard M. Stallman | 1994-11-01 | 1 | -1/+1 |
| | |||||
* | (change-log-mode-map): Move the definition up. | Richard M. Stallman | 1994-10-13 | 1 | -7/+7 |
| | |||||
* | * add-log.el: (change-log-mode): Set font-lock-defaults. | Simon Marshall | 1994-10-12 | 1 | -1/+2 |
| | |||||
* | (add-log-current-defun): In texinfo-mode, | Richard M. Stallman | 1994-10-08 | 1 | -1/+1 |
| | | | | handle the case of no commas after @node. | ||||
* | (change-log-mode): Set font-lock-keywords locally. | Richard M. Stallman | 1994-10-07 | 1 | -0/+7 |
| | | | | (change-log-font-lock-keywords): New variable. | ||||
* | (add-log-current-defun): Handle Perl specially. | Richard M. Stallman | 1994-10-05 | 1 | -1/+5 |
| | |||||
* | (add-change-log-entry): Set add-log-full-name and | Richard M. Stallman | 1994-09-22 | 1 | -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. Stallman | 1994-09-20 | 1 | -1/+2 |
| | |||||
* | (add-log-current-defun): Skip doc string | Richard M. Stallman | 1994-07-24 | 1 | -1/+3 |
| | | | | correctly even if it ends with line that starts space. | ||||
* | (add-change-log-entry): Use <...> around mail address. | Richard M. Stallman | 1994-07-16 | 1 | -2/+2 |
| | |||||
* | (add-change-log-entry): Apply expand-file-name to FILE-NAME. | Roland McGrath | 1994-07-04 | 1 | -1/+1 |
| | |||||
* | (add-log-mailing-address): Use user-mail-address. | Richard M. Stallman | 1994-06-25 | 1 | -3/+2 |
| | |||||
* | (find-change-log): If file name specified, just use it. | Richard M. Stallman | 1994-06-24 | 1 | -44/+42 |
| | |||||
* | (add-log-current-defun): Autoload this. | Roland McGrath | 1994-03-28 | 1 | -1/+2 |
| | |||||
* | Don't use triple-hyphen in a character class. | Karl Heuer | 1994-03-12 | 1 | -1/+1 |
| | |||||
* | (change-log-name): On MSDOS, use changelo. | Richard M. Stallman | 1994-01-06 | 1 | -1/+1 |
| | |||||
* | (change-log-name): Let default name for ms-dos be "change.log". | Richard M. Stallman | 1994-01-06 | 1 | -1/+5 |
| | |||||
* | (add-log-current-defun): | Richard M. Stallman | 1993-12-23 | 1 | -2/+2 |
| | | | | Remove spurious quote on c++-mode. Recognize c++-c-mode. | ||||
* | (add-change-log-entry): put buffer in change-log-mode. | Richard M. Stallman | 1993-11-24 | 1 | -1/+5 |
| | | | | (find-change-log): correct calculation of file one directory out. | ||||
* | (change-log-default-name, add-log-current-defun-function) | Richard M. Stallman | 1993-11-16 | 1 | -4/+4 |
| | | | | (add-log-full-name, add-log-mailing-address): Delete autoload cookies. | ||||
* | add-log-full-name, add-log-mailing-address: new varialbes | Brian Fox | 1993-09-19 | 1 | -16/+23 |
| | |||||
* | (change-log-mode): Use \f for formfeed, to avoid syntax error. | Richard M. Stallman | 1993-07-31 | 1 | -3/+3 |
| | |||||
* | (prompt-for-change-log-name): Autoload this (for vc-comment-to-change-log). | Roland McGrath | 1993-07-19 | 1 | -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 McGrath | 1993-07-18 | 1 | -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 McGrath | 1993-06-25 | 1 | -2/+2 |
| | |||||
* | * add-log.el (add-log-current-defun): To find the name of the | Jim Blandy | 1993-06-21 | 1 | -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 Blandy | 1993-06-09 | 1 | -1/+1 |
| | |||||
* | (add-log-current-defun): Fix typos in last change. | Richard M. Stallman | 1993-06-05 | 1 | -3/+3 |
| | |||||
* | (add-log-current-defun): Handle Fortran. | Richard M. Stallman | 1993-06-05 | 1 | -0/+19 |
| | |||||
* | (find-change-log): Use file-chase-links. | Richard M. Stallman | 1993-05-29 | 1 | -10/+3 |
| | |||||
* | Finish previous change. | Richard M. Stallman | 1993-05-28 | 1 | -2/+5 |
| | |||||
* | (find-log-file): Use source file's truename dir. | Richard M. Stallman | 1993-05-28 | 1 | -0/+7 |
| | |||||
* | (find-change-log): Chase symlinks multiple levels. | Richard M. Stallman | 1993-05-28 | 1 | -2/+4 |
| | |||||
* | (find-change-log): If there is a buffer-local value of | Roland McGrath | 1993-05-09 | 1 | -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 McGrath | 1993-04-05 | 1 | -27/+41 |
| | | | | (add-change-log-entry): FILE-NAME frobnicating code moved there; call it. | ||||
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 1 | -0/+4 |
| | |||||
* | Add or correct keywords | Eric S. Raymond | 1993-03-18 | 1 | -0/+2 |
| |