summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** 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.
* (texinfo-section-list): Change majorheading to 2.Stefan Monnier2000-11-061-4/+4
| | | | (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
* (Fwrite_region): Use `visiting' rather than `visit'Stefan Monnier2000-11-062-5/+8
| | | | when ensuring we don't do visit in indirect buffer.
* (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-062-0/+25
|
* (x_encode_text): Suppress producing escape sequences for composition.Kenichi Handa2000-11-061-0/+2
|
* Include composite.h.Kenichi Handa2000-11-061-0/+2
| | | | (selection_data_to_lisp_data): Call compose_chars_in_text on STR.
* (Vcomposition_function_table): New variable.Kenichi Handa2000-11-061-5/+151
| | | | | | | | | | (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.
* (compose_chars_in_text): Add prototype.Kenichi Handa2000-11-061-0/+1
|
* (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.