- 16 Feb, 2012 5 commits
-
-
Glenn Morris authored
* admin/FOR-RELEASE: Related markup.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Chong Yidong authored
* doc/lispref/modes.texi (Minor Modes): Update how mode commands should treat arguments now. (Mode Line Basics): Clarify force-mode-line-update. (Mode Line Top): Note that the example is not realistic. (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines) (Emulating Mode Line): Use "mode line" instead of "mode-line", and "mode line construct" instead of "mode line specification". (Syntactic Font Lock): Remove mention of obsolete variable font-lock-syntactic-keywords. (Setting Syntax Properties): Node deleted. (Font Lock Mode): Note that Font Lock mode is a minor mode. (Font Lock Basics): Note that syntactic fontification falls back on `syntax-table'. (Search-based Fontification): Emphasize that font-lock-keywords should not be set directly. (Faces for Font Lock): Avoid some confusing terminology. (Syntactic Font Lock): Minor clarifications.
-
- 15 Feb, 2012 10 commits
-
-
Chong Yidong authored
* 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.
-
Lars Ingebrigtsen authored
-
Glenn Morris authored
-
Glenn Morris authored
* etc/NEWS: Related markup.
-
Glenn Morris authored
-
Glenn Morris authored
-
Paul Eggert authored
* 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>.
-
Paul Eggert authored
-
Chong Yidong authored
* 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.
-
Glenn Morris authored
* 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.
-
- 14 Feb, 2012 9 commits
-
-
Lars Ingebrigtsen authored
* 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.
-
Glenn Morris authored
-
Chong Yidong authored
* doc/emacs/keymaps.texi (Format of Keymaps): The CACHE component of keymaps was removed on 2009-09-10. Update lisp-mode-map example. (Inheritance and Keymaps): Minor clarification. (Searching Keymaps): Remove out-of-place enumeration. (Key Lookup): Remove unnecessary example (one was already given in Format of Keymaps). (Changing Key Bindings): Update suppress-keymap example. (Menu Bar, Tool Bar): Copyedits. (Tool Bar): Update tool-bar-map example.
-
Lars Ingebrigtsen authored
(smtpmail-query-smtp-server): Prompt the user for a port number if we can't connect to any of the standard ports.
-
Lars Ingebrigtsen authored
* mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the way the ports list is computed.
-
Chong Yidong authored
Fixes: debbugs:10745
-
Ted Zlatanov authored
-
Ted Zlatanov authored
* net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
-
Leo Liu authored
-
- 13 Feb, 2012 14 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
* src/gtkutil.c: Related comment.
-
Lars Ingebrigtsen authored
nnimap.el (nnimap-transform-headers): Don't bug out on header lines containing stuff that look like IMAP length encodings.
-
Ted Zlatanov authored
* net/gnutls.el (gnutls-trustfiles): New variable. (gnutls-negotiate): Use it.
-
Andreas Schwab authored
-
Lars Ingebrigtsen authored
* simple.el (mail-user-agent): Mention that `gnus-user-agent' only does its stuff if Gnus is running.
-
Lars Ingebrigtsen authored
* gnutls.c (emacs_gnutls_write): Set errno appropriately for send_process.
-
Ted Zlatanov authored
* 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.
-
Alan Mackenzie authored
-
Stefan Monnier authored
-
Lars Ingebrigtsen authored
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.
-
Lars Ingebrigtsen authored
-
Leo Liu authored
-
Lars Ingebrigtsen authored
-
- 12 Feb, 2012 2 commits
-
-
Lars Ingebrigtsen authored
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.
-
Ted Zlatanov authored
-