aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * etc/publicsuffix.txt: Update from source.Glenn Morris2014-06-261-6/+7
| | | | * lisp/url/url-domsuf.el: Update example comments.
* Fix last changeLeo Liu2014-06-261-1/+1
|
* * lisp/url/url-handlers.el (url-http-parse-response): Remove unused autoload.Leo Liu2014-06-263-7/+18
| | | | | | | | | (url-insert-file-contents): Condition on url-http-response-status for the HTTP/S specific part. * lisp/url/url-http.el (url-http-end-of-headers): Remove duplicate defvar. Fixes: debbugs:17549
* * url-handlers.el (url-file-handler-load-in-progress): New defvar.Michael Albinus2014-05-092-14/+26
| | | | (url-file-handler): Use it, in order to avoid recursive load.
* Doc fixesGlenn Morris2014-05-012-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/autotype.texi (Skeleton Language): * doc/misc/message.texi (Header Commands): * lisp/allout-widgets.el (allout-widgets-tally) (allout-decorate-item-guides): * lisp/menu-bar.el (menu-bar-positive-p): * lisp/minibuffer.el (completion-pcm-complete-word-inserts-delimiters): * lisp/cedet/ede.el (ede-project-directories, ede-check-project-directory): * lisp/cedet/semantic/ia-sb.el (semantic-ia-sb-show-doc): * lisp/cedet/semantic/tag.el (semantic-tag-in-buffer-p): * lisp/cedet/semantic/bovine/c.el (semantic-tag-abstract-p): * lisp/gnus/gnus-registry.el (gnus-registry-install-p): Doc fix. * lisp/progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number): * lisp/progmodes/js.el (js--inside-param-list-p) (js--inside-dojo-class-list-p, js--forward-destructuring-spec): * lisp/progmodes/prolog.el (region-exists-p): * lisp/progmodes/verilog-mode.el (verilog-scan-cache-ok-p): * lisp/textmodes/reftex-parse.el (reftex-using-biblatex-p): * lisp/url/url-parse.el (url-generic-parse-url): * src/floatfns.c (Fisnan): * src/profiler.c (Fprofiler_cpu_running_p): Doc fixes (replace `iff'). Fixes: debbugs:17309
* * lisp/emacs-lisp/package.el: Fix bug#16733 (again).Juanma Barranquero2014-03-262-2/+15
| | | | | | | | | | | | | (url-http-parse-response, url-http-end-of-headers, url-recreate-url) (url-http-target-url): Remove unused declarations. (package-handle-response): Remove. (package--with-work-buffer): Use url-insert-file-contents and simplify. (package--download-one-archive): Use current-buffer instead of dynamic binding of `buffer'. (describe-package-1): Do not decode readme-string. * lisp/url/url-handlers.el (url-http-parse-response): Add autoload. (url-insert-file-contents): Signal file-error in case of HTTP error.
* Fix typos in Changelogs.Juanma Barranquero2014-02-131-1/+1
|
* Some doc for url-cookie-listGlenn Morris2014-02-042-2/+6
| | | | | | | | * lisp/url/url-cookie.el (url-cookie-list): Doc fix. * doc/misc/url.texi (Cookies): Mention url-cookie-list command. * etc/NEWS: Related edit.
* Link to info manual in `defgroup'.Rüdiger Sonderfeld2014-01-252-0/+6
| | | | | | | | | | | | | | | | * lisp/progmodes/ada-mode.el (ada): * lisp/woman.el (woman): Link to info manual and Commentary section. * lisp/url/url-vars.el (url): * lisp/erc/erc.el (erc): * lisp/progmodes/flymake.el (flymake): * lisp/nxml/nxml-mode.el (nxml): * lisp/net/eww.el (eww): * lisp/speedbar.el (speedbar, speedbar-faces, speedbar-vc): * lisp/htmlfontify.el (htmlfontify): * lisp/ses.el (ses): * lisp/epa.el (epa): * lisp/ido.el (ido): Link to info manual.
* ChangeLog fixesGlenn Morris2014-01-211-0/+15
|
* ChangeLog fixesGlenn Morris2014-01-151-197/+172
|
* ChangeLog fixesGlenn Morris2014-01-101-1/+1
|
* ChangeLog fixGlenn Morris2014-01-081-1/+1
|
* * lisp/url/url-http.el (url-http-create-request): Don't add extra \r\n afterJarosław Rzeszótko2014-01-082-3/+6
| | | | | | http data. Fixes: debbugs:16220
* Spelling fixes.Paul Eggert2014-01-041-1/+1
| | | | | | | | * lib-src/Makefile.in (regex.o): Remove reference to no-longer-used macros CONFIG_BROKETS and INHIBIT_STRING_HEADER. "BROKETS" was a misspelling anyway.... * src/nsterm.h (updateCollectionBehavior): Rename from updateCollectionBehaviour. All uses changed.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-0133-33/+35
|
* Misc small custom fixesGlenn Morris2013-12-273-4/+8
| | | | | | | | | | | | | | | | | | | | | | | The value of defcustom's const should not be quoted! * lisp/desktop.el (desktop-restore-in-current-display): * lisp/newcomment.el (comment-empty-lines): * lisp/progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info) (idlwave-pad-keyword): * lisp/progmodes/tcl.el (tcl-tab-always-indent): * lisp/textmodes/reftex-vars.el (reftex-index-default-tag): * lisp/elec-pair.el (electric-pair-skip-whitespace): * lisp/progmodes/cfengine.el (cfengine-cf-promises): * lisp/cedet/ede/linux.el (project-linux-build-directory-default) (project-linux-architecture-default): * lisp/erc/erc-button.el (erc-button-alist): * lisp/gnus/auth-source.el (auth-sources): * lisp/gnus/nnmairix.el (nnmairix-propagate-marks-upon-close): * lisp/url/url-history.el (url-history-track): * lisp/url/url-vars.el (url-honor-refresh-requests): Fix custom types. * lisp/net/tls.el (tls-certtool-program): Fix default value.
* * url/url.el (url-retrieve-synchronously): Add optional arg SILENT andLeo Liu2013-12-202-2/+8
| | | | INHIBIT-COOKIES.
* * url/url-util.el (url-pretty-length): Make obsolete and all usesLeo Liu2013-09-293-15/+13
| | | | changed to file-size-human-readable.
* Fix typo in declarationGlenn Morris2013-09-171-1/+1
|
* * lisp/url/url-http.el (zlib-decompress-region): Declare.Glenn Morris2013-09-172-0/+6
|
* * lisp/url/url-misc.el (url-data): Avoid match-data mix-up with base64 case.Glenn Morris2013-09-162-6/+10
| | | | | | Use Content-Transfer-Encoding rather than Content-Encoding. Fixes: debbugs:15285
* Silence some url compilation warnings on systems without zlibGlenn Morris2013-09-133-2/+7
| | | | | * url-http.el (url-handle-content-transfer-encoding): * url-vars.el (url-mime-encoding-string): Silence compiler.
* * url-http.el (url-http-parse-headers): Always place point at theLars Magne Ingebrigtsen2013-08-142-0/+6
| | | | start of the buffer instead of just 80% of the time.
* Rename `zlib-decompress-gzipped-region' to `zlib-decompress-region'.Lars Magne Ingebrigtsen2013-08-123-3/+6
| | | | Also support zlib-format compression.
* Add the zlib prefix to `decompress-gzipped-region'Lars Magne Ingebrigtsen2013-08-123-3/+10
|
* Add Content-Transfer gzip support to urlLars Magne Ingebrigtsen2013-08-113-3/+23
| | | | | | | | * url-http.el (url-handle-content-transfer-encoding): Support decompressing gzipped content. * url-vars.el (url-mime-encoding-string): If we have built-in gzip support, say that we accept gzipped content.
* * lisp/url/url-handlers.el (url-file-name-completion)Stefan Monnier2013-07-312-2/+13
| | | | | | (url-file-name-all-completions): Don't signal errors. Fixes: debbugs:14806
* * lisp/url/url-http.el (status): Remove, unused.Stefan Monnier2013-07-222-142/+152
| | | | | | | | | | | (success): Remove var. (url-http-handle-authentication): Return the value that `success' should take instead of setting `success' directly. Don't set `status' since it's not used. (url-http-parse-headers): Avoid unneeded setq. Move the `setq success'. (url-http): Use pcase. (url-http-file-exists-p): Simplify.
* Add bookmark support to ewwLars Magne Ingebrigtsen2013-06-262-1/+3
| | | | | | | | * net/eww.el (eww-mode): Undo isn't necessary in eww buffers, probably. (eww-mode-map): Add a menu bar. (eww-add-bookmark): New command. (eww-bookmark-mode): New mode and commands.
* Implement a command and mode for displaying and editing cookiesLars Magne Ingebrigtsen2013-06-262-0/+93
|
* * lisp/url/url-future.el (url-future-call): Remove useless value call.Glenn Morris2013-06-202-1/+7
| | | | | | An earlier version of this function returned the value, ref http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00708.html but now it returns the function (see commentary).
* Fix declaration typoGlenn Morris2013-05-231-1/+2
|
* * lisp/url/url.el (mm-dissect-buffer, mm-display-part): Declare.Glenn Morris2013-05-222-0/+9
|
* Add some declarations to url-handlers.elGlenn Morris2013-05-222-4/+13
| | | | | * lisp/url/url-handlers.el (mm-save-part-to-file, mm-destroy-parts) (mm-decode-string, mail-content-type-get): Declare.
* Silence some compiler warningsGlenn Morris2013-05-213-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * calculator.el (electric, ehelp): No need to load when compiling. (Electric-command-loop, electric-describe-mode): Declare. * doc-view.el (doc-view-current-converter-processes): Move before use. * files.el (dired-unmark): * progmodes/gud.el (gdb-input): Update declarations. * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Move MODE-set-explicitly definition before use. * erc/erc-log.el (erc-network-name): Declare. * erc/erc-notify.el (pcomplete--here): Declare. (pcomplete/erc-mode/NOTIFY): Require pcomplete. * international/mule-diag.el (mule-diag): Don't use obsolete window-system-version. * mail/feedmail.el (smtpmail): No need to load when compiling. (smtpmail-via-smtp, smtpmail-smtp-server): Declare. * mail/mail-utils.el (rfc822): No need to load when compiling. (rfc822-addresses): Autoload it. (mail-strip-quoted-names): Trivial simplification. * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare. (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm. * net/snmp-mode.el (tempo): Don't duplicate requires. * progmodes/prolog.el (info): No need to load when compiling. (comint): Require before shell requires it. (Info-goto-node): Autoload it. (Info-follow-nearest-node): Declare. (prolog-help-info, prolog-goto-predicate-info): No need to require info. * textmodes/artist.el (picture-mode-exit): Declare. * textmodes/reftex-parse.el (reftex-parse-from-file): Trivial rewrite so the compiler can parse it better. * url/url-dav.el (url-http): Require it. (url-http-head-file-attributes): Don't autoload it. * url/url-proxy.el (url-http): Autoload it.
* Misc custom group fixesGlenn Morris2013-05-152-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cus-start.el (show-trailing-whitespace): Move to editing basics. * faces.el (trailing-whitespace): Don't use whitespace-faces group. * obsolete/old-whitespace.el (whitespace-faces): Remove group. (whitespace-highlight): Move to whitespace group. * comint.el (comint-source): * pcmpl-linux.el (pcmpl-linux): * shell.el (shell-faces): * eshell/esh-opt.el (eshell-opt): * international/ccl.el (ccl): Remove empty custom groups. * completion.el (dynamic-completion-mode): * jit-lock.el (jit-lock-debug-mode): * minibuffer.el (completion-in-region-mode): * type-break.el (type-break-mode-line-message-mode) (type-break-query-mode): * emulation/tpu-edt.el (tpu-edt-mode): * progmodes/subword.el (global-subword-mode, global-superword-mode): * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode): * term/vt100.el (vt100-wide-mode): Specify explicit :group. * term/xterm.el (xterm): Change parent group to terminals. * master.el (master): Remove empty custom group. (master-mode): Remove unused :group argument. * textmodes/refill.el (refill): Remove empty custom group. (refill-mode): Remove unused :group argument. * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group. * cedet/semantic/symref/list.el (semantic-symref-auto-expand-results) (semantic-symref-results-mode-hook) (semantic-symref-results-summary-function): Fix :group. * erc/erc-list.el (erc-list): * erc/erc-menu.el (erc-menu): * erc/erc-ring.el (erc-ring): Define custom groups, for define-erc-module. * gnus/shr-color.el (shr-color-visible-luminance-min) (shr-color-visible-distance-min): Use shr-color group. * url/url-news.el (url-news): Remove empty custom group.
* url-http-wait-for-headers-change-function fix for bug#13598Glenn Morris2013-02-152-1/+9
| | | | | * lisp/url/url-http.el (url-http-wait-for-headers-change-function): Avoid prematurely finding the end of headers when they arrive line-by-line.
* * lisp/url/url-cache.el (url-cache-create-filename-using-md5): Don't waste yourStefan Monnier2013-02-032-1/+5
| | | | | | time `requiring' a builtin feature. * lisp/subr.el (internal--called-interactively-p--get-frame): Remove left-over message.
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-0233-33/+38
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-0133-33/+38
| |
* | Two fixes for the URL library (tiny change).Takafumi Arakaki2012-12-224-5/+21
| | | | | | | | | | | | | | | | | | | | * url-expand.el (url-default-expander): Don't calculate a default url port before checking url-type. * url-http.el (url-http-end-of-document-sentinel): Bind relevant url-request-* variables around the call to url-http. Fixes: debbugs:11469 debbugs:12374
* | * lisp/url/url-misc.el (url-do-terminal-emulator): Use make-termChong Yidong2012-12-032-21/+20
|/ | | | instead of terminal-emulator.
* * url-parse.el (url-path-and-query): Minor doc fix.Chong Yidong2012-11-171-1/+1
|
* CommentGlenn Morris2012-10-131-0/+2
|
* Add .xz to some url code (tiny change).Liam Stitt2012-10-133-2/+10
| | | | | | | | * url-vars.el (url-uncompressor-alist): * url-file.el (url-file-find-possibly-compressed-file, url-file): Recognize .xz compression. Fixes: debbugs:11839
* Doc fix for url-http.Chong Yidong2012-10-133-7/+18
| | | | | | | * url-http.el (url-http): * url.el (url-retrieve-internal): Doc fix. Fixes: debbugs:6407
* Fix for url-https.el neing merged into url-http.elGlenn Morris2012-10-082-1/+8
| | | | | | | * lisp/url/url-methods.el (url-scheme-get-property): url-https.el was merged into url-http.el, so load the latter for https. Fixes: debbugs:12599
* * lisp/url/url-http.el (url-http-user-agent-string): Leak less info.Stefan Monnier2012-10-012-15/+9
| | | | | | (url-http, url-http-file-exists-p, url-http-file-readable-p) (url-http-file-attributes, url-http-options, url-https-default-port) (url-https-asynchronous-p): Don't autoload.
* * lisp/url/url-handlers.el (url-file-handler): Don't assume any url-FOOStefan Monnier2012-09-292-10/+29
| | | | | | | function is a good handler for FOO. (url-copy-file, url-file-local-copy, url-insert-file-contents) (url-file-name-completion, url-file-name-all-completions) (url-handlers-create-wrapper): Explicitly register as handler.