bpt/emacs.git
23 years agoRequire texinfo.
Stefan Monnier [Mon, 6 Nov 2000 15:53:05 +0000 (15:53 +0000)]
Require texinfo.
(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.

23 years ago(texinfo-chapter-level-regexp): Remove.
Stefan Monnier [Mon, 6 Nov 2000 15:49:33 +0000 (15:49 +0000)]
(texinfo-chapter-level-regexp): Remove.
(texinfo-mode): Hard code texinfo-chapter-level-regexp.

23 years ago(displayed_window_lines): Detect partially
Gerd Moellmann [Mon, 6 Nov 2000 15:48:27 +0000 (15:48 +0000)]
(displayed_window_lines): Detect partially
visible lines at the bottom correctly.

23 years agoCorrected my family name (it has a grave accent on the last vowel).
Francesco Potortì [Mon, 6 Nov 2000 15:26:26 +0000 (15:26 +0000)]
Corrected my family name (it has a grave accent on the last vowel).

23 years ago*** empty log message ***
Dave Love [Mon, 6 Nov 2000 15:22:52 +0000 (15:22 +0000)]
*** empty log message ***

23 years ago(auto-insert-alist) <latex-mode>: Use
Dave Love [Mon, 6 Nov 2000 15:17:06 +0000 (15:17 +0000)]
(auto-insert-alist) <latex-mode>: Use
\documentclass.

23 years ago(texinfo-section-list): Change majorheading to 2.
Stefan Monnier [Mon, 6 Nov 2000 14:44:17 +0000 (14:44 +0000)]
(texinfo-section-list): Change majorheading to 2.
(texinfo-font-lock-syntactic-keywords): Use syntax-strings.

23 years ago(Fwrite_region): Use `visiting' rather than `visit'
Stefan Monnier [Mon, 6 Nov 2000 14:34:09 +0000 (14:34 +0000)]
(Fwrite_region): Use `visiting' rather than `visit'
when ensuring we don't do visit in indirect buffer.

23 years ago(vc-insert-file): Don't assume byte==char.
Stefan Monnier [Mon, 6 Nov 2000 13:21:09 +0000 (13:21 +0000)]
(vc-insert-file): Don't assume byte==char.

23 years ago*** empty log message ***
Dave Love [Mon, 6 Nov 2000 12:50:32 +0000 (12:50 +0000)]
*** empty log message ***

23 years ago(decode-char, encode-char): Fix doc-string.
Kenichi Handa [Mon, 6 Nov 2000 12:42:06 +0000 (12:42 +0000)]
(decode-char, encode-char): Fix doc-string.

23 years ago(composition-function-table): Variable declaration
Kenichi Handa [Mon, 6 Nov 2000 12:40:34 +0000 (12:40 +0000)]
(composition-function-table): Variable declaration
moved to src/composite.c.
(compose-chars-after): New optional arg object.

23 years ago*** empty log message ***
Kenichi Handa [Mon, 6 Nov 2000 12:40:14 +0000 (12:40 +0000)]
*** empty log message ***

23 years ago(x_encode_text): Suppress producing escape sequences for composition.
Kenichi Handa [Mon, 6 Nov 2000 12:36:06 +0000 (12:36 +0000)]
(x_encode_text): Suppress producing escape sequences for composition.

23 years agoInclude composite.h.
Kenichi Handa [Mon, 6 Nov 2000 12:35:44 +0000 (12:35 +0000)]
Include composite.h.
(selection_data_to_lisp_data): Call compose_chars_in_text on STR.

23 years ago(Vcomposition_function_table): New variable.
Kenichi Handa [Mon, 6 Nov 2000 12:35:27 +0000 (12:35 +0000)]
(Vcomposition_function_table): New variable.
(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.

23 years ago(compose_chars_in_text): Add prototype.
Kenichi Handa [Mon, 6 Nov 2000 12:35:06 +0000 (12:35 +0000)]
(compose_chars_in_text): Add prototype.

23 years ago(lisp-imenu-generic-expression): Match
Dave Love [Mon, 6 Nov 2000 12:28:33 +0000 (12:28 +0000)]
(lisp-imenu-generic-expression): Match
defun*.

23 years ago(fancy-splash-delay): Set to 10 seconds.
Gerd Moellmann [Mon, 6 Nov 2000 11:46:54 +0000 (11:46 +0000)]
(fancy-splash-delay): Set to 10 seconds.
(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.

23 years ago*** empty log message ***
Stefan Monnier [Mon, 6 Nov 2000 11:37:39 +0000 (11:37 +0000)]
*** empty log message ***

23 years ago(cvs-mode-marked): New arg `noquery'.
Stefan Monnier [Mon, 6 Nov 2000 07:17:33 +0000 (07:17 +0000)]
(cvs-mode-marked): New arg `noquery'.
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.

23 years ago(ewoc-goto-prev, ewoc-goto-next):
Stefan Monnier [Mon, 6 Nov 2000 07:13:07 +0000 (07:13 +0000)]
(ewoc-goto-prev, ewoc-goto-next):
Don't pass default arg to ewoc-locate.
(ewoc-collect): Return result in the right order.

23 years ago(log-edit-show-files): Use cvs-insert-strings.
Stefan Monnier [Mon, 6 Nov 2000 07:01:36 +0000 (07:01 +0000)]
(log-edit-show-files): Use cvs-insert-strings.

23 years ago(cvs-tree-merge): Use cvs-butlast (avoid CL).
Stefan Monnier [Mon, 6 Nov 2000 07:01:10 +0000 (07:01 +0000)]
(cvs-tree-merge): Use cvs-butlast (avoid CL).
(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.

23 years ago(cvs-menu): Add entries for tree and insert.
Stefan Monnier [Mon, 6 Nov 2000 06:56:03 +0000 (06:56 +0000)]
(cvs-menu): Add entries for tree and insert.

23 years ago(cvs-butlast, cvs-nbutlast): New (copied from CL).
Stefan Monnier [Mon, 6 Nov 2000 06:54:16 +0000 (06:54 +0000)]
(cvs-butlast, cvs-nbutlast): New (copied from CL).
(cvs-insert-strings): New function.

23 years ago(mouse-wheel-scroll-amount): Renamed from `mwheel-scroll-amount'.
Miles Bader [Mon, 6 Nov 2000 01:43:37 +0000 (01:43 +0000)]
(mouse-wheel-scroll-amount): Renamed from `mwheel-scroll-amount'.
(mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
(mouse-wheel-mode): Use (featurep 'xemacs) instead of
string-matching against the version string.

23 years ago(describe-language-environment): Eval
Kenichi Handa [Mon, 6 Nov 2000 00:11:18 +0000 (00:11 +0000)]
(describe-language-environment): Eval
`sample-text' data and insert the result.

23 years ago("Thai"): Set a lisp form that produces
Kenichi Handa [Mon, 6 Nov 2000 00:10:50 +0000 (00:10 +0000)]
("Thai"): Set a lisp form that produces
composed string in `sample-text' language info.

23 years ago("Tibetan"): Set a lisp form that produces
Kenichi Handa [Mon, 6 Nov 2000 00:10:12 +0000 (00:10 +0000)]
("Tibetan"): Set a lisp form that produces
composed string in `sample-text' language info.

23 years ago*** empty log message ***
Kenichi Handa [Mon, 6 Nov 2000 00:09:36 +0000 (00:09 +0000)]
*** empty log message ***

23 years ago(compound-text, ctext): Moved to international/mule-conf.el.
Kenichi Handa [Sun, 5 Nov 2000 23:52:09 +0000 (23:52 +0000)]
(compound-text, ctext): Moved to international/mule-conf.el.

23 years ago(compound-text): Define this coding system here. Make x-ctext and
Kenichi Handa [Sun, 5 Nov 2000 23:51:51 +0000 (23:51 +0000)]
(compound-text): Define this coding system here.  Make x-ctext and
ctext aliases of it.

23 years ago*** empty log message ***
Kenichi Handa [Sun, 5 Nov 2000 23:51:23 +0000 (23:51 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Andrew Innes [Sun, 5 Nov 2000 21:45:50 +0000 (21:45 +0000)]
*** empty log message ***

23 years ago(x_produce_glyphs): Fix typo in enum name.
Andrew Innes [Sun, 5 Nov 2000 21:44:19 +0000 (21:44 +0000)]
(x_produce_glyphs): Fix typo in enum name.

23 years ago(read_input_waiting): Remove extraneous argument to
Andrew Innes [Sun, 5 Nov 2000 21:42:41 +0000 (21:42 +0000)]
(read_input_waiting): Remove extraneous argument to
read_socket_hook.

23 years ago(Fx_server_version): Include w32_build_number in the
Andrew Innes [Sun, 5 Nov 2000 21:41:31 +0000 (21:41 +0000)]
(Fx_server_version): Include w32_build_number in the
return list.

23 years ago(w32_build_number): New variable.
Andrew Innes [Sun, 5 Nov 2000 21:39:32 +0000 (21:39 +0000)]
(w32_build_number): New variable.
(cache_system_info): Set it.

23 years ago(w32_build_number): Add extern.
Andrew Innes [Sun, 5 Nov 2000 21:38:49 +0000 (21:38 +0000)]
(w32_build_number): Add extern.

23 years ago(syms_of_emacs): Update docstring for
Andrew Innes [Sun, 5 Nov 2000 21:38:09 +0000 (21:38 +0000)]
(syms_of_emacs): Update docstring for
system-configuration, to reflect the actual usage on MS-Windows.

23 years ago(w32-version): New function.
Andrew Innes [Sun, 5 Nov 2000 21:34:36 +0000 (21:34 +0000)]
(w32-version): New function.

23 years agoUpdate copyright.
Stefan Monnier [Sun, 5 Nov 2000 19:13:34 +0000 (19:13 +0000)]
Update copyright.
(awk-mode-abbrev-table): Remove.
(awk-font-lock-keywords): Use regexp-opt.
(awk-mode): Use define-derived-mode.

23 years ago(regexp-opt-group): Sort the strings when extracting a suffix.
Stefan Monnier [Sun, 5 Nov 2000 19:07:07 +0000 (19:07 +0000)]
(regexp-opt-group): Sort the strings when extracting a suffix.

23 years agoRevoke the change.
ShengHuo ZHU [Sun, 5 Nov 2000 03:49:38 +0000 (03:49 +0000)]
Revoke the change.

23 years ago#
André Spiegel [Sat, 4 Nov 2000 18:30:52 +0000 (18:30 +0000)]
#

23 years ago(vc-insert-file): Rewritten. Don't bother about auto-save-mode.
André Spiegel [Sat, 4 Nov 2000 18:24:50 +0000 (18:24 +0000)]
(vc-insert-file): Rewritten.  Don't bother about auto-save-mode.

23 years ago* calendar/calendar.el (diary-face, holiday-face): Fix typo.
ShengHuo ZHU [Sat, 4 Nov 2000 17:02:02 +0000 (17:02 +0000)]
* calendar/calendar.el (diary-face, holiday-face): Fix typo.
* info.el (info-menu-header): Fix typo.

23 years ago(decode-mac-roman): Test against r1 not r0.
Jason Rumney [Sat, 4 Nov 2000 11:43:36 +0000 (11:43 +0000)]
(decode-mac-roman): Test against r1 not r0.

23 years ago*** empty log message ***
Stefan Monnier [Fri, 3 Nov 2000 23:06:54 +0000 (23:06 +0000)]
*** empty log message ***

23 years ago(tool-bar-mode): Drop unneeded positional args.
Stefan Monnier [Fri, 3 Nov 2000 23:06:40 +0000 (23:06 +0000)]
(tool-bar-mode): Drop unneeded positional args.

23 years ago(icon-mode-map): Don't rebind \t.
Stefan Monnier [Fri, 3 Nov 2000 23:05:16 +0000 (23:05 +0000)]
(icon-mode-map): Don't rebind \t.
(icon-mode): Define indent-line-function.
(icon-comment-indent): Simplify.
(icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.

23 years ago(message-font-lock-keywords): Match a final newline
Stefan Monnier [Fri, 3 Nov 2000 22:42:36 +0000 (22:42 +0000)]
(message-font-lock-keywords): Match a final newline
to help font-lock's multiline support.

23 years ago(find-function-do-it): Quote the hook.
Stefan Monnier [Fri, 3 Nov 2000 22:40:21 +0000 (22:40 +0000)]
(find-function-do-it): Quote the hook.

23 years ago(display-time-mode): Drop unneeded positional args.
Stefan Monnier [Fri, 3 Nov 2000 22:36:12 +0000 (22:36 +0000)]
(display-time-mode): Drop unneeded positional args.

23 years ago(recentf-mode): Drop unneeded positional args.
Stefan Monnier [Fri, 3 Nov 2000 22:34:43 +0000 (22:34 +0000)]
(recentf-mode): Drop unneeded positional args.

23 years ago(cvs-mode-add-change-log-entry-other-window):
Stefan Monnier [Fri, 3 Nov 2000 22:34:26 +0000 (22:34 +0000)]
(cvs-mode-add-change-log-entry-other-window):
Bind change-log-default-mode to defeat the caching done on it.
Don't bother saving excursion any more.

23 years ago(show-paren-mode): Drop unneeded positional args.
Stefan Monnier [Fri, 3 Nov 2000 22:30:37 +0000 (22:30 +0000)]
(show-paren-mode): Drop unneeded positional args.

23 years ago(mouse-wheel-mode): Drop unneeded positional args.
Stefan Monnier [Fri, 3 Nov 2000 22:30:09 +0000 (22:30 +0000)]
(mouse-wheel-mode): Drop unneeded positional args.

23 years ago(msb-mode): Drop unneeded positional args.
Stefan Monnier [Fri, 3 Nov 2000 22:29:27 +0000 (22:29 +0000)]
(msb-mode): Drop unneeded positional args.

23 years ago(minibuffer maps): Use dolist rather than mapcar.
Stefan Monnier [Fri, 3 Nov 2000 22:28:30 +0000 (22:28 +0000)]
(minibuffer maps): Use dolist rather than mapcar.

23 years ago(auto-compression-mode): Drop unneeded positional args.
Stefan Monnier [Fri, 3 Nov 2000 22:25:46 +0000 (22:25 +0000)]
(auto-compression-mode): Drop unneeded positional args.

23 years ago(Info-mode): Don't both with make-local-hook.
Stefan Monnier [Fri, 3 Nov 2000 22:22:24 +0000 (22:22 +0000)]
(Info-mode): Don't both with make-local-hook.

23 years ago(auto-image-file-mode): Drop unneeded positional args.
Stefan Monnier [Fri, 3 Nov 2000 22:17:58 +0000 (22:17 +0000)]
(auto-image-file-mode): Drop unneeded positional args.

23 years ago(hl-line-mode): Drop unneeded positional args.
Stefan Monnier [Fri, 3 Nov 2000 22:17:30 +0000 (22:17 +0000)]
(hl-line-mode): Drop unneeded positional args.

23 years ago(after-setting-font-hook): Rename hooks -> hook.
Stefan Monnier [Fri, 3 Nov 2000 22:15:51 +0000 (22:15 +0000)]
(after-setting-font-hook): Rename hooks -> hook.
(set-frame-font): Use the new name (and the old for compatibility).

23 years ago(delete-selection-mode): Drop unneeded positional args.
Stefan Monnier [Fri, 3 Nov 2000 22:13:18 +0000 (22:13 +0000)]
(delete-selection-mode): Drop unneeded positional args.

23 years ago(auto-insert-mode): Drop unneeded positional args.
Stefan Monnier [Fri, 3 Nov 2000 22:12:48 +0000 (22:12 +0000)]
(auto-insert-mode): Drop unneeded positional args.

23 years ago(partial-completion-mode): Drop unneeded positional args.
Stefan Monnier [Fri, 3 Nov 2000 22:12:16 +0000 (22:12 +0000)]
(partial-completion-mode): Drop unneeded positional args.

23 years ago(comint-mode): Don't both with make-local-hook.
Stefan Monnier [Fri, 3 Nov 2000 20:59:18 +0000 (20:59 +0000)]
(comint-mode): Don't both with make-local-hook.

23 years ago(log-edit-menu): New menu.
Stefan Monnier [Fri, 3 Nov 2000 20:12:20 +0000 (20:12 +0000)]
(log-edit-menu): New menu.

23 years ago(gnus-nocem-check-article-limit): Default to 500.
Dave Love [Fri, 3 Nov 2000 16:04:08 +0000 (16:04 +0000)]
(gnus-nocem-check-article-limit): Default to 500.

23 years ago(mm-inline-partial): Space-prefix temp buffer
Dave Love [Fri, 3 Nov 2000 15:54:16 +0000 (15:54 +0000)]
(mm-inline-partial): Space-prefix temp buffer
name.

23 years ago(mm-display-external): Space prefix temp buffer
Dave Love [Fri, 3 Nov 2000 15:51:16 +0000 (15:51 +0000)]
(mm-display-external): Space prefix temp buffer
name.  Don't disable undo explicitly.

23 years ago(gnus-group-parameters) <gcc-self>: Fix custom type.
Dave Love [Fri, 3 Nov 2000 15:48:49 +0000 (15:48 +0000)]
(gnus-group-parameters) <gcc-self>: Fix custom type.
<banner>: Fix custom type, doc.

23 years ago*** empty log message ***
Miles Bader [Fri, 3 Nov 2000 13:02:50 +0000 (13:02 +0000)]
*** empty log message ***

23 years ago(widget-end-of-line): Reinstate, with a new definition, so that trailing
Miles Bader [Fri, 3 Nov 2000 12:54:52 +0000 (12:54 +0000)]
(widget-end-of-line): Reinstate, with a new definition, so that trailing
spaces are handled properly.
(widget-field-keymap, widget-text-keymap): Likewise C-e binding.

23 years ago(fancy-splash-text, fancy-splash-text): Use a single
Gerd Moellmann [Fri, 3 Nov 2000 12:27:04 +0000 (12:27 +0000)]
(fancy-splash-text, fancy-splash-text): Use a single
tab character.
(fancy-splash-screens): Set tab-width to 20.

23 years agoCapital in last change.
Dave Love [Fri, 3 Nov 2000 11:39:15 +0000 (11:39 +0000)]
Capital in last change.

23 years ago(comint-completion-addsuffix): Fix custom type.
Dave Love [Fri, 3 Nov 2000 11:31:34 +0000 (11:31 +0000)]
(comint-completion-addsuffix): Fix custom type.

23 years ago(easy-mmode-define-global-mode): Only turn mode off if it's on.
Stefan Monnier [Fri, 3 Nov 2000 04:38:41 +0000 (04:38 +0000)]
(easy-mmode-define-global-mode): Only turn mode off if it's on.

23 years ago(font-lock-buffers): Remove.
Stefan Monnier [Fri, 3 Nov 2000 04:32:33 +0000 (04:32 +0000)]
(font-lock-buffers): Remove.
(font-lock-global-modes): Define with easy-mmode-define-global-mode.
(font-lock-change-major-mode): Remove.
(turn-on-font-lock-if-enabled): Only apply to the current buffer.
(font-lock-default-fontify-region): Extend the multiline
fontification to whole lines.
(font-lock-fontify-anchored-keywords)
(font-lock-fontify-keywords-region): If matching just one
line (with \n) only mark the \n as multiline.

23 years ago(define-minor-mode): Remove :toggle arg.
Stefan Monnier [Fri, 3 Nov 2000 04:26:33 +0000 (04:26 +0000)]
(define-minor-mode): Remove :toggle arg.
Correctly handle the case where several :group args are supplied.
Allow :extra-args.
(easy-mmode-define-global-mode): Allow :extra-args.
Correctly handle the case where several :group args are supplied.

23 years ago(diary-face, calendar-today-face, holiday-face):
Miles Bader [Fri, 3 Nov 2000 03:30:49 +0000 (03:30 +0000)]
(diary-face, calendar-today-face, holiday-face):
  Remove dependency on `window-system'.

23 years agomissed a note on Makefile.in checkin
Ken Raeburn [Thu, 2 Nov 2000 18:50:21 +0000 (18:50 +0000)]
missed a note on Makefile.in checkin

23 years ago* Makefile.in (emacs): Set EMACSLOADPATH always.
Ken Raeburn [Thu, 2 Nov 2000 18:49:04 +0000 (18:49 +0000)]
* Makefile.in (emacs): Set EMACSLOADPATH always.
(update-authors, .el.elc, compile-files): Don't do it explicitly here.

23 years ago*** empty log message ***
Dave Love [Thu, 2 Nov 2000 18:44:05 +0000 (18:44 +0000)]
*** empty log message ***

23 years ago(message-font-lock-keywords): Use [:alpha:] for
Dave Love [Thu, 2 Nov 2000 18:43:42 +0000 (18:43 +0000)]
(message-font-lock-keywords): Use [:alpha:] for
cite-prefix.

23 years ago(find-variable-regexp): Avoid defgroup.
Dave Love [Thu, 2 Nov 2000 17:42:10 +0000 (17:42 +0000)]
(find-variable-regexp): Avoid defgroup.

23 years ago(report-emacs-bug): Fix whitespace and
Eli Zaretskii [Thu, 2 Nov 2000 17:10:31 +0000 (17:10 +0000)]
(report-emacs-bug): Fix whitespace and
punctuation in the warning inserted into the *mail* buffer.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 2 Nov 2000 15:38:53 +0000 (15:38 +0000)]
*** empty log message ***

23 years ago(authors-public-domain-files): New variable.
Gerd Moellmann [Thu, 2 Nov 2000 15:37:03 +0000 (15:37 +0000)]
(authors-public-domain-files): New variable.
(authors-public-domain-p): New function.
(authors-print): Use it.

23 years agodefgroup :version
Dave Love [Thu, 2 Nov 2000 14:47:18 +0000 (14:47 +0000)]
defgroup :version

23 years ago(view-emacs-news): Use ONEWS.* instead of NEWS.* files.
Gerd Moellmann [Thu, 2 Nov 2000 13:36:58 +0000 (13:36 +0000)]
(view-emacs-news): Use ONEWS.* instead of NEWS.* files.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 2 Nov 2000 12:38:52 +0000 (12:38 +0000)]
*** empty log message ***

23 years agoChange maintainer.
Gerd Moellmann [Thu, 2 Nov 2000 12:37:54 +0000 (12:37 +0000)]
Change maintainer.

23 years agoExtension for even/odd printing. Doc Fix.
Gerd Moellmann [Thu, 2 Nov 2000 12:04:59 +0000 (12:04 +0000)]
Extension for even/odd printing.  Doc Fix.
(ps-print-version): New version number (6.3.1).
(ps-even-or-odd-pages): Customization fix.
(ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
(ps-header-sheet, ps-header-page, ps-end-job): Code fix.
(ps-page-count): Var replaced by `ps-page-column'.
(ps-page-column, ps-page-sheet, ps-page-printed): New vars.
(ps-print-sheet-p): New fun.

23 years ago*** empty log message ***
Miles Bader [Thu, 2 Nov 2000 04:39:25 +0000 (04:39 +0000)]
*** empty log message ***

23 years ago(mm-uu-configure-list): Move back to old location,
Miles Bader [Thu, 2 Nov 2000 04:38:24 +0000 (04:38 +0000)]
(mm-uu-configure-list): Move back to old location,
because defcustom tries to call `mm-uu-configure'.

23 years ago(tooltip-gud-tips-setup): New function.
Miles Bader [Thu, 2 Nov 2000 04:28:01 +0000 (04:28 +0000)]
(tooltip-gud-tips-setup): New function.
(tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
(tooltip-mode): Call tooltip-gud-tips-setup.
(tooltip-gud-tips): Use `gud-basic-call' instead of process-send-string,
so the prompt gets frobbed appropriately.  Handle nil return value from
`tooltip-gud-print-command'.