summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (gnus-group-make-directory-group)Dave Love2000-11-092-5/+10
| | | | | (gnus-group-fetch-faq): Use expand-file-name. (gnus-group-fetch-faq): Simplify completing-read form.
* (mm-encode-body): Use mm-multibyte-p, don't justDave Love2000-11-091-1/+1
| | | | test for Mule.
* Revert Maintainer change.Dave Love2000-11-0919-19/+0
|
* *** empty log message ***Dave Love2000-11-091-0/+5
|
* (uniquify-buffer-file-name): Wrap advice inDave Love2000-11-091-7/+9
| | | | eval-after-load.
* Patch for variable initialization when spooling. DocGerd Moellmann2000-11-092-11/+15
| | | | | | fix. (ps-output-list): Fun eliminated. (ps-begin-file, ps-begin-job): Code fix.
* (tool-bar-map): Defvar when compiling.Dave Love2000-11-092-0/+13
|
* (running-xemacs, gnus-use-installed-tm)Dave Love2000-11-091-14/+5
| | | | | | | | | (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.
* Use featurep for XEmacs test.Dave Love2000-11-082-4/+7
| | | | | (mm-inline-message): Test for `remove-specifier'; don't use condition-case.
* *** empty log message ***Dave Love2000-11-081-2/+17
|
* 2000-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>Dave Love2000-11-081-2/+6
| | | | | | | | | * 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-10-11 John Wiegley <johnw@gnu.org>Dave Love2000-11-081-2/+1
| | | | | | * 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-09-29 09:56:34 ShengHuo ZHU <zsh@cs.rochester.edu>Dave Love2000-11-081-1/+2
| | | | * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
* *** empty log message ***Dave Love2000-11-081-0/+8
|
* 2000-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>Dave Love2000-11-082-5/+16
| | | | | | | | | | * 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-09 Simon Josefsson <simon@josefsson.org>Dave Love2000-11-081-9/+20
| | | | | | * rfc2104.el: Add SHA-1 example. (rfc2104-hexstring-to-bitstring): New function. (rfc2104-hash): Use it.
* (gnus-score-load-file): Use expand-file-name.Dave Love2000-11-082-213/+236
| | | | | | | | | | | | | | | | | (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.
* *** empty log message ***Dave Love2000-11-082-1/+22
|
* (ediff-control-frame-parameters): ZeroDave Love2000-11-081-0/+1
| | | | tool-bar-lines.
* commentDave Love2000-11-082-0/+2
|
* *** empty log message ***Gerd Moellmann2000-11-081-0/+8
|
* Put some defvars in eval-when-compile.Dave Love2000-11-081-20/+78
| | | | | | | | (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.
* (shell-command, display-message-or-buffer)Gerd Moellmann2000-11-081-20/+25
| | | | | | | (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.
* (gnus-group-toolbar-map): New variable.Dave Love2000-11-081-20/+26
| | | | | (gnus-group-make-tool-bar): Rewritten. (gnus-group-mode): Put kill-all-local-variables first.
* Fernandez' icon renamed.Dave Love2000-11-0815-0/+582
|
* *** empty log message ***Dave Love2000-11-081-0/+53
|
* Require gnus-util.Dave Love2000-11-081-122/+189
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* (gnus-sorted-intersection): Autoload.Dave Love2000-11-081-1/+3
|
* Put some defvars in eval-when-compile.Dave Love2000-11-083-14/+19
|
* Wrap subst-char-in-string def in eval-and-compile.Dave Love2000-11-081-14/+18
| | | | (gnus-intersection, gnus-sorted-complement): Autoload.
* (imap-point-at-eol): New, replacing gnus-point-at-eol.Dave Love2000-11-081-2/+10
|
* Avoid compiler warnings.Dave Love2000-11-081-12/+13
| | | | | | Use (featurep 'xemacs). Require cl when compiling. (uudecode-char-int): New alias, replacing char-int. (uudecode-decode-region): Don't call buffer-disable-undo.
* (mm-body-7-or-8): Autoload.Dave Love2000-11-081-0/+2
|
* (mm-insert-inline): Autoload.Dave Love2000-11-081-1/+2
|
* Put some defvars in eval-when-compile.Dave Love2000-11-081-12/+12
| | | | (gnus-msg-mail): Move after gnus-setup-message.
* (smiley-data-directory, smiley-regexp-alist): Doc fix.Dave Love2000-11-081-2/+3
|
* (nnheader): Don't require message (recursiveDave Love2000-11-071-1/+1
| | | | autoload).
* *** empty log message ***Gerd Moellmann2000-11-071-0/+2
|
* (insert-kbd-macro): Print semi-colons as `?\;'.Gerd Moellmann2000-11-071-0/+2
|
* (dired-between-files): Add `^. find' as an alternativeGerd Moellmann2000-11-072-1/+6
| | | | to the regular expression, for find-dired.
* (gnus-binary-mode): Fix call to gnus-add-minor-mode.Dave Love2000-11-062-1/+54
|
* 2000-11-06 ShengHuo ZHU <zsh@cs.rochester.edu>Dave Love2000-11-061-16/+22
| | | | | | | | | | * 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 John Wiegley <johnw@gnu.org>Dave Love2000-11-061-3/+5
| | | | | | | | | | | | | | | * 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-10-01 08:32:42 ShengHuo ZHU <zsh@cs.rochester.edu>Dave Love2000-11-061-23/+40
| | | | | | | | | * 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-10-07 15:42:59 ShengHuo ZHU <zsh@cs.rochester.edu>Dave Love2000-11-061-1/+2
| | | | * gnus-logic.el (gnus-advanced-string): Use "" if nil.
* Change maintainer.Dave Love2000-11-061-0/+1
|
* (running-xemacs): Don't define.Dave Love2000-11-061-3/+0
|
* (mm-uu-configure): Unquote lambda.Dave Love2000-11-061-10/+11
| | | | (mm-uu-configure-list): Doc fix.
* Require cl when compiling.Dave Love2000-11-061-0/+2
|
* Use (featurep 'xemacs).Dave Love2000-11-061-6/+14
| | | | | (uudecode-char-int): New alias, replacing char-int. (uudecode-decode-region): Don't call buffer-disable-undo.