1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00
Commit graph

32233 commits

Author SHA1 Message Date
Dave Love
bd4af791d2 xref eshell 2000-11-10 18:57:30 +00:00
Dave Love
7871d11e94 Update todo. 2000-11-10 18:13:38 +00:00
Dave Love
6ab8077a8d (gnus-cache-active-file): Don't use
file-name-as-directory on directory.
(gnus-cache-file-name): Use expand-file-name, not concat.  Don't
use file-name-as-directory on directory.
2000-11-10 18:11:31 +00:00
Dave Love
1c57d87089 Doc fixes.
(mm-mime-charset): Don't use the raw result of
mm-preferred-coding-system.
(mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
(mm-with-unibyte):  Simplify.
2000-11-10 18:02:56 +00:00
Dave Love
31f35b6f94 (gnus-start-news-server): Use expand-file-name, not
concat.
2000-11-10 18:01:58 +00:00
Dave Love
ce2a8a6a93 (timezone-make-date-arpa-standard): Autoload.
(date-to-time): Use it.
2000-11-10 18:00:36 +00:00
Dave Love
9e30862d6e (message-mode) <adaptive-fill-regexp>:
<adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
(message-newline-and-reformat): Likewise.
2000-11-10 17:37:31 +00:00
Dave Love
185a608e0f Add coding tag. 2000-11-10 17:29:46 +00:00
Gerd Moellmann
52d898940b *** empty log message *** 2000-11-10 15:00:47 +00:00
Gerd Moellmann
32fcc231a0 (Vface_alternative_font_registry_alist): New variable.
(font_list_1): Renamed from font_list.
(font_list): New function, trying alternative registries from
Vface_alternative_font_registry_alist.
(Finternal_set_alternative_font_registry_alist): New function.
(syms_of_xfaces): Initialize and Staticpro
Vface_alternative_font_registry_alist.  Defsubr
Finternal_set_alternative_font_registry_alist.
2000-11-10 14:40:10 +00:00
Gerd Moellmann
18f1dcb449 (face-font-registry-alternatives): New user-option. 2000-11-10 14:34:23 +00:00
Dave Love
30d276a402 *** empty log message *** 2000-11-10 11:56:26 +00:00
Dave Love
daaeed873e 2000-11-10 Dave Love <fx@gnu.org>
* pop3.el (pop3-version): Deleted.
	(pop3-make-date): New function, avoiding message-make-date.
	(pop3-munge-message-separator): Use it.

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

	* pop3.el (pop3-munge-message-separator): A message may have an
	empty body.
2000-11-10 11:56:06 +00:00
Stefan Monnier
d7fa3319f5 (texinfo-block-default): New var.
(texinfo-insert-block): Use it.  Insert a newline if needed.
2000-11-10 11:55:06 +00:00
Stefan Monnier
178932de25 (fill-indent-according-to-mode): New var.
(fill-region-as-paragraph): Use it.
2000-11-10 11:43:55 +00:00
Dave Love
4301cf6633 md5.
Modify Gnus entry.
2000-11-10 11:37:09 +00:00
Stefan Monnier
dd459839da (standard-latex-block-names): Add "math".
(latex-mode): Tweak tex-*-(head|trail)er regexps.
Tweak paragraph regexps to allow a leading [ \t]*.
(tex-latex-block): Insert a newline if necessary.
(latex-insert-item): Only insert a newline if necessary.
(tex-guess-main-file): New function.
(tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
Set tex-main-file if TeX-master is provided.
(tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2000-11-10 10:25:00 +00:00
Stefan Monnier
5dd31b135a *** empty log message *** 2000-11-10 09:18:43 +00:00
Stefan Monnier
b29b03eb6f *** empty log message *** 2000-11-10 06:18:55 +00:00
Stefan Monnier
1c172af45c (font-lock-*-face) <defvar>: Move.
(font-lock-defaults-alist): Mark obsolete.
(font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
(font-lock-mode): Use define-minor-mode.
(font-lock-support-mode): Tweak type to default to jit-lock-mode.
(font-lock-turn-off-thing-lock): Be more explicit.
(font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
(font-lock-syntactic-face-function): New var.
(font-lock-fontify-syntactically-region): Use it.
(font-lock-doc-face): New.
2000-11-10 00:57:45 +00:00
Stefan Monnier
598dd5ff74 (cvs-enabledp): Ignore errors.
(cvs-commit-filelist): Never query.
(cvs-mode-insert): Always add a terminating / in the initial prompt.
(cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
(cvs-do-removal): Use cvs-partition rather than delete-if.
Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
cvs-bury-buffer.
2000-11-09 23:55:05 +00:00
Stefan Monnier
eed083e697 (easy-mmode-define-navigation):
Allow `next' to jump to after the end of the last match.
2000-11-09 23:51:59 +00:00
Gerd Moellmann
bd02b8e072 *** empty log message *** 2000-11-09 23:49:35 +00:00
Gerd Moellmann
90e69ae536 (tooltip-mode): Add a comment about startup.el
setting the default value of this user-option.
2000-11-09 23:48:29 +00:00
Gerd Moellmann
3b73087ec0 (command-line): Set the default tooltip-mode
to t for graphical displays which implement x-show-tip.
2000-11-09 23:47:28 +00:00
Gerd Moellmann
730c746cac (toplevel): Use byte-compiling-files-p
if it is there.
2000-11-09 23:05:07 +00:00
Gerd Moellmann
9985d3915e (byte-compiling-files-p): New function. 2000-11-09 23:01:40 +00:00
Ken Raeburn
651cd3dae2 * lisp.h (Flooking_at): Declare. 2000-11-09 22:30:39 +00:00
Gerd Moellmann
778fbc46c6 *** empty log message *** 2000-11-09 16:11:52 +00:00
Gerd Moellmann
f52ef73912 (ispell-library-path): Don't call
check-ispell-version when byte-compiling because that starts
an ispell process, and ispell might not be installed.
(toplevel): Don't set up a menu when byte-compiling.
2000-11-09 16:09:04 +00:00
Gerd Moellmann
6a619620de (byte-compile-current-file): Don't bind
it, so that a boundp test can be used to determine if we're
currently byte-compiling.
2000-11-09 16:07:56 +00:00
Gerd Moellmann
cb1544262a (directory_files_internal): Fix a braino. 2000-11-09 15:42:35 +00:00
Gerd Moellmann
388ac09889 (directory_files_internal): Add missing GCPRO's.
Some cleanup.
2000-11-09 14:48:39 +00:00
Dave Love
c6e7b5804a (gnus-group-make-directory-group)
(gnus-group-fetch-faq): Use expand-file-name.
(gnus-group-fetch-faq): Simplify completing-read form.
2000-11-09 14:32:25 +00:00
Dave Love
def5ff3657 (mm-encode-body): Use mm-multibyte-p, don't just
test for Mule.
2000-11-09 14:23:43 +00:00
Dave Love
6e077b52fd Revert Maintainer change. 2000-11-09 14:17:06 +00:00
Dave Love
5912c5bbc6 *** empty log message *** 2000-11-09 13:43:47 +00:00
Gerd Moellmann
d7255d6223 Typo fixed. 2000-11-09 12:08:22 +00:00
Dave Love
ddc7ec4fd6 (uniquify-buffer-file-name): Wrap advice in
eval-after-load.
2000-11-09 12:07:39 +00:00
Gerd Moellmann
7bb054a550 Patch for variable initialization when spooling. Doc
fix.
(ps-output-list): Fun eliminated.
(ps-begin-file, ps-begin-job): Code fix.
2000-11-09 12:05:55 +00:00
Dave Love
a47449b3c7 (tool-bar-map): Defvar when compiling. 2000-11-09 11:47:47 +00:00
Dave Love
56de556523 (running-xemacs, gnus-use-installed-tm)
(gnus-tm-lisp-directory): Deleted.
(gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
(featurep 'xemacs).
(gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
(gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
version numbers from file names.
2000-11-09 11:39:45 +00:00
Kenichi Handa
809c5f7e66 Adjusted for the change of TUTORIAL (use C-x C-l,
not M-:, as example of disabled command).
2000-11-09 08:08:10 +00:00
Kenichi Handa
fccf29403f *** empty log message *** 2000-11-09 08:07:58 +00:00
Dave Love
722a840955 Use featurep for XEmacs test.
(mm-inline-message): Test for `remove-specifier'; don't use
condition-case.
2000-11-08 23:53:59 +00:00
Dave Love
2e049946ac *** empty log message *** 2000-11-08 23:48:13 +00:00
Dave Love
78f164bac1 2000-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-start.el (gnus-read-active-file, gnus-activate-group):
	Issue message on quit.

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

	* gnus-start.el: Remove gnus-xemacs.
2000-11-08 23:39:05 +00:00
Dave Love
7cd26120b6 2000-10-11 John Wiegley <johnw@gnu.org>
* gnus-topic.el (gnus-topic-mode): Use `setq' to clear
	`gnus-group-change-level-function', instead of `remove-hook',
	because it's not a hook!
2000-11-08 23:28:41 +00:00
Dave Love
2e36fdceb3 2000-09-29 09:56:34 ShengHuo ZHU <zsh@cs.rochester.edu>
* nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
2000-11-08 23:19:00 +00:00
Dave Love
18a84b0f9f *** empty log message *** 2000-11-08 21:18:50 +00:00