comparison lisp/ChangeLog @ 32233:e268d58044bc

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 06 Oct 2000 22:19:23 +0000
parents 1ba45428d865
children 9f5f8cb6cb32
comparison
equal deleted inserted replaced
32232:ecede095f3ac 32233:e268d58044bc
1 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2
3 * startup.el (fancy-splash-screens): Use local rather than global map.
4 Don't use `update-menu-bindings' any more.
5 Get rid of assumptions about keymap representation.
6
1 2000-10-06 Dave Love <fx@gnu.org> 7 2000-10-06 Dave Love <fx@gnu.org>
2 8
3 * textmodes/fill.el (sentence-end-double-space) 9 * textmodes/fill.el (sentence-end-double-space)
4 (sentence-end-without-period): Doc fix. 10 (sentence-end-without-period): Doc fix.
5 (adaptive-fill-regexp): Purecopy. 11 (adaptive-fill-regexp): Purecopy.
6 (unjustify-current-line): Use line-end-position. 12 (unjustify-current-line): Use line-end-position.
7 (fill-individual-paragraphs-prefix): Use line-beginning-position. 13 (fill-individual-paragraphs-prefix): Use line-beginning-position.
8 14
9 * net/eudc-vars.el (eudc): Add :version, :link. 15 * net/eudc-vars.el (eudc): Add :version, :link.
10 16
11 * international/mule-conf.el (file-coding-system-alist): Use \', 17 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12 not $.
13 18
14 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion. 19 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
15 Fix for define-minor-mode. 20 Fix for define-minor-mode.
16 (function-at-point): Alias to function-called-at-point. 21 (function-at-point): Alias to function-called-at-point.
17 22
20 * simple.el (backward-word): Doc fix. 25 * simple.el (backward-word): Doc fix.
21 26
22 * image-file.el (image-file-name-regexp): image-file-regexps -> 27 * image-file.el (image-file-name-regexp): image-file-regexps ->
23 image-file-name-regexps. 28 image-file-name-regexps.
24 (image-file-name-extensions): Add pbm. 29 (image-file-name-extensions): Add pbm.
30
31 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
32
33 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
34 and add filename to the names so that diff-mode can jump to source.
35
36 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
37 (tex-font-lock-keywords, tex-font-lock-keywords-2)
38 (tex-font-lock-keywords-1): Remove.
39 (font-lock-turn-on-thing-lock): Use jit-lock-register.
40 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
41 (font-lock-default-fontify-region): Expand beg..end correctly
42 when just following a multiline region.
43 (font-lock-fontify-anchored-keywords):
44 Include the anchor text as part of the multiline.
25 45
26 2000-10-06 Gerd Moellmann <gerd@gnu.org> 46 2000-10-06 Gerd Moellmann <gerd@gnu.org>
27 47
28 * loadup.el (toplevel): Load `loaddefs' before `help' because the 48 * loadup.el (toplevel): Load `loaddefs' before `help' because the
29 latter needs the autoloaded define-minor-mode macro during the 49 latter needs the autoloaded define-minor-mode macro during the