1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
emacs/doc/misc
Katsumi Yamaoka eaa610c3b4 Merge changes made in Gnus trunk
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.
2013-07-02 10:38:58 +00:00
..
.gitignore
ada-mode.texi Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org 2013-02-12 20:31:09 -08:00
auth.texi Fix manual formatting errors 2013-01-05 17:19:53 +01:00
autotype.texi * autotype.texi: Remove undefined command @subtitlefont. 2013-01-06 15:29:40 +01:00
bovine.texi In doc, use standard American English style for e.g., etc., i.e. 2013-02-12 09:36:54 -08:00
calc.texi * doc/misc/calc.texi (Basic Operations on Units): Streamline some 2013-03-31 15:27:40 -05:00
cc-mode.texi Correct the position of point in some line-up functions. 2013-03-06 14:24:39 +00:00
ChangeLog Merge changes made in Gnus trunk 2013-07-02 10:38:58 +00:00
cl.texi * doc/misc/cl.texi (Obsolete Macros): Describe replacements for `flet'. 2013-05-04 15:49:23 -04:00
dbus.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
dired-x.texi In doc, use standard American English style for e.g., etc., i.e. 2013-02-12 09:36:54 -08:00
doclicense.texi Update licenses to latest version from FSF. 2012-12-06 00:33:32 -08:00
ebrowse.texi Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
ede.texi In doc, use standard American English style for e.g., etc., i.e. 2013-02-12 09:36:54 -08:00
ediff.texi Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org 2013-02-12 20:31:09 -08:00
edt.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
eieio.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
emacs-gnutls.texi Fix manual formatting errors 2013-01-05 17:19:53 +01:00
emacs-mime.texi doc: convert some TeX accents to UTF-8 2013-03-17 15:55:13 -07:00
epa.texi doc/misc/epa.texi: Revert last bogus change 2013-06-10 05:22:52 +00:00
erc.texi * erc.texi (Special Features): ERC is being maintained within Emacs 2013-05-28 09:05:41 +08:00
ert.texi Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
eshell.texi Merge from emacs-24; up to 2012-12-29T06:14:00Z!cyd@gnu.org 2013-06-23 23:58:52 -07:00
eudc.texi Revert previous change 2013-06-23 19:38:45 -07:00
faq.texi * doc/misc/faq.texi (Top): Don't say this was updated @today. 2013-03-08 00:37:59 -08:00
flymake.texi Extend flymake's warning predicate to be a function. Test suite for flymake. 2013-06-21 10:36:13 -04:00
forms.texi In doc, use standard American English style for e.g., etc., i.e. 2013-02-12 09:36:54 -08:00
gnus-coding.texi Specify utf-8, not iso-8859-1, for ASCII files. 2013-03-06 23:28:51 -08:00
gnus-faq.texi doc/misc/gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL 2013-03-07 10:24:23 +00:00
gnus-news.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-news.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-overrides.texi gnus-overrides.texi: Renamed from overrides.texi and all the relevant manuals use it now. 2011-02-06 00:25:41 +00:00
gnus.texi Merge changes made in Gnus trunk 2013-07-02 10:38:58 +00:00
gpl.texi Update licenses to latest version from FSF. 2012-12-06 00:33:32 -08:00
htmlfontify.texi Prefer UTF-8 for documentation. 2013-03-04 00:45:03 -08:00
idlwave.texi Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org 2013-02-12 20:31:09 -08:00
info.texi * lisp/info.el (Info-read-node-name-1): Allow empty node name in (FILENAME) 2013-01-08 02:11:51 +02:00
mairix-el.texi Prefer UTF-8 for documentation. 2013-03-04 00:45:03 -08:00
Makefile.in Remove some doc/misc/Makefile.in stuff that is not needed any more 2013-06-22 18:48:23 -07:00
makefile.w32-in Merge from emacs-24; up to 2012-12-06T20:16:38Z!monnier@iro.umontreal.ca 2013-01-04 11:22:37 -08:00
message.texi Make yow.el obsolete 2013-02-13 00:50:44 -08:00
mh-e.texi Prefer UTF-8 for documentation. 2013-03-04 00:45:03 -08:00
newsticker.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nxml-mode.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
org.texi * doc/misc/org.texi: Fix previous change. 2013-02-27 22:21:39 -08:00
pcl-cvs.texi Merge from emacs-24; up to 2012-12-07T08:13:49Z!dmantipov@yandex.ru 2013-01-05 13:18:01 -08:00
pgg.texi * org.texi (Advanced features): Use @w{ }' instead of @ ' in 2013-01-06 11:34:26 +01:00
rcirc.texi Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
reftex.texi Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org 2013-02-12 20:31:09 -08:00
remember.texi Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org 2013-02-12 20:31:09 -08:00
sasl.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
sc.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
sem-user.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
semantic.texi Port to Texinfo 5.0 by backporting trunk 2012-12-22T19:57:35Z!rgm@gnu.org and 2013-02-21T02:42:30Z!eggert@cs.ucla.edu. 2013-02-21 13:33:04 -08:00
ses.texi Prefer UTF-8 for documentation. 2013-03-04 00:45:03 -08:00
sieve.texi lisp/gnus/sieve.el: Rebind q to (sieve-bury-buffer), bind Q to (sieve-manage-quit) 2013-06-14 09:48:49 +00:00
smtpmail.texi Fix manual formatting errors 2013-01-05 17:19:53 +01:00
speedbar.texi Port to Texinfo 5.0 by backporting trunk 2012-12-22T19:57:35Z!rgm@gnu.org and 2013-02-21T02:42:30Z!eggert@cs.ucla.edu. 2013-02-21 13:33:04 -08:00
srecode.texi Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
texinfo.tex Merge from gnulib. 2013-02-08 15:37:17 -08:00
tramp.texi * tramp.texi (Top, Configuration): Insert section `Predefined 2013-06-19 15:21:15 +02:00
trampver.texi * tramp.texi (Filename Syntax): Host names are not allowed to be 2013-03-18 14:07:16 +01:00
url.texi Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org 2013-02-12 20:31:09 -08:00
vip.texi Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org 2013-02-12 20:31:09 -08:00
viper.texi Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org 2013-02-12 20:31:09 -08:00
widget.texi Port to Texinfo 5.0 by backporting trunk 2012-12-22T19:57:35Z!rgm@gnu.org and 2013-02-21T02:42:30Z!eggert@cs.ucla.edu. 2013-02-21 13:33:04 -08:00
wisent.texi Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.org 2013-01-02 18:37:57 -08:00
woman.texi Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org 2013-02-12 20:31:09 -08:00