aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm2006-10-09 20:51:00 +0000
committerKim F. Storm2006-10-09 20:51:00 +0000
commit4169c186297669d029b3e4aa5a16a7e01d1a990a (patch)
tree89cd8dcf39804d35d6833268c8ff6c27b992b8f5 /lisp
parentf6fb70fc69a26f42e6f12394654c769c24dfa8bb (diff)
downloademacs-4169c186297669d029b3e4aa5a16a7e01d1a990a.tar.gz
emacs-4169c186297669d029b3e4aa5a16a7e01d1a990a.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/url/ChangeLog96
1 files changed, 32 insertions, 64 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index bed12ecc459..c8b33f5f1c2 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -4,8 +4,7 @@
4 path component and non-empty query component. Untangle path, 4 path component and non-empty query component. Untangle path,
5 query and fragment parsing code. Add references to RFC 3986 in 5 query and fragment parsing code. Add references to RFC 3986 in
6 comments. 6 comments.
7 (url-recreate-url-attributes): Start query string with "?", not 7 (url-recreate-url-attributes): Start query string with "?", not ";".
8 ";".
9 8
102006-09-20 Stefan Monnier <monnier@iro.umontreal.ca> 92006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11 10
@@ -429,32 +428,19 @@
429 428
4302004-10-10 Lars Hansen <larsh@math.ku.dk> 4292004-10-10 Lars Hansen <larsh@math.ku.dk>
431 430
432 * url-auth.el: Update header and footer. 431 * url-auth.el:
433 432 * url-cache.el:
434 * url-cache.el: Update header and footer. 433 * url-cid.el:
435 434 * url-dired.el:
436 * url-cid.el: Update header and footer. 435 * url-expand.el:
437 436 * url-ftp.el:
438 * url-dired.el: Update header and footer. 437 * url-gw.el:
439 438 * url-imap.el:
440 * url-expand.el: Update header and footer. 439 * url-irc.el:
441 440 * url-misc.el:
442 * url-ftp.el: Update header and footer. 441 * url-news.el:
443 442 * url-ns.el:
444 * url-gw.el: Update header and footer. 443 * url-privacy.el:
445
446 * url-imap.el: Update header and footer.
447
448 * url-irc.el: Update header and footer.
449
450 * url-misc.el: Update header and footer.
451
452 * url-news.el: Update header and footer.
453
454 * url-ns.el: Update header and footer.
455
456 * url-privacy.el: Update header and footer.
457
458 * url-proxy.el: Update header and footer. 444 * url-proxy.el: Update header and footer.
459 445
460 * url-vars.el: Update header. 446 * url-vars.el: Update header.
@@ -499,42 +485,24 @@
499 485
5002004-10-10 Lars Hansen <larsh@math.ku.dk> 4862004-10-10 Lars Hansen <larsh@math.ku.dk>
501 487
502 * url-auth.el: Fix copyright notice. 488 * url-auth.el:
503 489 * url-cache.el:
504 * url-cache.el: Fix copyright notice. 490 * url-cookie.el:
505 491 * url-dired.el:
506 * url-cookie.el: Fix copyright notice. 492 * url-file.el:
507 493 * url-ftp.el:
508 * url-dired.el: Fix copyright notice. 494 * url-handlers.el:
509 495 * url-history.el:
510 * url-file.el: Fix copyright notice. 496 * url-irc.el:
511 497 * url-mailto.el:
512 * url-ftp.el: Fix copyright notice. 498 * url-methods.el:
513 499 * url-misc.el:
514 * url-handlers.el: Fix copyright notice. 500 * url-news.el:
515 501 * url-nfs.el:
516 * url-history.el: Fix copyright notice. 502 * url-parse.el:
517 503 * url-privacy.el:
518 * url-irc.el: Fix copyright notice. 504 * url-vars.el:
519 505 * url.el:
520 * url-mailto.el: Fix copyright notice.
521
522 * url-methods.el: Fix copyright notice.
523
524 * url-misc.el: Fix copyright notice.
525
526 * url-news.el: Fix copyright notice.
527
528 * url-nfs.el: Fix copyright notice.
529
530 * url-parse.el: Fix copyright notice.
531
532 * url-privacy.el: Fix copyright notice.
533
534 * url-vars.el: Fix copyright notice.
535
536 * url.el: Fix copyright notice.
537
538 * url-util.el: Fix copyright notice. 506 * url-util.el: Fix copyright notice.
539 507
5402004-10-06 Stefan Monnier <monnier@iro.umontreal.ca> 5082004-10-06 Stefan Monnier <monnier@iro.umontreal.ca>