diff options
| author | Dan Nicolaescu | 2005-08-15 21:29:32 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2005-08-15 21:29:32 +0000 |
| commit | e95e5f8193f5f7f11cb0238330b4d7f39760fe25 (patch) | |
| tree | 694ea8d8e0381c23d8d33824c74e9aeacdb1b053 /lisp/mh-e | |
| parent | ca19f3f1d1690a79d296d22ed42102bd986fbbc6 (diff) | |
| download | emacs-e95e5f8193f5f7f11cb0238330b4d7f39760fe25.tar.gz emacs-e95e5f8193f5f7f11cb0238330b4d7f39760fe25.zip | |
* mh-customize.el: Do not use face-alias compatibility for
faces that did not appear in the previous Emacs release.
* buff-menu.el:
* compare-w.el:
* emacs-lisp/testcover.el:
* play/gomoku.el:
* play/mpuz.el:
* progmodes/flymake.el:
* progmodes/gdb-ui.el:
* progmodes/idlw-help.el:
* progmodes/idlw-shell.el:
* progmodes/ld-script.el:
* progmodes/which-func.el:
* ruler-mode.el:
* strokes.el:
* textmodes/sgml-mode.el:
* textmodes/table.el: Do not use face-alias for backward
compatibility for faces that did not appear in the previous Emacs
release.
Diffstat (limited to 'lisp/mh-e')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/mh-e/mh-customize.el | 52 |
2 files changed, 5 insertions, 52 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index b217ae5e9f3..82bedd7c2a6 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * mh-customize.el: Do not use face-alias compatibility for | ||
| 4 | faces that did not appear in the previous Emacs release. | ||
| 5 | |||
| 1 | 2005-08-10 Lars Hansen <larsh@soem.dk> | 6 | 2005-08-10 Lars Hansen <larsh@soem.dk> |
| 2 | * mh-e.el: Add handler to desktop-buffer-mode-handlers. | 7 | * mh-e.el: Add handler to desktop-buffer-mode-handlers. |
| 3 | (mh-restore-desktop-buffer): Remove autoload cookie. | 8 | (mh-restore-desktop-buffer): Remove autoload cookie. |
diff --git a/lisp/mh-e/mh-customize.el b/lisp/mh-e/mh-customize.el index c2a86d4a731..4a9882b566c 100644 --- a/lisp/mh-e/mh-customize.el +++ b/lisp/mh-e/mh-customize.el | |||
| @@ -2155,8 +2155,6 @@ will be removed from the unseen sequence." | |||
| 2155 | (t (:italic t))) | 2155 | (t (:italic t))) |
| 2156 | "Face used to highlight body text in MH-Folder buffers." | 2156 | "Face used to highlight body text in MH-Folder buffers." |
| 2157 | :group 'mh-folder-faces) | 2157 | :group 'mh-folder-faces) |
| 2158 | ;; backward-compatibility alias | ||
| 2159 | (put 'mh-folder-body-face 'face-alias 'mh-folder-body) | ||
| 2160 | 2158 | ||
| 2161 | (defvar mh-folder-cur-msg-face 'mh-folder-cur-msg | 2159 | (defvar mh-folder-cur-msg-face 'mh-folder-cur-msg |
| 2162 | "Face used for the current message line in MH-Folder buffers.") | 2160 | "Face used for the current message line in MH-Folder buffers.") |
| @@ -2172,8 +2170,6 @@ will be removed from the unseen sequence." | |||
| 2172 | (t (:underline t))) | 2170 | (t (:underline t))) |
| 2173 | "Face used for the current message line in MH-Folder buffers." | 2171 | "Face used for the current message line in MH-Folder buffers." |
| 2174 | :group 'mh-folder-faces) | 2172 | :group 'mh-folder-faces) |
| 2175 | ;; backward-compatibility alias | ||
| 2176 | (put 'mh-folder-cur-msg-face 'face-alias 'mh-folder-cur-msg) | ||
| 2177 | 2173 | ||
| 2178 | (defvar mh-folder-cur-msg-number-face 'mh-folder-cur-msg-number | 2174 | (defvar mh-folder-cur-msg-number-face 'mh-folder-cur-msg-number |
| 2179 | "Face used to highlight the current message in MH-Folder buffers.") | 2175 | "Face used to highlight the current message in MH-Folder buffers.") |
| @@ -2186,8 +2182,6 @@ will be removed from the unseen sequence." | |||
| 2186 | (t (:bold t))) | 2182 | (t (:bold t))) |
| 2187 | "Face used to highlight the current message in MH-Folder buffers." | 2183 | "Face used to highlight the current message in MH-Folder buffers." |
| 2188 | :group 'mh-folder-faces) | 2184 | :group 'mh-folder-faces) |
| 2189 | ;; backward-compatibility alias | ||
| 2190 | (put 'mh-folder-cur-msg-number-face 'face-alias 'mh-folder-cur-msg-number) | ||
| 2191 | 2185 | ||
| 2192 | (defvar mh-folder-date-face 'mh-folder-date | 2186 | (defvar mh-folder-date-face 'mh-folder-date |
| 2193 | "Face used to highlight the date in MH-Folder buffers.") | 2187 | "Face used to highlight the date in MH-Folder buffers.") |
| @@ -2200,8 +2194,6 @@ will be removed from the unseen sequence." | |||
| 2200 | (:bold t))) | 2194 | (:bold t))) |
| 2201 | "Face used to highlight the date in MH-Folder buffers." | 2195 | "Face used to highlight the date in MH-Folder buffers." |
| 2202 | :group 'mh-folder-faces) | 2196 | :group 'mh-folder-faces) |
| 2203 | ;; backward-compatibility alias | ||
| 2204 | (put 'mh-folder-date-face 'face-alias 'mh-folder-date) | ||
| 2205 | 2197 | ||
| 2206 | (defvar mh-folder-followup-face 'mh-folder-followup | 2198 | (defvar mh-folder-followup-face 'mh-folder-followup |
| 2207 | "Face used to highlight Re: subject text in MH-Folder buffers.") | 2199 | "Face used to highlight Re: subject text in MH-Folder buffers.") |
| @@ -2214,8 +2206,6 @@ will be removed from the unseen sequence." | |||
| 2214 | (:bold t))) | 2206 | (:bold t))) |
| 2215 | "Face used to highlight Re: subject text in MH-Folder buffers." | 2207 | "Face used to highlight Re: subject text in MH-Folder buffers." |
| 2216 | :group 'mh-folder-faces) | 2208 | :group 'mh-folder-faces) |
| 2217 | ;; backward-compatibility alias | ||
| 2218 | (put 'mh-folder-followup-face 'face-alias 'mh-folder-followup) | ||
| 2219 | 2209 | ||
| 2220 | (defvar mh-folder-msg-number-face 'mh-folder-msg-number | 2210 | (defvar mh-folder-msg-number-face 'mh-folder-msg-number |
| 2221 | "Face used to highlight the message number in MH-Folder buffers.") | 2211 | "Face used to highlight the message number in MH-Folder buffers.") |
| @@ -2228,8 +2218,6 @@ will be removed from the unseen sequence." | |||
| 2228 | (:bold t))) | 2218 | (:bold t))) |
| 2229 | "Face used to highlight the message number in MH-Folder buffers." | 2219 | "Face used to highlight the message number in MH-Folder buffers." |
| 2230 | :group 'mh-folder-faces) | 2220 | :group 'mh-folder-faces) |
| 2231 | ;; backward-compatibility alias | ||
| 2232 | (put 'mh-folder-msg-number-face 'face-alias 'mh-folder-msg-number) | ||
| 2233 | 2221 | ||
| 2234 | (defvar mh-folder-deleted-face 'mh-folder-deleted | 2222 | (defvar mh-folder-deleted-face 'mh-folder-deleted |
| 2235 | "Face used to highlight deleted messages in MH-Folder buffers.") | 2223 | "Face used to highlight deleted messages in MH-Folder buffers.") |
| @@ -2248,8 +2236,6 @@ will be removed from the unseen sequence." | |||
| 2248 | (t (:bold t :italic t))) | 2236 | (t (:bold t :italic t))) |
| 2249 | "Face used to highlight refiled messages in MH-Folder buffers." | 2237 | "Face used to highlight refiled messages in MH-Folder buffers." |
| 2250 | :group 'mh-folder-faces) | 2238 | :group 'mh-folder-faces) |
| 2251 | ;; backward-compatibility alias | ||
| 2252 | (put 'mh-folder-refiled-face 'face-alias 'mh-folder-refiled) | ||
| 2253 | 2239 | ||
| 2254 | (defvar mh-folder-subject-face 'mh-folder-subject | 2240 | (defvar mh-folder-subject-face 'mh-folder-subject |
| 2255 | "Face used to highlight subject text in MH-Folder buffers.") | 2241 | "Face used to highlight subject text in MH-Folder buffers.") |
| @@ -2264,8 +2250,6 @@ will be removed from the unseen sequence." | |||
| 2264 | (:bold t))) | 2250 | (:bold t))) |
| 2265 | "Face used to highlight subject text in MH-Folder buffers." | 2251 | "Face used to highlight subject text in MH-Folder buffers." |
| 2266 | :group 'mh-folder-faces) | 2252 | :group 'mh-folder-faces) |
| 2267 | ;; backward-compatibility alias | ||
| 2268 | (put 'mh-folder-subject-face 'face-alias 'mh-folder-subject) | ||
| 2269 | 2253 | ||
| 2270 | (defface mh-folder-tick | 2254 | (defface mh-folder-tick |
| 2271 | '((((class color) (background dark)) (:background "#dddf7e")) | 2255 | '((((class color) (background dark)) (:background "#dddf7e")) |
| @@ -2273,8 +2257,6 @@ will be removed from the unseen sequence." | |||
| 2273 | (t (:underline t))) | 2257 | (t (:underline t))) |
| 2274 | "Face used to show ticked messages." | 2258 | "Face used to show ticked messages." |
| 2275 | :group 'mh-folder-faces) | 2259 | :group 'mh-folder-faces) |
| 2276 | ;; backward-compatibility alias | ||
| 2277 | (put 'mh-folder-tick-face 'face-alias 'mh-folder-tick) | ||
| 2278 | 2260 | ||
| 2279 | (defvar mh-folder-address-face 'mh-folder-address | 2261 | (defvar mh-folder-address-face 'mh-folder-address |
| 2280 | "Face used to highlight the address in MH-Folder buffers.") | 2262 | "Face used to highlight the address in MH-Folder buffers.") |
| @@ -2295,8 +2277,6 @@ will be removed from the unseen sequence." | |||
| 2295 | (t (:italic t))) | 2277 | (t (:italic t))) |
| 2296 | "Face used to highlight the To: string in MH-Folder buffers." | 2278 | "Face used to highlight the To: string in MH-Folder buffers." |
| 2297 | :group 'mh-folder-faces) | 2279 | :group 'mh-folder-faces) |
| 2298 | ;; backward-compatibility alias | ||
| 2299 | (put 'mh-folder-to-face 'face-alias 'mh-folder-to) | ||
| 2300 | 2280 | ||
| 2301 | 2281 | ||
| 2302 | 2282 | ||
| @@ -2313,8 +2293,6 @@ will be removed from the unseen sequence." | |||
| 2313 | (:bold t))) | 2293 | (:bold t))) |
| 2314 | "Face used to highlight folders in MH-Index buffers." | 2294 | "Face used to highlight folders in MH-Index buffers." |
| 2315 | :group 'mh-index-faces) | 2295 | :group 'mh-index-faces) |
| 2316 | ;; backward-compatibility alias | ||
| 2317 | (put 'mh-index-folder-face 'face-alias 'mh-index-folder) | ||
| 2318 | 2296 | ||
| 2319 | 2297 | ||
| 2320 | 2298 | ||
| @@ -2328,8 +2306,6 @@ will be removed from the unseen sequence." | |||
| 2328 | (t (:bold t))) | 2306 | (t (:bold t))) |
| 2329 | "Face used to display header fields in draft buffers." | 2307 | "Face used to display header fields in draft buffers." |
| 2330 | :group 'mh-letter-faces) | 2308 | :group 'mh-letter-faces) |
| 2331 | ;; backward-compatibility alias | ||
| 2332 | (put 'mh-letter-header-field-face 'face-alias 'mh-letter-header-field) | ||
| 2333 | 2309 | ||
| 2334 | 2310 | ||
| 2335 | 2311 | ||
| @@ -2348,8 +2324,6 @@ will be removed from the unseen sequence." | |||
| 2348 | (t (:bold t :italic t))) | 2324 | (t (:bold t :italic t))) |
| 2349 | "Face used to highlight cc: header fields." | 2325 | "Face used to highlight cc: header fields." |
| 2350 | :group 'mh-show-faces) | 2326 | :group 'mh-show-faces) |
| 2351 | ;; backward-compatibility alias | ||
| 2352 | (put 'mh-show-cc-face 'face-alias 'mh-show-cc) | ||
| 2353 | 2327 | ||
| 2354 | (defvar mh-show-date-face 'mh-show-date | 2328 | (defvar mh-show-date-face 'mh-show-date |
| 2355 | "Face used to highlight the Date: header field.") | 2329 | "Face used to highlight the Date: header field.") |
| @@ -2362,8 +2336,6 @@ will be removed from the unseen sequence." | |||
| 2362 | (t (:bold t :underline t))) | 2336 | (t (:bold t :underline t))) |
| 2363 | "Face used to highlight the Date: header field." | 2337 | "Face used to highlight the Date: header field." |
| 2364 | :group 'mh-show-faces) | 2338 | :group 'mh-show-faces) |
| 2365 | ;; backward-compatibility alias | ||
| 2366 | (put 'mh-show-date-face 'face-alias 'mh-show-date) | ||
| 2367 | 2339 | ||
| 2368 | (defvar mh-show-header-face 'mh-show-header | 2340 | (defvar mh-show-header-face 'mh-show-header |
| 2369 | "Face used to deemphasize unspecified header fields.") | 2341 | "Face used to deemphasize unspecified header fields.") |
| @@ -2376,8 +2348,6 @@ will be removed from the unseen sequence." | |||
| 2376 | (t (:italic t))) | 2348 | (t (:italic t))) |
| 2377 | "Face used to deemphasize unspecified header fields." | 2349 | "Face used to deemphasize unspecified header fields." |
| 2378 | :group 'mh-show-faces) | 2350 | :group 'mh-show-faces) |
| 2379 | ;; backward-compatibility alias | ||
| 2380 | (put 'mh-show-header-face 'face-alias 'mh-show-header) | ||
| 2381 | 2351 | ||
| 2382 | (defvar mh-show-pgg-good-face 'mh-show-pgg-good | 2352 | (defvar mh-show-pgg-good-face 'mh-show-pgg-good |
| 2383 | "Face used to highlight a good PGG signature.") | 2353 | "Face used to highlight a good PGG signature.") |
| @@ -2385,8 +2355,6 @@ will be removed from the unseen sequence." | |||
| 2385 | '((t (:bold t :foreground "LimeGreen"))) | 2355 | '((t (:bold t :foreground "LimeGreen"))) |
| 2386 | "Face used to highlight a good PGG signature." | 2356 | "Face used to highlight a good PGG signature." |
| 2387 | :group 'mh-show-faces) | 2357 | :group 'mh-show-faces) |
| 2388 | ;; backward-compatibility alias | ||
| 2389 | (put 'mh-show-pgg-good-face 'face-alias 'mh-show-pgg-good) | ||
| 2390 | 2358 | ||
| 2391 | (defvar mh-show-pgg-unknown-face 'mh-show-pgg-unknown | 2359 | (defvar mh-show-pgg-unknown-face 'mh-show-pgg-unknown |
| 2392 | "Face used to highlight a PGG signature whose status is unknown. | 2360 | "Face used to highlight a PGG signature whose status is unknown. |
| @@ -2396,8 +2364,6 @@ This face is also used for a signature when the signer is untrusted.") | |||
| 2396 | "Face used to highlight a PGG signature whose status is unknown. | 2364 | "Face used to highlight a PGG signature whose status is unknown. |
| 2397 | This face is also used for a signature when the signer is untrusted." | 2365 | This face is also used for a signature when the signer is untrusted." |
| 2398 | :group 'mh-show-faces) | 2366 | :group 'mh-show-faces) |
| 2399 | ;; backward-compatibility alias | ||
| 2400 | (put 'mh-show-pgg-unknown-face 'face-alias 'mh-show-pgg-unknown) | ||
| 2401 | 2367 | ||
| 2402 | (defvar mh-show-pgg-bad-face 'mh-show-pgg-bad | 2368 | (defvar mh-show-pgg-bad-face 'mh-show-pgg-bad |
| 2403 | "Face used to highlight a bad PGG signature.") | 2369 | "Face used to highlight a bad PGG signature.") |
| @@ -2405,15 +2371,11 @@ This face is also used for a signature when the signer is untrusted." | |||
| 2405 | '((t (:bold t :foreground "DeepPink1"))) | 2371 | '((t (:bold t :foreground "DeepPink1"))) |
| 2406 | "Face used to highlight a bad PGG signature." | 2372 | "Face used to highlight a bad PGG signature." |
| 2407 | :group 'mh-show-faces) | 2373 | :group 'mh-show-faces) |
| 2408 | ;; backward-compatibility alias | ||
| 2409 | (put 'mh-show-pgg-bad-face 'face-alias 'mh-show-pgg-bad) | ||
| 2410 | 2374 | ||
| 2411 | (defface mh-show-signature | 2375 | (defface mh-show-signature |
| 2412 | '((t (:italic t))) | 2376 | '((t (:italic t))) |
| 2413 | "Face used to highlight the message signature." | 2377 | "Face used to highlight the message signature." |
| 2414 | :group 'mh-show-faces) | 2378 | :group 'mh-show-faces) |
| 2415 | ;; backward-compatibility alias | ||
| 2416 | (put 'mh-show-signature-face 'face-alias 'mh-show-signature) | ||
| 2417 | 2379 | ||
| 2418 | (defvar mh-show-to-face 'mh-show-to | 2380 | (defvar mh-show-to-face 'mh-show-to |
| 2419 | "Face used to highlight the To: header field.") | 2381 | "Face used to highlight the To: header field.") |
| @@ -2429,8 +2391,6 @@ This face is also used for a signature when the signer is untrusted." | |||
| 2429 | (t (:underline t))) | 2391 | (t (:underline t))) |
| 2430 | "Face used to highlight the To: header field." | 2392 | "Face used to highlight the To: header field." |
| 2431 | :group 'mh-show-faces) | 2393 | :group 'mh-show-faces) |
| 2432 | ;; backward-compatibility alias | ||
| 2433 | (put 'mh-show-to-face 'face-alias 'mh-show-to) | ||
| 2434 | 2394 | ||
| 2435 | (defvar mh-show-from-face 'mh-show-from | 2395 | (defvar mh-show-from-face 'mh-show-from |
| 2436 | "Face used to highlight the From: header field.") | 2396 | "Face used to highlight the From: header field.") |
| @@ -2443,16 +2403,12 @@ This face is also used for a signature when the signer is untrusted." | |||
| 2443 | (:bold t))) | 2403 | (:bold t))) |
| 2444 | "Face used to highlight the From: header field." | 2404 | "Face used to highlight the From: header field." |
| 2445 | :group 'mh-show-faces) | 2405 | :group 'mh-show-faces) |
| 2446 | ;; backward-compatibility alias | ||
| 2447 | (put 'mh-show-from-face 'face-alias 'mh-show-from) | ||
| 2448 | 2406 | ||
| 2449 | (defface mh-show-xface | 2407 | (defface mh-show-xface |
| 2450 | '((t (:foreground "black" :background "white"))) | 2408 | '((t (:foreground "black" :background "white"))) |
| 2451 | "Face used to display the X-Face image. | 2409 | "Face used to display the X-Face image. |
| 2452 | The background and foreground is used in the image." | 2410 | The background and foreground is used in the image." |
| 2453 | :group 'mh-show-faces) | 2411 | :group 'mh-show-faces) |
| 2454 | ;; backward-compatibility alias | ||
| 2455 | (put 'mh-show-xface-face 'face-alias 'mh-show-xface) | ||
| 2456 | 2412 | ||
| 2457 | (defvar mh-show-subject-face 'mh-show-subject | 2413 | (defvar mh-show-subject-face 'mh-show-subject |
| 2458 | "Face used to highlight the Subject: header field.") | 2414 | "Face used to highlight the Subject: header field.") |
| @@ -2469,8 +2425,6 @@ The background and foreground is used in the image." | |||
| 2469 | (:foreground "light blue"))) | 2425 | (:foreground "light blue"))) |
| 2470 | "Face used for folders in the speedbar buffer." | 2426 | "Face used for folders in the speedbar buffer." |
| 2471 | :group 'mh-speed-faces) | 2427 | :group 'mh-speed-faces) |
| 2472 | ;; backward-compatibility alias | ||
| 2473 | (put 'mh-speedbar-folder-face 'face-alias 'mh-speedbar-folder) | ||
| 2474 | 2428 | ||
| 2475 | (defface mh-speedbar-selected-folder | 2429 | (defface mh-speedbar-selected-folder |
| 2476 | '((((class color) (background light)) | 2430 | '((((class color) (background light)) |
| @@ -2480,22 +2434,16 @@ The background and foreground is used in the image." | |||
| 2480 | (t (:underline t))) | 2434 | (t (:underline t))) |
| 2481 | "Face used for the current folder." | 2435 | "Face used for the current folder." |
| 2482 | :group 'mh-speed-faces) | 2436 | :group 'mh-speed-faces) |
| 2483 | ;; backward-compatibility alias | ||
| 2484 | (put 'mh-speedbar-selected-folder-face 'face-alias 'mh-speedbar-selected-folder) | ||
| 2485 | 2437 | ||
| 2486 | (defface mh-speedbar-folder-with-unseen-messages | 2438 | (defface mh-speedbar-folder-with-unseen-messages |
| 2487 | '((t (:inherit mh-speedbar-folder :bold t))) | 2439 | '((t (:inherit mh-speedbar-folder :bold t))) |
| 2488 | "Face used for folders in the speedbar buffer which have unread messages." | 2440 | "Face used for folders in the speedbar buffer which have unread messages." |
| 2489 | :group 'mh-speed-faces) | 2441 | :group 'mh-speed-faces) |
| 2490 | ;; backward-compatibility alias | ||
| 2491 | (put 'mh-speedbar-folder-with-unseen-messages-face 'face-alias 'mh-speedbar-folder-with-unseen-messages) | ||
| 2492 | 2442 | ||
| 2493 | (defface mh-speedbar-selected-folder-with-unseen-messages | 2443 | (defface mh-speedbar-selected-folder-with-unseen-messages |
| 2494 | '((t (:inherit mh-speedbar-selected-folder :bold t))) | 2444 | '((t (:inherit mh-speedbar-selected-folder :bold t))) |
| 2495 | "Face used for the current folder when it has unread messages." | 2445 | "Face used for the current folder when it has unread messages." |
| 2496 | :group 'mh-speed-faces) | 2446 | :group 'mh-speed-faces) |
| 2497 | ;; backward-compatibility alias | ||
| 2498 | (put 'mh-speedbar-selected-folder-with-unseen-messages-face 'face-alias 'mh-speedbar-selected-folder-with-unseen-messages) | ||
| 2499 | 2447 | ||
| 2500 | ;;; Local Variables: | 2448 | ;;; Local Variables: |
| 2501 | ;;; indent-tabs-mode: nil | 2449 | ;;; indent-tabs-mode: nil |