Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b8898393
Commit
b8898393
authored
Mar 12, 2004
by
Kenichi Handa
Browse files
Sync with HEAD
parent
ccddfb9e
Changes
101
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
39 additions
and
4 deletions
+39
-4
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+19
-4
lisp/gnus/ChangeLog.1
lisp/gnus/ChangeLog.1
+2
-0
lisp/gnus/binhex.el
lisp/gnus/binhex.el
+1
-0
lisp/gnus/earcon.el
lisp/gnus/earcon.el
+1
-0
lisp/gnus/flow-fill.el
lisp/gnus/flow-fill.el
+1
-0
lisp/gnus/format-spec.el
lisp/gnus/format-spec.el
+1
-0
lisp/gnus/gnus-agent.el
lisp/gnus/gnus-agent.el
+1
-0
lisp/gnus/gnus-art.el
lisp/gnus/gnus-art.el
+1
-0
lisp/gnus/gnus-async.el
lisp/gnus/gnus-async.el
+1
-0
lisp/gnus/gnus-audio.el
lisp/gnus/gnus-audio.el
+1
-0
lisp/gnus/gnus-bcklg.el
lisp/gnus/gnus-bcklg.el
+1
-0
lisp/gnus/gnus-cache.el
lisp/gnus/gnus-cache.el
+1
-0
lisp/gnus/gnus-cite.el
lisp/gnus/gnus-cite.el
+1
-0
lisp/gnus/gnus-cus.el
lisp/gnus/gnus-cus.el
+1
-0
lisp/gnus/gnus-demon.el
lisp/gnus/gnus-demon.el
+1
-0
lisp/gnus/gnus-draft.el
lisp/gnus/gnus-draft.el
+1
-0
lisp/gnus/gnus-dup.el
lisp/gnus/gnus-dup.el
+1
-0
lisp/gnus/gnus-eform.el
lisp/gnus/gnus-eform.el
+1
-0
lisp/gnus/gnus-ems.el
lisp/gnus/gnus-ems.el
+1
-0
lisp/gnus/gnus-gl.el
lisp/gnus/gnus-gl.el
+1
-0
No files found.
lisp/gnus/ChangeLog
View file @
b8898393
2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
* message.el (message-mode): Fix last change.
2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
* message.el (message-mode): Set comment-start-skip.
2004-02-08 Andreas Schwab <schwab@suse.de>
* nnlistserv.el (nnlistserv-kk-wash-article): Fix paren nesting.
* gnus-score.el (gnus-summary-increase-score): Fix format string.
2003-06-25 Sam Steingold <sds@gnu.org>
* gnus-group.el (gnus-group-suspend): Avoid some consing.
...
...
@@ -24,8 +38,8 @@
2003-05-06 Jesper Harder <harder@ifa.au.dk>
* gnus-cus.el (gnus-group-customize, gnus-score-parameters):
Don't
quote nil and t in docstrings.
* gnus-cus.el (gnus-group-customize, gnus-score-parameters):
Don't
quote nil and t in docstrings.
* gnus-score.el (gnus-score-lower-thread): Likewise.
...
...
@@ -41,8 +55,7 @@
2003-02-18 Juanma Barranquero <lektu@terra.es>
* ietf-drums.el (ietf-drums-remove-whitespace): Fix character
constant.
* ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
2003-02-14 Juanma Barranquero <lektu@terra.es>
...
...
@@ -11178,3 +11191,5 @@
Copyright (C) 2002 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are preserved.
;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4
lisp/gnus/ChangeLog.1
View file @
b8898393
...
...
@@ -3729,3 +3729,5 @@
Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are preserved.
;;; arch-tag: c2f4e9c8-94fb-4c63-bdfd-4ab680cc9db7
lisp/gnus/binhex.el
View file @
b8898393
...
...
@@ -298,4 +298,5 @@ If HEADER-ONLY is non-nil only decode header and return filename."
(
provide
'binhex
)
;;; arch-tag: 8476badd-1e76-4f1d-a640-f9a38c72eed8
;;; binhex.el ends here
lisp/gnus/earcon.el
View file @
b8898393
...
...
@@ -232,4 +232,5 @@ If N is negative, move backward instead."
(
run-hooks
'earcon-load-hook
)
;;; arch-tag: 844dfeea-980c-4ed0-907f-a30bf139691c
;;; earcon.el ends here
lisp/gnus/flow-fill.el
View file @
b8898393
...
...
@@ -100,4 +100,5 @@
(
provide
'flow-fill
)
;;; arch-tag: addc0040-bc53-4f17-b4bc-1eb44eed6f0b
;;; flow-fill.el ends here
lisp/gnus/format-spec.el
View file @
b8898393
...
...
@@ -68,4 +68,5 @@ starting with a character."
(
provide
'format-spec
)
;;; arch-tag: c22d49cf-d167-445d-b7f1-2504d4173f53
;;; format-spec.el ends here
lisp/gnus/gnus-agent.el
View file @
b8898393
...
...
@@ -1697,4 +1697,5 @@ The following commands are available:
(
provide
'gnus-agent
)
;;; arch-tag: b0ba4afc-5229-4cee-ad25-9956daa4e91e
;;; gnus-agent.el ends here
lisp/gnus/gnus-art.el
View file @
b8898393
...
...
@@ -4910,4 +4910,5 @@ For example:
(run-hooks 'gnus-art-load-hook)
;;; arch-tag: 2654516f-6279-48f9-a83b-05c1fa450c33
;;; gnus-art.el ends here
lisp/gnus/gnus-async.el
View file @
b8898393
...
...
@@ -372,4 +372,5 @@ It should return non-nil if the article is to be prefetched."
(
provide
'gnus-async
)
;;; arch-tag: fee61de5-3ea2-4de6-8578-2f90ce89391d
;;; gnus-async.el ends here
lisp/gnus/gnus-audio.el
View file @
b8898393
...
...
@@ -146,4 +146,5 @@
(
run-hooks
'gnus-audio-load-hook
)
;;; arch-tag: 6f129e78-3416-4fc9-973f-6cf5ac8d654b
;;; gnus-audio.el ends here
lisp/gnus/gnus-bcklg.el
View file @
b8898393
...
...
@@ -155,4 +155,5 @@
(
provide
'gnus-bcklg
)
;;; arch-tag: 66259e56-505a-4bba-8a0d-3552c5b94e39
;;; gnus-bcklg.el ends here
lisp/gnus/gnus-cache.el
View file @
b8898393
...
...
@@ -679,4 +679,5 @@ If LOW, update the lower bound instead."
(
provide
'gnus-cache
)
;;; arch-tag: 05a79442-8c58-4e65-bd0a-3cbb1b89a33a
;;; gnus-cache.el ends here
lisp/gnus/gnus-cite.el
View file @
b8898393
...
...
@@ -998,4 +998,5 @@ See also the documentation for `gnus-article-highlight-citation'."
;; coding: iso-8859-1
;; End:
;;; arch-tag: 1997b044-6067-471e-8c8f-dc903093098a
;;; gnus-cite.el ends here
lisp/gnus/gnus-cus.el
View file @
b8898393
...
...
@@ -818,4 +818,5 @@ articles in the thread.
(
provide
'gnus-cus
)
;;; arch-tag: a37c285a-49bc-4235-8244-804536effeaf
;;; gnus-cus.el ends here
lisp/gnus/gnus-demon.el
View file @
b8898393
...
...
@@ -320,4 +320,5 @@ minutes, the connection is closed."
(
provide
'gnus-demon
)
;;; arch-tag: 8dd5cd3d-6ae4-46b4-9b15-f5fca09fd392
;;; gnus-demon.el ends here
lisp/gnus/gnus-draft.el
View file @
b8898393
...
...
@@ -221,4 +221,5 @@
(
provide
'gnus-draft
)
;;; arch-tag: 3d92af58-8c97-4a5c-9db4-a98e85198022
;;; gnus-draft.el ends here
lisp/gnus/gnus-dup.el
View file @
b8898393
...
...
@@ -162,4 +162,5 @@ seen in the same session."
(
provide
'gnus-dup
)
;;; arch-tag: 903e94db-7b00-4d19-83ee-cf34a81fa5fb
;;; gnus-dup.el ends here
lisp/gnus/gnus-eform.el
View file @
b8898393
...
...
@@ -128,4 +128,5 @@ of the buffer."
(
provide
'gnus-eform
)
;;; arch-tag: ef50678c-2c28-49ef-affc-e53b3b2c0bf6
;;; gnus-eform.el ends here
lisp/gnus/gnus-ems.el
View file @
b8898393
...
...
@@ -267,4 +267,5 @@ for XEmacs."
(
provide
'gnus-ems
)
;;; arch-tag: e7360b45-14b5-4171-aa39-69a44aed3cdb
;;; gnus-ems.el ends here
lisp/gnus/gnus-gl.el
View file @
b8898393
...
...
@@ -856,4 +856,5 @@ If prefix argument ALL is non-nil, all articles are marked as read."
(
provide
'gnus-gl
)
;;; arch-tag: 6f1bab2c-c2a3-4764-9ef6-0714cd5902a4
;;; gnus-gl.el ends here
Prev
1
2
3
4
5
6
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment