1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-22 05:31:01 -08:00
Commit graph

17279 commits

Author SHA1 Message Date
Dave Love
8c1a8aed90 *** empty log message *** 2000-11-08 15:46:49 +00:00
Dave Love
f2307f1837 Require gnus-util.
2000-11-07  Dave Love  <fx@gnu.org>

	* rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
	(rfc2047-charset-encoding-alist): Add iso-8859-1[45].
2000-11-07  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* rfc2047.el: Require cl when compiling.
	(rfc2047-q-encode-region): Don't break if a QP-word could be
	fitted in one line.
	(rfc2047-decode): Use mm-with-unibyte-current-buffer-mule4.
	(rfc2047-fold-region): "=?=" is not a break point.
	(rfc2047-encode-message-header): Move fold into encode-region.
	(rfc2047-dissect-region): Rewrite.
	(rfc2047-encode-region): Rewrite.
	(rfc2047-fold-region): Fold
	(rfc2047-unfold-region): New function.
	(rfc2047-decode-region): Use it.
	(rfc2047-q-encode-region): Don't break at bob.
	(rfc2047-decode): Use unibyte.
	(rfc2047-q-encode-region): Better calculation of break point.
	(rfc2047-fold-region): Don't break the first non-LWSP characters.
	(rfc2047-encode-region): Merge only if regions are adjacent.
2000-11-08 15:45:55 +00:00
Dave Love
8e042df508 (gnus-sorted-intersection): Autoload. 2000-11-08 15:40:14 +00:00
Dave Love
534aa266c7 Put some defvars in eval-when-compile. 2000-11-08 15:36:19 +00:00
Dave Love
9e153fefd2 Wrap subst-char-in-string def in eval-and-compile.
(gnus-intersection, gnus-sorted-complement):  Autoload.
2000-11-08 15:35:07 +00:00
Dave Love
2d5fdf6346 (imap-point-at-eol): New, replacing gnus-point-at-eol. 2000-11-08 15:32:11 +00:00
Dave Love
05c2a83cfd Avoid compiler warnings.
Use (featurep 'xemacs).  Require cl when compiling.
(uudecode-char-int): New alias, replacing char-int.
(uudecode-decode-region): Don't call buffer-disable-undo.
2000-11-08 15:27:30 +00:00
Dave Love
4515227fa5 (mm-body-7-or-8): Autoload. 2000-11-08 15:24:27 +00:00
Dave Love
0e43de59ea (mm-insert-inline): Autoload. 2000-11-08 15:23:02 +00:00
Dave Love
4faaa994b1 Put some defvars in eval-when-compile.
(gnus-msg-mail): Move after gnus-setup-message.
2000-11-08 14:07:12 +00:00
Dave Love
1424c9bfe3 (smiley-data-directory, smiley-regexp-alist): Doc fix. 2000-11-08 13:58:20 +00:00
Dave Love
c4fedaa02f (nnheader): Don't require message (recursive
autoload).
2000-11-07 18:21:04 +00:00
Gerd Moellmann
acad3c0b5a *** empty log message *** 2000-11-07 17:33:35 +00:00
Gerd Moellmann
eac6ee8fd2 (insert-kbd-macro): Print semi-colons as `?\;'. 2000-11-07 17:32:47 +00:00
Gerd Moellmann
7b01b08c24 (dired-between-files): Add `^. find' as an alternative
to the regular expression, for find-dired.
2000-11-07 17:03:31 +00:00
Dave Love
cb9040ed23 (gnus-binary-mode): Fix call to gnus-add-minor-mode. 2000-11-06 23:46:59 +00:00
Dave Love
0342aa5b20 2000-11-06 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-msg.el (gnus-inews-group-method): New function.
	(gnus-inews-do-gcc): Use it.

	*gnus-msg.el: (gnus-inews-add-send-actions): Use
	`gnus-agent-possibly-do-gcc' if Agentized.
	(gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
	to `message-header-hook'.
2000-11-06 23:39:09 +00:00
Dave Love
d8cc10e1d7 2000-11-06 John Wiegley <johnw@gnu.org>
* gnus-mlspl.el (gnus-group-split-update): Check the value of
	`nnmail-crosspost', and use it to set the `no-crosspost'
	argument when calling `gnus-group-split-fancy'.  Otherwise, it
	assumes that cross-posting is always OK, no matter what
	`nmail-crosspost' is set to.
	(gnus-group-split-fancy): The argument order in the
	second-to-last `push' call was wrong, but since `no-crosspost'
	was always nil, it was never being triggered.

