Changes committed gnus/lisp (ChangeLog hmac-def.el hmac-md5.el netrc.el)

"Katsumi Yamaoka" <[email protected]> Mon, 15 Mar 2010 00:31:30 +0100
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog hmac-def.el hmac-md5.el netrc.el

2010-03-14  Juri Linkov  <[email protected]>

	* hmac-def.el:
	* hmac-md5.el:
	* netrc.el: Fix keywords.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.2060 gnus/lisp/ChangeLog:7.2061
--- ChangeLog:7.2060	Fri Feb 26 07:12:47 2010
+++ ChangeLog	Mon Mar 15 00:31:30 2010
@@ -1,3 +1,9 @@
+2010-03-14  Juri Linkov  <[email protected]>
+
+	* hmac-def.el:
+	* hmac-md5.el:
+	* netrc.el: Fix keywords.
+
 2010-02-26  Glenn Morris  <[email protected]>
 
 	* message.el (message-send-mail-function): Change the default, so that
Index: hmac-def.el
diff -u gnus/lisp/hmac-def.el:7.12 gnus/lisp/hmac-def.el:7.13
--- hmac-def.el:7.12	Tue Mar  9 00:12:18 2010
+++ hmac-def.el	Mon Mar 15 00:31:30 2010
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Shuhei KOBAYASHI <[email protected]>
-;; Keywords: HMAC, RFC-2104
+;; Keywords: HMAC, RFC2104
 
 ;; This file is part of GNU Emacs.
 
@@ -22,7 +22,7 @@
 
 ;;; Commentary:
 
-;; This program is implemented from RFC 2104,
+;; This program is implemented from RFC2104,
 ;; "HMAC: Keyed-Hashing for Message Authentication".
 
 ;;; Code:
Index: hmac-md5.el
diff -u gnus/lisp/hmac-md5.el:7.12 gnus/lisp/hmac-md5.el:7.13
--- hmac-md5.el:7.12	Tue Mar  9 00:12:18 2010
+++ hmac-md5.el	Mon Mar 15 00:31:30 2010
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Shuhei KOBAYASHI <[email protected]>
-;; Keywords: HMAC, RFC-2104, HMAC-MD5, MD5, KEYED-MD5, CRAM-MD5
+;; Keywords: HMAC, RFC2104, HMAC-MD5, MD5, KEYED-MD5, CRAM-MD5
 
 ;; This file is part of GNU Emacs.
 
Index: netrc.el
diff -u gnus/lisp/netrc.el:7.29 gnus/lisp/netrc.el:7.30
--- netrc.el:7.29	Wed Jan 13 11:59:44 2010
+++ netrc.el	Mon Mar 15 00:31:30 2010
@@ -4,6 +4,7 @@
 
 ;; Author: Lars Magne Ingebrigtsen <[email protected]>
 ;; Keywords: news
+;;
 ;;  Modularized by Ted Zlatanov <[email protected]>
 ;;  when it was part of Gnus.