Mercurial > emacs
comparison lisp/ChangeLog @ 65737:ba57763a7f98
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 29 Sep 2005 23:03:32 +0000 |
parents | 6abb433dad86 |
children | a3d17fae5bf3 |
comparison
equal
deleted
inserted
replaced
65736:d87f6cfbe849 | 65737:ba57763a7f98 |
---|---|
1 2005-09-29 Juri Linkov <juri@jurta.org> | |
2 | |
3 * faces.el: Rearrange face definitions to be in the same order as | |
4 their face descriptions in "(emacs)Standard Faces". | |
5 | |
6 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'. | |
7 | |
8 * tooltip.el (tooltip): Add group `basic-faces'. | |
9 | |
10 * buff-menu.el (Buffer-menu-buffer): Remove group | |
11 `font-lock-highlighting-faces'. | |
12 | |
13 * progmodes/compile.el (compilation-error, compilation-warning) | |
14 (compilation-info, compilation-line-number, compilation-column-number): | |
15 Change group from `font-lock-highlighting-faces' to `compilation'. | |
16 | |
17 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face) | |
18 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face) | |
19 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face) | |
20 (vhdl-font-lock-reserved-words-face) | |
21 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group | |
22 `font-lock-highlighting-faces'. | |
23 | |
24 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil. | |
25 | |
1 2005-09-28 Kim F. Storm <storm@cua.dk> | 26 2005-09-28 Kim F. Storm <storm@cua.dk> |
2 | 27 |
3 * emulation/cua-base.el: Set CUA move property on additional commands: | 28 * emulation/cua-base.el: Set CUA move property on additional commands: |
4 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun, | 29 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun, |
5 forward-sexp backward-sexp, forward-list, backward-list | 30 forward-sexp backward-sexp, forward-list, backward-list |