File: changelog

package info (click to toggle)
vm 6.47-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,704 kB
  • ctags: 1,521
  • sloc: lisp: 22,580; makefile: 260; sh: 201
file content (860 lines) | stat: -rw-r--r-- 40,872 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
vm (6.47-2) frozen unstable; urgency=low

  * Fix a typo in the rules that was preventing th eexamples dir from
    getting exported. closes: Bug#22407

 -- Manoj Srivastava <srivasta@debian.org>  Wed, 13 May 1998 12:49:18 -0500

vm (6.47-1) frozen unstable; urgency=low

  * New upstream BUG FIX version
  * Excerpted changes are:
     * vm-write-string: bind buffer-read-only to  nil before
       attempting to modify the buffer.
     * vm-auto-select-folder: Do the eval if the cdr of the alist pair
       is anything other than a string, instead of it it is anything
       other than an atom.
     * vm-do-reply: match vm-subject-ignored-prefix against the subject
       and don't prepend vm-reply-subject-prefix if there is a prefix
       match.
     * vm-buffer-to-label: map presentation buffers to the 'message
       label.
     * vm-scroll-forward: raise and select frame before setting window
       configuration.
     * vm-frame-totally-visible-p: Consider frame totally visible if
       return value of frame-visible-p is not eequal to nil or 'hidden.
     * dropped `sender' synonym virtual selectors.
     * If prefix arg is given to vm-visit-virtual-folder-* commands, say
       "read only" in the prompt string.

 -- Manoj Srivastava <srivasta@debian.org>  Mon,  4 May 1998 10:04:15 -0500

vm (6.46-4) frozen unstable; urgency=low

  * Added a recommendation for make; and scream loudly if make is not found.

 -- Manoj Srivastava <srivasta@debian.org>  Mon, 20 Apr 1998 03:36:12 -0500

vm (6.46-3) unstable; urgency=low

  * Fixed broken path in vm-init.el

 -- Manoj Srivastava <srivasta@debian.org>  Thu, 16 Apr 1998 01:03:35 -0500

vm (6.46-2) frozen unstable; urgency=low

  * Bug fixes in packaging the new emacsen way.

 -- Manoj Srivastava <srivasta@debian.org>  Tue, 14 Apr 1998 00:22:25 -0500

vm (6.46-1) frozen unstable; urgency=low

  * Now an emacs19 dependent package in the new style
  * upstream bug fix release
  * Call emacsen install in postinst, and emacsen remove in postrm 
  * Fixed bad magic numbe in file. closes: Bug#20947
  * Fixed example files. closes: Bug#20946
  * Verified that vm does not unzip files on its own. closes: Bug#20948

 -- Manoj Srivastava <srivasta@debian.org>  Mon, 13 Apr 1998 01:59:43 -0500

vm (6.42-1) unstable; urgency=low

  * New upstream version
     * New variables:
       + vm-pop-expunge-after-retrieving
       + vm-pop-auto-expunge-alist
       + vm-mime-button-format-alist
     * vm-save-message: don't set vm-last-save-folder if it is non-nil
       and the user selected folder matches what vm-auto-folder-alist
       would have chosen.  Tried to do this in 6.41, but broke the
       setting of vm-last-save-folder instead.
     * vm-expunge-pop-messages: typo prngn -> progn.
     * vm-expunge-pop-messages: check whether vm-make-pop-session
       returns nil.
     * vm-read-attributes: allow header without a label list.  The
       label part of the data in the header was added later and may
       not be in the header of some older folders.
     * dropped use of vm-with-virtual-selector-variables in favor of
       using an alist.
     * only use char-to-int if defined, use identity funciton
       otherwise.
  

 -- Manoj Srivastava <srivasta@debian.org>  Mon, 16 Feb 1998 17:47:07 -0600

vm (6.41-1) unstable; urgency=low

  * Modified the copyright statement to include addresses.
  * Fixed silly typo in version string
  * New upstream version
     * New variables:
       + vm-index-file-suffix
     * New commands:
       + vm-expunge-pop-messages
     * don't issue DELE commands on POP messages when retrieving.  Remember
       what messages have been retrieved and avoid retrieving them later.
     * vm-save-message: don't set vm-last-save-folder if it is non-nil and
       the user selected folder matches what vm-auto-folder-alist would have
       chosen. 
     * vm-show-list: sort list before displaying it.
     * vm-show-list: display list ordered top to bottom then left to
       right, instead of left to right and then top to bottom.
     * bind print-length to nil in some places to avoid truncation of
       Lisp Objects in folder headers.
  * Added notes all over warning about tm-vm breaking vm, since tm-vm was
    written for vm-5.X. It is still possible to use tm for mail
    composition. closes: Bug#16862

 -- Manoj Srivastava <srivasta@debian.org>  Fri, 13 Feb 1998 12:55:31 -0600

vm (6.40.1) unstable; urgency=low

  * Upgraded to standards version 2.4.0.0
  * Updated FSF address.
  * This fixes all Lintian bugs.
  * New upstream version. Excerpted changes:
       * New variables:
	 + vm-mime-7bit-composition-charset
       * don't grey-out "Decode MIME" toolbar button after a message is
	 first decoded.  Let user use the button to rotate through
	 decoding states like the 'D' key does.  This applies only to
	 the separate MIME button, not the one that appears as part of
	 the `helper' button.
       * vm-mark-or-unmark-messages-with-selector: removed extra count
	 argument from `message' call.
       * vm-build-virtual-message-list: if dont-finalize is set, don't
	 set up the location vector or to obarray used to suppress
	 duplicate messages.  In particular the latter causing empty
	 message lists to be returned since all the messages were
	 considered duplicates.
       * support foregroundToolBarColor symbol in toolbar pixmaps
	 (XEmacs only).
       * vm-rfc1153-or-rfc934-burst-message: Use current buffer as
	 folder buffer, instead of the buffer of specified message.
       * vm-get-new-mail: signal error if we fail to find a folder
	 buffer through the normal means.
       * sleep for 2 seconds instead of 1 second after "consider M-x
	 revert-buffer" message and after a quit is signaled and caught
	 in vm-get-spooled-mail.

 -- Manoj Srivastava <srivasta@debian.org>  Mon,  9 Feb 1998 16:03:40 -0600

vm (6.39-1) unstable; urgency=low

  * New upstream version, with lots of changes
    VM 6.39 released (20 January 1998)
    * New commands:
      + vm-burst-digest-to-temp-folder
      + vm-add-existing-message-labels
    * vm-vs-header-or-text: vm-header-of -> vm-headers-of.
    * fixed reversed fset definition of vm-vs-sender.
    * don't grey-out "Decode MIME" menu entry after a message is
      first decoded.  Let user use menu entry to rotate through
      decoding states like the 'D' key does.
    * vm-check-emacs-version: Disallow running under Emacs 20.
    * vm-mime-display-internal-multipart/digest: genereate summary if
      vm-startup-with-summary says so.  Did the same for
      vm-mime-display-internal-message/partial and
      vm-mime-display-internal-message/rfc822.
    * default vm-temp-directory to (getenv "TMPDIR") if result is
      non-nil.
    * vm-undo: signal an error if the current folder is read-only.
    * vm-minibuffer-complete-word: set start of word to beginning of
      buffers if not doing a multi-word read.
    * vm-minibuffer-complete-word: if doing multi-word completion and
      the word before point exactly matches something in the completion
      list and the word also prefixes something else in the completion
      list and last-command eq vm-minibuffer-complete-word, insert
      a space, thereby letting the user complete the word.
    * vm-mime-display-internal-text/enriched: Don't assume (car
      errdata) is a string; it usually isn't.  Format error data
      properly.
    * vm-print-message: write out the tempfile for the non-MIME lobe
      of the conditional in the code, since it is needed there also.
    * vm-read-virtual-selector: raise the selected frame before
      reading from the minibuffer, so the user is less likely to type 
      into the wrong minibuffer window and hose themselves.
    * vm-mime-fsfemacs-encode-composition: set coding-system-for-read 
      when inserting a file-based attachment to avoid MULE munging.
      Protect value of buffer-file-coding-system from possible
      changes by insert-file-contents.
    VM 6.38 released (15 January 1998)
    * add vm-virtual-selector-clause property to new selectors.
    * vm-read-virtual-selector: removed hard coded list of selectors
      that take an arument.  Instead, read arg only for selectors that 
      have a vm-virtual-selector-arg-type property.
    * fixed virtual folder numbering/infloop problem introduced in
      6.37.
    * vm-mark-or-unmark-messages-with-virtual-folder: Mark virtual
      messages instead of the underlying real messages when current
      folder is a virtual folder.
    VM 6.37 released (29 December 1997)
    * Folders menu code: create directories by default in vm-folder-directory.
    * added name parameter to vm-create-virtual-folder for use by
      vm-create-virtual-folder-same-author and
      vm-create-virtual-folder-same-subject to avoid regexp-quote
      goop in the modeline.
    * make sure the -should-delete-frame variables in vm-mouse.el are
      initialized before use.
    * vm-apply-virtual-folder bound to V X.
    * added virtual folder selectors for all the attributes that
      vm-set-message-attributes accepts.  Added un- selectors so that 
      simple negations can be used with V C.  Added header-or-text
      selector.  Added aliases for some selector names.
    * New commands:
      + vm-toggle-all-marks (bound to M V).
      + vm-mark-matching-messages-with-virtual-folder (bound to M X).
      + vm-unmark-matching-messages-with-virtual-folder (bound to M x).
    * vm-update-summary-and-mode-line: copy value of default-directory
      from folder buffer to the summary and presentation buffers.
    * report null results in mark commands as "No message marked"
      instead of "0 messages marked".
    VM 6.36 released (19 December 1997)
    * vm-yank-message: commented out text/html code.
    * added toolbar initialization status message (XEmacs only).
    * allow integers in the vm-use-toolbar toolbar specification,
      which represent blank space in the toolbar. (XEmacs only).
    * allow for the possibility that lpr-command and lpr-switches
      are unbound.
    * restore binding of C-? ; binding the delete keysym doesn't
      affect the delete key on a dumb terminal when running FSF
      Emacs.
    * changed semantics of vm-temp-file-directory.  Its value now
      must end with the directory separator character used by the
      local operating system.
    * vm-mime-display-internal-text/enriched: catch errors in
      enriched-decode and store it in the MIME layout struct for
      future display.
    * New commands:
       + vm-create-virtual-folder-same-subject (bound to V S)
       + vm-create-virtual-folder-same-author (bound to V A)
    * vm-write-file: If write-file renames the folder buffer, rename
      the summary buffer and presentation buffer to match.
    * vm-mime-can-display-internal: don't assume enriched.el is
      shipped with Emacs.  Assume text/enriched is internally
      displayable only if enriched-mode is fbound.
    * vm-mime-fragment-composition: supply the "total" parameter in
      all message/partial parts instead of just the last one.
    * only delete the frame used for completion if VM created it.
    * vm-fsfemacs-p: Don't insist on v19.
    VM 6.35 released (24 November 1997)
    * typo fixes
    * Gregory Neil Shapiro's Emacs 20 MULE patches, which inserted
      bindings for coding-system-for-read/write in various places.
    * renamed vm-fsfemacs-19-p to vm-fsfemacs-p.
    * Bound (control /) to vm-undo, bound backspace and delete
      keysyms to vm-scroll-backward, dropped binding of "\C-?".
    * added ;;;###autoload cookies to all VM entry points.
    * vm-session-initialization: require 'vm first to make sure the basic
      things are loaded before we try to do anything.
    * dropped inline support for text/html.  Too much pain right now.
      Revisit later.
    * recognize po:user type spool file and peaceably hand it off to
      movemail.
    * vm-mode-internal: install new fucntion vm-unblock-new-mail on
      after-save-hook to allow retrieval of mail after a save of an
      M-x recover-file'd folder.
    * vm-pop-make-session: first argument to buffer-disable-undo is
      required under XEmacs 19.14, so provide it.
    * Use locate-data-directory if it exists when setting
      vm-image-directory.
    * vm-mail-internal: insert an extra newline before the inserted signature
      so the user doesn't have to type one.  (I give.)
    * vm-mime-transfer-encode-layout: don't add a
      Content-Transfer-Encoding header unless the encoding type of
      the layout differs from what we require it to be.
    * vm-mime-transfer-encode-region: downcase the return value so
      string comparisons don't have to worry about case.  QP encode
      if armor-dot is set.
    * vm-print-message: use a tempfile under Windows 95 or NT.
      Apparently the losing print utils there don't understand stdin or
      can't read from it.
    * vm-mime-text-type-p renamed to vm-mime-text-type-layout-p.
      The new version of vm-mime-text-type-p checks the type without a
      layout wrapped around it.
    * vm-mime-xemacs-encode-composition: For MULE, use binary coding
      system when inserting an attached file if the type of the
      attachment is not a textual MIME type.

 -- Manoj Srivastava <srivasta@debian.org>  Thu, 22 Jan 1998 16:43:30 -0600

vm (6.34-2) unstable; urgency=low

  * Make sure the copyright file is not compressed.  
    closes:Bug#14453,Bug#14468 

 -- Manoj Srivastava <srivasta@debian.org>  Wed,  5 Nov 1997 12:05:35 -0600

vm (6.34-1) unstable; urgency=low

  * New upstream version. Bug fixes. Changes:
       * vm: use other frame if folder is visible there.
       * vm-auto-archive-messages: don't silently block archival
	 attempts to /dev/null; Emacs no longer complains about
	 writes to /dev/null.
       * vm-toolbar-initialize: add line for 'getmail' button support
	 that got omitted somehow.
       * vm-multiple-fonts-possible-p: added win32 as a window system
	 that supports multiple fonts.

 -- Manoj Srivastava <srivasta@debian.org>  Tue, 16 Sep 1997 19:16:23 -0500

vm (6.33-2) unstable; urgency=low

  * Mentioned the /usr/doc/vm-vars.el.gz file, since the documentation is
    quite outdated. This fixes BUG#11998.
  * Got rid of the tar and uuencode directories since now dpkg-source can
    handle things correctly.
  * Have been using pristine sources, thought this should go on record.

 -- Manoj Srivastava <srivasta@debian.org>  Sun, 10 Aug 1997 18:28:08 -0500

vm (6.33-1) unstable; urgency=low

  * Chaned post installation script not to redirect input to a scratch
    file in /tmp (we use /tmp/emacs/file.new.$$ instead. This fixes
    BUG#11787.
  * New upstream bug fixing release. Excerpted changes:
    * vm-undisplay-buffer: don't delete frames unless both
      vm-mutable-windows and pop-up-frames are not non-nil.  Loop
      over the remaining windows that display the target buffer and
      make those windows display some other buffer.
    * vm-mime-set-extent-glyph-for-type: use a list of instantiators,
      use 'xpm instead of 'autodetect and fallback to [nothing] if
      instantiation fails.
    * vm-display-face: use the [nothing] instantiator on ttys.  XEmcas
      only.
    * vm-toolbar-install-toolbar: change toolbar size specifier on
      frame even if VM did not create the frame.  This reverses the
      change made in 6.32.
    * vm-isearch: call vm-energize-urls to light up the URLs after a
      search completes.
    * vm-set-window-configuration: return the window configuration we
      set.  A change in 6.32 caused this not to be done.  This confused
      vm-display which relied on the return value to determine whether
      vm-display-buffer needed to be called.
    * don't recognize <URL:...> as an URL if it contains a newline.
    * vm-scroll-backwrd: make argument optional.

 -- Manoj Srivastava <srivasta@debian.org>  Fri,  1 Aug 1997 16:12:14 -0500

vm (6.32-1) unstable; urgency=low

  * This is the first version built with cvs-buildpackage.
  * Removed examples subdirectory from the debian directory, instead, the
    directory is now tarred, gzipped, and uuencoded, and it is imploded
    and exploded on the fly.
  * New upstream bug fixing release. Excerpted changes:
    * vm-toolbar-install-toolbar: don't change toolbar size specifier
      on frame unless VM created the frame.
    * vm-mail-send: move attribute change before possible deletion of
      the buffer due to vm-keep-sent-messages == nil.
    * remove references to vm-record-current-window-configuration
      since it is not being used and will never be used.
    * vm-mouse-read-file-name-event-handler: don't delete the completion
      frame before reading keyboard input.  This should avoid making
      the user hunt for the frame that contains the correct minibuffer
      window to type into.
    * default value of vm-mutable-frames changed to t, and the
      semantics of this variable have been changed to hopefully be
      more like what users expect it to be.
    * use cache slot of MIME layout struct as an alist everywhere
      to avoid having display functions confuse each other with their
      different cache entries.
    * vm-mime-display-internal-image-xxxx: use device tag lists to have
      a text tag displayed on ttys and the image itself on image-capable
      devices.
    * added optional `to' argument to vm-mail commands.
    * mouse support changed so that it is installed whenever mouse
      support may be possible instead of only if it is possible on
      the current device..  Significant only under XEmacs currently.
    * use multiple frames on ttys, where available.
    * vm-scroll-forward: don't scroll if we're auto decoding MIME and
      the message needed to be decoded.
    * vm-mail-internal: support mail-personal-alias-file, fall back
      to ~/.mailrc if it is nil.

 -- Manoj Srivastava <srivasta@debian.org>  Tue,  3 Jun 1997 12:41:47 -0500

