1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-23 13:02:00 -08:00
Commit graph

18752 commits

Author SHA1 Message Date
Stefan Monnier
43ce9870a2 (diff-end-of-hunk): Watch out for ambiguous headers. 2002-02-22 17:00:21 +00:00
Eli Zaretskii
d01c71abcd Fix the last entry. 2002-02-22 16:27:57 +00:00
Eli Zaretskii
17fdc23bce (find-tag-noselect, find-tag)
(find-tag-other-window, find-tag-other-frame, find-tag-regexp):
Fix a typo in doc strings.
2002-02-22 16:26:41 +00:00
Eli Zaretskii
cf4d451523 Files loaddefs.el and finder-inf.el regenerated. 2002-02-22 11:28:11 +00:00
Eli Zaretskii
c3d65c49db Update copyright years. 2002-02-22 11:01:26 +00:00
Eli Zaretskii
1281b922be Set Emacs version to 21.1.95. 2002-02-22 11:00:24 +00:00
Eli Zaretskii
72d6b6f416 *** empty log message *** 2002-02-22 10:46:14 +00:00
Eli Zaretskii
ec2b93f7b5 (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.
2002-02-22 10:45:22 +00:00
ShengHuo ZHU
29d0cade38 * gnus-art.el (gnus-article-edit-done): Widen the article buffer. 2002-02-21 17:58:57 +00:00
ShengHuo ZHU
d61b6b9852 * mail-source.el (mail-source-fetch-directory): Run scripts. 2002-02-19 14:06:23 +00:00
ShengHuo ZHU
f8693286f0 * mm-encode.el (mm-content-transfer-encoding-defaults): Set
default to base64. Add application/emacs-lisp.
2002-02-19 13:31:46 +00:00
Andreas Schwab
b8804b65b7 (query-replace-regexp-eval): Doc fix. 2002-02-18 20:31:48 +00:00
ShengHuo ZHU
504d2cb912 * gnus-msg.el (gnus-post-method): Fix doc. 2002-02-16 19:55:58 +00:00
ShengHuo ZHU
e8407ba227 * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too. 2002-02-16 19:06:13 +00:00
Andreas Schwab
1092219a59 (tex-font-lock-keywords-2): Require non-letter after specials. 2002-02-15 17:09:22 +00:00
Eli Zaretskii
bce2c09781 (save-selected-window): If the saved window has
become dead while macro body was running, refrain from switching
to it.
2002-02-12 17:46:45 +00:00
Eli Zaretskii
92c63329f0 (pascal-imenu-generic-expression): Add menu-title and fix parentheses. 2002-02-12 17:34:39 +00:00
Eli Zaretskii
787ae7a3b5 (ffap-newsgroup-p): Test for non-nil symbol-value of htb. 2002-02-08 19:02:08 +00:00
Eli Zaretskii
f4d6ea4fcc (calendar-mode-map): Change the menu item's name to "Insert Diary Entry". 2002-02-08 18:54:30 +00:00
Eli Zaretskii
cfd8fcb10c (ange-ftp-process-handle-line, ange-ftp-set-xfer-size): If the file's
size is a float, divide by 1024 instead of using ash.
2002-02-08 12:50:23 +00:00
ShengHuo ZHU
4c2eb6f538 * gnus-art.el (article-wash-html): Bind url-gateway-unplugged.
* mm-view.el (mm-w3-prepare-buffer): Ditto.
	(mm-inline-text): Ditto.
	Suggested by  Dave Love <fx@gnu.org>.
2002-02-07 15:55:05 +00:00
ShengHuo ZHU
ecc53fb629 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
version of rmail-enable-mime.
	(rmail-forward): Use it.
2002-02-07 15:49:47 +00:00
ShengHuo ZHU
72308d3ffa * mml.el (mml-preview): Disable local map.
* mml.el (mml-preview): Bind `q'.
	From: Karl Kleinpaste <karl@charcoal.com>

And fix copyright lines.
2002-02-07 15:44:12 +00:00
ShengHuo ZHU
71b51fc098 2002-02-03 ShengHuo ZHU <zsh@cs.rochester.edu>
* message.el (message-forward-rmail-make-body): Directly use
	rmail-msg-restore-non-pruned-header to avoid calling
	vertical-motion.

2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* mm-util.el (mm-charset-to-coding-system): Don't setq charset.
	* mm-util.el (mm-use-find-coding-systems-region): New variable.
	(mm-find-mime-charset-region): Use it.
	* nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
	* nnspool.el (nnspool-request-post): Ditto.

2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* message.el, gnus-art.el, gnus.el, gnus-cite.el:
	Adapt face definitions to use :weight and :slant.

2001-12-12  Pavel Jan,Am(Bk  <Pavel@Janik.cz>

	* gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
	to variable, follow doc-string conventions).

2001-12-05  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* 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>.

	* mm-util.el (mm-iso-8859-15-compatible): Fix doc.
	(mm-hack-charsets): Fix doc.

	* mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
	(mm-iso-8859-x-to-15-table): Ditto.
	(mm-iso-8859-x-to-15-region): Ditto.
	(mm-find-mime-charset-region): Ditto.

	* 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,A_(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,Al(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.

2001-11-07  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* mml.el (mml-preview): Bind mail-header-separator.

2001-11-05  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
	Suggested by  Dave Love  <fx@gnu.org>.

2001-11-01  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* mm-util.el (mm-charset-synonym-alist): Revert (some).

2001-10-30  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* 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.
2002-02-07 15:28:34 +00:00
Pavel Janík
bbb3655e04 (sgml-start-tag-regex)
(sgml-font-lock-keywords-1, sgml-mode-common): Allow underscore,
colon, non-ASCII letters.
(sgml-name-char): Don't assume anything about charsets handled by
encode-char.
(sgml-name-8bit-mode): Doc fix.
(sgml-font-lock-keywords-1): Remove comment pattern.
(sgml-mode-common): Set font-lock-syntactic-keywords.
From Dave Love <fx@gnu.org>.
2002-02-06 14:24:26 +00:00
Eli Zaretskii
9f2dbe140f (pong-border-options): Make the border colors slightly more bright. 2002-02-06 12:08:58 +00:00
Eli Zaretskii
5ea2642ac6 (pong-height): Don't use height that exceeds the frame height. 2002-02-06 11:55:02 +00:00
Eli Zaretskii
ec431936b4 (gamegrid-display-type): Treat any
color-capable display as color-x, if display-color-p is fboundp.
(gamegrid-make-color-x-face): Don't call gamegrid-color twice.
(gamegrid-make-color-tty-face): Use the value of color, not the
symbol itself.  Don't call gamegrid-color.
2002-02-06 11:51:52 +00:00
Eli Zaretskii
d516b08f4a *** empty log message *** 2002-02-05 18:14:21 +00:00
Eli Zaretskii
a8b2ae4ff0 (gud-refresh): Call recenter only after we are sure we
are in the right window.
2002-02-05 18:09:13 +00:00
ShengHuo ZHU
0a99a8afd8 2002-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-start.el (gnus-read-init-file): Cleaned up.

2002-01-03  Dave Love  <d.love@dl.ac.uk>

	* gnus-start.el (gnus-startup-file-coding-system): Removed.
	(gnus-read-init-file): Don't use it.

2002-01-03  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* gnus-start.el (gnus-read-init-file): Don't force coding system
	for ~/.gnus.  From Dave Love <fx@gnu.org>.
2002-02-04 14:33:31 +00:00
Eli Zaretskii
f3dc9fdbf4 (rmail): Use find-buffer-visiting instead of
get-file-buffer to check for rmail buffer existence.
2002-02-03 11:42:21 +00:00
Eli Zaretskii
b44298c3e3 (term-emulate-terminal): Extract proper command string
which is supplied to term-command-hook.
2002-02-03 11:40:06 +00:00
Eli Zaretskii
63f1f77ffc (uce-reply-to-uce): Prune the headers before copying
the message text into the *mail* buffer, and restore the pruned
state after that.
2002-02-02 17:00:22 +00:00
Eli Zaretskii
00a2a754e1 (rmail-redecode-body): Prune the headers before
looking for X-Coding-System header, and restore the pruned state
before returning.
2002-02-02 16:58:33 +00:00
Pavel Janík
0f6438e797 (customize-save-variable): Fix typo in prompt. 2002-02-02 15:59:20 +00:00
Eli Zaretskii
90ba5ff1b9 (disable-command, enable-command): If user-init-file
is nil or does not exist, default to "~/.emacs" (~/_emacs on DOS
and, maybe, Windows).  But don't alter the init file if Emacs was
invoked as "emacs -q"
2002-02-02 13:02:28 +00:00
Stefan Monnier
764004c810 (mail-mode) <adaptive-fill-first-line-regexp>: Undo half of last change. 2002-02-01 21:56:57 +00:00
Stefan Monnier
738c068f1d (hi-lock-find-patterns): Save restriction. 2002-02-01 19:31:17 +00:00
Pavel Janík
c61840946b *** empty log message *** 2002-01-29 08:14:10 +00:00
Pavel Janík
1f8c931632 (tmm-get-keymap): Honour :visible in `menu-item'.
Add Keywords header.  Update Commentary section.
Update copyright notice.
2002-01-29 08:08:08 +00:00
Eli Zaretskii
fa69379abb Bump version to 21.1.90. 2002-01-28 17:15:14 +00:00
Eli Zaretskii
212a350590 *** empty log message *** 2002-01-28 17:00:07 +00:00
Eli Zaretskii
10a18e7db3 (basic-save-buffer-2): Ignore file-error in delete-file. 2002-01-28 16:50:29 +00:00
Eli Zaretskii
65108ddce7 (custom-save-all): Bind file-precious-flag to t for saving .emacs. 2002-01-28 16:49:41 +00:00
Eli Zaretskii
bfdcf7830f (eshell-eval-command): If eshell-resume-eval
returns t, don't treat that as an error.
2002-01-26 12:11:12 +00:00
Jason Rumney
48f18c6a73 (face-font-registry-alternatives) [windows-nt]: Add
ms-oemlatin as an alternative for iso8859-1.
2002-01-25 23:57:32 +00:00
Eli Zaretskii
77a4a181a9 (mismatch): Doc fix. 2002-01-25 18:52:53 +00:00
Stefan Monnier
ad89245903 (mail-mode): ">" is not a supercite-style prefix
and is already matched by adaptive-fill-regexp.
2002-01-23 00:44:42 +00:00
Richard M. Stallman
933e1313b9 (ispell-help): Clean up echo area if user quits. 2002-01-22 07:37:39 +00:00