comparison 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
comparison
equal deleted inserted replaced
111954:238f906d96b2 111955:b5bb4bf62d4a
1 2010-12-14 Glenn Morris <rgm@gnu.org>
2
3 * url-cookie.el: Don't require cl when compiling.
4 (url-cookie-clean-up, url-cookie-generate-header-lines): Use dolist.
5 (url-cookie-parse-file, url-cookie-store, url-cookie-retrieve)
6 (url-cookie-handle-set-cookie): Simplify.
7
1 2010-12-13 Chong Yidong <cyd@stupidchicken.com> 8 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2 9
3 * url-cookie.el (url-cookie-retrieve): Handle null LOCALPART. 10 * url-cookie.el (url-cookie-retrieve): Handle null LOCALPART.
4 Suggested by Lennart Borgman (Bug#7543). 11 Suggested by Lennart Borgman (Bug#7543).
5 12
2361 2368
2362 * Initial checkin of rewritten URL library. 2369 * Initial checkin of rewritten URL library.
2363 2370
2364 ;; Local variables: 2371 ;; Local variables:
2365 ;; coding: utf-8 2372 ;; coding: utf-8
2366 ;; add-log-time-zone-rule: t
2367 ;; End: 2373 ;; End:
2368 2374
2369 Copyright (C) 1999, 2001, 2002, 2004, 2005, 2375 Copyright (C) 1999, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009,
2370 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 2376 2010 Free Software Foundation, Inc.
2371 2377
2372 This file is part of GNU Emacs. 2378 This file is part of GNU Emacs.
2373 2379
2374 GNU Emacs is free software: you can redistribute it and/or modify 2380 GNU Emacs is free software: you can redistribute it and/or modify
2375 it under the terms of the GNU General Public License as published by 2381 it under the terms of the GNU General Public License as published by
2382 GNU General Public License for more details. 2388 GNU General Public License for more details.
2383 2389
2384 You should have received a copy of the GNU General Public License 2390 You should have received a copy of the GNU General Public License
2385 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 2391 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
2386 2392
2387 ;; arch-tag: ac117078-3091-4533-be93-098162ac2926