2000-11-06  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus-mlspl.el: Require cl when compiling.
2000-11-06 23:26:20 +00:00
Dave Love
1464e703ba 2000-10-01 08:32:42 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-ml.el: Usage.
	(gnus-mailing-list-archive, gnus-mailing-list-owner,
	gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
	gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
	(gnus-mailing-list-menu): Define it.
	(turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
2000-11-06 23:14:25 +00:00
Dave Love
8b84c4d38e 2000-10-07 15:42:59 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-logic.el (gnus-advanced-string): Use "" if nil.
2000-11-06 23:12:06 +00:00
Dave Love
6a584a182c Change maintainer. 2000-11-06 22:52:20 +00:00
Dave Love
ff223cb79c (running-xemacs): Don't define. 2000-11-06 22:51:40 +00:00
Dave Love
6824727ef3 (mm-uu-configure): Unquote lambda.
(mm-uu-configure-list): Doc fix.
2000-11-06 22:51:11 +00:00
Dave Love
117b4b782b Require cl when compiling. 2000-11-06 22:50:28 +00:00
Dave Love
456d96353c Use (featurep 'xemacs).
(uudecode-char-int): New alias, replacing char-int.
(uudecode-decode-region): Don't call buffer-disable-undo.
2000-11-06 22:46:03 +00:00
Gerd Moellmann
e0c12c6813 *** empty log message *** 2000-11-06 16:52:41 +00:00
Gerd Moellmann
e9580d712b (mode-line-toggle-read-only)
(mode-line-toggle-modified, mode-line-widen)
(mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
(make-mode-line-mouse2-map): Rewritten.
(mode-line-modified, mode-line-format, minor-mode-alist): Use new
functions so that C-h k can show something with a doc string.
2000-11-06 16:43:42 +00:00
Stefan Monnier
6f602bd063 Require texinfo.
(defmacro, defgroup): Remove.
(texinfo-section-to-generic-alist): Remove.
Use texinfo-section-list instead (i.e. level is changed string->int).
(texinfo-filter): New function.
(texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
(texinfo-subsection-level-regexp, texinfo-section-level-regexp):
Use it.  And use regexp-opt.
(texinfo-find-higher-level-node, texinfo-hierarchic-level)
(texinfo-update-menu-region-beginning)
(texinfo-update-menu-same-level-regexps)
(texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
(texinfo-update-the-node, texinfo-sequentially-update-the-node): Update.
(texinfo-update-node, texinfo-every-node-update)
(texinfo-sequential-node-update): Remove autoload cookie.
2000-11-06 15:53:05 +00:00
Stefan Monnier
17ff7a277a (texinfo-chapter-level-regexp): Remove.
(texinfo-mode): Hard code texinfo-chapter-level-regexp.
2000-11-06 15:49:33 +00:00
Dave Love
b04f7626e9 *** empty log message *** 2000-11-06 15:22:52 +00:00
Dave Love
47e58cf5b9 (auto-insert-alist) <latex-mode>: Use
\documentclass.
2000-11-06 15:17:06 +00:00
Stefan Monnier
92819e90bb (texinfo-section-list): Change majorheading to 2.
(texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2000-11-06 14:44:17 +00:00
Stefan Monnier
4d2806e27a (vc-insert-file): Don't assume byte==char. 2000-11-06 13:21:09 +00:00
Dave Love
bb21621841 *** empty log message *** 2000-11-06 12:50:32 +00:00
Kenichi Handa
7f341749f7 (decode-char, encode-char): Fix doc-string. 2000-11-06 12:42:06 +00:00
Kenichi Handa
7141ee657b (composition-function-table): Variable declaration
moved to src/composite.c.
(compose-chars-after): New optional arg object.
2000-11-06 12:40:34 +00:00
Kenichi Handa
ff8dd5d53b *** empty log message *** 2000-11-06 12:40:14 +00:00
Dave Love
b0d9985339 (lisp-imenu-generic-expression): Match
defun*.
2000-11-06 12:28:33 +00:00
Gerd Moellmann
e9da51a1d9 (fancy-splash-delay): Set to 10 seconds.
(fancy-splash-max-time): New user-option.
(fancy-splash-stop-time): New variable.
(fancy-splash-screens): Set it.  Catch `stop-splashing'.
(fancy-splash-screens-1): Throw `stop-splashing' when current
time is greater than fancy-splash-stop-time.
2000-11-06 11:46:54 +00:00
Stefan Monnier
611dbdf022 *** empty log message *** 2000-11-06 11:37:39 +00:00
Stefan Monnier
316e1d5b1c (cvs-mode-marked): New arg `noquery'.
Prompt user for a file rather than raising an error.
(cvs-enabledp): Fix call to cvs-mode-marked.
(cvs-insert-file): New function (extracted from cvs-mode-insert).
(cvs-mode-insert): Use it.  Change the init prompt' value.
(cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2000-11-06 07:17:33 +00:00
Stefan Monnier
6d84ac8587 (ewoc-goto-prev, ewoc-goto-next):
Don't pass default arg to ewoc-locate.
(ewoc-collect): Return result in the right order.
2000-11-06 07:13:07 +00:00
Stefan Monnier
a88e99b5ee (log-edit-show-files): Use cvs-insert-strings. 2000-11-06 07:01:36 +00:00
Stefan Monnier
c68088c201 (cvs-tree-merge): Use cvs-butlast (avoid CL).
(cvs-status-get-tags): Fix regexp.
(cvs-status-trees, cvs-status-cvstrees):
Combine after change hooks and don't sit-for.
(cvs-tree-use-jisx0208): Renamed from cvs-tree-dstr-2byte-ready.
(cvs-tree-char-*): Renamed from cvs-tree-dstr-char-*.
Use make-char rather than hard-coded cryptic data.
(cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2000-11-06 07:01:10 +00:00
Stefan Monnier
138e1bd0ac (cvs-menu): Add entries for tree and insert. 2000-11-06 06:56:03 +00:00
Stefan Monnier
80786c0aba (cvs-butlast, cvs-nbutlast): New (copied from CL).
(cvs-insert-strings): New function.
2000-11-06 06:54:16 +00:00
Miles Bader
937b28770e (mouse-wheel-scroll-amount): Renamed from `mwheel-scroll-amount'.
(mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
(mouse-wheel-mode): Use (featurep 'xemacs) instead of
string-matching against the version string.
2000-11-06 01:43:37 +00:00
Kenichi Handa
e036b0a6b3 (describe-language-environment): Eval
`sample-text' data and insert the result.
2000-11-06 00:11:18 +00:00
Kenichi Handa
e2a20aa791 ("Thai"): Set a lisp form that produces
composed string in `sample-text' language info.
2000-11-06 00:10:50 +00:00
Kenichi Handa
ec724c2905 ("Tibetan"): Set a lisp form that produces
composed string in `sample-text' language info.
2000-11-06 00:10:12 +00:00