comparison lisp/ChangeLog @ 32325:d627ec021756

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 09 Oct 2000 01:59:03 +0000
parents 4e67c00e093a
children b8132c394173
comparison
equal deleted inserted replaced
32324:581b490bcb94 32325:d627ec021756
13 file, because `define-minor-mode' actually calls the mode-function 13 file, because `define-minor-mode' actually calls the mode-function
14 if the associated variable is non-nil, which requires that all 14 if the associated variable is non-nil, which requires that all
15 needed functions be already defined. 15 needed functions be already defined.
16 16
17 * mouse.el (popup-menu): Balance parens. 17 * mouse.el (popup-menu): Balance parens.
18
19 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
20
21 * mouse.el (popup-menu): Move the command call outside the loop
22 so that popup-menu returns whatever the command returns.
23
24 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
25 (initialize-new-tags-table): Use run-hook-with-args-until-success.
26 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
27 (tags-table-format-functions): Renamed from tags-table-format-hooks.
28
29 * vc.el (vc-version-diff): diff-switches can be a list.
30 Use relative filenames for prettier output.
31
32 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
33 (vc-post-command-functions): Remove old-VC compatibility code.
34
35 * newcomment.el (comment-indent-default): Autoload.
36
37 * font-lock.el (font-lock-defaults): Make buffer-local.
38 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
39 (font-lock-choose-keywords):
40 Ignore LEVEL unless KEYWORDS is a list of syms.
41 (c-keywords, c++-keywords, objc-keywords, java-keywords):
42 Don't wrap regexp-opt things in \(...\) unnecessarily.
43
44 * jit-lock.el: Don't require font-lock any more.
45 (jit-lock-functions): Make buffer-local.
46 (jit-lock-saved-fontify-buffer-function): Remove.
47 (jit-lock-mode): Remove autoload cookie.
48 Remove font-lock specific code.
49 (jit-lock-unregister): Don't bother handling complex hooks any more.
50 (jit-lock-refontify): New function.
51 (jit-lock-fontify-buffer): Use it.
52 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
53 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
54 Add optional args START and END.
55 Never call font-lock-fontify-region directly.
56 (jit-lock-function, jit-lock-stealth-fontify): Use it.
57
58 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
18 59
19 2000-10-08 Dave Love <fx@gnu.org> 60 2000-10-08 Dave Love <fx@gnu.org>
20 61
21 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map. 62 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
22 63