diff options
| author | Juri Linkov | 2009-01-14 23:14:51 +0000 |
|---|---|---|
| committer | Juri Linkov | 2009-01-14 23:14:51 +0000 |
| commit | 58cb49d471bbe4e9f08145b5909e91f1bdd8142e (patch) | |
| tree | 93a82cba84f2de7089aa18536b179902a86b55ae | |
| parent | 4fd8fd3235d244654d4cc7ba91723708a93542bb (diff) | |
| download | emacs-58cb49d471bbe4e9f08145b5909e91f1bdd8142e.tar.gz emacs-58cb49d471bbe4e9f08145b5909e91f1bdd8142e.zip | |
(goto-address-url-face): Change default value from `bold' to `link'.
| -rw-r--r-- | lisp/ChangeLog | 15 | ||||
| -rw-r--r-- | lisp/net/goto-addr.el | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 07827e45773..6701165f825 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2009-01-14 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * info.el (Info-isearch-filter): Don't filter out invisible text | ||
| 4 | when search-invisible is t. (Bug#1848) | ||
| 5 | |||
| 6 | * simple.el (blink-matching-open): Use `minibuffer-message' to | ||
| 7 | display messages in the minibuffer. | ||
| 8 | |||
| 9 | * help.el (view-help-file): | ||
| 10 | * menu-bar.el (menu-bar-help-extra-packages): | ||
| 11 | Use goto-address-mode instead of goto-address. | ||
| 12 | |||
| 13 | * net/goto-addr.el (goto-address-url-face): Change default value | ||
| 14 | from `bold' to `link'. | ||
| 15 | |||
| 1 | 2009-01-14 Juanma Barranquero <lekktu@gmail.com> | 16 | 2009-01-14 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 17 | ||
| 3 | * international/mule-diag.el (print-list): Fix 2008-12-03 change. | 18 | * international/mule-diag.el (print-list): Fix 2008-12-03 change. |
diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el index 130d1bd9cb0..1d18af3bc98 100644 --- a/lisp/net/goto-addr.el +++ b/lisp/net/goto-addr.el | |||
| @@ -129,7 +129,7 @@ A value of t means there is no limit--fontify regardless of the size." | |||
| 129 | m) | 129 | m) |
| 130 | "Keymap to hold goto-addr's mouse key defs under highlighted URLs.") | 130 | "Keymap to hold goto-addr's mouse key defs under highlighted URLs.") |
| 131 | 131 | ||
| 132 | (defcustom goto-address-url-face 'bold | 132 | (defcustom goto-address-url-face 'link |
| 133 | "Face to use for URLs." | 133 | "Face to use for URLs." |
| 134 | :type 'face | 134 | :type 'face |
| 135 | :group 'goto-address) | 135 | :group 'goto-address) |