1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
emacs/lisp/progmodes
Chong Yidong 4b56d0fe74 Face cleanups. Remove some uses of old-style face spec and :bold/:italic.
* faces.el (set-face-attribute): Doc fix.
(modify-face): Don't use :bold and :italic.
(error, warning, success): Tweak definitions.

* cus-edit.el (custom-modified, custom-invalid, custom-rogue)
(custom-modified, custom-set, custom-changed, custom-themed)
(custom-saved, custom-button, custom-button-mouse)
(custom-button-pressed, custom-state, custom-comment-tag)
(custom-variable-tag, custom-group-tag-1, custom-group-tag)
(custom-group-subtitle): Use new-style face specs.
(custom-invalid-face, custom-rogue-face, custom-modified-face)
(custom-set-face, custom-changed-face, custom-saved-face)
(custom-button-face, custom-button-pressed-face)
(custom-documentation-face, custom-state-face)
(custom-comment-face, custom-comment-tag-face)
(custom-variable-tag-face, custom-variable-button-face)
(custom-face-tag-face, custom-group-tag-face-1)
(custom-group-tag-face): Remove obsolete face alias.

* epa.el (epa-validity-high, epa-validity-medium)
(epa-validity-low, epa-mark, epa-field-name, epa-string)
(epa-field-name, epa-field-body):
* font-lock.el (font-lock-comment-face, font-lock-string-face)
(font-lock-keyword-face, font-lock-builtin-face)
(font-lock-function-name-face, font-lock-variable-name-face)
(font-lock-type-face, font-lock-constant-face):
* ido.el (ido-first-match, ido-only-match, ido-subdir)
(ido-virtual, ido-indicator, ido-incomplete-regexp):
* speedbar.el (speedbar-button-face, speedbar-file-face)
(speedbar-directory-face, speedbar-tag-face)
(speedbar-selected-face, speedbar-highlight-face)
(speedbar-separator-face):
* whitespace.el (whitespace-newline, whitespace-space)
(whitespace-hspace, whitespace-tab, whitespace-trailing)
(whitespace-line, whitespace-space-before-tab)
(whitespace-space-after-tab, whitespace-indentation)
(whitespace-empty):
* emulation/cua-base.el (cua-global-mark):
* eshell/em-prompt.el (eshell-prompt):
* net/newst-plainview.el (newsticker-new-item-face)
(newsticker-old-item-face, newsticker-immortal-item-face)
(newsticker-obsolete-item-face, newsticker-date-face)
(newsticker-statistics-face, newsticker-default-face):
* net/newst-reader.el (newsticker-feed-face)
(newsticker-extra-face, newsticker-enclosure-face):
* net/newst-treeview.el (newsticker-treeview-face)
(newsticker-treeview-new-face, newsticker-treeview-old-face)
(newsticker-treeview-immortal-face)
(newsticker-treeview-obsolete-face)
(newsticker-treeview-selection-face):
* net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
(rcirc-bright-nick, rcirc-server, rcirc-timestamp)
(rcirc-nick-in-message, rcirc-nick-in-message-full-line)
(rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
* nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
(nxml-outline-active-indicator, nxml-outline-ellipsis):
* play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
(mpuz-text):
* progmodes/vera-mode.el (vera-font-lock-number)
(vera-font-lock-function, vera-font-lock-interface):
* textmodes/table.el (table-cell): Use new-style face specs, and
don't use the old :bold and :italic attributes.

* erc-button.el (erc-button):
* erc-goodies.el (erc-bold-face, erc-inverse-face)
(erc-underline-face, fg:erc-color-*):
* erc-match.el (erc-current-nick-face, erc-dangerous-host-face)
(erc-pal-face, erc-fool-face, erc-keyword-face):
* erc-stamp.el (erc-timestamp-face): Likewise.

* erc.el (erc-direct-msg-face, erc-header-line, erc-input-face)
(erc-command-indicator-face, erc-notice-face, erc-action-face)
(erc-error-face, erc-my-nick-face, erc-nick-default-face)
(erc-nick-msg-face): Use new-style face specs, and avoid :bold.

* progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
(ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
(ebrowse-member-class, ebrowse-progress): Likewise.
(ebrowse-tree-mark-face, ebrowse-root-class-face)
(ebrowse-file-name-face, ebrowse-default-face)
(ebrowse-member-attribute-face, ebrowse-member-class-face)
(ebrowse-progress-face): Remove obsolete faces.

* progmodes/flymake.el (flymake-errline, flymake-warnline):
Inherit from error and warning faces respectively.

* textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
Likewise.
(flyspell-incorrect-face, flyspell-duplicate-face): Remove
obsolete aliases.

* display.texi (Face Attributes): Font family does not accept
wildcards.  De-document obsolete :bold and :italic attributes.
(Defining Faces): Use new-style face spec format.
2012-06-09 00:39:49 +08:00
..
.gitignore
ada-mode.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
ada-prj.el
ada-stmt.el
ada-xref.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
antlr-mode.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
asm-mode.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
autoconf.el
bug-reference.el
cap-words.el
cc-align.el
cc-awk.el
cc-bytecomp.el
cc-cmds.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
cc-compat.el
cc-defs.el Update CC Mode version to 5.32.3. 2012-04-27 17:49:31 +00:00
cc-engine.el CC Mode. Adding a ) can hide the resulting (..) from searches. Fix it. 2012-04-22 11:13:09 +00:00
cc-fonts.el
cc-guess.el Add some custom :version tags 2012-02-08 23:59:13 -08:00
cc-langs.el Depessimize the handling of very large macros. 2012-03-02 22:16:21 +00:00
cc-menus.el Make imenu work again for Objective C Mode. 2012-04-11 18:09:10 +00:00
cc-mode.el * lisp/progmodes/cc-mode.el (auto-mode-alist): Fix typo. 2012-05-25 19:34:16 -07:00
cc-styles.el
cc-vars.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
cfengine.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
cmacexp.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
compile.el Fix legibility of compilation mode-line messages. 2012-06-03 22:37:13 +08:00
cperl-mode.el
cpp.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
cwarn.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
dcl-mode.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
delphi.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
ebnf2ps.el Tweaks to Customize interface. Set custom-reset-button-menu to t. 2012-04-22 21:58:00 +08:00
ebrowse.el Face cleanups. Remove some uses of old-style face spec and :bold/:italic. 2012-06-09 00:39:49 +08:00
etags.el Add new error and function `user-error'. 2012-05-04 19:16:47 -04:00
executable.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
f90.el Use set-temporary-overlay-map. 2012-05-04 22:50:20 -04:00
flymake.el Face cleanups. Remove some uses of old-style face spec and :bold/:italic. 2012-06-09 00:39:49 +08:00
fortran.el
gdb-mi.el * lisp/progmodes/gdb-mi.el: Minor style changes. 2012-05-25 10:47:57 -04:00
glasses.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
grep.el Merge from emacs-24 branch 2012-04-20 16:48:50 +08:00
gud.el Tweaks to Customize interface. Set custom-reset-button-menu to t. 2012-04-22 21:58:00 +08:00
hideif.el
hideshow.el (hs-hide-all): Don't infloop on comments that start in the middle of the line. 2012-04-11 01:34:25 +02:00
icon.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
idlw-complete-structtag.el
idlw-help.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
idlw-shell.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
idlw-toolbar.el
idlwave.el Convert more defvars to defcustoms. 2012-05-04 13:14:14 +08:00
inf-lisp.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
js.el * lisp/progmodes/js.el: Add notes in comments. 2012-05-25 11:03:22 -04:00
ld-script.el
m4-mode.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
make-mode.el * progmodes/make-mode.el (makefile-browse): Remove unnecessary interactive. 2012-05-07 21:25:52 -04:00
mantemp.el
meta-mode.el Move define-obsolete-variable-alias before the var's definition. 2012-05-12 23:05:06 -04:00
mixal-mode.el
modula2.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
octave-inf.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
octave-mod.el Use set-temporary-overlay-map. 2012-05-04 22:50:20 -04:00
pascal.el Fix missing prefix warning in pascal.el. 2012-04-27 10:48:38 +08:00
perl-mode.el Add perl-indent-parens-as-block option (tiny change) 2012-04-16 19:46:22 -07:00
prolog.el * lisp/progmodes/prolog.el: Use SMIE. Cleanup regexp setup. 2012-05-11 16:05:19 -04:00
ps-mode.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
python.el * progmodes/python.el (python-send-region): Ensure, that the 2012-06-06 15:05:11 +02:00
ruby-mode.el * lisp/progmodes/ruby-mode.el: Simplify last change, and cleanup code. 2012-04-24 13:06:12 -04:00
scheme.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
sh-script.el * lisp/progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode. 2012-05-11 10:24:50 -04:00
simula.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
sql.el 2012-03-01 Michael R. Mauger <mmaug@yahoo.com> 2012-03-01 00:01:22 -05:00
subword.el
tcl.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
vera-mode.el Face cleanups. Remove some uses of old-style face spec and :bold/:italic. 2012-06-09 00:39:49 +08:00
verilog-mode.el Spelling fixes. 2012-05-28 23:16:49 -07:00
vhdl-mode.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
which-func.el Improve ediff and which-func integration. 2012-06-03 19:10:44 +08:00
xscheme.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00