aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.Glenn Morris2012-01-231-0/+4
|
* * tramp.texi (File): Tweak wording for the `scpc' option.Eric Hanchrow2012-01-201-0/+4
|
* Merge changes made in Gnus trunk.Gnus developers2012-01-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-051-1/+1
|
* Merge changes made in Gnus trunk.Gnus developers2012-01-041-0/+4
| | | | | | | | | | | | | | | | | | | 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-031-0/+154
|
* doc: Use clearer notations for permissions.Paul Eggert2011-12-271-0/+7
| | | | | | | | | * 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.
* Update programs.texi and cc-mode.texi for new CC Mode features:Alan Mackenzie2011-12-201-0/+4
| | | | | cc-mode.texi: Update version string to 5.32. programs.texi: Describe "guessing" of indentation style. Update C-M-a/e.
* Fix typos.Juanma Barranquero2011-12-061-0/+4
|
* Fix typos.Juanma Barranquero2011-11-251-1/+1
|
* Spelling fixes.Paul Eggert2011-11-241-1/+1
|
* Fix case of "GnuTLS" in docs.Glenn Morris2011-11-231-0/+4
| | | | | | * doc/misc/gnus.texi, doc/misc/smtpmail.texi: * etc/NEWS: * lisp/gnus/starttls.el, lisp/net/tls.el: Fix case of "GnuTLS".
* doc/lispintro/makefile.w32-in, doc/misc/makefile.w32-in: Update dependencies.Juanma Barranquero2011-11-241-0/+4
|
* Removed deleted command from gnus.texi.Glenn Morris2011-11-201-0/+5
| | | | | * doc/misc/gnus.texi (Group Information): Remove gnus-group-fetch-faq, command deleted 2010-09-24.
* Fix typos.Juanma Barranquero2011-11-201-1/+3
|
* Fix typos.Juanma Barranquero2011-11-201-0/+9
|
* Fix typos.Juanma Barranquero2011-11-161-0/+4
|
* Fix typos.Juanma Barranquero2011-11-161-1/+1
|
* Fix typos.Juanma Barranquero2011-11-151-2/+4
|
* Fix typos.Juanma Barranquero2011-11-151-0/+4
|
* Spelling fixes.Paul Eggert2011-11-141-1/+1
|
* Fix typos.Juanma Barranquero2011-11-141-1/+6
|
* Fix typos.Juanma Barranquero2011-11-121-0/+4
|
* ChangeLog fixes.Glenn Morris2011-11-011-3/+2
|
* gnus.texi (Other Gnus Versions): Remove.Katsumi Yamaoka2011-10-311-0/+4
|
* Increment c-version to 5.32.2.Alan Mackenzie2011-10-281-0/+12
|
* Sync with Tramp 2.2.3.Michael Albinus2011-10-231-0/+6
| | | | * trampver.texi: Update release number.
* Minor rewording of some sections of the ERT manual.Glenn Morris2011-10-141-0/+13
| | | | | | | | | | | | | | * doc/misc/ert.texi (Introduction, How to Run Tests) (Running Tests Interactively, Expected Failures) (Tests and Their Environment, Useful Techniques) (Interactive Debugging, Fixtures and Test Suites): Minor rephrasings. (Running Tests Interactively, The @code{should} Macro): Add xrefs. (Running Tests in Batch Mode): Simplify loading instructions. (Test Selectors): Clarify some selectors. (Expected Failures, Useful Techniques): Make examples fit in 80 columns. Remove unused "LocalWords".
* * calc.texi (Basic Operations on Units): Discuss temperatureJay Belanger2011-10-121-0/+5
| | | | conversion (`u t') alongside with other unit conversions ('u c').
* * doc/misc/ert.texi: Whitespace trivia to make main menu items line up better.Glenn Morris2011-10-111-0/+4
|
* * doc/misc/Makefile.in: Fix ert rules.Glenn Morris2011-10-081-0/+4
| | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-10/msg00224.html
* Merge changes made in Gnus trunk.Gnus developers2011-10-061-0/+5
| | | | | | gnus.texi (Gnus Utility Functions): Add more references and explanations (bug#9683). ecomplete.el (ecomplete-display-matches): Use a local keymap to handle bindings. gnus-win.el (gnus-configure-windows): Protect against reading ephemeral groups outside of Gnus.
* Merge changes made in Gnus trunk.Lars Magne Ingebrigtsen2011-09-211-0/+4
| | | | | | | | | | | | | gnus.texi (Archived Messages): Note the default (bug#9552). message.el (message-indent-citation): Really make sure there's a newline at the end. nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows. Fix suggested by John Wiegley. pop3.el (pop3-open-server): Fix +OK end-of-command regexp. gnus-art.el (gnus-treat-hide-citation): Add doc. message.el (message-default-send-rename-function): Break out into its own function. ecomplete.el (ecomplete-display-matches): Revert patch since it doesn't work under XEmacs. nnimap.el (nnimap-map-port): New function to connect to 993 instead of "imaps" to word around Windows problems. (nnimap-open-connection-1): Use it. message.el (message-indent-citation): Revert last change which made `F' not work.
* * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update formh-e-doc-8.3Bill Wohler2011-09-201-0/+11
| | | | | | | release 8.3. (Preface): Updated support information. (From Bill Wohler): Reset text to original version. As a historical quote, the tense should be correct in the time that it was written.
* Merge changes made in Gnus trunk.Lars Magne Ingebrigtsen2011-09-111-0/+6
| | | | | | | | gnus.texi (Listing Groups): Explain `gnus-group-list-limit'. (Finding the News): Doc clarification. (Terminology): Mention naming. gnus-group.el (gnus-group-list-limit): Explain what the command does. gnus-sum.el (gnus-fetch-headers): Bump message level.
* Merge changes made in Gnus trunk.Gnus developers2011-09-101-0/+5
| | | | | | | | | | | | | | | | | | gnus.texi: Remove mentions of `recent', which are now obsolete. (Interactive): Document `quiet'. nnimap.el: Redo the charset handling. Let Gnus encode the names, as it does with all other backends, but decode the names immediately after getting them. gnus-group.el (gnus-group-name-charset): Always return `utf-7' when decoding nnimap groups. gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the newsrc file. It doesn't seem like an important optimisation any more. nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to overflows. gnus.el (gnus-article-mark-lists): Remove `recent'. (gnus-interactive-exit): Extend to `quiet'. gnus-sum.el (gnus-offer-save-summaries): Use it. gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the string. plstore.el (plstore--get-buffer): Silence compiler warnings by renaming function arguments from `this'. gnus-sum.el (gnus-newsgroup-recent): Removed. gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right' has been renamed. (gnus-lrm-string-p): Include RLM and PDF, too. gnus-int.el (gnus-open-server): Make the "denied" message clearer (bug#9225).
* Fix Org ChangeLog entries and remove arch-tag.Bastien Guerry2011-08-161-68/+68
|
* Fix misformatted ChangeLog entries for Org.Bastien Guerry2011-08-151-0/+4
|
* * trampver.texi: Update release number.Michael Albinus2011-08-031-0/+4
|
* Sync with Tramp 2.2.2.Michael Albinus2011-07-301-0/+6
| | | | * trampver.texi: Update release number.
* Merge changes from Org 7.4 to current Org 7.7.Bastien Guerry2011-07-281-0/+265
|
* Use /dev/null instead of the Windows "nul" in flymake exampleLars Magne Ingebrigtsen2011-07-151-0/+5
| | | | Fixes: debbugs:8715
* Manual for for widget-keymapLars Magne Ingebrigtsen2011-07-141-0/+6
| | | | | | * widget.texi (Setting Up the Buffer): Remove mention of the global keymap parent, which doesn't seem to be accurate (bug#7045).
* * cl.texi (For Clauses): Add destructuring example processing anKevin Ryde2011-07-141-0/+5
| | | | alist.
* * org.texi (Special agenda views): Fix double quoting.Lars Magne Ingebrigtsen2011-07-121-0/+4
| | | | Fixes: debbugs:3509
* Remove mention of `require' in ediff.texiLars Magne Ingebrigtsen2011-07-071-0/+5
| | | | | | That's not pertinent in the installed Emacs. Fixes: debbugs:9016
* gnus.texi (Filtering New Groups): Clarify how simple the "options -n" format is.Lars Magne Ingebrigtsen2011-07-051-0/+3
| | | | (Agent Expiry): Remove mention of `gnus-request-expire-articles', which is internal.
* Merge changes made in Gnus trunk.Gnus developers2011-07-051-0/+4
| | | | | | | | | | gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks. nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir `notmuch' backend. mm-decode.el (mm-text-html-renderer): Doc fix. gnus-msg.el (gnus-bug): Fix the MML tag. pop3.el (pop3-open-server): -ERR is a valid response to CAPA. gnus-start.el (gnus-get-unread-articles): Don't connect to the secondary methods if started with `gnus-no-server'. gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several bug reports at once.
* * tramp.texi (Cleanup remote connections): AddMichael Albinus2011-07-041-0/+5
| | | | `tramp-cleanup-this-connection'.
* gnus.texi (Checking New Groups): Moved the reference to the right place.Lars Magne Ingebrigtsen2011-07-041-0/+1
|