Paul Eggert
6e6c82a4e6
Merge from trunk.
2012-02-10 10:58:48 -08:00
Lars Ingebrigtsen
cc26d239af
Prompt in a more logical fashion when sending bug reports
...
* 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.
2012-02-10 19:16:19 +01:00
Lars Ingebrigtsen
3647f557cf
Fix typo in last checkin.
2012-02-10 18:30:39 +01:00
Lars Ingebrigtsen
3b8eb822d9
Cookie/redirection URL fixup
...
(url-http-parse-headers): When redirecting, pass on
the `inhibit-cookie' parameter.
2012-02-10 18:25:31 +01:00
Glenn Morris
a48ec60ca1
Fix previous URL doc change
...
* 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.
2012-02-10 09:22:09 -08:00
Glenn Morris
578ad769a6
Restore NEWS markup
2012-02-10 09:13:54 -08:00
Leo Liu
1be3ca5ad7
Rename condition-case-no-debug to condition-case-unless-debug
2012-02-10 23:59:29 +08:00
Chong Yidong
25dec36509
Update Compilation and Advice chapters in Lisp manual.
...
* 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
2012-02-10 23:50:11 +08:00
Andreas Schwab
d7c5e1622f
* url-http.el (url-http-clean-headers): Return the number of
...
removed characters.
(url-http-wait-for-headers-change-function): Adjust end position
after cleaning the headers. (Bug#10768)
2012-02-10 12:36:42 +01:00
Glenn Morris
5f5e4ea10c
Document secure-hash
...
* 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.
2012-02-10 00:51:37 -08:00
Glenn Morris
49241268b2
* src/fns.c (Fsecure_hash): Doc fix.
...
* etc/NEWS: Related edit.
2012-02-10 00:38:22 -08:00
Glenn Morris
b2096d7233
Add missing defcustom :version tags
...
* lisp/textmodes/bibtex.el:
Add missing :version tags for new/changed defcustoms.
* etc/NEWS: Related edits.
2012-02-10 00:23:33 -08:00
Glenn Morris
b011fbfe6c
Doc fixes for remote-file-name-inhibit-cache
...
* 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.
2012-02-10 00:08:23 -08:00
Chong Yidong
6c1e4b4642
Update Loading chapter of Emacs manual.
...
* 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.
2012-02-10 15:57:21 +08:00
Glenn Morris
104dc9c622
* doc/emacs/mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
...
* etc/NEWS: Related edit.
2012-02-09 23:44:39 -08:00
Glenn Morris
b74c9672c2
Document url-queue-retrieve
...
* 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.
2012-02-09 22:23:47 -05:00
Glenn Morris
cd3308f3c9
NEWS edits for electric stuff
2012-02-09 21:48:25 -05:00
Glenn Morris
0aca12922c
* doc/emacs/programs.texi (Misc for Programs): Mention electric-layout-mode.
2012-02-09 21:44:27 -05:00
Glenn Morris
72ca698cb9
* doc/lispref/modes.texi (Basic Major Modes): Mention tabulated-list-mode.
...
* etc/NEWS: Related markup.
2012-02-09 21:33:01 -05:00
Juanma Barranquero
af8556d265
lisp/cedet/ede/auto.el: Add declarations.
2012-02-10 00:31:30 +01:00
Juanma Barranquero
a427f84dd2
lisp/gnus/gnus.el: Avoid byte-compiler warning.
...
(gnus-method-ephemeral-p): Move after declaration of defsubst
`gnus-sloppily-equal-method-parameters' to avoid a warning.
2012-02-10 00:30:27 +01:00
Lars Ingebrigtsen
7582f84423
gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't running.
2012-02-09 23:07:49 +00:00
Lars Ingebrigtsen
4c7e65bf4f
Get the MAIL FROM from the From: header if no domain is configured
...
* 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.
2012-02-09 23:42:12 +01:00
Stefan Monnier
f3934f6fef
* lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
...
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
2012-02-09 16:51:03 -05:00
Glenn Morris
cf3aa21bc8
* lisp/files.el (rename-uniquely): Doc fix. (Bug#3806)
2012-02-09 15:27:54 -05:00
Glenn Morris
bbe531d6e2
NEWS edit for cc-guess
2012-02-09 00:02:09 -08:00
Glenn Morris
354998cdb6
Add some custom :version tags
...
* lisp/progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
Add :version tags.
2012-02-08 23:59:13 -08:00
Glenn Morris
f998bbe793
Merge from emacs-23; up to 2010-06-29T18:17:31Z!cyd@stupidchicken.com.
2012-02-08 23:48:22 -08:00
Glenn Morris
9fcfcdef41
* doc/misc/sem-user.texi (Semantic mode user commands): Typo fix.
2012-02-08 23:35:21 -08:00
Glenn Morris
90d5efda3e
Stylistic fix for previous change
2012-02-08 23:33:11 -08:00
Glenn Morris
34c071c64b
* lisp/progmodes/compile.el (compilation-filter-start): Doc fix.
...
* etc/NEWS: Related edit.
2012-02-08 23:28:32 -08:00
Glenn Morris
8327412569
Doc fixes for compile.el
...
* lisp/progmodes/compile.el (compilation-first-column)
(compilation-error-screen-columns): Doc fixes.
* etc/NEWS: Related markup.
2012-02-08 23:24:30 -08:00
Glenn Morris
3b90aec0a7
NEWS markup - commands.texi already updated for this change
2012-02-08 23:15:54 -08:00
Glenn Morris
5e6ca6fe18
Small NEWS edit for compose-mail
2012-02-08 23:09:20 -08:00
Glenn Morris
5da3be7f98
Small NEWS fixes for dbus
2012-02-08 23:05:32 -08:00
Glenn Morris
2ebc3b941e
* doc/misc/info.texi (Create Info buffer): Mention info-display-manual.
...
* etc/NEWS: Related edits.
2012-02-08 22:50:15 -08:00
Glenn Morris
63c727b2d5
Tiny buffers.texi fix
...
* doc/emacs/buffers.texi (Misc Buffer): M-x info does not seem to
require a buffer switch after M-x rename-uniquely.
2012-02-08 22:43:23 -08:00
Glenn Morris
dab3703d9b
Small VC doc fixes
...
* 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.
2012-02-08 22:25:18 -08:00
Lars Ingebrigtsen
65e6fb28e0
nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2012-02-09 06:05:43 +00:00
Glenn Morris
001bf877d0
* etc/NEWS: Edit delayed-warnings-list entry.
...
* lisp/subr.el: Related comment.
2012-02-08 22:02:33 -08:00
Glenn Morris
91af9d2e9d
* doc/emacs/trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
...
* etc/NEWS: Related edit.
2012-02-08 21:57:15 -08:00
Glenn Morris
3f88cd72e9
Doc fixes for emacsbug.el
...
* 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.
2012-02-08 22:29:41 -05:00
Glenn Morris
d95b247d1d
Doc fixes for browse-url
...
* lisp/net/browse-url.el (browse-url-can-use-xdg-open, browse-url-xdg-open):
Doc fixes.
2012-02-08 22:14:22 -05:00
Glenn Morris
54cdb2530e
Fix whitespace in previous
2012-02-08 22:09:28 -05:00
Glenn Morris
523eedb064
NEWS updates for browse-url
2012-02-08 22:08:19 -05:00
Glenn Morris
962221c596
Relocate previous change in alphabetical sequence.
2012-02-08 21:46:44 -05:00
Glenn Morris
a075a2c5a6
Doc fixes for electric.el
...
* lisp/electric.el (electric-indent-mode, electric-pair-mode)
(electric-layout-rules, electric-layout-mode): Doc fixes.
(electric-pair-pairs, electric-pair-skip-self): Add :version tags.
* etc/NEWS: Related edits.
2012-02-08 21:40:41 -05:00
Jay Belanger
1ef1990cbe
Fix typo.
2012-02-08 20:36:44 -06:00
Lars Ingebrigtsen
d25ceb5273
gnus.el: More fixes to not list ephemeral servers in the server buffer
2012-02-09 01:12:44 +00:00
Lars Ingebrigtsen
d3d42ed750
gnus-sum.el: Make gnus-summary-insert-old-articles prompting consistent
2012-02-09 01:08:34 +00:00