[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Uploaded vm 6.84-1 (sparc) to ftp-master



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 17 Nov 2000 12:20:14 -0600
Source: vm
Binary: mime-codecs vm
Architecture: sparc
Version: 6.84-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNU/Linux SPARC/UltraSPARC Build Daemon <buildd@sparc.debian.org>
Changed-By: Manoj Srivastava <srivasta@debian.org>
Description: 
 mime-codecs - Fast Quoted-Printable and BASE64 MIME transport codecs
Changes: 
 vm (6.84-1) unstable; urgency=low
 .
   * New upstream revision. The changes are:
     * vm-submit-bug-report: mail-user-agent should be a symbol not a
       list--- fixed.
     * vm-keep-some-buffers: kill a buffer even if it is modified
       if it's value of buffer-offer-save is nil.
     * vm-pop-make-session: if APOP authentcation fails, remove the
       saved password just like we do for PASS authentication.
     * new variable and function vm-xemacs-file-coding-p tells whether
       XEmacs was compiled with --with-file-coding=yes, which means
       several things need to be treated the same as if MULE were
       enabled.
     * when deciding whether to call set-buffer-file-coding-system
       just check fboundp instead of xemacs-mule-p or fsfemacs-mule-p.
       This should help XEmacs-NT+file-coding.
 .
     * New variables:
       + vm-page-continuation-glyph
       + vm-folders-summary-database
       + vm-folders-summary-directories
       + vm-folders-summary-format
       + vm-frame-per-folders-summary
     * New commands:
       + vm-folders-summarize
     * Makefile: moved vm-version.el to the beginning of the SOURCES
       list so that "make debug" doesn't crash on unbound variables.
     * vm-narrow-to-page: move to beginning of line only if we're not
       at end of buffer.  If we're at end of buffer, it usually means
       forward-page failed to find a page delimiter and crashed into
       point-max.
     * vm-scroll-forward: after calling vm-narrow-to-page move to
       either the new window start or the start of the text section of
       the message, whichever is the greater buffer position.  This
       fixes the semi-broken backward paging over page delimiters and
       fixed the broken forward scrolling over page delimiters after
       scrolling backward through the same message.
     * vm-narrow-to-page: use overlay/extent to display a "...more..."
       type string at the end of a page.
     * vm-scroll-forward: do (sit-for 0) to refresh display early so that
       the end of message notice appears when it should when scrolling
       over page delimiters.
     * vm-mime-display-internal-text/html: insert placeholder
       character before end marker before calling w3-region to avoid
       end == start marker squashing problem.
     * vm-submit-bug-report: reporter-submit-bug-report apparently
       dropped support for the variable reporter-mailer in favor of
       using mail-user-agent instead.  Bind this variable as well the
       old one so bug reporters can send attachments.
     * vm: don't decode MIME if recover-file is likely to happen,
       since recover-file does not work in a presentation buffer.
     * vm-mail-to-mailto-url: decode URL before handing it to
       vm-mail-internal.
     * vm-mime-compile-format-1: removed code to decode and reencode
       MIME encoded words, since these aren't needed in MIME button
       format tags.
     * give up on disabling font-lock around attachments.  font-lock
       users will just have to lose, because I don't see a clean way
       to do it.  Removed futile atemptes from code.
     * vm-preview-current-message: don't MIME decode for preview if
       vm-preview-lines == 0 since it's pointless in that case.
     * vm-select-folder-buffer: make folder buffer selection
       mandatory, generate error otherwise.  New function
       vm-select-folder-buffer-if-possible is to be used for
       situations where buffer selection is not mandatory.
     * moved vm-totals computation out of vm-emit-totals-blurb and into a
       separate function.
     * vm-expunge-folder: increment vm-modification-counter in the
       real folder buffers to invalidate vm-totals.
     * New variables:
       + vm-url-retrieval-methods
       + vm-wget-program
       + vm-lynx-program
     * access-type=url support added for message/external-body.
     * vm-visit-virtual-folder: call vm-fsfemacs-nonmule-display-8bit-chars.
       This needs to be done for the same reasons as it needs to be done
       in 'vm'.
     * provide keymap prompt for # and ## (XEmacs only, unfortunately).
     * vm-truncate-string: fixed to once again support a negative width
       argument, even if we're using char-width.
     * vm-mime-get-xxx-parameter: don't inadvertently truncate parameter
       value at newline.
     * vm-string-width: don't use Emacs 20's string width--- it
       ignores buffer-display-table and thereby hoses the summary.
       Using char-width on each character and summing the reuslt
       gives the answer we want.
     * vm-decode-coding-region: compute old region size based on the
       source buffer rather than the work buffer, since they might
       have different unibyte/multibyte status.
     * vm-decode-coding-region: reverse order of insert/delete
       sequence at the end to delete then insert.  It fixes the
       parsing of this header
          From: "Cajsa Ottesj=?ISO-8859-1?B?9g==?=" <cajsao@ling.gu.se>
       Apparently if ö is inserted before \366 in a multibyte buffer,
       Emacs believes that the two characters are one character and
       moves point forward past the \366.  This loses because the \366
       needs to be deleted.
     * vm-flush-cached-data: stuff last-modified, pop-retrieved and
       imap-retrieved lists.
     * vm-pop-move-mail: if we retrieved something, call vm-stuff-pop-retrieved.
     * vm-imap-move-mail: if we retrieved something, call vm-stuff-imap-retrieved.
     * vm-mime-display-internal-text/html: pass charset name to
       vm-mime-charset-decode-region instead a layout.
     * vm-mime-display-internal-text/enriched: pass charset name to
       vm-mime-charset-decode-region instead a layout.
     * vm-menu-mime-dispose-menu: convert extent or overlay into a
       layout before using layout functions on it.
     * vm-mime-send-body-to-folder: put leading and trailiing message
       separators around the message in the temp folder.
     * vm-mime-send-body-to-folder: clear buffer-modified flag before
       entering vm-mode.
     * call the mime-reader-map save functions from the dispose menu
       instead of the low-level functions, so that
       vm-mime-delete-after-saving is honored.
     * vm-mime-can-display-internal: add 'deep' flag, which indicates
       whether to check the subobject of a message/external-body
       object.
     * vm-mime-display-internal-multipart/alternative: use the new 'deep'
       flag of vm-mime-can-display-internal.
Files: 
 bec8dee874485b209c40e02d353519bb 45150 utils optional mime-codecs_6.84-1_sparc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: Ben Collins <bcollins@debian.org>

iD8DBQE6F9rpfNc/ZB4E7C0RApP2AJ0Wd7JKzqFrk385eV8Xw0nm55UheACfe5Is
bop74ggto9SLq/5liGjv3us=
=aF0f
-----END PGP SIGNATURE-----



Reply to: