1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00
Commit Graph

32223 Commits

Author SHA1 Message Date
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
Dave Love
cd942edc7c 2000-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
* nnweb.el (nnweb-decode-entities): Work for non-character
	entities.

2000-10-08 10:59:13  ShengHuo ZHU  <zsh@cs.rochester.edu>

        * nnweb.el (nnweb-url-retrieve-asynch): url-retrieve is
        asynchronous in Exp version.
2000-11-08 21:04:43 +00:00
Dave Love
62e8183ec8 2000-11-09 Simon Josefsson <simon@josefsson.org>
* rfc2104.el: Add SHA-1 example.
	(rfc2104-hexstring-to-bitstring): New function.
	(rfc2104-hash): Use it.
2000-11-08 20:56:26 +00:00
Dave Love
59896c4c63 (gnus-score-load-file): Use expand-file-name.
(gnus-score-find-bnews): Don't concat "".

2000-10-07 09:18:53  ShengHuo ZHU  <zsh@cs.rochester.edu>

        * gnus-score.el (gnus-score-body): Don't score body when
        agent-fetching.
        (gnus-score-followup): Don't score followup either.
2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus-score.el (gnus-score-use-all-scores): New variable.
	(gnus-all-score-files): Use it.
2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
2000-11-08 20:52:08 +00:00
Dave Love
9db2706e22 *** empty log message *** 2000-11-08 18:12:22 +00:00
Dave Love
fc794f13b3 (ediff-control-frame-parameters): Zero
tool-bar-lines.
2000-11-08 18:04:14 +00:00
Dave Love
9a0026a6df comment 2000-11-08 17:48:54 +00:00
Gerd Moellmann
f7eb32aaa3 *** empty log message *** 2000-11-08 17:41:22 +00:00
Gerd Moellmann
6422c1d71f (syms_of_xdisp): Change doc of max-mini-window-height.
(resize_mini_window): Return quickly if Vresize_mini_window is
nil.  Don't return if Vmax_mini_window_height is nil.

(Vresize_mini_window, Qgrow_only): New variables.
(syms_of_xdisp): Initialize them.
(resize_mini_window): Act according to the setting of
Vresize_mini_window.
(syms_of_xdisp): Initialize Vmenu_bar_update_hook to nil.
2000-11-08 17:40:50 +00:00
Dave Love
60bd558946 Put some defvars in eval-when-compile.
(gnus-summary-mode-hook): Add :options.
(gnus-summary-make-menu-bar): Add some :help, used by tool bar.
(gnus-summary-tool-bar-map): New variable.
(gnus-summary-make-tool-bar): New function.
(gnus-summary-mode): Put kill-all-local-variables first.
2000-11-08 17:36:41 +00:00
Gerd Moellmann
939ac10c1e (shell-command, display-message-or-buffer)
(shell-command-on-region): Mention resize-mini-windows in the doc
string.
(display-message-or-buffer): Take the value of resize-mini-windows
into account.
2000-11-08 17:35:57 +00:00