aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * * doc/misc/eudc.texi (CCSO PH/QI): Remove defunct URL.Glenn Morris2013-07-031-0/+2
| |
| * * doc/misc/dbus.texi (Introspection): Update URL to a less defunct one.Glenn Morris2013-07-031-0/+2
| |
| * * doc/misc/pgg.texi (Top, Overview): Add note about obsolescence.Glenn Morris2013-07-021-0/+2
| |
* | * texinfo.tex: Merge from gnulib.Paul Eggert2013-07-031-0/+4
| |
* | Merge from emacs-24; up to 2012-12-29T12:57:49Z!fgallina@gnu.orgGlenn Morris2013-07-021-0/+7
|\ \ | |/
| * Fix some doc/ cross-referencesGlenn Morris2013-07-021-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispintro/emacs-lisp-intro.texi (edebug): * doc/lispref/debugging.texi (Debugging): * doc/lispref/files.texi (File Attributes, Changing Files): * doc/misc/bovine.texi (top): * doc/misc/cc-mode.texi (AWK Mode Font Locking): * doc/misc/mh-e.texi (Preface): * doc/misc/url.texi (URI Parsing): Fix cross-references to other manuals. * doc/lispref/package.texi (Package Archives): Fix @url call.
* | Merge changes made in Gnus trunkKatsumi Yamaoka2013-07-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus.texi (Client-Side IMAP Splitting): Note that `nnimap-inbox' now can be a list. 2013-06-05 David Engster <deng@randomsample.de> * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist' ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag to see whether the group was synced before. 2012-09-05 Martin Stjernholm <mast@lysator.liu.se> * nnimap.el (nnimap-request-move-article): Decode the group name when doing internal moves to avoid charset issues. 2012-09-05 Julien Danjou <julien@danjou.info> * nnimap.el (nnimap-request-list): Revert change that made listing synchronous. (nnimap-get-responses): Restore. 2012-08-31 Dave Abrahams <dave@boostpro.com> * nnimap.el (nnimap-change-group): Document result value. * nnimap.el (nnimap-find-article-by-message-id): Account for the fact that nnimap-change-group can return t. 2012-08-06 Julien Danjou <julien@danjou.info> * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by `nnimap-request-move-article'. * nnimap.el (nnimap-request-head): Remove to-buffer argument. * gnus-int.el (gnus-request-head): Remove to-buffer argument, only supported by nnimap actually. Reverts previous change. * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter to mimic `gnus-request-article' and enjoy backends the nn*-request-head to-buffer argument that is already supported. 2012-07-24 Julien Danjou <julien@danjou.info> * nnimap.el (nnimap-get-responses): Remove, unused. 2012-06-25 Julien Danjou <julien@danjou.info> * nnimap.el (nnimap-request-articles-find-limit): Rename from `nnimap-request-move-articles-find-limit' since we do not use it only for move operations. (nnimap-request-accept-article): Use `nnimap-request-articles-find-limit' to limit search by message-id. 2012-06-19 Julien Danjou <julien@danjou.info> * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'. * nnimap.el (nnimap-log-buffer): Check that `window-point-insertion-type' is boundp, since it's not available in XEmacs. 2012-06-19 Michael Welsh Duggan <md5i@md5i.com> * nnimap.el (nnimap-log-buffer): Add this, setting `window-point-insertion-type' in the buffer to t. (nnimap-log-command): Use nnimap-log-buffer. 2012-06-19 Julien Danjou <julien@danjou.info> * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit argument to be able to limit the search. (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'. (nnimap-request-move-articles-find-limit): Add this to limit the search by Message-Id after a message move. (nnimap): Add defgroup. 2012-06-15 Julien Danjou <julien@danjou.info> * nnimap.el (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group' rather than its own EXAMINE call. (nnimap-possibly-change-group): Add read-only argument. (nnimap-request-list): Use nnimap-possibly-change-group rather than issuing EXAMINE manually. (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group' with read-only argument. (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We cannot possibly change because we need to be sure that it's either read-write or read-only. 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-sum.el (gnus-summary-insert-old-articles): Don't include unexistent messages. 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus `unexists' entries. (gnus-clean-old-newsrc): Fix last checkin. * nnimap.el (nnimap-update-info): None of the articles below the active low-water mark exist. 2012-03-27 Katsumi Yamaoka <yamaoka@jpl.org> * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler. 2012-03-22 Sergio Martinez <samf0xb58@gmail.com> (tiny change) * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of inboxes. 2012-03-10 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire messages that don't exist. * gnus-sum.el (gnus-summary-expire-articles): Ditto. 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org> * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter. 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org> * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma Gnus 0.3. 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org> * gnus-sum.el (gnus-summary-local-variables): Make `gnus-newsgroup-unexist' into a local variable. 2012-02-11 Lars Ingebrigtsen <larsi@gnus.org> * gnus-sum.el (gnus-adjust-marked-articles): Add to `gnus-newsgroup-unexist'. * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of marks. (gnus-article-special-mark-lists): Put the `unexist' in the special marks list instead. * gnus-sum.el (gnus-articles-to-read): Don't include unexisting articles in the list of articles to be selected. * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting articles. (nnimap-update-info): Keep track of unexisting articles. (nnimap-update-qresync-info): Ditto. 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org> * gnus-start.el (gnus-clean-old-newsrc): New function. (gnus-read-newsrc-file): Use it.
* | Merge from emacs-24; up to 2012-12-29T06:14:00Z!cyd@gnu.orgGlenn Morris2013-06-231-0/+4
|\ \ | |/
| * Revert previous changeGlenn Morris2013-06-231-3/+0
| |
| * * doc/misc/eudc.texi (Overview, Creating BBDB Records): Restrict bbdb cross-refGlenn Morris2013-06-231-0/+3
| | | | | | | | | | to info output. It's not very important, and gives broken links in the html version.
| * * doc/misc/eshell.texi: Fix cross-references to other manuals.Glenn Morris2013-06-231-0/+4
| |
| * Add 24.3 release to ChangeLogsemacs-24.3Glenn Morris2013-03-101-0/+4
| |
* | Remove some doc/misc/Makefile.in stuff that is not needed any moreGlenn Morris2013-06-221-0/+6
| | | | | | | | | | | | * doc/misc/Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq): Remove; not needed now we use a standard html layout for the faq. (clean): Remove HTML_TARGETS, emacs-faq.text.
* | Extend flymake's warning predicate to be a function. Test suite for flymake.Eduard Wiebe2013-06-211-55/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/progmodes/flymake.el (flymake-warning-predicate): New. (flymake-parse-line): Use it. (flymake-warning-re): Make obsolete alias to `flymake-warning-predicate'. * doc/misc/flymake.texi (Parsing the output, Customizable variables): Add reference to `flymake-warning-predicate'. * test/automated/flymake-tests.el: * test/automated/flymake/warnpred/Makefile * test/automated/flymake/warnpred/test.c * test/automated/flymake/warnpred/test.pl: New files. Fixes: debbugs:14217
* | Fix typos in ChangeLogs.Juanma Barranquero2013-06-191-10/+10
| |
* | * tramp.texi (Top, Configuration): Insert section `PredefinedMichael Albinus2013-06-191-0/+8
| | | | | | | | | | | | | | connection information' in menu. (Predefined connection information): New section. (Android shell setup): Make a reference to `Predefined connection information'.
* | Add make dist rule for doc/misc/Makefile, for www.gnu.orgGlenn Morris2013-06-191-0/+8
| | | | | | | | | | | | | | | | * doc/misc/Makefile.in (version): New, set by configure. (clean): Delete dist tar file. (infoclean): New, split from maintainer-clean. (maintainer-clean): Run infoclean. (dist): New rule, to make tarfile for www.gnu.org.
* | lisp/gnus/sieve.el: Rebind q to (sieve-bury-buffer), bind Q to ↵Albert Krewinkel2013-06-141-0/+7
| | | | | | | | | | | | | | (sieve-manage-quit) doc/misc/sieve.texi: (Managing Sieve): Fix port in example, fix documentation for keys q and Q (Standards): Reference RFC5804 as the defining document of the managesieve protocol
* | Update Ehsell visual-commands documentationAidan Gauland2013-06-101-0/+6
| | | | | | | | | | | | | | | | | | | | * eshell.texi (Input/Output): Expand to cover new visual-command options, eshell-visual-subcommands and eshell-visual-options. Divide into separate Visual Commands and Redirection sections. * eshell/em-term.el (eshell-visual-commands) (eshell-visual-subcommands) (eshell-visual-options): Add summary line to docstrings. Add cross-references.
* | * lisp/epa.el (epa-read-file-name): New function. Glenn Morris2013-06-091-0/+4
| | | | | | | | | | | | | | | | (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name. * doc/misc/epa.texi (Cryptographic operations on files): Update epa-decrypt-file. Fixes: debbugs:14510
* | gnus.texi (Article Date): Fix description of gnus-article-update-date-headersKatsumi Yamaoka2013-06-041-0/+5
| |
* | * erc.texi (Special Features): ERC is being maintained within EmacsXue Fuqiao2013-05-281-0/+5
| | | | | | | | | | now. (See http://lists.gnu.org/archive/html/erc-discuss/2012-10/msg00000.html)
* | Refine the documentation of FlymakeXue Fuqiao2013-05-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * progmodes/flymake.el (flymake-save-buffer-in-file) (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop) (flymake-selected-frame, flymake-log, flymake-ins-after) (flymake-set-at, flymake-get-buildfile-from-cache) (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache) (flymake-find-possible-master-files, flymake-save-buffer-in-file): Refine the doc string. (flymake-get-file-name-mode-and-masks): Reformat. (flymake-get-real-file-name-function): Fix a minor bug. * flymake.texi: Changing from one space between sentences to two.
* | * doc/misc/cl.texi (Obsolete Macros): Describe replacements for `flet'.Stefan Monnier2013-05-041-0/+5
| | | | | | | | Fixes: debbugs:14293
* | * tramp.texi (Frequently Asked Questions): Precise, how to defineMichael Albinus2013-04-161-0/+5
| | | | | | | | an own ControlPath.
* | * tramp.texi (Frequently Asked Questions): New item forMichael Albinus2013-04-151-0/+5
| | | | | | | | ControlPath settings.
* | * doc/misc/calc.texi (Basic Operations on Units): Streamline someJay Belanger2013-03-311-0/+5
| | | | | | | | descriptions.
* | Use present tense in ChangeLog entries.Aidan Gauland2013-03-311-3/+2
| |
* | Moved my ChangeLog entries to the correct ChageLog files.Aidan Gauland2013-03-301-0/+9
| |
* | * tramp.texi (Filename Syntax): Host names are not allowed to beMichael Albinus2013-03-181-0/+8
| | | | | | | | | | | | | | any method name, unless method name is specified explicitly. Remove restriction on unibyte filenames. * trampver.texi: Update release number.
* | doc: convert some TeX accents to UTF-8Paul Eggert2013-03-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | * doc/emacs/ack.texi (Acknowledgments): * doc/emacs/emacs.texi (Acknowledgments): * doc/misc/emacs-mime.texi (Interface Functions): Convert some TeX accents (e.g., '@l{}') to UTF-8 (e.g., 'ł'). Apparently the TeX accents cause problems when generating gnu.org web pages, e.g., @l{} is rendered as '/l' on <http://www.gnu.org/software/emacs/manual/html_node/ emacs/Acknowledgments.html>.
* | Sync with Tramp 2.2.7.Michael Albinus2013-03-151-0/+6
| | | | | | | | * trampver.texi: Update release number.
* | * doc/misc/calc.texi (Basic Operations on Units): Streamline someJay Belanger2013-03-091-0/+5
| | | | | | | | descriptions.
* | * doc/misc/faq.texi (Top): Don't say this was updated @today.Glenn Morris2013-03-081-0/+5
| | | | | | | | That's irrelevant and leads to spurious diffs.
* | * doc/misc/calc.texi (Basic Operations on Units): Fix Jay Belanger2013-03-071-0/+5
| | | | | | | | | | | | | | cross-reference. * calc/calc-units.el (calc-convert-units): Fix the way that default new units are stored.
* | doc/misc/gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDLKatsumi Yamaoka2013-03-071-0/+4
| |
* | Correct the position of point in some line-up functions.Alan Mackenzie2013-03-061-0/+5
| | | | | | | | | | | | | | | | progmodes/cc-align.el (c-lineup-whitesmith-in-block, c-lineup-assignments) (c-lineup-gcc-asm-reg ): take position of point at column 0 rather than at a random place in the line. doc/misc/cc-mode.texi (Custom Line-Up): State explicitly that point starts at a random position in the line being indented.
* | Prefer UTF-8 for documentation.Paul Eggert2013-03-041-0/+5
| | | | | | | | | | With GNU Texinfo 5.0, this generates nicer-looking info files, since they can use curly quotes. With older Texinfo it doesn't matter.
* | * tramp.texi (External methods): Tramp does not connect AndroidMichael Albinus2013-03-031-0/+5
| | | | | | | | devices by itself.
* | * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update formh-e-doc-8.5Bill Wohler2013-03-021-0/+13
| | | | | | | | | | | | | | | | | | | | release 8.5. * mh-e.texi (Preface, Conventions, Getting Started) (Using This Manual, Folder Selection, Viewing, Aliases) (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats) (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E): Update URLs.
* | * tramp.texi (External methods): Explain user name and host nameMichael Albinus2013-03-011-1/+2
| | | | | | | | specification for "adb".
* | * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"Michael Albinus2013-03-011-0/+6
| | | | | | | | | | and "plink2" entries. "plink2" is obsolete for a long time. (External methods): Remove "scp1" and "scp2" entries.
* | * tramp.texi (External methods): Mention `tramp-adb-program'.Michael Albinus2013-02-281-0/+4
| |
* | Merge from emacs-24; up to 2012-12-23T02:41:17Z!rgm@gnu.orgGlenn Morris2013-02-271-0/+12
|\ \ | |/
| * Merge latest Org fixes (commit 7524ef2).Bastien Guerry2013-02-281-0/+7
| |
| * * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions ofMichael Albinus2013-02-251-0/+5
| | | | | | | | the macros, for Texinfo 4.13 and 5.0.
* | Merge from emacs-24; up to 2012-12-22T19:09:52Z!rgm@gnu.orgGlenn Morris2013-02-241-0/+7
|\ \ | |/
| * Port documentation to Texinfo 5.0.Michael Albinus2013-02-241-0/+8
| | | | | | | | | | | | * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c. (Filename Syntax): Do not use @trampfn{} in @item. (Filename completion): Use @columnfractions in @multitable.
* | Merge from emacs-24; up to 2012-12-22T02:59:08Z!cyd@gnu.orgGlenn Morris2013-02-221-0/+4
|\ \ | |/
| * * doc/misc/flymake.texi (Syntax check statuses): Fix multitable continued rows.Glenn Morris2013-02-211-0/+4
| |