| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
* gnus/message.el (message-default-send-mail-function): Made into own
function for reuse by emacsbug.el.
* mail/emacsbug.el (report-emacs-bug-hook): Query the user first
about SMTP before checking the From header.
* mail/sendmail.el (sendmail-query-user-about-smtp): Refacored out
into own function for reuse by emacsbug.el.
|
| |
|
|
|
|
|
| |
(url-http-parse-headers): When redirecting, pass on
the `inhibit-cookie' parameter.
|
|
|
|
|
|
|
|
|
| |
* lisp/url/url-queue.el (url-queue-retrieve): Fic previous doc fix.
* doc/misc/url.texi (Retrieving URLs): Update url-retrieve arguments.
Mention url-queue-retrieve.
* etc/NEWS: Related edit.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/lispref/advice.texi (Defining Advice): Clarify ad-unadvise.
(Activation of Advice): Specifying the ACTIVATE flag in defadvice
is not abnormal.
(Advising Primitives): Node deleted; ad-define-subr-args has been
removed.
* doc/lispref/compile.texi (Speed of Byte-Code): Use float-time in example.
(Compilation Functions): Note that the log uses Compilation mode.
Don't discuss the contents of byte-code function object here.
(Compilation Functions): De-document internal function byte-code.
(Docs and Compilation): Minor clarifications.
* doc/lispref/objects.texi (Byte-Code Type): Add xref to Byte-Code Function
Objects.
* lisp/emacs-lisp/advice.el: Update commentary to reflect deletion of
ad-define-subr-args
|
|
|
|
|
|
| |
removed characters.
(url-http-wait-for-headers-change-function): Adjust end position
after cleaning the headers. (Bug#10768)
|
|
|
|
|
|
|
|
| |
* doc/lispref/text.texi (Checksum/Hash): Rename node from MD5 Checksum.
Mention secure-hash.
* doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi:
Update menu entry.
* etc/NEWS: Related markup.
|
|
|
|
| |
* etc/NEWS: Related edit.
|
|
|
|
|
|
| |
* lisp/textmodes/bibtex.el:
Add missing :version tags for new/changed defcustoms.
* etc/NEWS: Related edits.
|
|
|
|
|
|
|
| |
* doc/lispref/files.texi (Magic File Names):
Tweak remote-file-name-inhibit-cache entry.
* lisp/files.el (remote-file-name-inhibit-cache): Doc fixes.
* etc/NEWS: Edits.
|
|
|
|
|
|
|
|
|
| |
* doc/emacs/loading.texi (Loading): Don't emphasize "library" terminology.
(Library Search): load-path is not a user option. Mention role of
-L option and packages. Improve examples.
(Loading Non-ASCII): Don't mention unibyte Emacs, which is
obsolete.
(Autoload): Minor clarifications.
|
|
|
|
| |
* etc/NEWS: Related edit.
|
|
|
|
|
|
|
|
|
| |
* doc/misc/url.texi (Retrieving URLs): Update url-retrieve arguments.
Mention url-queue-retrieve.
* lisp/url/url-queue.el (url-queue-retrieve): Doc fix.
* etc/NEWS: Edits.
|
| |
|
| |
|
|
|
|
| |
* etc/NEWS: Related markup.
|
| |
|
|
|
|
|
| |
(gnus-method-ephemeral-p): Move after declaration of defsubst
`gnus-sloppily-equal-method-parameters' to avoid a warning.
|
| |
|
|
|
|
|
|
| |
* mail/smtpmail.el (smtpmail-user-mail-address): New function.
(smtpmail-via-smtp): Use it, or fall back on the From address.
(smtpmail-send-it): Ditto.
|
|
|
|
|
|
|
|
|
| |
Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
(byte-compile-tmp-var): New const.
(byte-compile-defvar): Use it to minimize .elc size.
Just use `defvar' rather than simulate it.
Fixes: debbugs:10761
|
| |
|
| |
|
|
|
|
|
| |
* lisp/progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
Add :version tags.
|
|\ |
|
| |\ |
|
| |/
| |
| |
| |
| | |
trunk. Removed explicit reference to version of libXpm included in
binary distributions for maintenance purposes.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
* src/coding.c (encode_designation_at_bol): Don't use uninitialized
local variable (Bug#9318).
|
| |
| |
| |
| | |
Backport of 2011-12-05T06:39:26Z!handa@m17n.org from trunk.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
* etc/NEWS: Related edit.
|
| |
| |
| |
| |
| |
| | |
* lisp/progmodes/compile.el (compilation-first-column)
(compilation-error-screen-columns): Doc fixes.
* etc/NEWS: Related markup.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
* etc/NEWS: Related edits.
|
| |
| |
| |
| |
| | |
* doc/emacs/buffers.texi (Misc Buffer): M-x info does not seem to
require a buffer switch after M-x rename-uniquely.
|
| |
| |
| |
| |
| |
| | |
* lisp/vc/log-view.el (log-view-toggle-entry-display):
* lisp/vc/vc.el (vc-merge, vc-pull): Doc fixes.
* etc/NEWS: Condense a few VC entries.
|
| | |
|
| |
| |
| |
| | |
* lisp/subr.el: Related comment.
|
| |
| |
| |
| | |
* etc/NEWS: Related edit.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* lisp/mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
(report-emacs-bug-can-use-xdg-email):
(report-emacs-bug-insert-to-mailer): Doc fixes.
(report-emacs-bug): Message fix.
* etc/NEWS: Related edit.
* lisp/net/browse-url.el: Comment.
|
| |
| |
| |
| |
| | |
* lisp/net/browse-url.el (browse-url-can-use-xdg-open, browse-url-xdg-open):
Doc fixes.
|
| | |
|