summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2000-11-081-1/+1
|
* *** empty log message ***Dave Love2000-11-081-0/+53
|
* *** empty log message ***Gerd Moellmann2000-11-082-1/+8
|
* 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.
* (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map theGerd Moellmann2000-11-081-29/+29
| | | | | | scroll bar widget after configuring it, so that it will appear at the right position from the start. (XTredeem_scroll_bar): Cleaned up.
* (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
|
* Remove obsolete warnings about use of memq for keyword args.Stefan Monnier2000-11-081-27/+1
|
* 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
|
* Emacs 21 stuff. URL fixes.Dave Love2000-11-081-21/+53
|
* Note that dired now supplies a default when reading destination filenames.Miles Bader2000-11-081-0/+5
|
* *** empty log message ***Dave Love2000-11-081-10/+10
|
* (VCENTER_BASELINE_OFFSET): Fix previous change. If theKenichi Handa2000-11-082-7/+9
| | | | | font is taller than the frame line, we don't have to vias the division by two.
* *** empty log message ***Kenichi Handa2000-11-081-0/+8
|
* (nnheader): Don't require message (recursiveDave Love2000-11-071-1/+1
| | | | autoload).
* *** empty log message ***Dave Love2000-11-073-152/+163
|
* (Fcall_process_region): Use HAVE_MKSTEMP.Dave Love2000-11-071-0/+11
|
* (HAVE_MKDIR): Add.Dave Love2000-11-071-0/+1
|
* Test for mkstemp.Dave Love2000-11-071-1/+2
|
* *** empty log message ***Gerd Moellmann2000-11-072-0/+6
|
* (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.
* (File Aliases): Change description of find-file-existing-other-nameGerd Moellmann2000-11-071-4/+6
| | | | to match its default value.
* (Fset_window_configuration): Don't try to preserveGerd Moellmann2000-11-071-11/+19
| | | | | point in the current buffer, if that buffer is displayed in more than one window.
* (lookup_named_face): If default face isn't realized,Gerd Moellmann2000-11-072-5/+24
| | | | | | try to realize it. Return -1 if not successful. (Fx_list_fonts): Handle case that face cannot be determined. (Fface_font): Likewise.
* *** empty log message ***Kenichi Handa2000-11-071-3/+4
|
* (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.
* (displayed_window_lines): Detect partiallyGerd Moellmann2000-11-062-1/+7
| | | | visible lines at the bottom correctly.
* Corrected my family name (it has a grave accent on the last vowel).Francesco Potortì2000-11-061-2/+2
|
* *** empty log message ***Dave Love2000-11-062-1/+8
|
* (auto-insert-alist) <latex-mode>: UseDave Love2000-11-061-1/+1
| | | | \documentclass.