diff lisp/url/ChangeLog @ 68056:2396bdbbc2bb

(url-history-hash-table): Initialize in declaration. (url-history-parse-history): Don't reset the history. (url-history-save-history): Create parent dir if necessary. (url-history-save-history): Don't write the initialization of url-history-hash-table into the history file. (url-have-visited-url): Simplify since url-history-hash-table is non-nil. (url-completion-function): Simplify.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 05 Jan 2006 22:28:16 +0000
parents 63366306c117
children 0c55f53b51e6
line wrap: on
line diff
--- a/lisp/url/ChangeLog	Thu Jan 05 22:10:47 2006 +0000
+++ b/lisp/url/ChangeLog	Thu Jan 05 22:28:16 2006 +0000
@@ -1,5 +1,13 @@
 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* url-history.el (url-history-hash-table): Initialize in declaration.
+	(url-history-parse-history): Don't reset the history.
+	(url-history-save-history): Create parent dir if necessary.
+	(url-history-save-history): Don't write the initialization of
+	url-history-hash-table into the history file.
+	(url-have-visited-url): Simplify since url-history-hash-table is non-nil.
+	(url-completion-function): Simplify.
+
 	* url-cookie.el (url-cookie-parse-file): Don't complain of missing file.
 	(url-cookie-parse-file, url-cookie-write-file, url-cookie-retrieve)
 	(url-cookie-generate-header-lines, url-cookie-handle-set-cookie)