projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dd8be6
)
* riece-options.el (riece-realname): New user option.
author
ueno
<ueno>
Tue, 16 May 2006 13:02:54 +0000
(13:02 +0000)
committer
ueno
<ueno>
Tue, 16 May 2006 13:02:54 +0000
(13:02 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/riece-options.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
c5189a0
..
c754b25
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2006-05-16 Daiki Ueno <ueno@unixuser.org>
+ * riece-options.el (riece-realname): New user option.
+
* riece-irc.el (riece-irc-open-server): Changed the meaning of
riece-username. i.e. now riece-username represents the user's
login name and riece-realname is the replacement of the former
diff --git
a/lisp/riece-options.el
b/lisp/riece-options.el
index
2f2d551
..
1835036
100644
(file)
--- a/
lisp/riece-options.el
+++ b/
lisp/riece-options.el
@@
-211,6
+211,11
@@
way is to put Riece variables on .emacs or file loaded from there."
:group 'riece-server)
(defcustom riece-username nil
+ "Your login name."
+ :type 'string
+ :group 'riece-server)
+
+(defcustom riece-realname nil
"Your user name."
:type 'string
:group 'riece-server)