Commit graph

55328 commits

Author SHA1 Message Date
Lars Ingebrigtsen
1e54a73bf0 Warn instead of erroring when pruning the URL cache
* url.el (url-retrieve-internal): Warn about file errors when
pruning the cache instead of bugging out.
2012-02-20 09:22:41 +01:00
Leo Liu
ab1ce9d7e2 Check FROM arg to substring in icomplete-completions
See: http://debbugs.gnu.org/10850
2012-02-20 16:06:52 +08:00
Lars Ingebrigtsen
b0668aa847 nnimap.el: IMAP command logging improvement; When moving articles between IMAP servers, delete from the correct server 2012-02-20 07:54:56 +00:00
Glenn Morris
de8f52b0ee Fix author comment 2012-02-19 17:55:34 -08:00
Vida Gabor
e1c92ac7dc gnus-demon.el (gnus-demon-init): Don't multiply time twice. 2012-02-19 23:55:16 +00:00
Chong Yidong
0fd40f8951 Use text properties for color escape highlighting in Shell mode.
* ansi-color.el: Don't set comint-output-filter-functions; it is
now in the initial value defined in comint.el.
(ansi-color-apply-face-function): New variable.
(ansi-color-apply-on-region): Use it.
(ansi-color-apply-overlay-face): New function.

* comint.el: Require ansi-color.
(comint-output-filter-functions): Add ansi-color-process-output.

* shell.el (shell): No need to require ansi-color.
(shell-mode): Use ansi-color-apply-face-function to highlight
color escapes using font-lock-face property.

Fixes: debbugs:10835
2012-02-19 21:59:42 +08:00
Lars Ingebrigtsen
55645c6797 Make url-queue not kill a random buffer on error
* url-queue.el (url-queue-callback-function): Remove the job from
the queue so that we don't kill the current buffer, which will
then make the callback function kill a random buffer.
2012-02-19 09:49:09 +01:00
Chong Yidong
20af23949d Fix mode-line-format handling bug in Ediff.
* lisp/vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
mode-line formats.

