Mercurial > emacs
comparison lisp/ChangeLog @ 66964:99b6d306113f
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 17 Nov 2005 07:41:53 +0000 |
parents | f21088b804e2 |
children | 1bca10e9d192 |
comparison
equal
deleted
inserted
replaced
66963:a11fdee52c05 | 66964:99b6d306113f |
---|---|
1 2005-11-17 Juri Linkov <juri@jurta.org> | |
2 | |
3 * font-lock.el (font-lock-faces): Rename this defgroup from | |
4 `font-lock-highlighting-faces'. | |
5 (font-lock-comment-face, font-lock-comment-delimiter-face) | |
6 (font-lock-string-face, font-lock-doc-face) | |
7 (font-lock-keyword-face, font-lock-builtin-face) | |
8 (font-lock-function-name-face, font-lock-variable-name-face) | |
9 (font-lock-type-face, font-lock-constant-face) | |
10 (font-lock-warning-face, font-lock-negation-char-face) | |
11 (font-lock-preprocessor-face) | |
12 (font-lock-regexp-grouping-backslash) | |
13 (font-lock-regexp-grouping-construct): Rename :group from | |
14 `font-lock-highlighting-faces' to `font-lock-faces'. | |
15 | |
16 * cus-edit.el (lisp, c, tex): | |
17 * progmodes/ada-mode.el (ada): | |
18 * progmodes/asm-mode.el (asm): | |
19 * progmodes/cperl-mode.el (cperl-faces): | |
20 * progmodes/cpp.el (cpp): | |
21 * progmodes/dcl-mode.el (dcl): | |
22 * progmodes/f90.el (f90): | |
23 * progmodes/fortran.el (fortran): | |
24 * progmodes/icon.el (icon): | |
25 * progmodes/idlwave.el (idlwave-misc): | |
26 * progmodes/m4-mode.el (m4): | |
27 * progmodes/make-mode.el (makefile): | |
28 * progmodes/meta-mode.el (meta-font): | |
29 * progmodes/modula2.el (modula2): | |
30 * progmodes/octave-mod.el (octave): | |
31 * progmodes/pascal.el (pascal): | |
32 * progmodes/perl-mode.el (perl): | |
33 * progmodes/prolog.el (prolog): | |
34 * progmodes/ps-mode.el (PostScript-edit): | |
35 * progmodes/scheme.el (scheme): | |
36 * progmodes/sh-script.el (sh-script): | |
37 * progmodes/simula.el (simula): | |
38 * progmodes/tcl.el (tcl): | |
39 * textmodes/nroff-mode.el (nroff): | |
40 * textmodes/reftex-vars.el (reftex-fontification-configurations): | |
41 * textmodes/sgml-mode.el (sgml): | |
42 * textmodes/texinfo.el (texinfo): | |
43 Add :link (custom-group-link font-lock-faces) to defgroup. | |
44 | |
45 * hi-lock.el (hi-lock): Rename this defgroup from | |
46 `hi-lock-interactive-text-highlighting'. Change parent group from | |
47 `faces' to `font-lock'. Add link to the manual. | |
48 (hi-lock-mode, hi-lock-file-patterns-range) | |
49 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from | |
50 `hi-lock-interactive-text-highlighting' to `hi-lock'. | |
51 (hi-lock-faces): Add :group `faces'. | |
52 | |
53 * cus-edit.el (custom-variable-prompt): Clarify the code. | |
54 | |
55 * faces.el (face-read-string): Set the default value arg of | |
56 completing-read. | |
57 | |
1 2005-11-16 Luc Teirlinck <teirllm@auburn.edu> | 58 2005-11-16 Luc Teirlinck <teirllm@auburn.edu> |
2 | 59 |
3 * rfn-eshadow.el (file-name-shadow-properties) | 60 * rfn-eshadow.el (file-name-shadow-properties) |
4 (file-name-shadow-tty-properties, file-name-shadow-mode): Remove | 61 (file-name-shadow-tty-properties, file-name-shadow-mode): Remove |
5 autoloads, because the file is now preloaded. | 62 autoloads, because the file is now preloaded. |