aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/url-history.el
Commit message (Collapse)AuthorAgeFilesLines
* (url-history-hash-table): Initialize in declaration.Stefan Monnier2006-01-051-37/+36
| | | | | | | | | (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-history-parse-history): Don't complain if the file is missing.Stefan Monnier2006-01-051-5/+4
| | | | | | (url-history-setup-save-timer, url-history-parse-history) (url-history-save-history): Remove autoload cookies. They're only called from url.el which requires url-history anyway.
* (url-history-list): Var deleted for real.Richard M. Stallman2005-12-081-3/+0
|
* (url-history-list): Var deleted.Richard M. Stallman2005-12-041-20/+8
| | | | | (url-history-save-interval): Simplify. (url-history-setup-save-timer): Simplify.
* (url-history-track): Fix last change.Kim F. Storm2005-12-011-1/+1
|
* (url-history-track): Call url-history-setup-save-timer in :set function.Richard M. Stallman2005-12-011-4/+10
| | | | | :type allows three alternatives. (url-history-setup-save-timer): Test url-history-track.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (url-history): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-2/+2
| | | | (url-history-track): Fix typos in docstring.
* (url-completion-function): Follow error conventions.Juanma Barranquero2005-06-141-2/+2
|
* (url-have-visited-url): Don't barf if url-history-hash-table is nil.Eli Zaretskii2005-02-261-1/+2
|
* Fix copyright notice.Lars Hansen2004-10-101-1/+0
|
* (url-history-setup-save-timer): Avoid warnings.Stefan Monnier2004-04-121-38/+40
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-196Miles Bader2004-04-101-3/+0
| | | | | | | | | | | | | | | | | | | Remove RCS keywords 2004-04-10 Miles Bader <[email protected]> RCS keyword removal (only non-comment changes are enumerated here): * lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed. (byte-compile-insert-header): Don't use `byte-compile-version'. * lisp/url/url-vars.el (url-version): Use the constant string "Emacs" instead of calculating something from the RCS `State' keyword [the latter is almost entirely useless anyway]. * lisp/forms.el (forms-version): Variable removed. (forms-mode): Don't use `forms-version'. * lisp/recentf.el (recentf-version): Variable removed. * lisp/progmodes/delphi.el (delphi-version): Variable removed. * lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
* Resolve CVS conflictsMiles Bader2004-04-041-3/+5
|
* Initial revisionStefan Monnier2004-04-041-0/+199