2fb34c97b1352de58ad1da4d9070de4c66986b07
[elisp/gnus.git-] / ChangeLog
1 1999-06-11  Katsumi Yamaoka   <yamaoka@jpl.org>
2
3         * lisp/gnus.el (gnus-revision-number): Increment to 02.
4
5         * sample.lpath.el: New file. It is supposed to be used for telling
6         old Emacsen where EMU, APEL or CUSTOM packages have already
7         installed.
8
9         * lisp/score-mode.el (score-mode-coding-system): Default to
10         `*ctext*' under Mule 2.
11
12         * lisp/nnmail.el (nnmail-save-active): Bind `output-coding-system'
13         to the value of `nnmail-active-file-coding-system'.
14
15         * lisp/message.el (message-set-auto-save-file-name): Use
16         `set-file-coding-system' statically under Mule 2.
17         (message-do-fcc): Bind `output-coding-system' to `raw-text'.
18         (message-draft-coding-system): Default to `*junet*' under Mule 2.
19         (TopLevel): Require `static'.
20
21         * lisp/gnus-util.el (gnus-point-at-eol): Defun statically for the
22         various Emacsen.
23         (gnus-point-at-bol): Ditto.
24         (TopLevel): Require `static'.
25
26         * lisp/gnus-start.el (gnus-startup-file-coding-system): Default to
27         `*ctext*' under Mule 2.
28
29         * lisp/gnus-msg.el (gnus-inews-do-gcc): Bind `output-coding-system'
30         to `raw-text'.
31
32         * lisp/gnus-ems.el (language-info-alist): Defvar-maybe for old
33         Emacsen.
34         (current-language-environment): Ditto.
35         (set-language-info): Defun-maybe for old Emacsen.
36         (get-language-info): Ditto.
37         (assoc-ignore-case): Ditto.
38
39         * lisp/gnus-cite.el (gnus-cite-parse): Bind `mc-flag' to nil.
40
41         * lisp/dgnushack.el (TopLevel): Define some unknown functions for
42         avoiding byte compile warnings.
43         (TopLevel): Require `emu' for picking up some macros, bind some
44         colon keywords, bind functions defined by `defun-maybe', bind
45         defcustom'ed variables and optimize byte code for `char-after' and
46         `char-before' for old Emacsen.
47         (TopLevel): Attempt to load ~/.lpath.el.
48
49         * configure: Regenerate by autoconf 2.14.1.
50
51 1999-06-11  Katsumi Yamaoka   <yamaoka@jpl.org>
52
53         * lisp/gnus.el (gnus-revision-number): Increment to 01.
54
55         * lisp/gnus-art.el (gnus-article-display-x-face-with-x-face-mule):
56         Warn if it is used with X-Face-Mule 0.25 or later.  Note that it
57         should be abolished in the future.
58
59 1999-06-08  Katsumi Yamaoka   <yamaoka@jpl.org>
60
61         * lisp/gnus.el (gnus-version): Modify for SEMI 1.13, FLIM 1.13.
62         (gnus-revision-number): Fresh start from 00.
63         (gnus-version-number): Update to 6.11.0.
64         (gnus-product-name): Rename to ET-gnus. E is short for Experimental.
65
66         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Rescan
67         the current newsgroup before exiting.
68
69         * lisp/gnus-art.el (gnus-article-prepare-display): Change
70         representation-type of `mime-message-structure'.
71
72         * ChangeLog: New file.
73         * ChangeLog.1: Renamed from ChangeLog.
74
75 1999-06-01  MORIOKA Tomohiko  <tomo@m17n.org>
76
77         * lisp/gnus-score.el (gnus-header-index): Use
78         `luna-class-slot-index' and `luna-find-class' to get index number
79         for an entity.
80
81 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
82
83         * lisp/nnheader.el: Require `mmgnus'.
84         (mail-header-subject): Now an alias for
85         `mime-gnus-entity-subject-internal'.
86         (mail-header-set-subject): Now an alias for
87         `mime-gnus-entity-set-subject-internal)'.
88         (mail-header-from): Now an alias for
89         `mime-gnus-entity-from-internal'.
90         (mail-header-set-from): Now an alias for
91         `mime-gnus-entity-set-from-internal'.
92         (mail-header-date): Now an alias for
93         `mime-gnus-entity-date-internal'.
94         (mail-header-set-date): Now an alias for
95         `mime-gnus-entity-set-date-internal'.
96         (mail-header-message-id): Now an alias for
97         `mime-gnus-entity-id-internal'.
98         (mail-header-id): Likewise.
99         (mail-header-set-message-id): Now an alias for
100         `mime-gnus-entity-set-id-internal'.
101         (mail-header-set-id): Likewise.
102         (mail-header-references): Now an alias for
103         `mime-gnus-entity-references-internal'.
104         (mail-header-set-references): Now an alias for
105         `mime-gnus-entity-set-references-internal'.
106         (mail-header-chars): Now an alias for
107         `mime-gnus-entity-chars-internal.
108         (mail-header-set-chars): Now an alias for
109         `mime-gnus-entity-set-chars-internal.
110         (mail-header-lines): Now an alias for
111         `mime-gnus-entity-lines-internal'.
112         (mail-header-set-lines): Now an alias for
113         `mime-gnus-entity-set-lines-internal'.
114         (mail-header-xref): Now an alias for
115         `mime-gnus-entity-xref-internal'.
116         (mail-header-set-xref): Now an alias for
117         `mime-gnus-entity-set-xref-internal'.
118         (make-full-mail-header): New implementation [use
119         `luna-make-entity'].
120         (make-full-mail-header-from-decoded-header): Likewise.
121
122         * lisp/mmgnus.el (mime-gnus-entity): New definition of luna-class.
123         (mime-entity-buffer): Abolished.
124         (initialize-instance): New method.