comparison lisp/ChangeLog @ 28865:5743b3652f72

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 10 May 2000 22:43:28 +0000
parents 76d2fa8b61b3
children b3629cc23098
comparison
equal deleted inserted replaced
28864:71337b429a49 28865:5743b3652f72
1 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
4
5 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
6 (add-minor-mode): Don't make the variable buffer-local and add a
7 reference to define-minor-mode in the docstring.
8
9 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10 HEADER/FOOTER and fix bug with trailing empty directory.
11 (cvs-append-to-ignore): Use vc-editable-p if available.
12 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13 (vc-do-command): Tweak advice to handle the new VC.
14
15 * log-view.el (log-view-goto-rev): New function for the new VC.
16 (log-view-minor-wrap): Use mark-active.
17
18 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19 (log-edit-changelog-full-paragraphs): New var.
20 (log-edit-insert-changelog): Remove a lonely leading `* file'.
21 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
22 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
23 (log-edit-changelog-ours-p, log-edit-changelog-entries)
24 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
25 Replace the `cvs' prefix with `log-edit'.
26
27 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
28
29 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
30 (diff-font-lock-defaults): Explicitly turn off multiline.
31 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
32 (diff-ediff-patch): Fix call to ediff-patch-file.
33 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
34 Handle comments.
35
36 * frame.el (automatic-hscrolling): Typo.
37
38 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
39
1 2000-05-09 Sam Steingold <sds@goems.com> 40 2000-05-09 Sam Steingold <sds@goems.com>
2 41
3 * apropos.el (apropos-print): use `describe-face' instead of 42 * apropos.el (apropos-print): use `describe-face' instead of
4 `customize-face-other-window'. 43 `customize-face-other-window'.
5 44