Mercurial > emacs
diff lisp/url/ChangeLog @ 111955:b5bb4bf62d4a
Misc url-cookie tidy-up.
* lisp/url/url-cookie.el: Don't require cl when compiling.
(url-cookie-clean-up, url-cookie-generate-header-lines): Use dolist.
(url-cookie-parse-file, url-cookie-store, url-cookie-retrieve)
(url-cookie-handle-set-cookie): Simplify.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 13 Dec 2010 20:18:22 -0800 |
parents | c00190a8c8ef |
children | a427dc2ad38f |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Mon Dec 13 23:54:31 2010 +0000 +++ b/lisp/url/ChangeLog Mon Dec 13 20:18:22 2010 -0800 @@ -1,3 +1,10 @@ +2010-12-14 Glenn Morris <rgm@gnu.org> + + * url-cookie.el: Don't require cl when compiling. + (url-cookie-clean-up, url-cookie-generate-header-lines): Use dolist. + (url-cookie-parse-file, url-cookie-store, url-cookie-retrieve) + (url-cookie-handle-set-cookie): Simplify. + 2010-12-13 Chong Yidong <cyd@stupidchicken.com> * url-cookie.el (url-cookie-retrieve): Handle null LOCALPART. @@ -2363,11 +2370,10 @@ ;; Local variables: ;; coding: utf-8 -;; add-log-time-zone-rule: t ;; End: - Copyright (C) 1999, 2001, 2002, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1999, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, + 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -2384,4 +2390,3 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. -;; arch-tag: ac117078-3091-4533-be93-098162ac2926