From: Juri Linkov Date: Thu, 29 Sep 2005 23:03:32 +0000 (+0000) Subject: (custom-buffer-sort-alphabetically): Default to nil. X-Git-Tag: emacs-pretest-22.0.90~6910 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=477ca0e8919b2bee05fb17fdb2b04fdae5b4f5b0;p=emacs.git (custom-buffer-sort-alphabetically): Default to nil. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5dad1a4066b..8debfa5327e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,28 @@ +2005-09-29 Juri Linkov + + * faces.el: Rearrange face definitions to be in the same order as + their face descriptions in "(emacs)Standard Faces". + + * isearch.el (isearch, lazy-highlight): Add group `basic-faces'. + + * tooltip.el (tooltip): Add group `basic-faces'. + + * buff-menu.el (Buffer-menu-buffer): Remove group + `font-lock-highlighting-faces'. + + * progmodes/compile.el (compilation-error, compilation-warning) + (compilation-info, compilation-line-number, compilation-column-number): + Change group from `font-lock-highlighting-faces' to `compilation'. + + * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face) + (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face) + (vhdl-font-lock-function-face, vhdl-font-lock-directive-face) + (vhdl-font-lock-reserved-words-face) + (vhdl-font-lock-translate-off-face, syntax-alist): Remove group + `font-lock-highlighting-faces'. + + * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil. + 2005-09-28 Kim F. Storm * emulation/cua-base.el: Set CUA move property on additional commands: diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index eb6656a426d..8f88e4d049c 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -670,7 +670,7 @@ If `last', order groups after non-groups." :type 'boolean :group 'custom-browse) -(defcustom custom-buffer-sort-alphabetically t +(defcustom custom-buffer-sort-alphabetically nil "If non-nil, sort members of each customization group alphabetically." :type 'boolean :group 'custom-buffer)