viper -- Update and prettify package-info.in provides.
[packages] / xemacs-packages / vm / NEWS
1 VM 8.0.12-devo
2
3   BUGFIXES:
4
5     * Insert `emacs-version' instead of creating wrong version string for
6       XEmacs, i.e. the patch level was the major version. (Thanks to Stephen
7       Turnbull)
8
9     * Correctly locate the data directory for the pixmaps when running as a
10       XEmacs package.
11
12     * Check for some MIME character sets that may be available in recent
13       XEmacs.  (Thanks to Aidan Kehoe for the patch)
14
15     * Some documentation fixes. (Thanks to Michael Ernst for the patches)
16
17     * Fixed infinite loop in vm-mime-encode-words on XEmacs  21.5-b28.
18       (Thanks to Aidan Kehoe for the patch)
19  
20 VM 8.0.11
21
22   BUGFIXES:
23
24     * Removed dependency of vm-revno.el to other lisp sources to avoid
25       building it in a release bundle.  (Thanks to Ralf Fassel)
26
27 VM 8.0.10
28
29   NOTES:
30
31     * This is the first version of VM 8.* to be also released as a XEmacs
32       package.
33
34   IMPROVEMENTS:
35
36     * Added missing documentation for `vm-user-agent', "?" binding and
37       'vm-delete-duplicate-messages'.  (Thanks to Alan Wehmann)
38
39     * `vm-message-history.el' now uses a buffer similar to the summary for
40       browsing the history.  The buffer replaces the summary buffer when
41       present.  Duplicate history entries will be removed.
42
43     * Define and use `vm-replace-in-string' which is `replace-in-string'
44       from XEmacs to avoid clashes with other GNU Emacs packages defining
45       it differently. Unfortunately, GNU Emacs still does not provide this
46       handy function. (Thanks to José Miguel Figueroa)
47
48     * MIME encoding of header will automatically happen now and has been moved
49       from `vm-rfaddons.el' to `vm-mime.el' and `vm-vars.el'.
50
51   BUGFIXES:
52
53     * Rewrote `vm-message-history.el' to also work for XEmacs.
54
55     * Leading lines of a yanked message were accidently taken as headers and
56       got removed if `vm-reply-include-presentation' was t.
57
58     * Fixed encoding of headers for trailing 8 bit characters.  (Thanks to
59       Lutz Euler for the patch)
60
61     * Decode (QP-)encoded clear text before decrypting it.
62
63     * Use nil as default for `vm-mime-8bit-composition-charset' and thus
64       enable proper detection of right charset.  (Thanks to Naoki Saito for
65       reporting and debugging)
66
67     * Fixed bug in `vm-mime-display-external-generic' for GNU Emacs 23 causing
68       corrupted content in the output file.  The old code has been replaced by
69       a call to `vm-mime-send-body-to-file' which avoids duplication and works.
70       There has been some special handling for `vm-fsfemacs-mule-p', but the
71       actual reason for this was unclear so it has been removed.
72
73     * Correctly handle `vm-enable-addons' being t.
74
75     * Correctly store UTF-8 strings in the X-VM-v5-Data header to avoid
76       corruption of summay lines. (Thanks to Yuning Feng for reporting)
77
78     * Correctly encode multibyte subjects. (Thanks to Yuning Feng for the
79       patch) 
80
81     * Use BASE64 for header encoding when there are special chars not quoted
82       by QP normally.  You may configure this by `vm-mime-encode-headers-type'.
83
84     * qp-decode program handles premature end of QP-encoded stream now
85       gracefully. (Thanks to Ralf Fassel for the bug report, fix and testing)
86
87     * Added missing newline after "Content-Type" when using the command
88       `vm-mime-attach-object-from-message'.  (Thanks to Dan Freed)
89
90 VM 8.0.9
91
92   BUGFIXES:
93
94     * Added documentation to `vm-mime-external-content-types-alist' that no
95       extra single quotes should be used around %f as the file name is already
96       quoted for the shell. (Thanks to Martin Schwenke)
97
98     * Fixed version number generation in release script.  It was broken for
99       8.0.8, i.e. it was showing 8.0.x-xemacs-542 instead.  Now also other
100       branch related information is stored in the file vm-revno.el.
101
102 VM 8.0.8
103
104   IMPROVEMENTS:
105
106     * Reactivated "Allow defadvice on function `vm' by recursing on session
107       start".  It should work correctly now.
108
109     * Added interactive `vm-pipe-message-to-command-discard-output' and
110       the non-interactive `vm-pipe-message-to-command-to-string' for using
111       it in own functions.
112
113     * Added `vm-pipe-messages-to-command*' for bulk piping messages to a
114       single command, i.e. like saving to a pipe.  This is substantially
115       faster than `vm-pipe-message-to-command*' which call the command on 
116       each message separately.  You may want to use it to feed spamassasin.
117
118     * Modified key bindings for piping messages, i.e. "|" is a prefix key
119       now. Type it twice to get the old pipe command, "|d" will call the 
120       discard the output, just display some infos in the mode line. "|s" 
121       will call `vm-pipe-messages-to-command' and "|n" will also call it 
122       but discard the output.
123
124     * Removed vm-easymenu.el and use easymenu.el instead.
125
126     * In `vm-save-message-preview', ask the user if the output file already
127       exists instead of silently overwriting it.
128
129   BUGFIXES:
130
131     * Moved [Undo] to Dispose menu and [Emacs] to Help menu as these do not
132       work in Emacs 22 anymore when on the menu bar.
133
134     * Fixed intermixing of signature and quoted text in reply if
135       `vm-reply-include-presentation' is t. (Thanks to Roland Winkler for
136       debugging and reporting)
137
138     * Fixed yanking of presentation from wrong folder when folder is virtual.
139       (Thanks to Roland Winkler for reporting)
140
141     * Redistributed flag not displayed in presentation buffer mode line. 
142       https://bugzilla.redhat.com/show_bug.cgi?id=428248 (Thanks to Jonathan
143       Underwood for the fix)
144
145     * `vm-submit-bug-report' gets the variables dynamically now and thus does
146       not miss new ones or references old ones anymore. 
147
148     * Correctly determine the real folder when postponing compositions started
149       from a virtual folder. (Thanks to Uday S. Reddy for reporting and 
150       debugging)
151
152     * Avoid crash when `vm-mouse-set-mouse-track-highlight' is not called
153       within a summary buffer or without a valid message pointer.
154
155     * Do not disable modes which do not exist. (Thanks to Uday S. Reddy for
156       reporting) 
157
158 VM 8.0.7
159
160   BUGFIXES:
161
162     * Disable only those minor modes listed in the variable
163       `vm-disable-modes-before-encoding' before encoding a
164       composition. (Thanks to Alley for reporting and debugging)
165
166     * Removed recursion from function `vm' added by 8.0.6, as it 
167       causes startup troubles.
168
169     * Removed extra newline before attachment buttons. (Thanks to Alley for
170       reporting)
171
172     * Removed wrongly used calls to `interactive-p'. (Thanks to Alley for
173       reporting and debugging)
174
175 VM 8.0.6
176
177   IMPROVEMENTS:
178
179     * Rewrote INSTALL to be more consistent and more understandable.
180
181     * Allow defadvice on function `vm' by recursing on session start. (Thanks
182       to Blueman for the code)
183
184   BUGFIXES:
185
186     * Ignore empty reply-to in `vm-ignored-reply-to'.
187
188     * Quoted the variable `vm-summary-format' in a doc string.
189
190     * Fixed typos in the docstring of `vm-mail-send-and-exit'.
191
192     * Disable all minor modes before encoding a composition.  This results in
193       faster encoding when font-lock was enabled and avoids problems when
194       parts of a MIME object button get expanded due to an abbrev and thus the
195       extent/overlay gets split into two separate parts causing an encoding
196       error.
197
198     * Avoid duplicate mime buttons during decoding. (Thanks to Alley for
199       reporting)
200
201     * Mask 8 bit chars by 0xff in `vm-mime-qp-encode-region' to avoid crash
202       for those with all higher order bits set (negative ones?) (Thanks to
203       Blueman for the fix.)
204
205 VM 8.0.5
206
207   BUGFIXES:
208
209     * Fixed bug caused by fixing `vm-drop-buffer-name-chars' in 8.0.4.  There
210       is a 20-40% chance to create a new bug when fixing one.  Regression
211       tests would be nice, but we do not have any for VM ;-/
212
213 VM 8.0.4
214
215   IMPROVEMENTS:
216
217     * Require cl.el at compile-time only. (Thanks to John J. Foerch)
218
219     * Quiet compiler warning about old style backquotes. (Thanks to John
220       J. Foerch)
221
222   BUGFIXES:
223
224     * Correctly call custom-add-load. (Thanks to John J. Foerch and
225       Jonathan.underwood) 
226
227     * Fixed building of vm-cus-load.el for Emacs 21.
228
229     * Use the old default for `vm-primary-inbox', i.e. "~/INBOX".
230
231     * Honor a t in `vm-drop-buffer-name-chars' as documented.
232
233 VM 8.0.3
234
235   IMPROVEMENTS:
236
237     * Unified `vm-continue-what-message', i.e. first check for composition
238       buffers, if none exist then for saved drafts.  Also added new variable
239       `vm-zero-drafts-start-compose'.
240
241   BUGFIXES:
242
243     * Fixed building of autoloads for GNU Emacs.
244
245     * Docfixes for vm-pine.el (Thanks to Stephen Eglen).
246
247     * Resurrected `vm-add-reply-subject-prefix' which was lost by the commit
248       of revno 91.
249
250     * Search for BZR only if bzrdir exists and use locate-file only when
251       defined.
252
253     * Use  vm-mime-8bit-composition-charset as a fallback also for MULE Emacs.
254
255     * Fixed defcustom of vm-keep-crash-boxes and vm-spool-files.
256
257     * Fixed the section headers of the NEWS file.
258
259 VM 8.0.2
260
261   IMPROVEMENTS:
262
263     * Added --with-pixmapdir to configure the location of the pixmaps.
264
265     * DESTDIR-Patch (Ulrich Mueller).
266
267   BUGFIXES:
268
269     * Avoid overflow of `buffer-undo-list' when inserting or encoding
270       big attachments.
271
272     * defcustom of `vm-mime-all-attachments-directory' should list nil.
273
274     * Honor pre VM 8.0.0 values of `vm-folder-directory' and
275       `vm-primary-inbox'. This should eliminate problems with users which
276       never changed the defaults. 
277
278     * Use "cygwin-mount" to fix paths when available.
279
280     * Activate summary faces only when requested by vm-enable-addons.
281
282     * Fixed defcustom of `vm-enable-addons' and added documentation.
283
284     * "make install" creates $(bindir) now.
285
286     * Separate paths (e.g. otherdirs) only by semicolons to avoid problems on
287       Win32.
288
289     * Handle paths with spaces correctly.
290
291     * Install also pixmaps for GTK enabled Emacs.
292
293     * Just use the first subject when replying/forwarding to a set of
294       messages.  This avoids long filenames for saved composition buffers.
295     
296     * Ensure we are compiling with an emacs version >= 21.
297
298     * Encode headers regexp and case-fold-search corrected. (Ulrich Mueller)
299
300     * vm-summary-faces-mode does not leak extents anymore.
301
302 VM 8.0.1
303
304   NOTES:
305
306     In order to get more features from vm-rfaddons set the variable
307     `vm-enable-addons' in your ~/.vm.
308
309   BUGFIXES:
310
311     * A saner default for vm-shrunken-header-face.
312
313     * Added documentation on vm-shrunken-headers-face and
314       vm-shrunken-headers-keymap.
315
316     * Added a new custom group `vm-faces' for faces.
317
318     * Added autoload token for vm-user-agent.
319
320     * Use INSTALL_PROGRAM instead of INSTALL_DATA for programs.
321
322     * Do not set vm-folder-directory if there is ~/INBOX.  If VM does not get
323       mail after upgrading from 7.19 it is probably due to the new default for
324       vm-folder-directory, which was nil before.
325
326     * Revised the bindings and enabled features to a hopefully less
327       controversial setting. 
328
329 VM 8.0.0
330
331   NOTES:
332
333     VM is now in my hands and I will do my best to keep it alive!
334
335     ,--------------------------------------------------------------------------
336     | From: Kyle Jones <kyle_jones@wonderworks.com>
337     | To: Robert Widhopf-Fenk <hack@robf.de>
338     | Date: Wed, 21 Feb 2007 13:11:32 -0800
339     | Subject: Handing over VM?
340     | 
341     | Robert Widhopf-Fenk writes:
342     |  > Hi Kyle,
343     |  > 
344     |  > I have been maintaining VM "unofficially" for the last few
345     |  > years and now I want to become the official maintainer of
346     |  > VM.
347     |  > 
348     |  > Do I get your OK?
349     | 
350     | Yes.  Obviously I've moved on, though I've been slow to admit it
351     | to myself.  Good luck.
352     `--------------------------------------------------------------------------
353            
354     * My (robf) VM extensions are now activated by default, where it makes
355       sense to me.
356
357     * Releases are numbered now MAJOR.MINOR.PATCHLEVEL, where MAJOR is
358       increased when fundamental changes occur, MINOR for new features and
359       PATCHLEVEL for bugfix releases.
360
361     * New cleaner source tree layout.
362
363     * Better built system based on configure.  Autoloads are generated only
364       for those functions marked with the autoload token now, which are mainly
365       interactive function. Thus, loading occurs only on demand and startup
366       should be faster.
367       
368   BUGFIXES:
369
370     * All bugs reported to gnu.emacs.vm.bugs, gnu.emacs.vm.info and directly
371       to me are fixed either by the patches posted by others or me.
372
373     * If there are any missing autoloads, please report them and add a
374       (require 'vm-SOURCE) to your ~/.vm!
375
376     * Probably added numerous new bugs.
377
378
379   IMPROVEMENTS: compared to 7.19 (not vmrf)
380
381     * A new icon set based on vm-small-pixmaps.tgz which was floating around.
382       This one should fit by height to the one used in XEmacs and Emacs 22,
383       but it is slightly larger than those used in Emacs 21.  If you see the
384       old icons, the please set the variables `vm-image-directory' and
385       `vm-toolbar-pixmap-directory' to nil in your ~/.vm!
386
387     * vm-mime-type-converter-alist now also works when replying to messages,
388       i.e. for text/html one can use lynx or w3m for the conversion.
389       (setq vm-mime-type-converter-alist
390         '(("text/html" "text/plain" "lynx -force_html -dump /dev/stdin")))
391
392     * Postponing (draft handling) of compositions and continuing of drafts, in
393       fact any messages also those from other people. (Info node: Sending
394       Messages) 
395
396     * New mail header insertion functions for return-receipts, mail-priority
397       and FCC.
398
399     * More virtual folder selectors and replacements of other functions based
400       on selectors. (Info node: Virtual Folders)
401
402     * vm-serial.el provides message templates for composition and
403       personalizes mass emails. (Info node: TODO)
404     
405     * vm-biff.el for popups with a list of new messages.
406
407     * vm-rfaddons.el has various stuff, look at the source if you are curious
408       or miss some VM feature, as it might already be there!
409
410 ;;; Local Variables: ***
411 ;;; mode:text ***
412 ;;; End: ***