emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107870: (erc-nickserv-passwords): Do


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107870: (erc-nickserv-passwords): Don't display the password.
Date: Wed, 11 Apr 2012 15:43:03 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107870
fixes bug(s): http://debbugs.gnu.org/4459
author: Vivek Dasmohapatra <address@hidden>
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Wed 2012-04-11 15:43:03 +0200
message:
  (erc-nickserv-passwords): Don't display the password.
modified:
  lisp/erc/ChangeLog
  lisp/erc/erc-services.el
=== modified file 'lisp/erc/ChangeLog'
--- a/lisp/erc/ChangeLog        2012-04-10 04:43:35 +0000
+++ b/lisp/erc/ChangeLog        2012-04-11 13:43:03 +0000
@@ -1,3 +1,8 @@
+2012-04-11  Vivek Dasmohapatra  <address@hidden>
+
+       * erc-services.el (erc-nickserv-passwords): Don't display the
+       password (bug#4459).
+
 2012-04-10  Lars Magne Ingebrigtsen  <address@hidden>
 
        * erc-join.el (erc-server-join-channel): New function to look up

=== modified file 'lisp/erc/erc-services.el'
--- a/lisp/erc/erc-services.el  2012-01-19 07:21:25 +0000
+++ b/lisp/erc/erc-services.el  2012-04-11 13:43:03 +0000
@@ -195,7 +195,8 @@
                (repeat :tag "Nickname and password"
                        (cons :tag "Identity"
                              (string :tag "Nick")
-                             (string :tag "Password"))))))
+                             (string :tag "Password"
+                                      :secret ?*))))))
 
 ;; Variables:
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]