vm (6.31-1) unstable; urgency=low

  * New upstream bug fixing release. Excerpted changes:
    * vm-toolbar-support-possible-p: don't check device type, install
      toolbar if the 'toolbar feature is present.
    * vm-toolbar-initialize: check for device-on-window-system-p
      before looking at device-bitplanes, in case the selected device
      is a tty.
    * use '(win) tag sets on toolbar specifiers to prevent toolbars
      from being attached to non-window system frames.
    * vm-multiple-fonts-possible-p: conditionalize checks on
      XEmacs/Emacs to avoid looking at the window-system variable
      under XEmacs where it should not be used.
    * set scrollbar height only if (featurep 'scrollbar) and under
      XEmacs.  Previously we checked if set-specifier was fbound.
    * vm-mime-preview-composition: copy value of enriched-mode to
      the temp buffer so that the MIME encoding code knows what to do.
    * set perms to 600 on MIME tempfiles before writing to them.
      There's still a race window where access can be gained to
      such files, but it should be very small assuming NFS is not
      involved.
    * added new 'display-error' slot to the MIME layout struct to
      avoid overloading the cache slot... and fixed a bug thereby, due
      to vm-mime-display-external-generic trying to use the contents
      of the cache slot when there was an error message there.
    * vm-mime-display-internal-message/rfc822: bind buffer-read-only
      to nil before trying to insert text into the presentation
      buffer.
    * vm-burst-digest will now descend into nested MIME layouts to find
      digests to burst.
  
 -- Manoj Srivastava <srivasta@debian.org>  Mon, 12 May 1997 18:26:44 -0501

vm (6.30-3) unstable; urgency=low

  * Added an el package a la Emacs (the elisp files are nearly 1M!), since
    I think it is imperative that the uncompiled elisp files be available
    for users, but it is not reasonable to unconditionally chew up 1M of
    disk space.
  * Also install vm-vars.el into the doc (for the old regular package)
    directory, since not all customizable variables are documented 
    elsewhere.

 -- Manoj Srivastava <srivasta@debian.org>  Sat, 10 May 1997 22:29:42 -0501

vm (6.30-2) unstable; urgency=low

  * Added README.hilit19
  * Added a menu entry for the HTML documentation

 -- Manoj Srivastava <srivasta@debian.org>  Thu, 8 May 1997 01:58:21 -0500

vm (6.30-1) unstable; urgency=medium

  * New upstream bug fixing release. Excerpted changes:
      * vm-mail-send: rename and/or delete the composition buffer
        before trying to make the replied/forward/etc. attribute
        change, since the user might abort that action.
        E.g. "... really edit the buffer?" 
      * changed code to use XEmacs 20.2 MULE variables and functions
        instead of the 20.0 functions.
      * treat inlined message/rfc822 like multipart/mixed except we also
        insert the forwarded headers message and decode any encoded
        words in them.
      * support enriched-mode in composition buffers.
      * replaced some repeated calls to car with varrefs.
      * vm-make-presentation-copy: bind inhibit-read-only to disable
        read-only text properties before calling erase-buffer.
      * vm-rfc1153-or-rfc934-burst-message: don't insert a traling
        message separator if we're bursting the first message.
      * rewrote vm-menu-support-possible-p to not factor device type
        into it's decision.  For a multi-device XEmacs what is not
        possible now might be possible later, so let the menus be
        instaited even if they aren't necessarily visible on the
        currently selected device.
      * default value of vm-honor-mime-content-disposition now nil.
      * disable the setting of stack-trace-on-error for now.
      * fixed a few places where MIME layout vectors were created with
        too many slots and one place with too few slots.
      * Makefile: doc fixes
      * Shapiro typo fixes.  

 -- Manoj Srivastava <srivasta@debian.org>  Tue, 6 May 1997 16:24:08 -0500

vm (6.28-1) frozen unstable; urgency=medium

  * New bugfixing release. Vm has been in feature freeze for a while, 
    and this release is quite stable (better than the 6.22 release
    available before).
    Excerpted changes:
      * added status messages for vm-mark-all-messages and
        vm-clear-all-marks.   
      * vm-mime-set-extent-glyph-for-type: don't croak on unknown
        types.
      * vm-thread-mark-for-summary-update: when skipping already marked
        messages don't skip the part of the loop that moves the list
        pointer forward. :-P
      * rerun vm-menu-install-known-virtual-folders-menu after creating 
        on-the-fly virtual folders because the folder menu gets hosed
        by the let-bound value of vm-virtual-folder-alist.
      * added hack to vm-mail-send-and-exit to try and imrpvoe window
        configuration behvavior under XEmacs when vm-keep-sent-messages 
        is nil.
      * vm-mime-composite-type-p: don't consider message/partial and
        message/external-body as a composite types.
      * fixed nested MIME encoding to check types recursively all the
        way down to make sure the 7bit/8bit rules are followed.
      * vm-forward-message: use message/rfc822 instead of multipart/digest.
      * vm-send-digest: fixed preamble insert for MIME digests to
        insert into the composition buffer instead of directly into the
        digest buffer.
  * Added to postinst commands to remove obsolete references to vm in 
    site-start.el files

 -- Manoj Srivastava <srivasta@debian.org>  Tue, 22 Apr 1997 01:46:16 -0500

vm (6.27-1) unstable; urgency=low

  * New upstream Source
  * excerpted changes:
      * vm-mime-rewrite-failed-button: add newline to displayed error
        string.
      * vm-menu-goto-event: use event-closest-point instead of
        event-point so that we get locality of point when a click
        occurs over a glyph (XEmacs only).
      * vm-mime-display-button-xxxx: say "attempt to display" instead of
        "display", as the button doesn't know if there is a functional
        display function for the type.
      * vm-mime-xemacs-encode-composition: dropped calls to
        encode-coding-region for now.  They were screwing up marker
        positions.
      * vm-mime-xemacs-encode-composition: protect value of
        file-coding-system from changes when inserting attachment file
        contents.
      * vm-mime-display-internal-text/html: don't call w3-region if it
        isn't bound, just set error string and return nil.
      * vm-thread-mark-for-summary-update: don't mark if vm-thread-list-of
        slot is nil; use nil in this slot to mean we've already marked
        this message.
      * added missing application/octet-stream button display function.
      * Shapiro typo fixes
      * copied vm-note-emacs-version to vm-menu.el so that it is
        available at load time for use there.
      * converted mona stamps to XPMs as XEmacs can't display the GIF versions.
      * vm-mime-transfer-encode-layout: mark encoding in transfer
        encoded leaves, forgot this previously (oops).
      * default value of vm-mime-ignore-mime-version now t.
      * restored vm-xemacs-p, vm-xemacs-mule-p and vm-fsfemacs-19-p
        function to avoid breaking third party code that rely on them
        being present (sigh).
      * dropped vm-mime-attach-mime-file from the vm-mail-mode keymap and
        menu.
      * vm-show-list: binding to button release events in XEmacs didn't
        work.  Should probably use mouse-track hooks instead of binding
        keys but until we do that go back to binding button press events.
      * vm-mouse-get-mouse-track-string: check whether we're running
        Emacs/XEmacs rather than whether functions are defined to avoid
        using the wrong overlay/extent interface.
      * initialize mail-default-reply-to from REPLYTO environmental
        variable if value is nil (used to be if value is t).
      * vm: moved call to vm-preview-current-message after the summary
        generatation/display code.  The summary might completely
        obscure the view of the message buffer, so previewing should
        occur after that so that vm-show-current-message knows whether
        the message was visible and therefore also knows whether to
        mark the message as read.
      * vm-keep-mail-buffer: don't kill a buffer if it marked as
        modified, even if the number of `kept' messages would be
        exceeeded by keeping it.  Presumably if a buffer is modified
        the user has resumed composing in it and so we should not delete
        it.
      * added vm-mouse-send-url-to-netscape-new-window and
        vm-mouse-send-url-to-mosaic-new-window functions for use as
        values of vm-url-browser.
      * dropped use of vm-check-for-killed-folder in menubar and
        toolbar enabled-p functions.  We wrap troublesome calls to
        vm-select-folder-buffer in (condition-case ...) now to avoid a
        "Folder has been killed" error from hosing the toolbar/mnunebar
        and XEmacs permanently.
      * don't use application/octet-stream's button function for all
        application subtypes.  Added a separate function to be used for
        subtypes other than octet-stream.
      * vm-mime-attach-object: if type is nil, use text/plain as the
        type when calling vm-mime-set-extent-glyph-for-type.
      * don't fold content-disposition headers if
        vm-mime-avoid-folding-content-type is non-nil.
      * don't add an extra newline after the unfolded content-type of the
        last text subpart.
      * vm-mime-preview-composition: remove mail header separator after
        the message is encoded since the encoder won't work without it.
      * default value of vm-mime-avoid-folding-content-type now t due
        to pervasive broken Solaris sendmail installations that mangle
        the headers of messages with folded Content- headers.
      * vm-mime-make-multipart-boundary: shortened multipart boundaries to
        avoid long header lines when vm-mime-avoid-folding-content-type is
        t.
      * include the missing audio_stamp images in the distribution.
      * set version variables at startup and refer to them rather than
        calling vm-xemacs-p, etc. repeatedly.
      * vm-summary-highlight-region: overlays and extents aren't
        interchangable in this context, so behave based on Emacs/XEmacs
        version to avoid any overlay/extent emulations, and also to
        avoid having make-overlay's sudden appearance give us
        heartburn.
      * don't fset vm-extent-property, vm-make-extent, etc. unless they
        are undefined.  This is to avoid changing their definition in
        the middle of an Emacs session and thereby mixing usage the
        overlay/extent interfaces.
      * vm-mime-set-extent-glyph-for-layout: fixed reversed colorfulness
        test.
      * vm-mime-set-extent-glyph-for-type: mona_stamp is a GIF not an XPM.
      * more overlay/extent interface cleanup.
      * reenabled internal text/html code.
      * vm-yank-message: decode text/html and text/enriched in the
        composition buffer.
      * attach image glyphs to attachment tags in composition buffers
        (XEmacs only).
      * print a warning and continue if x-vm- header seems corrupted.
        old behavior was to just croak an error and wedge the mailer.
      * vm-print-message: default count to 1 if passed no arguments.
      * default value of vm-honor-mime-content-disposition now t.
      * Makefile: default VM build type is now back to `autoload'.
      * vm-rfc1153-or-rfc934-burst-message: use point instead of
        (match-end 0) when deleting the message separator.
      * vm-rfc1153-or-rfc934-burst-message: trim excessive newlines
        only after we know that we are looking at a valid message separator.
      * vm-su-message-id: discard chaff preceding message ID.
      * vm-mime-fragment-composition: 'send -> '8bit to match
        documentation of vm-mime-8bit-text-transfer-encoding.
      * vm-mime-fragment-composition: call vm-add-mail-mode-header-separator
        at the end so the buffer could be sent again.
      * vm-mime-preview-composition: call vm-remove-mail-mode-header-separator.
      * avoid starting new timers if old timers are still active (FSF
        Emacs only).
      * vm-mime-encode-composition: split code into FSF Emacs and
        XEmacs functions.  This should avoid mixing usage of the extent
        and overlay interfaces, which loses with Nuspl's overlay.el
        emulation.
      * default vm-temp-file-directory to C:\ if /tmp is not a directory
        and C:\ is.
      * use insert-file-contents instead of insert-file-contents-literally
        when inserting MIME attachments into compositions when encoding.
      * if vm-auto-displayed-mime-content-types or Content-Disposition
        says to display message/rfc822 or message/news inline and
        immediately display them as text/plain.  If displaying them due
        to button activation, use a folder instead.
      * use different menu for mailto: URLs since the old one didn't
        really do what it advertised, i.e. didn't allow mailto URLs to
        be send to other browsers.
      * added reduced color MIME art for 8-bit displays that used to only be
        used with displays with 16-bit or better displays.
      * cache MIME art image glyphs for reuse to save load time.
      * wrap calls to timezone-make-date-sortable in (condition-case ...)
        to avoid crashing on bad dates.
      * gave up on using frame-totally-visible-p since it is still
        broken in 19.15.
  
 -- Manoj Srivastava <srivasta@debian.org>  Thu, 17 Apr 1997 20:57:45 -0500

vm (6.22-1) unstable; urgency=low

  * New upstream bugfix release
  * Excerpted changes :
    * vm-save-folder: call clear-visited-file-modtime if folder was deleted
      to avoid "File changed on disk" warnings later.
    * vm-mime-qp-encode-region: bounds check (1+ inputpos) before using it
      to avoid referencing outside a clipping region.
    * vm-mime-encode-composition: do the insert/delete dance to avoid text
      leaking into overlays in the file insertion case.
    * vm-mime-encode-composition: insert-file-contents-literally doesn't
      move point. the code assumed it does and corrupted attachments as a
      result.
    * vm-gobble-crash-box: remove/rename crash box even if it is
      zero-length.

 -- Manoj Srivastava <srivasta@debian.org>  Mon, 24 Mar 1997 10:21:14 -0600

vm (6.20-1) unstable; urgency=low

  * BUG#7775 was already fixed in 6.18-2
  * New upstream version
  * Excerpted changes :
    * vm-menu-support-possible-p: allow menu code to operate under
      NextStep.  window-system == ns.
    * New variables:
      + vm-mosaic-program-switches
      + vm-netscape-program-switches
      + vm-mime-ignore-mime-version
      + vm-presentation-mode-hook (you were right, i was wrong)
    * vm-decode-mime-messages: run the highlighting code
    * vm-mime-display-internal-multipart/digest: copied folder display
      code from the message/rfc822 handler since they should work the
      same and message/rfc822 works properly with vm-mutable-windows
      == nil.
    * make gui-button-face be the unconditional default value for
      vm-mime-button-face.
    * vm-virtual-quit: make sure vm-message-pointer is non-nil before
      trying to run vm-message-id-number-of on it.
    * vm-howl-if-eom: don't search other frames for the buffer's
      window.  Under XEmacs calling select-window on such a window
      causes its frame to be selected and it stays selected despite
      the call being wrapped in a save-window-excursion.  I don't
      think we really want to report end of message status in a
      window in a non-selected frame anyway.
    * removed reference to user-mail-address variable, because it might be
      set to nil.
    * vm-show-list: bind command to mouse release events instead of
      mouse press events in XEmacs.
    * vm-preview-current-message: set vm-mime-decoded to nil; it is
      not enough to just let vm-make-presentation-copy do this.
    * use full contents of References headers to avoid 
    * insert an X-Mailer in composition buffers.  Music!  Fun!  Horoscopes!
      And bug tracking.
    * New user data functions:
      + vm-user-composition-folder-buffer
      + vm-user-composition-real-folder-buffers
    * vm-print-message: make printing of MIME message work more like
      non-MIME messages; print visible headers, print tags for
      non-textual body parts.
    * vm-mime-insert-button: don't set keymap parent to be the
      current local map unless that map exists (i.e. is non-nil).
    * catch errors when decoding encoded words and substitute an error
      indicator for the string that we could not parse.
    * vm-set-xxxx-flag: don't set attribute flag until after the undo
      information is recorded.  The buffer modification might be
      nixed by the user via the clash detection query, so we need to
      be sure we're past that code before committing to the attribute
      change.
    * vm-set-labels: same as vm-set-xxxx-flag and for same reason.
  
 -- Manoj Srivastava <srivasta@debian.org>  Tue, 18 Mar 1997 15:03:24 -0600

vm (6.18-2) unstable; urgency=low

  * New maintainer

 -- Manoj Srivastava <srivasta@debian.org>  Fri, 7 Mar 1997 14:55:18 -0600

vm (6.18-1) unstable; urgency=low

  * Fixed dww heading
  * New version from upstream with lots of changes.
  * Excerpted changes :
    * New variables:
      + vm-mime-composition-armor-from-lines
    * use Dispose menu as the mode menu in the presentation buffer.
    * vm-mime-encode-composition: do insert/delete dance to avoid
      inserting into attachment overlays.
    * vm-print-command now decodes the MIME message before printing.
    * added 'print' item to mime dispose menu.
    * returned to using the day's date as part of the saved crash box
      name used when vm-keep-crash-boxes is set.
    * added support for message/news type, which is handled mostly
      like message/rfc822.
    * new mime-dispose menu entries.
    * don't check again for new mail if we already know some is waiting.
    * add extended status reporting during POP message retrieval.

 -- Manoj Srivastava <srivasta@debian.org>  Tue, 4 Mar 1997 10:02:57 -0600

vm (6.16-1) unstable; urgency=low

  * New upstream version, with bug fixes.
  * The most visible bug-fix is the undefined file-coding-system bug.

 -- Manoj Srivastava <srivasta@debian.org>  Tue, 25 Feb 1997 13:56:29 -0600

vm (6.15-1) unstable; urgency=low

  * New upstream bugfix release. Changes include:
    * move start of attachment tag out of header section.
    * vm-mime-preview-composition: don't copy extents under XEmacs.
    * use text properties for attachment tags in FSF Emacs.
    * vm-mime-attach-file: pass description from interactive spec
      into function.
    * better handling of M-x vm-mode w.r.t. coding systems under Mule.
    * Shapiro typo fixes.

 -- Manoj Srivastava <srivasta@debian.org>  Thu, 20 Feb 1997 11:36:39 -0600

vm (6.14-1) unstable; urgency=low

  * Made Richard Kettlewell <richard@elmail.co.uk> the maintainer n the control file again
  * Added HTML files and an dwww index.
  * Since VM stopped supporting older Emacs versions, no longer need to 
    install itimer.  XEmacs ships it by default, and FSF Emacs has an 
    different timer interface that VM knows how.
  * New upstream release. Many changes from previous version.

 -- Manoj Srivastava <srivasta@debian.org>  Wed, 19 Feb 1997 13:02:30 -0600

vm (6.13-2) unstable; urgency=low

  * Changed priority to optional, as per override file

 -- Manoj Srivastava <srivasta@debian.org>  Thu, 13 Feb 1997 14:19:55 -0600

vm (6.13-1) unstable; urgency=low

  * Changed postinst and prerm to just install and remove info files, as the
    new way of running elisp at startup is the dir /etc/emacs/site-start.d
  * Installed vm-init.el in the new /etc/emacs/site-start.d/ directory
  * Added error messages to source directory and root checks in debian/rules.
  * Give destination directories on command line, rather than edit upstream
    Makefile.
  * Non-maintainer upgrade to non-beta vm and new packaging conventions.
    Now upto Standards-Version: 2.1.2.2

 -- Manoj Srivastava <srivasta@debian.org>  Tue, 11 Feb 1997 14:46:25 -0600

Wed Jan 17 00:13:10 1996  Richard Kettlewell  <richard@sfere.uk.geeks.org>

        * debian.rules: Cope with deleted package_revision field

        * debian.control: Delete package_revision field; better
        description field lifted from info documentation.

Fri Sep 22 21:30:46 1995  Richard Kettlewell  <richard@sfere.elmail.co.uk>

        * debian.control: virtual package support

        * moved to version 5.95beta.  This has been unchanged for weeks.

        * debian.rules (version): changed version number

Sat Aug 12 00:19:23 1995  Richard Kettlewell  <richard@elmail.co.uk>

        * debian.site-lisp/vm-init.el: changed the name of this file.

        * debian.site-lisp/vm-init: added mail-mode-smart-tab as posted to
        info-vm.

Wed Aug  9 19:58:31 1995  Richard Kettlewell  <richard@elmail.co.uk>

        * debian.{postinst,prerm}: hacked &followlink a bit; better error
        handling.

        * download 5.94beta from ftp.uu.net

Tue Aug  1 22:45:03 1995  Richard Kettlewell  <richard@sfere.elmail.co.uk>

        * debian.vm-init: used to be vm-debian, changed it to bring in
        line with e.g. the w3-el package.

        * debian.README: fixed version number in pointer to upstream
        version.

        * debian.prerm: rewrote in perl, now we follow links properly

        * debian.postinst: rewrote in perl, now we follow links properly

Fri Jul 28 18:52:35 1995  Richard Kettlewell  <richard@sfere.elmail.co.uk>

        * moved ChangeLog to debian.ChangeLog

Wed Jul 26 18:21:18 1995  Richard Kettlewell  <richard@sfere.elmail.co.uk>

        * debian.control (Description): Removed package name from start of
        description field.

Tue Jul 25 10:00:00 1995  Richard Kettlewell  <richard@sfere.elmail.co.uk>

        * Released vm-5.92beta-1 (time approximate)

Sun Jul 23 22:31:12 1995  Richard Kettlewell  <richard@sfere.elmail.co.uk>

        * debian.rules: changed version number

        * patched up to 5.92beta

Wed Jul 19 23:49:25 1995  Richard J Kettlewell  <richard@sfere.elmail.co.uk>

        * Makefile: changed directories to point to the right place for
        us.

        (clean): clean up things we don't want in the source package

Local variables:
mode: debian-changelog
add-log-mailing-address: "srivasta@debian.org"
End: