Changes committed gnus/lisp (ChangeLog gnus-registry.el)
"Ted Zlatanov" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus-registry.el * gnus-registry.el: Adjusted copyright dates and added a keyword. Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1850 gnus/lisp/ChangeLog:7.1851 --- ChangeLog:7.1850 Wed May 7 17:41:32 2008 +++ ChangeLog Wed May 7 22:27:45 2008 @@ -1,5 +1,7 @@ 2008-05-07 Teodor Zlatanov <[email protected]> + * gnus-registry.el: Adjusted copyright dates and added a keyword. + * gnus-util.el (gnus-extract-address-component-name) (gnus-extract-address-component-email): Convenience functions around `gnus-extract-address-components'. Index: gnus-registry.el diff -u gnus/lisp/gnus-registry.el:7.61 gnus/lisp/gnus-registry.el:7.62 --- gnus-registry.el:7.61 Wed May 7 17:41:32 2008 +++ gnus-registry.el Wed May 7 22:27:45 2008 @@ -1,10 +1,10 @@ ;;; gnus-registry.el --- article registry for Gnus -;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 +;;; Free Software Foundation, Inc. ;; Author: Ted Zlatanov <[email protected]> -;; Keywords: news +;; Keywords: news registry ;; This file is part of GNU Emacs.