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:
09b8be2
)
* riece-options.el (riece-username): Changed the default value to
author
ueno
<ueno>
Mon, 13 Dec 2004 03:17:01 +0000
(
03:17
+0000)
committer
ueno
<ueno>
Mon, 13 Dec 2004 03:17:01 +0000
(
03:17
+0000)
user-full-name.
lisp/ChangeLog
patch
|
blob
|
history
lisp/riece-options.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
52077ae
..
47f548f
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2004-12-13 Daiki Ueno <ueno@unixuser.org>
+
+ * riece-options.el (riece-username): Changed the default value to
+ user-full-name.
+
2004-12-12 Daiki Ueno <ueno@unixuser.org>
* riece-command-previous-channel.xpm: New file.
diff --git
a/lisp/riece-options.el
b/lisp/riece-options.el
index
26f1463
..
48d78a2
100644
(file)
--- a/
lisp/riece-options.el
+++ b/
lisp/riece-options.el
@@
-197,7
+197,7
@@
way is to put Riece variables on .emacs or file loaded from there."
:group 'riece-server)
(defcustom riece-username (or (getenv "IRCNAME")
- (user-real-login-name))
+ user-full-name)
"Your user name."
:type 'string
:group 'riece-server)