Stefan Monnier [Wed, 13 Mar 2002 17:12:02 +0000 (17:12 +0000)]
(x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
line) to avoid annoying flicker.
(xm_scroll_callback): Get rid of the now unnecessary kludge.
(XTread_socket): Mark it static.
Eli Zaretskii [Fri, 22 Feb 2002 10:45:22 +0000 (10:45 +0000)]
(ctext-no-compositions, compound-text-with-extensions): New coding systems.
(x-ctext-with-extensions, ctext-with-extensions): Aliases for
compound-text-with-extensions.
(non-standard-icccm-encodings-alist, non-standard-designations-alist): New
variables.
(ctext-post-read-conversion, ctext-pre-write-conversion): New functions.
Eli Zaretskii [Fri, 22 Feb 2002 10:42:23 +0000 (10:42 +0000)]
<Qcompound_text_with_extensions>: New variable.
(syms_of_xselect): Intern and staticpro it.
(selection_data_to_lisp_data): Run post-read-conversion on decoded
selection text.
(lisp_data_to_selection_data): If next-selection-coding-system is
compound-text-with-extensions, set the type of selection to be
compound-text.
Eli Zaretskii [Fri, 22 Feb 2002 10:40:56 +0000 (10:40 +0000)]
(x_encode_text): Accept additional arg SELECTIONP; all
callers changed. If SELECTIONP is non-zero, run the
pre-write-conversion function before encoding the selection text.
* mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
* mm-view.el (mm-inline-message): Insert a newline unless bolp.
* gnus-sum.el (gnus-summary-save-article): Nix
gnus-display-mime-function and gnus-article-prepare-hook.
2001-12-01 ShengHuo ZHU <zsh@cs.rochester.edu>
* message.el (message-mail): Add send-actions.
2001-11-28 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-sum.el (gnus-summary-limit-to-author): Fix the number of
arguments.
2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
* imap.el (imap-interactive-login, imap-open, imap-authenticate):
Use make-local-variable rather than make-variable-buffer-local.
2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
* message.el (message-forward-rmail-make-body): Use
save-window-excursion.
(message-encode-message-body): Use noerror when search.
(message-setup-1): Convert compose-mail send-actions to
message-send-actions.
* message.el (message-forward-subject-author-subject): Don't use
message-news-p, which widens the buffer.
(message-forward-make-body): New function.
(message-forward): Use it.
(message-insinuate-rmail): New function.
(message-forward-rmail-make-body): New function.
* gnus-util.el (gnus-directory-sep-char-regexp): New variable.
* gnus-score.el (gnus-score-find-bnews): Use it.
* mm-util.el (mm-iso-8859-x-to-15-region): Use
insert-before-markers.
From Jesper Harder <harder@ifa.au.dk>
* mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
* mm-util.el (mm-coding-system-priorities): New variable.
(mm-sort-coding-systems-predicate): New function.
(mm-find-mime-charset-region): Resort coding systems if needed.
Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
* gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
(gnus-summary-limit-to-author): Ditto.
(gnus-summary-limit-to-extra): Ditto.
(gnus-summary-find-matching): Support not-matching argument.
* message.el (message-wash-subject): Use `insert' rather than
`insert-string', which is deprecated.
From Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2001-11-14 Sam Steingold <sds@gnu.org>
* gnus-score.el: Fixed some doc strings to properly quote symbols.
2001-11-10 Pavel Jan\e,Al\e(Bk <Pavel@Janik.cz>
* gnus.el (gnus-local-domain): Reformat the doc-string to refer to
function `system-name' instead of both function and variable.
* mm-util.el (mm-iso-8859-x-to-15-region): New function.
(mm-hack-charsets): New variable.
(mm-iso-8859-15-compatible): New variable.
(mm-iso-8859-x-to-15-table): New variable.
(mm-find-mime-charset-region): Add parameter hack-charsets.
* mm-util.el (mm-charset-to-coding-system): Return nil, if charset
is nil.
* nnultimate.el, nnweb.el, nnslashdot.el: Update, because the web
pages are changed.
* mm-util.el (mm-mime-mule-charset-alist): Move down and call
mm-coding-system-p. Don't correct it only in XEmacs.
(mm-charset-to-coding-system): Use mm-coding-system-p and
mm-get-coding-system-list.
(mm-emacs-mule, mm-mule4-p): New.
(mm-enable-multibyte, mm-disable-multibyte,
mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
mm-with-unibyte-current-buffer,
mm-with-unibyte-current-buffer-mule4): Use them.
(mm-find-mime-charset-region): Treat iso-2022-jp.
From Dave Love <fx@gnu.org>:
* mm-util.el (mm-mime-mule-charset-alist): Make it correct by
construction.
(mm-charset-synonym-alist): Remove windows-125[02]. Make other
entries conditional on not having a coding system defined for
them.
(mm-mule-charset-to-mime-charset): Use
find-coding-systems-for-charsets if defined.
(mm-charset-to-coding-system): Don't use
mm-get-coding-system-list. Look in mm-charset-synonym-alist
later. Add last resort search of coding systems.
(mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
(mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
Mule 4.
(mm-find-mime-charset-region): Re-write.
(mm-with-unibyte-current-buffer): Restore buffer as well as
multibyteness.
2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
* gnus-msg.el (gnus-setup-message): Setup reaper for MML buffers.