1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

108 Commits

Author SHA1 Message Date
Richard M. Stallman
63c7727f83 Fix previous change. 1998-05-10 18:45:55 +00:00
Richard M. Stallman
f731e2ff42 (add-log-current-defun): Fix previous change--skip
tab and newline also.
1998-05-10 05:53:16 +00:00
Richard M. Stallman
42b1fc290d (add-log-current-defun) <lisp>:
If element 1 of the defun is a list, use first symbol
within it (the car of the car.... of it).
1998-05-05 04:25:03 +00:00
Richard M. Stallman
bfce64768d (add-log-current-defun): Fix previous fortran change. 1998-05-05 04:09:14 +00:00
Richard M. Stallman
5522b032fc (add-log-debugging): New variable.
(add-change-log-entry): Set it.
1998-05-04 00:13:13 +00:00
Richard M. Stallman
c9cfb0f2b6 (change-log-mode): Undo previous change. 1998-04-24 06:31:54 +00:00
Dave Love
4b7d4d0d0b (change-log-mode): Add `* ' to paragraph-start. 1998-04-23 17:37:12 +00:00
Dave Love
3697b8070e (change-log-mode): Revert 1997-12-03 doc change.
(add-change-log-entry): Replace 1997-12-03 changes with simple
implementation of add-log-keep-changes-together.  Doc fix.
(change-log-add-make-room): Function deleted.
(add-change-log-entry-other-window, change-log-mode,
add-log-keep-changes-together): Doc fix.
(add-log-lisp-like-modes): Add dsssl-mode.
(add-log-current-defun): Generalize Fortran case.
1998-04-17 20:27:32 +00:00
Richard M. Stallman
3307b0caf2 (change-log-font-lock-keywords): Recognize + in date. 1998-03-01 22:22:58 +00:00
Simon Marshall
883212ce69 Changed font-lock-reference-face to font-lock-constant-face. 1998-02-20 14:58:27 +00:00
Karl Heuer
83afd62c87 (change-log-add-make-room): New function.
(change-log-get-method-definition-1): Renamed get-method-definition-1.
(change-log-get-method-definition): Renamed from get-method-definition.
(add-log-keep-changes-together): New user variable.
(add-change-log-entry): Added missing WHOAMI explanation.
Added new functionality according to variable
`add-log-keep-changes-together'.
1997-12-04 04:42:08 +00:00
Richard M. Stallman
5cb58f8256 (add-log-current-defun-function): Likewise. 1997-09-13 06:05:16 +00:00
Richard M. Stallman
095fb03edb (change-log-font-lock-keywords): Add more to prev change. 1997-08-31 04:24:03 +00:00
Richard M. Stallman
b438e1cb6c (change-log-font-lock-keywords):
Match "Patches by".  Match all kinds of acks after `  '.
1997-08-24 20:28:59 +00:00
Richard M. Stallman
513063cf94 (change-log-font-lock-keywords): Recognize "Patch by". 1997-08-23 00:57:01 +00:00
Richard M. Stallman
a3cab9f060 Comment change. 1997-08-19 19:48:40 +00:00
Richard M. Stallman
6f187d8d8a (change-log-font-lock-keywords): Don't consider
a closeparen as part of a function or variable name.
1997-08-12 23:08:13 +00:00
Richard M. Stallman
df63ae664e (add-log-time-format): New variable.
(add-log-iso8601-time-string): New function.
(add-change-log-entry): Use add-log-time-format.
(add-log-iso8601-time-zone): Renamed from iso8601-time-zone.
1997-06-17 04:27:37 +00:00
Erik Naggum
6f6a26416e (change-log-font-lock-keywords): Tweak font-lock-keywords. 1997-05-22 19:10:29 +00:00
Erik Naggum
fb644f48cf (add-log-lisp-like-modes, add-log-c-like-modes, add-log-tex-like-modes):
New variables.
(add-log-current-defun): Use them instead of constant lists.
1997-05-21 20:07:20 +00:00
Richard M. Stallman
fcad51995c Add defgroup's; use defcustom for user vars. 1997-04-12 04:15:03 +00:00
Richard M. Stallman
8d6467a40b (change-log-fill-paragraph): Return non-nil so
fill-paragraph doesn't continue filling.  Don't skip backwards
over a paragraph if we at a paragraph start.
1996-11-02 20:15:18 +00:00
Simon Marshall
5572c1d1e9 Tweak change-log-font-lock-keywords 1996-10-23 09:16:54 +00:00
Richard M. Stallman
4a047d230c (change-log-name): Don't treat MSDOS, NT specially. 1996-09-01 19:02:33 +00:00
Erik Naggum
51bd184380 Change to ISO 8601 date formats, without time of day.
(change-log-font-lock-keywords): Adjust accordingly.
(add-change-log-entry): Compare and insert with new date format.
(change-log-mode): Make `paragraph-start' and `paragraph-separate' use \<
like `page-delimiter' for consistency.
(change-log-time-zone-rule): New variable.
(iso8601-time-zone): New function.
(add-change-log-entry): If change-log-time-zone-rule is non-nil, calculate
date according to that rule, and indicate resulting time zone.
1996-08-24 21:10:47 +00:00
Karl Heuer
45c50c5ded [fixing previous change]
(change-log-mode-map): Don't bind M-q.
(change-log-mode): Set fill-paragraph-function instead.
1996-08-20 20:50:35 +00:00
Karl Heuer
60f10a06e1 (change-log-mode): Set fill-paragraph-function.
(change-log-mode-map): Deleted; no bindings left.
1996-08-20 19:11:55 +00:00
Karl Heuer
6ad1cbf5bf (change-log-font-lock-keywords): Require colon after
parenthesized function name.
1996-05-28 15:46:49 +00:00
Richard M. Stallman
29db528bae (add-log-full-name, add-log-mailing-address): Add autoload cookies. 1996-03-22 13:26:01 +00:00
Richard M. Stallman
947b27432d (add-log-current-defun): In Lisp, if we don't find a
real defun, return nil, not "".
1996-02-09 19:09:22 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
4f675a8c50 (change-log-mode): Defaults for `indent-tabs-mode'
and `tab-width'.
1995-12-13 01:36:02 +00:00
Richard M. Stallman
550d8777e2 (add-change-log-entry): Initialize add-log-full-name
and add-log-mailing-address before prompting.
1995-11-25 03:47:12 +00:00
Richard M. Stallman
14ee195323 (change-log-mode): Remove incorrect "^" anchors from
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.
1995-11-11 05:33:37 +00:00
Richard M. Stallman
15319a8f22 (get-method-definition, get-method-definition-1):
Rename var md to get-method-definition-md and defvar it.
1995-10-24 04:07:17 +00:00
Richard M. Stallman
6dfa1d83fd (add-log-current-defun): Handle private', public' in C++ class definitions. 1995-10-20 15:22:56 +00:00
Richard M. Stallman
a0151877d7 (add-log-current-defun): Ignore quotes before fcn name. 1995-09-25 22:15:11 +00:00
Karl Heuer
e172f5463f (add-log-current-defun): Handle C struct definitions.
(add-change-log-entry): Use case-sensitive search for file name.
Find first blank line correctly.
1995-07-17 22:44:40 +00:00
Karl Heuer
117aaf6057 (prompt-for-change-log-name): Handle the case where
a directory name is specified gracefully.
1995-06-09 01:29:21 +00:00
Karl Heuer
f27f16ed4f (get-method-definition): Fix regexps. 1995-05-15 22:00:20 +00:00
Richard M. Stallman
32e986d4b3 (add-log-current-defun): Handle objc-mode like c-mode;
detect method definitions by their syntax.
1995-05-08 19:50:10 +00:00
Richard M. Stallman
59c1a7de82 (get-method-definition, get-method-definition-1): New functions.
(add-log-current-defun): Use them to handle objc-mode.
1995-05-08 00:45:17 +00:00
Simon Marshall
b9e5d99e8b change-log-font-lock-keywords efficiency fix. 1995-04-24 11:03:55 +00:00
Richard M. Stallman
de98fcafe2 (find-change-log): If change-log-default-name
has no dir component, search through parent dirs for it.
1994-11-10 22:03:43 +00:00
Richard M. Stallman
3912227e7e (change-log-name): Use changlo on windows-nt. 1994-11-01 05:45:04 +00:00
Richard M. Stallman
dab0cb9564 (change-log-mode-map): Move the definition up. 1994-10-13 03:29:22 +00:00
Simon Marshall
4b286ecae8 * add-log.el: (change-log-mode): Set font-lock-defaults. 1994-10-12 08:04:08 +00:00
Richard M. Stallman
3071ee28bb (add-log-current-defun): In texinfo-mode,
handle the case of no commas after @node.
1994-10-08 09:00:51 +00:00
Richard M. Stallman
5f56271901 (change-log-mode): Set font-lock-keywords locally.
(change-log-font-lock-keywords): New variable.
1994-10-07 09:53:28 +00:00
Richard M. Stallman
64bd2d5165 (add-log-current-defun): Handle Perl specially. 1994-10-05 20:28:54 +00:00