- 22 Jan, 2001 2 commits
-
-
Gerd Moellmann authored
around running a global binding.
-
Gerd Moellmann authored
to 0.25.
-
- 21 Jan, 2001 1 commit
-
-
ShengHuo ZHU authored
* message.el (message-forward): Use mule4. * mm-util.el (mm-string-as-unibyte): New. * message.el (message-forward): Use it. * message.el (message-cite-original-without-signature): Don't peel off the blank line. (message-get-reply-headers): Add Cc if it is not in follow-to. * message.el (message-send-mail): Content-Type may not be there. By Alberto Lusiani. * gnus-art.el (article-display-x-face): Insert X-Face if there is not. * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is one. * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs. (gnus-remove-some-windows): Ditto. * mm-decode.el (mm-interactively-view-part): Don't copy-sequence handle. * gnus-art.el (gnus-mime-view-part): Copy it. (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles. * nnmail.el (nnmail-get-new-mail): Find group only if file is not orig-file. Use ',source. * nnslashdot.el (nnslashdot-request-list): Get the right year. By Lars Magne Ingebrigtsen. * pop3.el (pop3-get-message-count): Andrew Innes <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
-
- 20 Jan, 2001 2 commits
-
-
Miles Bader authored
-
Miles Bader authored
`custom-face-set' does.
-
- 19 Jan, 2001 15 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
isearch-toggle-regexp and isearch-edit-string to doc string.
-
Gerd Moellmann authored
as font-lock-beginning-of-syntax-function in font-lock-defaults.
-
Gerd Moellmann authored
font-lock-beginning-of-syntax-function to nil.
-
Eli Zaretskii authored
locale-coding-system, default-enable-multibyte-characters, and the environment variables LC_ALL, LC_TYPE, and LANG.
-
Gerd Moellmann authored
change.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(font-lock-default-fontify-region): If font-lock-multiline is nil, don't check the property `font-lock-multiline'.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
is nil, don't check the `font-lock-multiline' text property.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Michael Kifer authored
* viper.el: call initial-major-mode on startup. * ediff.el (ediff-patch-file): use better defaults. * ediff-vers.el: fix for 8+3 DOS file systems 2001-01-19 Colin Walters <walters@cis.ohio-state.edu> * ediff-util.el (ediff-compare-custom-diffs-maybe): put diff in diff mode, if available. 2001-01-19 Vin Shelton <acs@xemacs.org> * ediff-hook.el (ediff-xemacs-init-menus): fixed add-menu-button 2001-01-19 Steve Youngs <youngs@xemacs.org> * ediff-init.el (subst-char-in-string): Define and use it, unless it's already defined.
-
- 18 Jan, 2001 4 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(tooltip-show): Use tooltip-hide-delay instead of the default.
-
Kenichi Handa authored
kill-local-variable doesn't work for enable-multibyte-characters.
-
Kenichi Handa authored
-
- 17 Jan, 2001 8 commits
-
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
(ediff-merge-filename-prefix): Add :version.
-
Dave Love authored
(latin1-display): Fix :set.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(isearch-lazy-highlight-interval): Default to 0.
-
Gerd Moellmann authored
1 here rather than each time through isearch-lazy-highlight-new-loop. (isearch-lazy-highlight-max): Variable deleted. (isearch-lazy-highlight-max-at-a-time): New user variable, like isearch-lazy-highlight-max but controls a single invocation of isearch-lazy-highlight-update. (isearch-lazy-highlight-wrapped): Variable recreated. (isearch-lazy-highlight-window-start): New variable. (isearch-lazy-highlight-cleanup): Restored to behavior of before 2-Jan. (isearch-lazy-highlight-remove-overlays): Function deleted; behavior folded into isearch-lazy-highlight-cleanup. "Keep" behavior removed. (isearch-lazy-highlight-new-loop): Restore old behavior of calling isearch-lazy-highlight-update in a loop rather than just once. Test isearch-invalid-regexp here and decide not to start a new loop, rather than testing it each time through isearch-lazy-highlight-update. (isearch-lazy-highlight-search): Function restored. (isearch-lazy-highlight-update): Get called in a timer loop again, but this time highlight more than one match each time through. Only highlight matches in the visible part of the window. Start at point, move in the direction of the search, and wrap around at the edge of the window. Use sit-for to force redisplay and ensure window-start is credible. "Face suppressing" behavior removed; overlay priorities should make it unnecessary, right? (isearch-highlight): Face suppressing behavior removed. (isearch-dehighlight): Face suppressing behavior removed. (isearch-set-lazy-highlight-faces-at): Removed.
-
Dave Love authored
-
- 16 Jan, 2001 8 commits
-
-
Kenichi Handa authored
about additional language environments same as that of Latin-2.
-
Kenichi Handa authored
-
Gerd Moellmann authored
Don't bind <delete> otherwise.
-
Gerd Moellmann authored
and <delete> via function-key-map.
-
Dave Love authored
-
Dave Love authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
Subject line only if point is after the `Subject:'.
-