- 17 Feb, 2012 7 commits
-
-
Glenn Morris authored
* emacs/maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual. * lispintro/emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax) (count-words-in-defun): Fix cross-refs to Emacs manual. * lispref/hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual. * misc/gnus.texi (Posting Styles): * misc/remember.texi (Org): Fix cross-refs to other manuals.
-
Kenichi Handa authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* doc/emacs/calendar.texi: Misc small changes, including updating the dates of examples. * admin/FOR-RELEASE: Related markup.
-
- 16 Feb, 2012 11 commits
-
-
Chong Yidong authored
* doc/lispref/syntax.texi (Syntax Tables, Syntax Descriptors) (Syntax Table Functions): Copyedits. (Syntax Basics): Don't repeat the material in the preceding node. (Syntax Class Table): Use a table. (Syntax Properties): Document syntax-propertize-function and syntax-propertize-extend-region-functions. (Motion via Parsing): Fix indentation. (Parser State): Update for the new "c" comment style. Fix description of item 7 (comment style). * doc/lispref/modes.texi (Syntactic Font Lock): Add xref to Syntactic Font Lock node.
-
Leo Liu authored
to avoid duplicate entries.
-
Kenichi Handa authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Interactively in calendar buffer, give an error if not on a date.
-
Glenn Morris authored
* doc/emacs/vc1-xtra.texi (VC Delete/Rename, CVS Options): * doc/emacs/cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
-
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 3 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.
-