Fixes: debbugs:10839
2012-02-19 16:14:30 +08:00
Lars Ingebrigtsen
0e2cebe57e shr.el (shr-image-fetched): Be more defensive about killing the correct buffer 2012-02-18 22:28:00 +00:00
Glenn Morris
b474519ebe Checked rmail.texi
* doc/emacs/rmail.texi: Copyedits.  Use 'mail composition buffer' in place
of '*mail*', since Message does not call it that.
(Rmail Reply): Rename rmail-dont-reply-to-names.
\\`info- no longer handled specially.
Update for rmail-enable-mime-composing.
Don't mention 'm' for replies.
Don't mention rmail-mail-new-frame and cancelling, since it does
not work for Message at the moment.

* lisp/mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.

* lisp/mail/undigest.el (unforward-rmail-message): Doc fix.

* admin/FOR-RELEASE: Related markup.
2012-02-18 13:57:00 -08:00
Glenn Morris
e23a3fbee4 * lisp/saveplace.el (save-place-ignore-files-regexp): Add :version.
(ps feature freeze anyone?)
2012-02-18 11:04:28 -08:00
Eli Zaretskii
57939ff41e Update char-script-table from the latest Unicode Database.
lisp/international/characters.el (script-list): Sync with the latest
 Unicode Character Database.
2012-02-18 13:36:54 +02:00
Andreas Schwab
0c23686e58 * international/titdic-cnv.el: Remove duplicate coding tag.
* language/cham.el: Likewise.
* language/tai-viet.el: Likewise.
2012-02-18 11:24:23 +01:00
Glenn Morris
6818b4492e Use utf-8 Baha'i in calendar doc-strings, menus, etc
* lisp/calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
* lisp/calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
(calendar-bahai-all-holidays-flag, calendar-other-dates):
* lisp/calendar/diary-lib.el (diary-abbreviated-year-flag):
* lisp/calendar/holidays.el (holiday-bahai-holidays)
(calendar-holidays, list-holidays):
Use utf-8 Baha'i in doc-strings, menus, etc.
2012-02-17 22:08:15 -05:00
Tassilo Horn
0311a3fc3d 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
* saveplace.el (save-place-ignore-files-regexp): New variable
	allowing for excluding files from saving their location.  The
	default value matches the temporary commit message editing files
	from Git, SVN, Bazaar, and Mercurial.
	(save-place-to-alist): Use it.
2012-02-17 21:19:30 +01:00
Lawrence Mitchell
eb864a71bd * lisp/newcomment.el (uncomment-region-default): Don't leave extra space
when an arg is provided.

Fixes: debbugs:8150
2012-02-17 10:44:32 -05:00
Ted Zlatanov
ee0ce425db * net/gnutls.el (gnutls-trustfiles): Fixed Cygwin bundle location. 2012-02-17 08:05:20 -05:00
Glenn Morris
95ddf44200 * lisp/net/socks.el: Require network-stream.
Fixes: debbugs:10599
2012-02-17 00:19:12 -08:00
Kenichi Handa
48dd1e399f merge trunk 2012-02-17 16:33:15 +09:00
Leo Liu
74db95ca36 Use add-to-list instead of push in gnus-1
to avoid duplicate entries.
2012-02-16 22:33:58 +08:00
Kenichi Handa
c406be4337 Make the default values of character properties name, old-name, and iso-10646-comment to nil. 2012-02-16 22:55:03 +09:00
Glenn Morris
d68cd08705 calendar-hebrew-list-yahrzeits tweak
* lisp/calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
Interactively in calendar buffer, give an error if not on a date.
2012-02-16 00:21:30 -08:00
Chong Yidong
60236b0dca Docstring and manual updates for completion-at-point-functions.
* doc/lispref/minibuf.texi (Basic Completion): Define "completion table".
Move completion-in-region to Completion in Buffers node.
(Completion Commands): Use "completion table" terminology.
(Completion in Buffers): New node.

* doc/lispref/modes.texi (Hooks): add-hook can be used for abnormal hooks too.
(Setting Hooks): Update minor mode usage example.
(Major Mode Conventions): Note that completion-at-point-functions
should be altered locally.  Add xref to Completion in Buffers.

* lisp/minibuffer.el (completion-at-point-functions): Doc fix.
2012-02-15 21:45:02 +08:00
Lars Ingebrigtsen
888ab66104 shr.el (shr-remove-trailing-whitespace): Really delete the padding on too-wide lines. 2012-02-15 09:36:28 +00:00
Glenn Morris
13932042d3 * lisp/shell.el (shell-delimiter-argument-list): Revert 2011-02-17 change. 2012-02-15 00:00:23 -08:00
Paul Eggert
1127311509 Increase default image size limit; don't unlimit Gnus.
* lisp/gnus/shr.el (shr-rescale-image): Undo previous change; see
<http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
* src/image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
<http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2012-02-14 22:40:08 -08:00
Chong Yidong
c3a70e2b95 Doc updates for defvar, defconst, and defcustom.
* lisp/custom.el (defcustom): Doc fix; note use of defvar.

* src/eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
marked as special.  Also, starting docstrings with * is obsolete.
2012-02-15 12:00:34 +08:00
Glenn Morris
9f26dc2432 Try to document smtp changes
* doc/emacs/sending.texi (Mail Sending): smtpmail-auth-credentials was removed.

* doc/misc/smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
(Encryption): New chapter, split out from previous.

* lisp/mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
Doc fixes.

* etc/NEWS: Related edits.
2012-02-14 22:15:26 -05:00
Lars Ingebrigtsen
f15bcb40f4 Kill jobs that we remove from the queue
* url-queue.el (url-queue-kill-job): Refactored out code.
(url-queue-remove-jobs-from-host): Use it to kill jobs that are in
flight.
2012-02-14 19:43:21 +01:00
Glenn Morris
6546b13405 * lisp/mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc. 2012-02-14 13:22:47 -05:00
Lars Ingebrigtsen
835bdcba53 smtpmail initial prompting fixes
(smtpmail-query-smtp-server): Prompt the user for a port number if
we can't connect to any of the standard ports.
2012-02-14 16:43:07 +01:00
Lars Ingebrigtsen
d29b2b4cb7 Respect smtpmail-smtp-service when doing a trial connection
* mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
way the ports list is computed.
2012-02-14 16:31:49 +01:00
Chong Yidong
6a24cbb1a2 * lisp/org/org-footnote.el: Remove bogus defvar values.
Fixes: debbugs:10745
2012-02-14 22:00:56 +08:00
Ted Zlatanov
e72a771d50 * url-future.el: Minor doc update. 2012-02-14 08:18:05 -05:00
Ted Zlatanov
08dcdbc94a (gnutls-trustfiles): Add Cygwin location.
* net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
2012-02-14 08:13:24 -05:00
Leo Liu
1deeb569b1 Remove unused require in url-future.el 2012-02-14 10:14:43 +08:00
Glenn Morris
fba9b8b646 Tweak previous doc change 2012-02-13 17:49:16 -05:00
Glenn Morris
2605051a7f * lisp/minibuffer.el (read-file-name): Doc fix. (Bug#10798)
* src/gtkutil.c: Related comment.
2012-02-13 17:46:43 -05:00
Lars Ingebrigtsen
20d6487ebb nnimap.el (nnimap-transform-headers): Don't bug out on header lines containing stuff that look like IMAP length encodings. 2012-02-13 22:18:33 +00:00
Ted Zlatanov
7ee99f32e1 Introduce and use CA bundle locator `gnutls-trustfiles'.
* net/gnutls.el (gnutls-trustfiles): New variable.
(gnutls-negotiate): Use it.
2012-02-13 16:48:14 -05:00
Lars Ingebrigtsen
5f0af64f87 `mail-user-agent' doc fix
* simple.el (mail-user-agent): Mention that `gnus-user-agent' only
does its stuff if Gnus is running.
2012-02-13 20:42:58 +01:00
Ted Zlatanov
6c0c7cfc67 Move url-future.el ERT test to test/automated/url-future-tests.el.
* lisp/url/url-future.el (url-future-test): Move to test/automated.

