aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-11-15 16:59:38 +0000
committerJuanma Barranquero2007-11-15 16:59:38 +0000
commitec5741dc7fcfd96ac1b9d4dc3759fce214e685f4 (patch)
treecccc1144d4d529a4d83c6356d91c9d82eb3e9301
parente9346447845acac2324cf52901d52895403b1121 (diff)
downloademacs-ec5741dc7fcfd96ac1b9d4dc3759fce214e685f4.tar.gz
emacs-ec5741dc7fcfd96ac1b9d4dc3759fce214e685f4.zip
(nnimap-split-download-body): Fix typo in docstring.
-rw-r--r--lisp/ChangeLog13
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/nnimap.el2
3 files changed, 17 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 82c3b38191b..474216b6a22 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12007-11-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * ediff-wind.el (ediff-window-setup-function):
4 * simple.el (normal-erase-is-backspace):
5 * eshell/em-unix.el (eshell/info):
6 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7 Fix typos in docstrings.
8
9 * emulation/cua-base.el (cua--keymaps-initialized):
10 Rename from `cua--keymaps-initalized'. Callers changed.
11 (cua-highlight-region-shift-only): Doc fix.
12 (cua-paste-pop): Fix typo in docstring.
13
12007-11-15 Stefan Monnier <monnier@iro.umontreal.ca> 142007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2 15
3 * emulation/cua-base.el (cua--pre-command-handler-1): 16 * emulation/cua-base.el (cua--pre-command-handler-1):
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index b3210f8149a..5254d6a3fd5 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,7 +1,8 @@
12007-11-15 Juanma Barranquero <lekktu@gmail.com> 12007-11-15 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * nnimap.el (nnimap-split-download-body):
3 * gnus-demon.el (gnus-demon): 4 * gnus-demon.el (gnus-demon):
4 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstring. 5 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5 6
62007-11-05 Reiner Steib <Reiner.Steib@gmx.de> 72007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7 8
@@ -10369,7 +10370,7 @@
10369 (gnus-agent-load-local,gnus-agent-read-and-cache-local), 10370 (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10370 (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local), 10371 (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10371 (gnus-agent-set-local): A per-server file that keeps min/max range 10372 (gnus-agent-set-local): A per-server file that keeps min/max range
10372 limits for articles known to the agent. Provides a fast mechanism 10373 limits for articles known to the agent. Provides a fast mechanism
10373 for altering many active ranges. 10374 for altering many active ranges.
10374 (gnus-agent-expire-group,gnus-agent-expire): No longer save the 10375 (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10375 active file (local makes it unnecessary). 10376 active file (local makes it unnecessary).
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
index 28938e4c0a6..9b0fab70469 100644
--- a/lisp/gnus/nnimap.el
+++ b/lisp/gnus/nnimap.el
@@ -208,7 +208,7 @@ This is generally not required, and will slow things down considerably.
208You may need it if you want to use an advanced splitting function that 208You may need it if you want to use an advanced splitting function that
209analyzes the body before splitting the article. 209analyzes the body before splitting the article.
210If this variable is nil, bodies will not be downloaded; if this 210If this variable is nil, bodies will not be downloaded; if this
211variable is the symbol `default' the default behaviour is 211variable is the symbol `default' the default behavior is
212used (which currently is nil, unless you use a statistical 212used (which currently is nil, unless you use a statistical
213spam.el test); if this variable is another non-nil value bodies 213spam.el test); if this variable is another non-nil value bodies
214will be downloaded." 214will be downloaded."