~ubuntu-branches/ubuntu/lucid/mew-beta/lucid

« back to all changes in this revision

Viewing changes to 00changes.5.1

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2006-10-31 22:07:48 UTC
  • mfrom: (1.1.6 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061031220748-iq1bg528g9nt2l57
Tags: 5.1.52~0.20061031-1
New upstream release. (CVS trunk on 2006-10-31)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Mew 5.1 (2006/07/14)
 
2
 
 
3
Mew 5.1 release candidate 3 (2006/07/12)
 
4
 
 
5
* Fixing "Virtual mode vs 'i'" problem.
 
6
* mew-summary-form-mark-spam works only in the inboxes.
 
7
* C-cC-m for mew-passwd-change.
 
8
 
 
9
Mew 5.1 release candidate 2 (2006/07/05)
 
10
 
 
11
* Workaround for PGP hang up.
 
12
* ${emacsbin} hack for configure.in.
 
13
        Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
 
14
* A bug fix for suffix.
 
15
* A bug fix for mew-max-draft-buffer().
 
16
        Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
 
17
* Using "RFC822" to fetch an entire message to turn the Seen flag
 
18
  "on". (But keep it "off" when fetching a header only)
 
19
 
 
20
Mew 5.1 release candidate 1 (2006/06/19)
 
21
 
 
22
* Fixing the SSL/TLS problem.
 
23
* RFC 2822 allows "'" for local-part but Mew removed it. This bug
 
24
  has been fixed.
 
25
 
 
26
Mew 5.0.53 (2006/06/06)
 
27
 
 
28
* "C-uB" decomposes any files in the current message.
 
29
* "B" is now a part sensitive. It decomposes messages embedded in the
 
30
  current message. If executed on a part, only the message part is
 
31
  saved to a folder.
 
32
* Using BODY.PEEK[] instead of RFC822 not to set the SEEN Flag.
 
33
        NAKAMURA Motonori <motonori@media.kyoto-u.ac.jp>
 
34
* "ta" toggles all threads.
 
35
* Fixing "md5" vs "k/" problem.
 
36
* "I" now automatically displays the current message.
 
37
* "i" is inc in +folder and is "s" + "update" in a remote folder.
 
38
 
 
39
Mew 5.0.52 (2006/05/25)
 
40
 
 
41
* Bug fixes for mew-use-master-passwd.
 
42
        Kan Sasaki <sasaki@fcc.ad.jp>
 
43
* Non-blocking connect() is not used for SMTP/TLS.
 
44
* Implementing the master password.
 
45
* ";" also displays IP addresses.
 
46
* Defining mew-summary-form-mark-spam.
 
47
* Defining mew-smtp-auth-plain-authorize-id to enabling to specify
 
48
  the optional "authorize-id". 
 
49
 
 
50
Mew 5.0.51 (2006/05/15)
 
51
 
 
52
* A workaround for mew-addrstr-parse-syntax-list().
 
53
* A patch for Google Desktop.
 
54
        Shuichi KITAGUCHI <ki@hh.iij4u.or.jp>
 
55
* A temporary workaround for SSL timing problem.
 
56
* A bug fix for mew-summary-info on mew-suffix.
 
57
* Speed up for NNTP in the case of last:n.
 
58
* All variables can be defined in ".mew.el", not in ".emacs".
 
59
* The "-x" option to "mewl".
 
60
 
 
61
Mew 5.0.50 (2006/04/28)
 
62
 
 
63
* A patch for mew-highlight-header-address-region.
 
64
        Tsutomu OKADA <tsutomu.okada@furuno.co.jp>
 
65
* Making mew-max-draft-buffer friendly to mew-suffix.
 
66
        INOUE Tomohiro <ml@noue.org>
 
67
* A patch for the problem of Spotlight vs mew-suffix.
 
68
        Nobuya WATANABE <nobuya@cs.okayama-u.ac.jp>
 
69
* If mew-use-suffix is non-nil, Mew does not set file type.
 
70
* A patch for WDS.
 
71
        INOUE Tomohiro <ml@noue.org>
 
72
* Functions for WDS.
 
73
* Spotlight key is "mew" and the file type is "MewX".
 
74
* getline() -> Getline() for Windows.
 
75
        INOUE Tomohiro <ml@noue.org>
 
76
* Defining mew-suffix. Please don't set it t at this moment.
 
77
  This is not tested well.
 
78
* mew-max-draft-buffer() can now treats numbers larger than 9.
 
79
* Back port of PLAIN of SMTP AUTH.
 
80
* PLAIN/LOGIN of SMTP AUTH changed to the more popular scheme.
 
81
        kanaoka@ann.hi-ho.ne.jp
 
82
* Fixing the "invisible vs remote folders" problem!
 
83
* Defining mew-smtp-submission-family.
 
84
* Defining mew-summary-show-pause.
 
85
        KOIE Hidetaka <hide@koie.org>
 
86
* Supporting DKIM-Signature:.
 
87
* A patch for contrib/mew-browse.el.
 
88
        Hideyuki SHIRAI <shirai@meadowy.org>
 
89
* Defining mew-header-decode-error().
 
90
* When make-network-process with :nowait t returns nil,
 
91
  Mew falls back explicitly.
 
92
* A bug fix for a failed SMTP process.
 
93
* Defining mew-use-smtp-auth to disable SMTP AUTH
 
94
  of a broken server.
 
95
* If an SMTP server returns the AUTH capability, 
 
96
  Mew tries authentication automatically.
 
97
* A fallback mechanism from the Submission port (587) to 
 
98
  the SMTP port (25). Set mew-use-submission to use this mechanism.
 
99
  If mew-use-submission is t AND mew-smtp-port is "smtp" AND
 
100
  Mew is running on Emacs 22, this mechanism does work.
 
101
  Non-blocking connect() is used for this purpose.
 
102
* "C-uk/" asks a user to input folders.
 
103
* "k?" for Google Desktop. (testing)
 
104
* A bug fix for mew-mode-input-file-name()
 
105
        Hideyuki SHIRAI <shirai@meadowy.org>
 
106
* A bug fix for mew-net-status-clear().
 
107
* A small fix for "?" and "/".
 
108
* Check close() status for incm.
 
109
        Yasunari Momoi <momo@iij.ad.jp>
 
110
* Setting completion-ignored-extensions to nil in mew-attach-duplicate.
 
111
* A bug fix for mew-pick-parse-open/close.
 
112
* Spotlight hack.
 
113
        Shuichi KITAGUCHI <ki@hh.iij4u.or.jp>
 
114
* EMACS => emacsbin in configure.in.
 
115
        Shun-ichi TAHARA <jado@flowernet.gr.jp>
 
116
* Obsoleting mew-my-domains and mew-my-address-no-warning.
 
117
  Defining mew-safe-addresses, mew-warn-domains, and
 
118
  mew-safe-domains instead.
 
119
 
 
120
Mew 4.2.53 (2005/09/07)
 
121
 
 
122
* A mewl expression is converted to an expression native to 
 
123
  each search engine when you use "k?" and "k/".
 
124
* Changing mew-warn-my-address to mew-my-address-no-warning.
 
125
* Defining mew-warn-addresses.
 
126
        Ryota Hirose <hirose@comm.yamaha.co.jp>
 
127
* --with-elispdir and --with-etcdir for configure.
 
128
        Shun-ichi TAHARA <jado@flowernet.gr.jp>
 
129
* mew-prog-vgrep was obsoleted. "/" also uses mew-prog-grep.
 
130
* M-p and M-n can work in Virtual mode, too.
 
131
* Google Desktop support.
 
132
* Defining mew-warn-my-address.
 
133
* "kc" now can select search method.
 
134
  Currently Spotlight and Namazu are supported.
 
135
* Disabling '"' temporally.
 
136
* Merging "/" and "C-u/" to "/". And "C-u/" targets a region. 
 
137
* Merging "?" and "'" to "?". "'" was obsoleted.
 
138
* Byte-compiling all files.
 
139
* A patch for mew-my-domains.
 
140
        Hideyuki SHIRAI <shirai@meadowy.org>
 
141
* Defining mew-my-domains. If addresses on To:/Cc:/Bcc: in a draft
 
142
  are not matched to this domain lists, they turns red.
 
143
* Binding case-sensitive for char-equal.
 
144
        Hideyuki SHIRAI <shirai@meadowy.org>
 
145
* Defining mew-bcc.
 
146
* Removing an initial value from mew-input-grep-pattern().
 
147
* Using mac-set-file-type().
 
148
* A bug fix for mew-addrstr-parse-syntax-list().
 
149
* Fixing IMAP LIST.
 
150
* "tr" retains the "*" mark.
 
151
        KOIE Hidetaka <hide@koie.org>
 
152
* Fixing mew-transit-folder-alist.
 
153
        Hideyuki SHIRAI <shirai@meadowy.org>
 
154
* Spotlight support. ("kM", "km", "k/")
 
155
* Undo if "C-g" is typed when charset is asked in a draft.
 
156
        Hideyuki SHIRAI <shirai@meadowy.org>
 
157
* "[Apple Key] + click" executes Safari.
 
158
* Supporting system-type 'cygwin'.
 
159
        Tomoyuki Murakami <tomoyuki@pobox.com>
 
160
        Hideyuki SHIRAI <shirai@meadowy.org>
 
161
 
 
162
Mew 4.2.52 (2005/06/03)
 
163
 
 
164
* Implementing "mli".
 
165
* Displaying status of "I" in Thread mode.
 
166
* mew-summary-input-file-name appends a default file name
 
167
  if a user specified a directory only.
 
168
        Hideyuki SHIRAI <shirai@meadowy.org>
 
169
* "I" now works in Thread mode.
 
170
* "li" copies a message to an IMAP folder.
 
171
* DnD for Meadow.
 
172
        INOUE Tomohiro <ml@noue.org>
 
173
        Hideyuki SHIRAI <shirai@meadowy.org>
 
174
* Fixing a problem of "i" vs mew-imap-delete.
 
175
* A patch to contrib/mew-browse.el.
 
176
        Hideyuki SHIRAI <shirai@meadowy.org>
 
177
* Displaying Bcc:/Fcc:/Dcc: with X-Mew: in +queue.
 
178
        Hideyuki SHIRAI <shirai@meadowy.org>
 
179
* Obsoleting mew-use-retrieve. "i" is now equivalent to "s" + "update"
 
180
  in remote folders.
 
181
* Message to be deleted by sync are unlinked, not moved to +trash.
 
182
        Shun-ichi TAHARA <jado@flowernet.gr.jp>
 
183
* A patch for mew-nmz.el.
 
184
        Hideyuki SHIRAI <shirai@meadowy.org>
 
185
 
 
186
Mew 4.2.51 (2005/05/26)
 
187
 
 
188
* Obsoleting mew-prog-image/*-ext-arg.
 
189
* Obsoleting mew-prog-*/*ml-ext-arg.
 
190
* A patch for C-cC-e.
 
191
        Hideyuki SHIRAI <shirai@meadowy.org>
 
192
* A bug fix for "o" and "C-uo"
 
193
* A bug fix for ";"
 
194
* A patch for contrib/mew-browse.el.
 
195
        Tsutomu OKADA <tsutomu.okada@furuno.co.jp>
 
196
* Merging mew-browse-url-at-mouse().
 
197
* A new implementation of "C-cC-e". See its manual.
 
198
* "C-cC-y" in Summary was obsoleted. Use "C-uC-cC-e" instead.
 
199
* "C-cC-t" in Summary was obsoleted.
 
200
* A patch for mew-nmz.el.
 
201
        Hideyuki SHIRAI <shirai@meadowy.org>
 
202
* A patch for contrib/mew-browse.el.
 
203
        Shun-ichi TAHARA <jado@flowernet.gr.jp>
 
204
* Fixing a problem of "message buffer vs cache buffer".
 
205
* mew-inbox-action-alist can be set in mew-config-alist.
 
206
* Obsoleting both mew-case-input and mew-case-output. mew-case is
 
207
  now introduced.
 
208
 
 
209
Mew 4.2.50 (2005/05/16)
 
210
 
 
211
* Setting overlay-arrow-string even if it is initialized.
 
212
* Removing trailing white spaces for PGP/MIME signatures to catch up
 
213
  to RFC 3156.
 
214
* A patch for mew-syntax-format().
 
215
        Hideyuki SHIRAI <shirai@meadowy.org>
 
216
* Allow 'D' and 'X' only in $inbox when mew-inbox-action-alist is
 
217
  used.
 
218
* A patch for mark undo.
 
219
        KOIE Hidetaka <hide@koie.org>
 
220
* C-xC-s in Draft mode was moved to the share map.
 
221
* A DnD patch to catch up to Emacs current.
 
222
        Kenichi Niioka <niioka@kk.iij4u.or.jp>
 
223
* "C-cC-k" calls mew-summary-visible-buffer() anyway.
 
224
* "mewdecode -q" treats =CRLF.
 
225
* A patch for mew-nmz.el.
 
226
        Hideyuki SHIRAI <shirai@meadowy.org>
 
227
* Visualizing field relating domain authentications effectively.
 
228
* Bug fixes for "C-cC-f".
 
229
* mew-summary-reset() removes a Message buffer.
 
230
* Loading the theme file before .mew.el.
 
231
* Handling GnuPG's marginal keys.
 
232
        Koyama Mituru <mew@gvelo.ddnn.jp>
 
233
* DESTDIR in Makefile.in.
 
234
        Shun-ichi TAHARA <jado@flowernet.gr.jp>
 
235
* Defining mew-ask-encoding.
 
236
* Truncated messages retain case in X-Mew-UIDL:. "I" uses this case.
 
237
        Hideyuki SHIRAI <shirai@meadowy.org>
 
238
* A patch for Makefile and configure.
 
239
        KOIE Hidetaka <hide@koie.org>
 
240
* A patch for Makefile.
 
241
        Eisaku YAMAGUCHI <eisaku@ist.aichi-pu.ac.jp>
 
242
* "v" displays line numbers when off.
 
243
* Defining mew-imap-spam-pattern. See its doc.
 
244
* "C-cC-b" now can work in any folders.
 
245
* A bug fix for "C-uj".
 
246
        Shigeru Yasuda <yasuda@uxd.fc.nec.co.jp>
 
247
* "C-uj" jumps to the message whose message number is specified.
 
248
* Defining mew-use-cut-file-name. If non-nil, 
 
249
  the file path is pushed to the cut buffer of your window system
 
250
  when typing "=".
 
251
* Binding inhibit-eol-conversion to nil in mew-filter.
 
252
 
 
253
 
 
254