aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-11-17 07:41:53 +0000
committerJuri Linkov2005-11-17 07:41:53 +0000
commit9f5f5ff2cf0d6b186470c70b2d71aa7f05260daa (patch)
tree76dd7178f1655705ba08b829290368967c1a1d84
parent8ec3bce045abe9158fdcb290e23d6b479b8fd3b4 (diff)
downloademacs-9f5f5ff2cf0d6b186470c70b2d71aa7f05260daa.tar.gz
emacs-9f5f5ff2cf0d6b186470c70b2d71aa7f05260daa.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog57
-rw-r--r--man/ChangeLog6
2 files changed, 63 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0536cef1422..e3c46a498a5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,60 @@
12005-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
12005-11-16 Luc Teirlinck <teirllm@auburn.edu> 582005-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)
diff --git a/man/ChangeLog b/man/ChangeLog
index 0ebbeee7884..55492a523f7 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,9 @@
12005-11-17 Juri Linkov <juri@jurta.org>
2
3 * emacs.texi (Top):
4 * display.texi (Highlight Interactively): Put this font-lock based
5 mode near Font Lock node.
6
12005-11-16 Chong Yidong <cyd@stupidchicken.com> 72005-11-16 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs 9 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs