aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Replace non-portable use of $< in ordinary make rulesGlenn Morris2012-04-072-150/+156
| | | | | | | | | | | | | | | | | | | | | Ref: http://lists.gnu.org/archive/html/help-gnu-emacs/2012-04/msg00074.html * emacs/Makefile.in, lispintro/Makefile.in, lispref/Makefile.in: * misc/Makefile.in: Replace non-portable use of $< in ordinary rules.
* | | Changelog fixGlenn Morris2012-04-091-3/+1
| | |
* | | Support building emacs-gnutls Info manual on MS-Windows.Eli Zaretskii2012-04-092-3/+14
| | | | | | | | | | | | | | | doc/misc/makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add emacs-gnutls. ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
* | | Add documentation for the Emacs GnuTLS integration.Ted Zlatanov2012-04-093-0/+218
|/ / | | | | | | | | | | | | | | | | | | | | | | * info/dir (File): * Makefile.in: Add emacs-gnutls to the info directory and the INFO_FILES target. * doc/misc/emacs-gnutls.texi: Add documentation for the GnuTLS integration. * doc/misc/gnutls.texi: New file to explain the GnuTLS integration. * doc/misc/Makefile.in: Add gnutls.texi to build.
* | auth.texi (Secret Service API): Adjust @samp to @code for collection namesTeodor Zlatanov2012-04-062-14/+15
| |
* | auth.texi (Secret Service API): Edit further and give examples.Teodor Zlatanov2012-04-052-46/+68
| |
* | Markup fixes for auth.texiGlenn Morris2012-04-042-13/+15
| | | | | | | | | | * doc/misc/auth.texi (Help for users, Help for developers) (GnuPG and EasyPG Assistant Configuration): Markup fixes.
* | auth.texi small editsGlenn Morris2012-04-042-28/+32
| | | | | | | | | | * doc/misc/auth.texi (Secret Service API): Copyedits. (Help for developers): Fill in some missing function doc-strings.
* | * auth.texi (Secret Service API): Add the missing text.Michael Albinus2012-04-042-1/+133
| |
* | Several miscellaneous doc changes.Chong Yidong2012-04-045-59/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/display.texi (Delayed Warnings): New node. * doc/misc/gnus-faq.texi (FAQ 8-2): Mention EasyPG. * doc/misc/gnus.texi: Reduce references to obsolete pgg library. (Security): Note that epg is now the default. * doc/misc/message.texi (Using PGP/MIME): Note that epg is now the default. * doc/misc/nxml-mode.texi (Completion): C-RET is no longer bound to nxml-complete. * lisp/subr.el (delayed-warnings-hook): Doc fix. * src/keyboard.c (Vdelayed_warnings_list): Doc fix.
* | Spelling fixes.Paul Eggert2012-04-011-4/+4
| |
* | Fix copyright and authors lines in OrgBastien Guerry2012-04-011-1/+1
| |
* | Update to Org version 7.8.07 (commit da0e6f in Org's repo)Bastien Guerry2012-04-012-228/+481
| |
* | Merge changes made in No GnusGnus developers2012-03-232-2/+7
| | | | | | | | | | | | | | | | | | 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org> * auth-source.el (auth-source-netrc-create): Quote tokens that contain "#" to avoid having them interpreted as comments. 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change) * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to reflect the new default.
* | Fix the change in 2012-03-10T02:20:41Z!cyd@gnu.org, for bug #10450.Eli Zaretskii2012-03-102-1/+6
| | | | | | | | | | doc/misc/info.texi (Expert Info): Move the index entry for "Texinfo" from "Getting Started" to this node.
* | * doc/misc/flymake.texi: Mention the Automake COMPILE variable.Chong Yidong2012-03-102-13/+24
| | | | | | | | Fixes: debbugs:8715
* | * doc/misc/info.texi (Getting Started): Add an index entry.Chong Yidong2012-03-102-0/+5
| | | | | | | | Fixes: debbugs:10450
* | * dbus.texi (Signals): Known names will be mapped onto uniqueMichael Albinus2012-03-022-3/+9
| | | | | | | | names, when registering for signals.
* | * doc/misc/url.texi: Fix quote usage in body text.Glenn Morris2012-02-292-5/+7
| |
* | Use "" quotes in menusGlenn Morris2012-02-294-5/+7
| | | | | | | | | | | | | | | | | | | | This is already used in most places. ``...'' does not get specially converted by texinfo in @menu descriptions. * doc/emacs/emacs.texi, doc/emacs/help.texi, doc/emacs/text.texi: * doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi: * doc/misc/sem-user.texi, doc/misc/url.texi, doc/misc/woman.texi: Use "" quotes in menus.
* | Use @code{} in menus when appropriate, rather than `'Glenn Morris2012-02-292-48/+52
| | | | | | | | | | | | | | Eg it looks better in html output, where it gets converted to italic. * doc/emacs/dired.texi, doc/emacs/emacs.texi: * doc/misc/cl.texi: Use @code{} in menus when appropriate, rather than `'.
* | Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-2818-46/+51
| | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html
* | * doc/misc/ediff.texi (Quick Help Commands): Add a couple of index entries.Chong Yidong2012-02-262-0/+7
| | | | | | | | Fixes: debbugs:10834
* | Fix cross-references between different manualsGlenn Morris2012-02-163-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Try to document smtp changesGlenn Morris2012-02-142-92/+124
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Merge changes made in No GnusLars Ingebrigtsen2012-02-132-2/+12
| | | | | | | | | | | | | | 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.
* | Fix previous URL doc changeGlenn Morris2012-02-101-4/+4
| | | | | | | | | | | | | | | | | | * 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.
* | Document url-queue-retrieveGlenn Morris2012-02-092-1/+18
| | | | | | | | | | | | | | | | | | * 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.
* | * doc/misc/sem-user.texi (Semantic mode user commands): Typo fix.Glenn Morris2012-02-082-1/+3
| |
* | Stylistic fix for previous changeGlenn Morris2012-02-081-1/+1
| |
* | * doc/misc/info.texi (Create Info buffer): Mention info-display-manual.Glenn Morris2012-02-082-0/+10
| | | | | | | | * etc/NEWS: Related edits.
* | Merge changes made in No GnusLars Ingebrigtsen2012-02-072-0/+17
| | | | | | | | | | gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel example (modified from an example by Michael Albinus). shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from lines that are narrower than the window width. Otherwise background "blocks" will look less readable.
* | Merge change(s) made in Gnus no-gnus branchGnus developers2012-02-011-0/+5
| | | | | | | | | | | | 2012-01-31 Jim Meyering <jim@meyering.net> gnus-agent.el (gnus-agent-expire-unagentized-dirs): Correct a comment (insert "not") and hide nominally-doubled "to".
* | Merge changes made in Gnus trunkGnus developers2012-01-301-3/+2
| | | | | | | | | | | | | | | | gnus.texi (Agent Basics): Fix outdated description of `gnus-agent-auto-agentize-methods'. rfc2047.el (rfc2047-encode-region): Allow not folding the encoded words. (rfc2047-encode-string): Ditto. (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not understand folded filename="..." parameters, for instance. gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent section in the manual.
* | Fix formatting of cc-mode manualAndreas Schwab2012-01-282-5/+8
| | | | | | | | | | | | * cc-mode.texi: Always @defindex ss. (Config Basics): Fix argument of @itemize. (Macro Backslashes): Add @code around index entry.
* | * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.Glenn Morris2012-01-232-6/+8
| |
* | * tramp.texi (File): Tweak wording for the `scpc' option.Eric Hanchrow2012-01-202-3/+16
| |
* | Doc punctuation fixes.Paul Eggert2012-01-122-2/+2
| |
* | Duplicate-word and spelling fixes.Paul Eggert2012-01-101-1/+1
| |
* | Spelling fixes.Paul Eggert2012-01-091-12/+12
| |
* | Merge changes made in Gnus trunk.Gnus developers2012-01-072-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus.texi (Group Parameters): Really note precedence. 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org> * mm-decode.el (mm-interactively-view-part): Use `completing-read', since ido doesn't work on symbols (bug#9632). * gnus.el (gnus-group-fast-parameter): Use the same precedence rules when getting a single value as when getting all the values. This means that atoms like `gcc-self' work cumulatively, like variable settings, instead of getting the value from the last matching clause. (gnus-group-find-parameter): Protect against the group buffer not existing (bug#9585). 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-start.el (gnus-activate-group): Document more parameters (bug#9694). * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification (bug#9692). * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the article was fetched, so that it can be expired later (bug#9958). (gnus-agent-summary-fetch-series): Add doc string. (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks (bug#9517). * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async retrieval is happening. * gnus.el (gnus-parameters): Doc fix. 2012-01-06 Dave Abrahams <dave@boostpro.com> (tiny change) * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden, show the thread after expansion. 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-art.el (article-narrow-to-head): If the head is completely empty, narrow to the empty region (bug#9764). * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as read, and then mark them as unread only when the unread mark is used. This makes `C-- T k' actually work, even though it's confusing. * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is alive before we try to find its window. 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change) * mm-decode.el (mm-display-external): Use a longer timeout for the deletion to allow slow programs to display the file. 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the prompt to be less confusing.
* | Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-0558-59/+59
| |
* | Merge changes made in Gnus trunk.Gnus developers2012-01-042-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus.texi (Group Parameters): Note precedence. 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change) * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a live buffer. 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org> * nnir.el (nnir-retrieve-headers): Protect against the article not existing on the server (bug#10335). 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) * gnus-agent.el (gnus-agent-load-local): Recompute gnus-agent-article-local on changing method. 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus.el (gnus-parameters): Note precedence. 2012-01-04 Leo <sdl.web@gmail.com> * nndraft.el (nndraft-update-unread-articles): Don't move point around in the group buffer.
* | Merge Org 7.8.03Bastien Guerry2012-01-032-704/+1759
| |
* | Spelling fixes.Paul Eggert2011-12-303-4/+4
| |
* | Spelling fixes.Paul Eggert2011-12-293-18/+17
| |
* | doc: Use clearer notations for permissions.Paul Eggert2011-12-272-3/+10
| | | | | | | | | | | | | | | | | | * doc/lispref/files.texi (File Attributes, Changing Files): Use a more-natural notation for octal numbers. * doc/misc/gnus.texi (Mail Source Customization, Mail Back End Variables): Use octal notation for file permissions, which are normally thought of in octal. (Mail Back End Variables): Use more-plausible modes in example.
* | Spelling fixes.Paul Eggert2011-12-211-1/+1
| |
* | Update programs.texi and cc-mode.texi for new CC Mode features:Alan Mackenzie2011-12-202-2/+6
| | | | | | | | | | cc-mode.texi: Update version string to 5.32. programs.texi: Describe "guessing" of indentation style. Update C-M-a/e.
* | Spelling fixes.Paul Eggert2011-12-181-1/+1
| |