FreeBSD Bugzilla – Attachment 175363 Details for
Bug 213156
irc/riece: add patches for Emacs 25
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add patches for Emacs 25
patch-irc-riece (text/plain), 3.32 KB, created by
Yasuhiro Kimura
on 2016-10-02 10:11:42 UTC
(
hide
)
Description:
add patches for Emacs 25
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2016-10-02 10:11:42 UTC
Size:
3.32 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 423107) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= riece > PORTVERSION= 9.0.0 >-PORTREVISION= 3 >+PORTREVISION= 4 > PORTEPOCH= 1 > CATEGORIES= irc elisp > MASTER_SITES= SAVANNAH >Index: files/patch-lisp_riece-highlight.el >=================================================================== >--- files/patch-lisp_riece-highlight.el (nonexistent) >+++ files/patch-lisp_riece-highlight.el (working copy) >@@ -0,0 +1,18 @@ >+--- lisp/riece-highlight.el.orig 2011-04-04 06:43:24 UTC >++++ lisp/riece-highlight.el >+@@ -194,8 +194,13 @@ >+ :group 'riece-highlight) >+ >+ (unless (riece-facep 'riece-modeline-current-face) >+- (make-face 'riece-modeline-current-face >+- "Face used for displaying the current channel in modeline.") >++ ;; In Emacs, set-face-doc-string is an alias to >++ ;; set-face-documentation, but we use the former since it is >++ ;; available in both Emacs and XEmacs. >++ (make-face 'riece-modeline-current-face) >++ (set-face-doc-string >++ 'riece-modeline-current-face >++ "Face used for displaying the current channel in modeline.") >+ (if (featurep 'xemacs) >+ (set-face-parent 'riece-modeline-current-face 'modeline)) >+ (set-face-foreground 'riece-modeline-current-face >Index: files/patch-lisp_riece-history.el >=================================================================== >--- files/patch-lisp_riece-history.el (nonexistent) >+++ files/patch-lisp_riece-history.el (working copy) >@@ -0,0 +1,18 @@ >+--- lisp/riece-history.el.orig 2011-04-04 06:24:37 UTC >++++ lisp/riece-history.el >+@@ -65,8 +65,13 @@ >+ (defvar riece-channel-list-history-face 'riece-channel-list-history-face) >+ >+ (unless (riece-facep 'riece-modeline-history-face) >+- (make-face 'riece-modeline-history-face >+- "Face used for displaying history channels in modeline.") >++ ;; In Emacs, set-face-doc-string is an alias to >++ ;; set-face-documentation, but we use the former since it is >++ ;; available in both Emacs and XEmacs. >++ (make-face 'riece-modeline-history-face) >++ (set-face-doc-string >++ 'riece-modeline-history-face >++ "Face used for displaying history channels in modeline.") >+ (if (featurep 'xemacs) >+ (set-face-parent 'riece-modeline-history-face 'modeline)) >+ (set-face-foreground 'riece-modeline-history-face >Index: files/patch-lisp_riece-unread.el >=================================================================== >--- files/patch-lisp_riece-unread.el (nonexistent) >+++ files/patch-lisp_riece-unread.el (working copy) >@@ -0,0 +1,18 @@ >+--- lisp/riece-unread.el.orig 2011-04-04 06:47:48 UTC >++++ lisp/riece-unread.el >+@@ -60,8 +60,13 @@ >+ (defvar riece-channel-list-unread-face 'riece-channel-list-unread-face) >+ >+ (unless (riece-facep 'riece-modeline-unread-face) >+- (make-face 'riece-modeline-unread-face >+- "Face used for displaying unread channels in modeline.") >++ ;; In Emacs, set-face-doc-string is an alias to >++ ;; set-face-documentation, but we use the former since it is >++ ;; available in both Emacs and XEmacs. >++ (make-face 'riece-modeline-unread-face) >++ (set-face-doc-string >++ 'riece-modeline-unread-face >++ "Face used for displaying unread channels in modeline.") >+ (if (featurep 'xemacs) >+ (set-face-parent 'riece-modeline-unread-face 'modeline)) >+ (set-face-foreground 'riece-modeline-unread-face
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 213156
: 175363