summaryrefslogtreecommitdiff
path: root/lisp/url/url-util.el
Commit message (Collapse)AuthorAgeFilesLines
...
* | * url-parse.el (url): Use defstruct rather than macros. Update all callers.Stefan Monnier2007-08-311-3/+3
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (url-display-percentage): Only show a message if `url-show-status' is non-nil.Magnus Henoch2006-11-231-6/+7
|
* (url-hexify-string): Only utf-8 encode if it's a multibyte string.Stefan Monnier2006-07-311-9/+20
| | | | | (url-normalize-url): Remove unused var `grok'. (url-truncate-url-for-viewing): Remove unused var `tail'.
* (url-hexify-string): Rewrite.Thien-Thi Nguyen2006-07-301-11/+12
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-051-1/+1
|
* *** empty log message ***Chong Yidong2005-09-011-3/+5
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-1/+1
|
* (url-get-normalized-date): Use url-weekday-alist and url-monthabbrev-alist.Richard M. Stallman2004-10-161-3/+3
|
* Fix copyright notice.Lars Hansen2004-10-101-2/+1
|
* (url-debug): Use with-current-buffer.Stefan Monnier2004-04-161-25/+28
|
* (url-hexify-string): Don't give multibyte error for char <16.Stefan Monnier2004-04-121-6/+24
| | | | (mail-header-extract): Autoload.
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196Miles Bader2004-04-101-2/+0
| | | | | | | | | | | | | | | | | | | Remove RCS keywords 2004-04-10 Miles Bader <miles@gnu.org> 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-2/+4
|
* Initial revisionStefan Monnier2004-04-041-0/+487