bpt/emacs.git
23 years ago(Vface_alternative_font_registry_alist): New variable.
Gerd Moellmann [Fri, 10 Nov 2000 14:40:10 +0000 (14:40 +0000)]
(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.

23 years ago(face-font-registry-alternatives): New user-option.
Gerd Moellmann [Fri, 10 Nov 2000 14:34:23 +0000 (14:34 +0000)]
(face-font-registry-alternatives): New user-option.

23 years ago*** empty log message ***
Dave Love [Fri, 10 Nov 2000 11:56:26 +0000 (11:56 +0000)]
*** empty log message ***

23 years ago2000-11-10 Dave Love <fx@gnu.org>
Dave Love [Fri, 10 Nov 2000 11:56:06 +0000 (11:56 +0000)]
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.

23 years ago(texinfo-block-default): New var.
Stefan Monnier [Fri, 10 Nov 2000 11:55:06 +0000 (11:55 +0000)]
(texinfo-block-default): New var.
(texinfo-insert-block): Use it.  Insert a newline if needed.

23 years ago(fill-indent-according-to-mode): New var.
Stefan Monnier [Fri, 10 Nov 2000 11:43:55 +0000 (11:43 +0000)]
(fill-indent-according-to-mode): New var.
(fill-region-as-paragraph): Use it.

23 years agomd5.
Dave Love [Fri, 10 Nov 2000 11:37:09 +0000 (11:37 +0000)]
md5.
Modify Gnus entry.

23 years ago(standard-latex-block-names): Add "math".
Stefan Monnier [Fri, 10 Nov 2000 10:25:00 +0000 (10:25 +0000)]
(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.

23 years ago*** empty log message ***
Stefan Monnier [Fri, 10 Nov 2000 09:18:43 +0000 (09:18 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Stefan Monnier [Fri, 10 Nov 2000 06:18:55 +0000 (06:18 +0000)]
*** empty log message ***

23 years ago(font-lock-*-face) <defvar>: Move.
Stefan Monnier [Fri, 10 Nov 2000 00:57:45 +0000 (00:57 +0000)]
(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.

23 years ago(cvs-enabledp): Ignore errors.
Stefan Monnier [Thu, 9 Nov 2000 23:55:05 +0000 (23:55 +0000)]
(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.

23 years ago(easy-mmode-define-navigation):
Stefan Monnier [Thu, 9 Nov 2000 23:51:59 +0000 (23:51 +0000)]
(easy-mmode-define-navigation):
Allow `next' to jump to after the end of the last match.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 9 Nov 2000 23:49:35 +0000 (23:49 +0000)]
*** empty log message ***

23 years ago(tooltip-mode): Add a comment about startup.el
Gerd Moellmann [Thu, 9 Nov 2000 23:48:29 +0000 (23:48 +0000)]
(tooltip-mode): Add a comment about startup.el
setting the default value of this user-option.

23 years ago(command-line): Set the default tooltip-mode
Gerd Moellmann [Thu, 9 Nov 2000 23:47:28 +0000 (23:47 +0000)]
(command-line): Set the default tooltip-mode
to t for graphical displays which implement x-show-tip.

23 years ago(toplevel): Use byte-compiling-files-p
Gerd Moellmann [Thu, 9 Nov 2000 23:05:07 +0000 (23:05 +0000)]
(toplevel): Use byte-compiling-files-p
if it is there.

23 years ago(byte-compiling-files-p): New function.
Gerd Moellmann [Thu, 9 Nov 2000 23:01:40 +0000 (23:01 +0000)]
(byte-compiling-files-p): New function.

23 years ago* lisp.h (Flooking_at): Declare.
Ken Raeburn [Thu, 9 Nov 2000 22:30:39 +0000 (22:30 +0000)]
* lisp.h (Flooking_at): Declare.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 9 Nov 2000 16:11:52 +0000 (16:11 +0000)]
*** empty log message ***

23 years ago(ispell-library-path): Don't call
Gerd Moellmann [Thu, 9 Nov 2000 16:09:04 +0000 (16:09 +0000)]
(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.

23 years ago(byte-compile-current-file): Don't bind
Gerd Moellmann [Thu, 9 Nov 2000 16:07:56 +0000 (16:07 +0000)]
(byte-compile-current-file): Don't bind
it, so that a boundp test can be used to determine if we're
currently byte-compiling.

23 years ago(directory_files_internal): Fix a braino.
Gerd Moellmann [Thu, 9 Nov 2000 15:42:35 +0000 (15:42 +0000)]
(directory_files_internal): Fix a braino.

23 years ago(directory_files_internal): Add missing GCPRO's.
Gerd Moellmann [Thu, 9 Nov 2000 14:48:39 +0000 (14:48 +0000)]
(directory_files_internal): Add missing GCPRO's.
Some cleanup.

23 years ago(gnus-group-make-directory-group)
Dave Love [Thu, 9 Nov 2000 14:32:25 +0000 (14:32 +0000)]
(gnus-group-make-directory-group)
(gnus-group-fetch-faq): Use expand-file-name.
(gnus-group-fetch-faq): Simplify completing-read form.

23 years ago(mm-encode-body): Use mm-multibyte-p, don't just
Dave Love [Thu, 9 Nov 2000 14:23:43 +0000 (14:23 +0000)]
(mm-encode-body): Use mm-multibyte-p, don't just
test for Mule.

23 years agoRevert Maintainer change.
Dave Love [Thu, 9 Nov 2000 14:17:06 +0000 (14:17 +0000)]
Revert Maintainer change.

23 years ago*** empty log message ***
Dave Love [Thu, 9 Nov 2000 13:43:47 +0000 (13:43 +0000)]
*** empty log message ***

23 years agoTypo fixed.
Gerd Moellmann [Thu, 9 Nov 2000 12:08:22 +0000 (12:08 +0000)]
Typo fixed.

23 years ago(uniquify-buffer-file-name): Wrap advice in
Dave Love [Thu, 9 Nov 2000 12:07:39 +0000 (12:07 +0000)]
(uniquify-buffer-file-name): Wrap advice in
eval-after-load.

23 years agoPatch for variable initialization when spooling. Doc
Gerd Moellmann [Thu, 9 Nov 2000 12:05:55 +0000 (12:05 +0000)]
Patch for variable initialization when spooling.  Doc
fix.
(ps-output-list): Fun eliminated.
(ps-begin-file, ps-begin-job): Code fix.

23 years ago(tool-bar-map): Defvar when compiling.
Dave Love [Thu, 9 Nov 2000 11:47:47 +0000 (11:47 +0000)]
(tool-bar-map): Defvar when compiling.

23 years ago(running-xemacs, gnus-use-installed-tm)
Dave Love [Thu, 9 Nov 2000 11:39:45 +0000 (11:39 +0000)]
(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.

23 years agoAdjusted for the change of TUTORIAL (use C-x C-l,
Kenichi Handa [Thu, 9 Nov 2000 08:08:10 +0000 (08:08 +0000)]
Adjusted for the change of TUTORIAL (use C-x C-l,
not M-:, as example of disabled command).

23 years ago*** empty log message ***
Kenichi Handa [Thu, 9 Nov 2000 08:07:58 +0000 (08:07 +0000)]
*** empty log message ***

23 years agoUse featurep for XEmacs test.
Dave Love [Wed, 8 Nov 2000 23:53:59 +0000 (23:53 +0000)]
Use featurep for XEmacs test.
(mm-inline-message): Test for `remove-specifier'; don't use
condition-case.

23 years ago*** empty log message ***
Dave Love [Wed, 8 Nov 2000 23:48:13 +0000 (23:48 +0000)]
*** empty log message ***

23 years ago2000-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
Dave Love [Wed, 8 Nov 2000 23:39:05 +0000 (23:39 +0000)]
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.

23 years ago2000-10-11 John Wiegley <johnw@gnu.org>
Dave Love [Wed, 8 Nov 2000 23:28:41 +0000 (23:28 +0000)]
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!

23 years ago2000-09-29 09:56:34 ShengHuo ZHU <zsh@cs.rochester.edu>
Dave Love [Wed, 8 Nov 2000 23:19:00 +0000 (23:19 +0000)]
2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.

23 years ago*** empty log message ***
Dave Love [Wed, 8 Nov 2000 21:18:50 +0000 (21:18 +0000)]
*** empty log message ***

23 years ago2000-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
Dave Love [Wed, 8 Nov 2000 21:04:43 +0000 (21:04 +0000)]
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.

23 years ago2000-11-09 Simon Josefsson <simon@josefsson.org>
Dave Love [Wed, 8 Nov 2000 20:56:26 +0000 (20:56 +0000)]
2000-11-09  Simon Josefsson  <simon@josefsson.org>

* rfc2104.el: Add SHA-1 example.
(rfc2104-hexstring-to-bitstring): New function.
(rfc2104-hash): Use it.

23 years ago(gnus-score-load-file): Use expand-file-name.
Dave Love [Wed, 8 Nov 2000 20:52:08 +0000 (20:52 +0000)]
(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.

23 years ago*** empty log message ***
Dave Love [Wed, 8 Nov 2000 18:12:22 +0000 (18:12 +0000)]
*** empty log message ***

23 years ago(ediff-control-frame-parameters): Zero
Dave Love [Wed, 8 Nov 2000 18:04:14 +0000 (18:04 +0000)]
(ediff-control-frame-parameters): Zero
tool-bar-lines.

23 years agocomment
Dave Love [Wed, 8 Nov 2000 17:48:54 +0000 (17:48 +0000)]
comment

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 8 Nov 2000 17:41:22 +0000 (17:41 +0000)]
*** empty log message ***

23 years ago(syms_of_xdisp): Change doc of max-mini-window-height.
Gerd Moellmann [Wed, 8 Nov 2000 17:40:50 +0000 (17:40 +0000)]
(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.

23 years agoPut some defvars in eval-when-compile.
Dave Love [Wed, 8 Nov 2000 17:36:41 +0000 (17:36 +0000)]
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.

23 years ago(shell-command, display-message-or-buffer)
Gerd Moellmann [Wed, 8 Nov 2000 17:35:57 +0000 (17:35 +0000)]
(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.

23 years ago(gnus-group-toolbar-map): New variable.
Dave Love [Wed, 8 Nov 2000 17:32:46 +0000 (17:32 +0000)]
(gnus-group-toolbar-map): New variable.
(gnus-group-make-tool-bar): Rewritten.
(gnus-group-mode): Put kill-all-local-variables first.

23 years ago(Minibuffer Edit): Add description of
Gerd Moellmann [Wed, 8 Nov 2000 17:28:13 +0000 (17:28 +0000)]
(Minibuffer Edit): Add description of
resize-mini-windows.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 8 Nov 2000 17:20:52 +0000 (17:20 +0000)]
*** empty log message ***

23 years agoFernandez' icon renamed.
Dave Love [Wed, 8 Nov 2000 17:06:19 +0000 (17:06 +0000)]
Fernandez' icon renamed.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 8 Nov 2000 15:57:52 +0000 (15:57 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Wed, 8 Nov 2000 15:46:49 +0000 (15:46 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 8 Nov 2000 15:46:45 +0000 (15:46 +0000)]
*** empty log message ***

23 years agoRequire gnus-util.
Dave Love [Wed, 8 Nov 2000 15:45:55 +0000 (15:45 +0000)]
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.

23 years ago(x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map the
Gerd Moellmann [Wed, 8 Nov 2000 15:45:40 +0000 (15:45 +0000)]
(x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map the
scroll bar widget after configuring it, so that it will appear at
the right position from the start.
(XTredeem_scroll_bar): Cleaned up.

23 years ago(gnus-sorted-intersection): Autoload.
Dave Love [Wed, 8 Nov 2000 15:40:14 +0000 (15:40 +0000)]
(gnus-sorted-intersection): Autoload.

23 years agoPut some defvars in eval-when-compile.
Dave Love [Wed, 8 Nov 2000 15:36:19 +0000 (15:36 +0000)]
Put some defvars in eval-when-compile.

23 years agoWrap subst-char-in-string def in eval-and-compile.
Dave Love [Wed, 8 Nov 2000 15:35:07 +0000 (15:35 +0000)]
Wrap subst-char-in-string def in eval-and-compile.
(gnus-intersection, gnus-sorted-complement):  Autoload.

23 years ago(imap-point-at-eol): New, replacing gnus-point-at-eol.
Dave Love [Wed, 8 Nov 2000 15:32:11 +0000 (15:32 +0000)]
(imap-point-at-eol): New, replacing gnus-point-at-eol.

23 years agoAvoid compiler warnings.
Dave Love [Wed, 8 Nov 2000 15:27:30 +0000 (15:27 +0000)]
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.

23 years ago(mm-body-7-or-8): Autoload.
Dave Love [Wed, 8 Nov 2000 15:24:27 +0000 (15:24 +0000)]
(mm-body-7-or-8): Autoload.

23 years ago(mm-insert-inline): Autoload.
Dave Love [Wed, 8 Nov 2000 15:23:02 +0000 (15:23 +0000)]
(mm-insert-inline): Autoload.

23 years agoRemove obsolete warnings about use of memq for keyword args.
Stefan Monnier [Wed, 8 Nov 2000 14:31:51 +0000 (14:31 +0000)]
Remove obsolete warnings about use of memq for keyword args.

23 years agoPut some defvars in eval-when-compile.
Dave Love [Wed, 8 Nov 2000 14:07:12 +0000 (14:07 +0000)]
Put some defvars in eval-when-compile.
(gnus-msg-mail): Move after gnus-setup-message.

23 years ago(smiley-data-directory, smiley-regexp-alist): Doc fix.
Dave Love [Wed, 8 Nov 2000 13:58:20 +0000 (13:58 +0000)]
(smiley-data-directory, smiley-regexp-alist): Doc fix.

23 years agoEmacs 21 stuff. URL fixes.
Dave Love [Wed, 8 Nov 2000 13:57:21 +0000 (13:57 +0000)]
Emacs 21 stuff.  URL fixes.

23 years agoNote that dired now supplies a default when reading destination filenames.
Miles Bader [Wed, 8 Nov 2000 13:13:08 +0000 (13:13 +0000)]
Note that dired now supplies a default when reading destination filenames.

23 years ago*** empty log message ***
Dave Love [Wed, 8 Nov 2000 10:57:42 +0000 (10:57 +0000)]
*** empty log message ***

23 years ago(VCENTER_BASELINE_OFFSET): Fix previous change. If the
Kenichi Handa [Wed, 8 Nov 2000 00:53:11 +0000 (00:53 +0000)]
(VCENTER_BASELINE_OFFSET): Fix previous change.  If the
font is taller than the frame line, we don't have to vias the
division by two.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 8 Nov 2000 00:52:25 +0000 (00:52 +0000)]
*** empty log message ***

23 years ago(nnheader): Don't require message (recursive
Dave Love [Tue, 7 Nov 2000 18:21:04 +0000 (18:21 +0000)]
(nnheader): Don't require message (recursive
autoload).

23 years ago*** empty log message ***
Dave Love [Tue, 7 Nov 2000 18:13:46 +0000 (18:13 +0000)]
*** empty log message ***

23 years ago(Fcall_process_region): Use HAVE_MKSTEMP.
Dave Love [Tue, 7 Nov 2000 18:12:12 +0000 (18:12 +0000)]
(Fcall_process_region): Use HAVE_MKSTEMP.

23 years ago(HAVE_MKDIR): Add.
Dave Love [Tue, 7 Nov 2000 18:10:05 +0000 (18:10 +0000)]
(HAVE_MKDIR): Add.

23 years agoTest for mkstemp.
Dave Love [Tue, 7 Nov 2000 18:09:06 +0000 (18:09 +0000)]
Test for mkstemp.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 7 Nov 2000 17:33:35 +0000 (17:33 +0000)]
*** empty log message ***

23 years ago(insert-kbd-macro): Print semi-colons as `?\;'.
Gerd Moellmann [Tue, 7 Nov 2000 17:32:47 +0000 (17:32 +0000)]
(insert-kbd-macro): Print semi-colons as `?\;'.

23 years ago(dired-between-files): Add `^. find' as an alternative
Gerd Moellmann [Tue, 7 Nov 2000 17:03:31 +0000 (17:03 +0000)]
(dired-between-files): Add `^. find' as an alternative
to the regular expression, for find-dired.

23 years ago(File Aliases): Change description of find-file-existing-other-name
Gerd Moellmann [Tue, 7 Nov 2000 16:53:31 +0000 (16:53 +0000)]
(File Aliases): Change description of find-file-existing-other-name
to match its default value.

23 years ago(Fset_window_configuration): Don't try to preserve
Gerd Moellmann [Tue, 7 Nov 2000 16:39:24 +0000 (16:39 +0000)]
(Fset_window_configuration): Don't try to preserve
point in the current buffer, if that buffer is displayed in more
than one window.

23 years ago(lookup_named_face): If default face isn't realized,
Gerd Moellmann [Tue, 7 Nov 2000 13:18:15 +0000 (13:18 +0000)]
(lookup_named_face): If default face isn't realized,
try to realize it.  Return -1 if not successful.
(Fx_list_fonts): Handle case that face cannot be determined.
(Fface_font): Likewise.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 7 Nov 2000 10:57:15 +0000 (10:57 +0000)]
*** empty log message ***

23 years ago(gnus-binary-mode): Fix call to gnus-add-minor-mode.
Dave Love [Mon, 6 Nov 2000 23:46:59 +0000 (23:46 +0000)]
(gnus-binary-mode): Fix call to gnus-add-minor-mode.

23 years ago2000-11-06 ShengHuo ZHU <zsh@cs.rochester.edu>
Dave Love [Mon, 6 Nov 2000 23:39:09 +0000 (23:39 +0000)]
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'.

23 years ago2000-11-06 John Wiegley <johnw@gnu.org>
Dave Love [Mon, 6 Nov 2000 23:26:20 +0000 (23:26 +0000)]
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.

23 years ago2000-10-01 08:32:42 ShengHuo ZHU <zsh@cs.rochester.edu>
Dave Love [Mon, 6 Nov 2000 23:14:25 +0000 (23:14 +0000)]
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.

23 years ago2000-10-07 15:42:59 ShengHuo ZHU <zsh@cs.rochester.edu>
Dave Love [Mon, 6 Nov 2000 23:12:06 +0000 (23:12 +0000)]
2000-10-07 15:42:59  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-logic.el (gnus-advanced-string): Use "" if nil.

23 years agoChange maintainer.
Dave Love [Mon, 6 Nov 2000 22:52:20 +0000 (22:52 +0000)]
Change maintainer.

23 years ago(running-xemacs): Don't define.
Dave Love [Mon, 6 Nov 2000 22:51:40 +0000 (22:51 +0000)]
(running-xemacs): Don't define.

23 years ago(mm-uu-configure): Unquote lambda.
Dave Love [Mon, 6 Nov 2000 22:51:11 +0000 (22:51 +0000)]
(mm-uu-configure): Unquote lambda.
(mm-uu-configure-list): Doc fix.

23 years agoRequire cl when compiling.
Dave Love [Mon, 6 Nov 2000 22:50:28 +0000 (22:50 +0000)]
Require cl when compiling.

23 years agoUse (featurep 'xemacs).
Dave Love [Mon, 6 Nov 2000 22:46:03 +0000 (22:46 +0000)]
Use (featurep 'xemacs).
(uudecode-char-int): New alias, replacing char-int.
(uudecode-decode-region): Don't call buffer-disable-undo.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 6 Nov 2000 16:52:41 +0000 (16:52 +0000)]
*** empty log message ***

23 years ago(mode-line-toggle-read-only)
Gerd Moellmann [Mon, 6 Nov 2000 16:43:42 +0000 (16:43 +0000)]
(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.

23 years agoRequire texinfo.
Stefan Monnier [Mon, 6 Nov 2000 15:53:05 +0000 (15:53 +0000)]
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.