summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** 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.
* *** empty log message ***Gerd Moellmann2000-11-061-0/+7
|
* (mode-line-toggle-read-only)Gerd Moellmann2000-11-061-16/+53
| | | | | | | | (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.
* Require texinfo.Stefan Monnier2000-11-062-93/+78
| | | | | | | | | | | | | | | | | (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.
* (texinfo-chapter-level-regexp): Remove.Stefan Monnier2000-11-061-8/+1
| | | | (texinfo-mode): Hard code texinfo-chapter-level-regexp.
* *** empty log message ***Dave Love2000-11-061-0/+3
|
* (auto-insert-alist) <latex-mode>: UseDave Love2000-11-061-1/+1
| | | | \documentclass.
* (texinfo-section-list): Change majorheading to 2.Stefan Monnier2000-11-061-4/+4
| | | | (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
* (vc-insert-file): Don't assume byte==char.Stefan Monnier2000-11-062-12/+11
|
* *** empty log message ***Dave Love2000-11-061-0/+5
|
* (decode-char, encode-char): Fix doc-string.Kenichi Handa2000-11-061-4/+4
|
* (composition-function-table): Variable declarationKenichi Handa2000-11-061-19/+4
| | | | | moved to src/composite.c. (compose-chars-after): New optional arg object.
* *** empty log message ***Kenichi Handa2000-11-061-0/+6
|
* (lisp-imenu-generic-expression): MatchDave Love2000-11-061-1/+1
| | | | defun*.
* (fancy-splash-delay): Set to 10 seconds.Gerd Moellmann2000-11-062-19/+41
| | | | | | | | (fancy-splash-max-time): New user-option. (fancy-splash-stop-time): New variable. (fancy-splash-screens): Set it. Catch `stop-splashing'. (fancy-splash-screens-1): Throw `stop-splashing' when current time is greater than fancy-splash-stop-time.
* *** empty log message ***Stefan Monnier2000-11-061-0/+29
|
* (cvs-mode-marked): New arg `noquery'.Stefan Monnier2000-11-061-70/+80
| | | | | | | | Prompt user for a file rather than raising an error. (cvs-enabledp): Fix call to cvs-mode-marked. (cvs-insert-file): New function (extracted from cvs-mode-insert). (cvs-mode-insert): Use it. Change the init prompt' value. (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
* (ewoc-goto-prev, ewoc-goto-next):Stefan Monnier2000-11-061-3/+3
| | | | | Don't pass default arg to ewoc-locate. (ewoc-collect): Return result in the right order.
* (log-edit-show-files): Use cvs-insert-strings.Stefan Monnier2000-11-061-2/+2
|
* (cvs-tree-merge): Use cvs-butlast (avoid CL).Stefan Monnier2000-11-061-49/+63
| | | | | | | | | | (cvs-status-get-tags): Fix regexp. (cvs-status-trees, cvs-status-cvstrees): Combine after change hooks and don't sit-for. (cvs-tree-use-jisx0208): Renamed from cvs-tree-dstr-2byte-ready. (cvs-tree-char-*): Renamed from cvs-tree-dstr-char-*. Use make-char rather than hard-coded cryptic data. (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
* (cvs-menu): Add entries for tree and insert.Stefan Monnier2000-11-061-21/+18
|
* (cvs-butlast, cvs-nbutlast): New (copied from CL).Stefan Monnier2000-11-061-2/+39
| | | | (cvs-insert-strings): New function.
* (mouse-wheel-scroll-amount): Renamed from `mwheel-scroll-amount'.Miles Bader2000-11-062-10/+18
| | | | | | (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'. (mouse-wheel-mode): Use (featurep 'xemacs) instead of string-matching against the version string.
* (describe-language-environment): EvalKenichi Handa2000-11-061-3/+5
| | | | `sample-text' data and insert the result.
* ("Thai"): Set a lisp form that producesKenichi Handa2000-11-061-1/+3
| | | | composed string in `sample-text' language info.
* ("Tibetan"): Set a lisp form that producesKenichi Handa2000-11-061-2/+4
| | | | composed string in `sample-text' language info.