| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to the regular expression, for find-dired.
|
|
|
|
| |
to match its default value.
|
|
|
|
|
| |
point in the current buffer, if that buffer is displayed in more
than one window.
|
|
|
|
|
|
| |
try to realize it. Return -1 if not successful.
(Fx_list_fonts): Handle case that face cannot be determined.
(Fface_font): Likewise.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* gnus-logic.el (gnus-advanced-string): Use "" if nil.
|
| |
|
| |
|
|
|
|
| |
(mm-uu-configure-list): Doc fix.
|
| |
|
|
|
|
|
| |
(uudecode-char-int): New alias, replacing char-int.
(uudecode-decode-region): Don't call buffer-disable-undo.
|
| |
|
|
|
|
|
|
|
|
| |
(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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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-mode): Hard code texinfo-chapter-level-regexp.
|
|
|
|
| |
visible lines at the bottom correctly.
|
| |
|
| |
|
|
|
|
| |
\documentclass.
|
|
|
|
| |
(texinfo-font-lock-syntactic-keywords): Use syntax-strings.
|
|
|
|
| |
when ensuring we don't do visit in indirect buffer.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
moved to src/composite.c.
(compose-chars-after): New optional arg object.
|
| |
|
| |
|
|
|
|
| |
(selection_data_to_lisp_data): Call compose_chars_in_text on STR.
|
|
|
|
|
|
|
|
|
|
| |
(Qcomposition_function_table): New variable.
(run_composition_function): Call
Vcompose_chars_after_function with three arguments.
(compose_chars_in_text): New function.
(syms_of_composite): Modified the doc-string of
Vcompose_chars_after_function. Declare composition-function-table
as a lisp variable, and initialize it.
|
| |
|
|
|
|
| |
defun*.
|
|
|
|
|
|
|
|
| |
(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.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Don't pass default arg to ewoc-locate.
(ewoc-collect): Return result in the right order.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(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-insert-strings): New function.
|
|
|
|
|
|
| |
(mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
(mouse-wheel-mode): Use (featurep 'xemacs) instead of
string-matching against the version string.
|