* test/automated/url-future-tests.el (url-future-tests): Move from
lisp/url/url-future.el and rename.
2012-02-13 13:45:36 -05:00
Alan Mackenzie
c14fcc9571 Fix a loop in c-set-fl-decl-start. 2012-02-13 17:18:07 +00:00
Lars Ingebrigtsen
3d2af1938b Merge changes made in No Gnus
gnus.texi (Customizing the IMAP Connection): Mention nnimap-record-commands.
nnimap.el (nnimap-record-commands): New variable.
 (nnimap-log-command): Use it.
 (nnimap-make-process-buffer): Add a space to the process buffer.
2012-02-13 14:14:18 +00:00
Lars Ingebrigtsen
32f6c52b3e shr.el (shr-rescale-image): Fix typo in last checkin 2012-02-13 11:25:56 +00:00
Leo Liu
142b4d90fa Trivial fix for rcirc-markup-attributes 2012-02-13 15:54:47 +08:00
Lars Ingebrigtsen
9554f4ac2f shr.el (shr-rescale-image): Allow viewing large images. 2012-02-13 03:33:11 +00:00
Lars Ingebrigtsen
4eff9c1abb Merge changes made in No Gnus
nnml.el (nnml-request-compact-group): Delete the marks file after compaction (bug#10800).
gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on group exit.
nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed QRESYNC/FETCH output.
2012-02-12 22:20:48 +00:00
Ted Zlatanov
fa9958a67e (gnutls-algorithm-priority): Add missing :group tag. 2012-02-12 16:40:25 -05:00
Alan Mackenzie
0bc5886ace Fix infinite loop with long macros. 2012-02-12 11:06:42 +00:00