bpt/emacs.git
26 years ago(shrink_decoding_region): No short cut by
Kenichi Handa [Thu, 21 May 1998 01:48:52 +0000 (01:48 +0000)]
(shrink_decoding_region): No short cut by
coding->heading_ascii if eol conversion is necessary.

26 years ago(Fstring_make_multibyte): Call CHECK_STRING.
Kenichi Handa [Thu, 21 May 1998 01:48:52 +0000 (01:48 +0000)]
(Fstring_make_multibyte): Call CHECK_STRING.
(Fstring_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte):
Likewise.

26 years ago(lisp_data_to_selection_data): Call
Kenichi Handa [Thu, 21 May 1998 01:48:52 +0000 (01:48 +0000)]
(lisp_data_to_selection_data): Call
find_charset_in_str with CMPCHARP 1 to encode Lisp string if it
contains a composite character.

26 years agoGenerate style variants fontset for
Kenichi Handa [Thu, 21 May 1998 01:47:32 +0000 (01:47 +0000)]
Generate style variants fontset for
standard-fontset-spec.  Generate a fontset based on resolved font
name of a font specified by X resource or -fn command line arg.

26 years ago(command-line): Fixed a typo in comment.
Kenichi Handa [Thu, 21 May 1998 01:47:11 +0000 (01:47 +0000)]
(command-line): Fixed a typo in comment.

26 years ago(x-font-name-charset-alist): New
Kenichi Handa [Thu, 21 May 1998 01:46:39 +0000 (01:46 +0000)]
(x-font-name-charset-alist): New
variable.
(register-alternate-fontnames): Doc-string modified.
(x-complement-fontset-spec): Likewise.
(x-complement-fontset-spec): Delete unused local variable.  Delete
ad hoc code for Latin-1, instead refer to
x-font-name-charset-alist.
(uninstantiated-fontset-alist): Format changed (BASE-FONTSET ->
FONTLIST).
(x-style-funcs-alist): New variable.
(create-fontset-from-fontset-spec): 2nd optional arg is changed
from STYLE to STYLE-VARIANT-P.  The meaning also changed.  Delete
unused code.  Adjusted for the change of
uninstantiated-fontset-alist.
(instantiate-fontset): Adjusted for the change of
uninstantiated-fontset-alist.

26 years ago(make-coding-system): If ISO2022 based
Kenichi Handa [Thu, 21 May 1998 01:46:39 +0000 (01:46 +0000)]
(make-coding-system): If ISO2022 based
8-bit coding system allows alternative designation, set the coding
category to `coding-category-iso-8-else'.

26 years ago(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman [Wed, 20 May 1998 05:24:42 +0000 (05:24 +0000)]
(gud-perldb-marker-acc): Variable deleted.
(gud defgroup): Doc fix.

26 years ago(mail-unsent-separator): Handle "returned message follows".
Richard M. Stallman [Wed, 20 May 1998 04:31:10 +0000 (04:31 +0000)]
(mail-unsent-separator): Handle "returned message follows".

26 years ago(set-variable): Offer variable at point as default.
Richard M. Stallman [Wed, 20 May 1998 03:54:58 +0000 (03:54 +0000)]
(set-variable): Offer variable at point as default.

26 years ago(syms_of_minibuf): Doc fix.
Richard M. Stallman [Wed, 20 May 1998 03:01:19 +0000 (03:01 +0000)]
(syms_of_minibuf): Doc fix.

26 years ago(Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fixes.
Richard M. Stallman [Wed, 20 May 1998 02:01:10 +0000 (02:01 +0000)]
(Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fixes.

26 years agoUpdate copyright notice.
Richard M. Stallman [Wed, 20 May 1998 00:56:03 +0000 (00:56 +0000)]
Update copyright notice.

26 years agoSeveral doc fixes.
Richard M. Stallman [Wed, 20 May 1998 00:46:03 +0000 (00:46 +0000)]
Several doc fixes.
(get-language-info, set-language-info): Rename argument.
(set-language-info-alist): Likewise.
(find-coding-systems-region-subset-p): Renamed from subset-p.
(find-coding-systems-region): Use new name.
(register-input-method): Rename argument.
(activate-input-method): If INPUT-METHOD is nil, deactivate.

26 years ago(frame-background-mode): Define a :set function
Richard M. Stallman [Wed, 20 May 1998 00:40:19 +0000 (00:40 +0000)]
(frame-background-mode): Define a :set function
to update the background mode of existing frames.

26 years ago(struct buffer): New slot display_time.
Richard M. Stallman [Wed, 20 May 1998 00:39:09 +0000 (00:39 +0000)]
(struct buffer): New slot display_time.

26 years ago(syms_of_buffer): Set up Lisp variable buffer-display-time.
Richard M. Stallman [Wed, 20 May 1998 00:38:47 +0000 (00:38 +0000)]
(syms_of_buffer): Set up Lisp variable buffer-display-time.
Doc fixes.
(reset_buffer): Initialize display_time slot.
(init_buffer_once): Initialize display_time slot.

26 years ago(Fselect_window): Doc fix.
Richard M. Stallman [Tue, 19 May 1998 22:35:20 +0000 (22:35 +0000)]
(Fselect_window): Doc fix.
(temp_output_buffer_show): Make the temp buffer current
before running Qtemp_buffer_show_hook.

26 years ago(redisplay_window): Don't use window->start
Richard M. Stallman [Tue, 19 May 1998 22:34:36 +0000 (22:34 +0000)]
(redisplay_window): Don't use window->start
if it is out of range of BEGV/ZV.

26 years agoRewrote cal-tex-list-holidays to get holidays in the range correctly (and more
Edward M. Reingold [Tue, 19 May 1998 22:24:01 +0000 (22:24 +0000)]
Rewrote cal-tex-list-holidays to get holidays in the range correctly (and more
simply).

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Tue, 19 May 1998 07:09:32 +0000 (07:09 +0000)]
automatically generated from GPLed version

26 years ago(message-mode): Locally bind adaptive-fill-regexp
Richard M. Stallman [Tue, 19 May 1998 05:45:21 +0000 (05:45 +0000)]
(message-mode): Locally bind adaptive-fill-regexp
and adaptive-fill-first-line-regexp.

26 years ago(kill-region): Set this-command unconditionally in a read-only buffer.
Richard M. Stallman [Tue, 19 May 1998 05:22:50 +0000 (05:22 +0000)]
(kill-region): Set this-command unconditionally in a read-only buffer.

26 years ago(temporary-file-directory): Renamed from system-tmp-directory.
Richard M. Stallman [Tue, 19 May 1998 05:21:42 +0000 (05:21 +0000)]
(temporary-file-directory): Renamed from system-tmp-directory.
Value is now a directory name, not a file name.

26 years agoComment changes.
Richard M. Stallman [Tue, 19 May 1998 05:12:47 +0000 (05:12 +0000)]
Comment changes.

26 years ago(defcustom): Doc fix.
Richard M. Stallman [Tue, 19 May 1998 05:10:27 +0000 (05:10 +0000)]
(defcustom): Doc fix.

26 years ago(uniquify-ignore-buffers-re): New variable.
Richard M. Stallman [Tue, 19 May 1998 05:07:48 +0000 (05:07 +0000)]
(uniquify-ignore-buffers-re): New variable.
(uniquify-rationalize-file-buffer-names): Implement it.

26 years ago(tex-command-end): New variable.
Richard M. Stallman [Tue, 19 May 1998 04:27:28 +0000 (04:27 +0000)]
(tex-command-end): New variable.
(tex-start-tex): Use it.
(plain-tex-mode): Locally set tex-command-end.
(tex-common-initialization): Make local binding for it.x

26 years ago*** empty log message ***
Richard M. Stallman [Tue, 19 May 1998 03:45:57 +0000 (03:45 +0000)]
*** empty log message ***

26 years ago(read_minibuf): If history list var is void, make it nil.
Richard M. Stallman [Tue, 19 May 1998 03:41:25 +0000 (03:41 +0000)]
(read_minibuf): If history list var is void, make it nil.

26 years ago(byte-compile-insert-header): Do not look for multibyte characters here.
Richard M. Stallman [Tue, 19 May 1998 02:59:42 +0000 (02:59 +0000)]
(byte-compile-insert-header): Do not look for multibyte characters here.
Generate the right file header for use if there are none.
Insert a line of semicolons for subsequent deletion if needed.
(byte-compile-fix-header): New function.
This updates the file header if the file uses multibyte characters.
(byte-compile-from-buffer): Call byte-compile-insert-header
before compiling, and byte-compile-fix-header at the end.

26 years ago(rmail-toggle-header): Ensure blank line between headers and body.
Richard M. Stallman [Tue, 19 May 1998 00:42:55 +0000 (00:42 +0000)]
(rmail-toggle-header): Ensure blank line between headers and body.

26 years ago(which-func-modes): Fix custom type.
Richard M. Stallman [Tue, 19 May 1998 00:38:20 +0000 (00:38 +0000)]
(which-func-modes): Fix custom type.
(which-func-non-auto-modes): Likewise.

26 years ago(rmail-mime-feature): Doc fix.
Richard M. Stallman [Tue, 19 May 1998 00:15:22 +0000 (00:15 +0000)]
(rmail-mime-feature): Doc fix.

26 years agoCustomized.
Richard M. Stallman [Mon, 18 May 1998 05:40:30 +0000 (05:40 +0000)]
Customized.
(vi-self-insert): New function.
(vi-dot): Use that.
(vi-dot-insertion-function): Variable deleted.

26 years agoInitial revision
Richard M. Stallman [Mon, 18 May 1998 05:28:11 +0000 (05:28 +0000)]
Initial revision

26 years ago(skip_chars): Fix previous change.
Kenichi Handa [Mon, 18 May 1998 04:53:37 +0000 (04:53 +0000)]
(skip_chars): Fix previous change.

26 years ago(finder-known-keywords): Add `convenience'.
Richard M. Stallman [Mon, 18 May 1998 04:34:54 +0000 (04:34 +0000)]
(finder-known-keywords): Add `convenience'.

26 years ago(create-fontset-from-fontset-spec): Add autoload cookie.
Richard M. Stallman [Mon, 18 May 1998 03:45:58 +0000 (03:45 +0000)]
(create-fontset-from-fontset-spec): Add autoload cookie.

26 years agoChange term translate-XXX-map to map-XXX
Kenichi Handa [Mon, 18 May 1998 01:01:00 +0000 (01:01 +0000)]
Change term translate-XXX-map to map-XXX
throughout the file.  Change terms unify/unification to
translate/translation respectively throughtout the file.

26 years agoChange term unification to
Kenichi Handa [Mon, 18 May 1998 01:01:00 +0000 (01:01 +0000)]
Change term unification to
translation throughtout the file.

26 years agoChange term unification to translation
Kenichi Handa [Mon, 18 May 1998 01:01:00 +0000 (01:01 +0000)]
Change term unification to translation
throughtout the file.
(set-clipboard-coding-system): New function.

26 years ago(quail-completion): Consecutive call of
Kenichi Handa [Mon, 18 May 1998 01:01:00 +0000 (01:01 +0000)]
(quail-completion): Consecutive call of
this command scrolls the Quail completion buffer.

26 years ago(Vnonascii_translation_table): Name changed from
Kenichi Handa [Mon, 18 May 1998 00:59:38 +0000 (00:59 +0000)]
(Vnonascii_translation_table): Name changed from
Vnonascii_translate_table.

26 years agoChange term translation to code conversion, then change
Kenichi Handa [Mon, 18 May 1998 00:59:38 +0000 (00:59 +0000)]
Change term translation to code conversion, then change
terms unify/unification to translate/translation respectively
throughtout the file.

26 years agoChange terms unify/unification to
Kenichi Handa [Mon, 18 May 1998 00:59:38 +0000 (00:59 +0000)]
Change terms unify/unification to
translate/translation respectively throughtout the file.
(ONE_BYTE_CHAR_WIDTH): Delete unnecessary continuation line at the
tail.

26 years agoChange terms unify/unification to
Kenichi Handa [Mon, 18 May 1998 00:59:38 +0000 (00:59 +0000)]
Change terms unify/unification to
translate/translation respectively throughtout the file.
(GET_TRANSLATION_TABLE): Name changed from UNIFICATION_ID_TABLE.

26 years agoChange terms unify/unification to
Kenichi Handa [Mon, 18 May 1998 00:59:38 +0000 (00:59 +0000)]
Change terms unify/unification to
translate/translation respectively throughtout the file.
(encode_coding_iso2022): Fix bug in encoding a text ending by a
composite character.
(check_composing_code): If we are decoding the last block of data,
return 0 even if the source doesn't end by an escape sequence
which terminates the current composing sequence.
(decode_coding_iso2022): Decode correctly even if the source
doesn't end by an escape sequence which terminates the current
composing sequence.

26 years agoChange terms unify/unification to
Kenichi Handa [Mon, 18 May 1998 00:59:38 +0000 (00:59 +0000)]
Change terms unify/unification to
translate/translation respectively throughtout the file.

26 years ago(concat): Fix bug in concatinating a list of multibyte and
Kenichi Handa [Mon, 18 May 1998 00:59:38 +0000 (00:59 +0000)]
(concat): Fix bug in concatinating a list of multibyte and
unibyte characters.

26 years ago(skip_chars): Fix bug in handling a range which
Kenichi Handa [Mon, 18 May 1998 00:59:38 +0000 (00:59 +0000)]
(skip_chars): Fix bug in handling a range which
contains multibyte characters.

26 years ago(get_boot_time): Scan the whole wtmp file
Richard M. Stallman [Mon, 18 May 1998 00:17:38 +0000 (00:17 +0000)]
(get_boot_time): Scan the whole wtmp file
to find the most recent reboot.

26 years ago(debugger-frame-clear): Doc fix.
Richard M. Stallman [Sun, 17 May 1998 22:02:49 +0000 (22:02 +0000)]
(debugger-frame-clear): Doc fix.

26 years ago(Fexpand_file_name): Change conditional
Richard M. Stallman [Sun, 17 May 1998 21:37:02 +0000 (21:37 +0000)]
(Fexpand_file_name): Change conditional
in previous change from WINDOWSNT to DOS_NT.

26 years ago(vc-parse-cvs-status): Grok new form of conflict message.
André Spiegel [Sun, 17 May 1998 15:33:39 +0000 (15:33 +0000)]
(vc-parse-cvs-status): Grok new form of conflict message.

26 years agoUpdated with latest version. Changes include:
Eric M. Ludlam [Sun, 17 May 1998 13:20:26 +0000 (13:20 +0000)]
Updated with latest  version.  Changes include:
Added checks for basics in messages using `error'.
Added check for symbols that are both functions and symbols.
    These references are ambiguous and should be prefixed with
    "function", or "variable".  Added auto-fix for this also.
Added auto fix for args that do not occur in the doc string.
Fixed question about putting a symbol in `quotes'.
Added spaces to the end of all y/n questions.
Added checks for y/n question endings to require "? "

26 years ago*** empty log message ***
Dan Nicolaescu [Sun, 17 May 1998 02:09:05 +0000 (02:09 +0000)]
*** empty log message ***

26 years ago(hs-life-goes-on): Use Emacs' native backquote support.
Dan Nicolaescu [Sun, 17 May 1998 01:55:17 +0000 (01:55 +0000)]
(hs-life-goes-on): Use Emacs' native backquote support.

26 years ago(rmail-retry-failure):
Richard M. Stallman [Sat, 16 May 1998 22:26:27 +0000 (22:26 +0000)]
(rmail-retry-failure):
Use mail-sendmail-delimit-header, not mail-send-delimit-header.

26 years ago(insert_1_both, insert_from_string_1, replace_range)
Richard M. Stallman [Sat, 16 May 1998 20:34:59 +0000 (20:34 +0000)]
(insert_1_both, insert_from_string_1, replace_range)
(insert_from_buffer_1, adjust_before_replace, adjust_after_replace):
Don't copy text being deleted, if undo is disabled.

26 years ago(Fexpand_file_name) [WINDOWSNT]: Be careful not to
Richard M. Stallman [Sat, 16 May 1998 19:56:07 +0000 (19:56 +0000)]
(Fexpand_file_name) [WINDOWSNT]: Be careful not to
concatenate the directory prefix and file name to accidentally
create a network share name.

26 years agoWhitespace change.
Richard M. Stallman [Sat, 16 May 1998 19:08:49 +0000 (19:08 +0000)]
Whitespace change.

26 years ago(read_char): If redisplay is preempted,
Richard M. Stallman [Sat, 16 May 1998 18:30:52 +0000 (18:30 +0000)]
(read_char): If redisplay is preempted,
try swallow_events; if that clears input_pending,
finish the redisplay.

(parse_menu_item): Removed unnecessary gcproing.
Fix a test of inmenubar.

26 years ago(readchar): Use readchar_backlog again
Richard M. Stallman [Sat, 16 May 1998 18:30:00 +0000 (18:30 +0000)]
(readchar): Use readchar_backlog again
to read a character byte by byte, if its byte sequence
does not really match the character code.
(unreadchar): Handle readchar_backlog.
(readevalloop, Fread): Initialize readchar_backlog to -1.

26 years ago(vc-update-change-log): Use temporary-file-directory.
Richard M. Stallman [Sat, 16 May 1998 17:53:32 +0000 (17:53 +0000)]
(vc-update-change-log): Use temporary-file-directory.
Use expand-file-name on it.

26 years ago(c-macro-expansion):
Richard M. Stallman [Sat, 16 May 1998 17:52:29 +0000 (17:52 +0000)]
(c-macro-expansion):
Use temporary-file-directory.  Choose temp file name properly.

26 years ago(jka-compr-temp-name-template): Use temporary-file-directory.
Richard M. Stallman [Sat, 16 May 1998 17:50:00 +0000 (17:50 +0000)]
(jka-compr-temp-name-template): Use temporary-file-directory.

26 years ago(emerge-temp-file-prefix): Use temporary-file-directory.
Richard M. Stallman [Sat, 16 May 1998 17:48:49 +0000 (17:48 +0000)]
(emerge-temp-file-prefix): Use temporary-file-directory.

26 years ago(ediff-temp-file-prefix): Use temporary-file-directory.
Richard M. Stallman [Sat, 16 May 1998 17:47:27 +0000 (17:47 +0000)]
(ediff-temp-file-prefix): Use temporary-file-directory.

26 years ago(browse-url-temp-dir): Use temporary-file-directory.
Richard M. Stallman [Sat, 16 May 1998 17:35:23 +0000 (17:35 +0000)]
(browse-url-temp-dir): Use temporary-file-directory.

26 years ago(archive-tmpdir): Use temporary-file-directory.
Richard M. Stallman [Sat, 16 May 1998 17:34:20 +0000 (17:34 +0000)]
(archive-tmpdir): Use temporary-file-directory.

26 years ago(ange-ftp-tmp-name-template): Use temporary-file-directory.
Richard M. Stallman [Sat, 16 May 1998 17:33:11 +0000 (17:33 +0000)]
(ange-ftp-tmp-name-template): Use temporary-file-directory.

26 years ago(dired-mark-subdir-files): Doc fix.
Richard M. Stallman [Sat, 16 May 1998 04:14:04 +0000 (04:14 +0000)]
(dired-mark-subdir-files): Doc fix.

26 years ago(ps-file-end): Put Trailer and Pages before EndDoc.
Richard M. Stallman [Sat, 16 May 1998 03:49:47 +0000 (03:49 +0000)]
(ps-file-end): Put Trailer and Pages before EndDoc.
(ps-print-control-characters): Doc fix.

26 years ago(vc-update-change-log): Use system-tmp-directory.
Richard M. Stallman [Sat, 16 May 1998 03:44:16 +0000 (03:44 +0000)]
(vc-update-change-log): Use system-tmp-directory.

26 years ago(c-macro-expansion): Use system-tmp-directory.
Richard M. Stallman [Sat, 16 May 1998 03:44:02 +0000 (03:44 +0000)]
(c-macro-expansion): Use system-tmp-directory.

26 years ago(jka-compr-temp-name-template): Use system-tmp-directory
Richard M. Stallman [Sat, 16 May 1998 03:43:44 +0000 (03:43 +0000)]
(jka-compr-temp-name-template): Use system-tmp-directory

26 years ago(emerge-temp-file-prefix): Use system-tmp-directory.
Richard M. Stallman [Sat, 16 May 1998 03:43:28 +0000 (03:43 +0000)]
(emerge-temp-file-prefix): Use system-tmp-directory.

26 years ago(ediff-temp-file-prefix): Use system-tmp-directory.
Richard M. Stallman [Sat, 16 May 1998 03:41:42 +0000 (03:41 +0000)]
(ediff-temp-file-prefix): Use system-tmp-directory.

26 years ago(browse-url-temp-dir): Use system-tmp-directory.
Richard M. Stallman [Sat, 16 May 1998 03:40:39 +0000 (03:40 +0000)]
(browse-url-temp-dir): Use system-tmp-directory.

26 years ago(archive-tmpdir): Use system-tmp-directory.
Richard M. Stallman [Sat, 16 May 1998 03:40:21 +0000 (03:40 +0000)]
(archive-tmpdir): Use system-tmp-directory.

26 years ago(ange-ftp-tmp-name-template): Use system-tmp-directory.
Richard M. Stallman [Sat, 16 May 1998 03:38:59 +0000 (03:38 +0000)]
(ange-ftp-tmp-name-template): Use system-tmp-directory.

26 years ago(system-tmp-directory): New variable.
Richard M. Stallman [Sat, 16 May 1998 03:38:20 +0000 (03:38 +0000)]
(system-tmp-directory): New variable.

(recover-session-finish): Unmark the current line
so that the file being used for recovery will not get deleted.

26 years ago(set-auto-coding): Exclude \n when matching the coding system name.
Richard M. Stallman [Fri, 15 May 1998 22:24:17 +0000 (22:24 +0000)]
(set-auto-coding): Exclude \n when matching the coding system name.

26 years ago(search_buffer): Set search regs for all success with an empty string.
Richard M. Stallman [Fri, 15 May 1998 22:23:01 +0000 (22:23 +0000)]
(search_buffer): Set search regs for all success with an empty string.
(set_search_regs): Clear out all regs except 0.

26 years ago(define-mail-alias): Compensate for not resetting the match data when
Richard M. Stallman [Fri, 15 May 1998 21:50:07 +0000 (21:50 +0000)]
(define-mail-alias): Compensate for not resetting the match data when
string-match fails.

26 years ago(signal_quit): Add prototype.
Richard M. Stallman [Fri, 15 May 1998 20:55:45 +0000 (20:55 +0000)]
(signal_quit): Add prototype.

26 years ago(sys_select): Always wait on interrupt_handle, so that
Richard M. Stallman [Fri, 15 May 1998 20:55:26 +0000 (20:55 +0000)]
(sys_select): Always wait on interrupt_handle, so that
user can break out of `accept-process-input' (for instance) by typing C-g.

26 years ago(w32_wnd_proc): Call signal_quit when C-g is received.
Richard M. Stallman [Fri, 15 May 1998 20:53:53 +0000 (20:53 +0000)]
(w32_wnd_proc): Call signal_quit when C-g is received.

26 years ago(interrupt_handle): New variable.
Richard M. Stallman [Fri, 15 May 1998 20:53:39 +0000 (20:53 +0000)]
(interrupt_handle): New variable.
(init_crit): Initialize it.
(delete_crit): Cleanup on exit.
(signal_quit): New function.  Signal any threads that are blocked
on a "system" call (provided they have been specially written to
check for this), so the call can fail with EINTR as on Unix.

26 years ago(ange-ftp-start-process): Handle Windows ftp client.
Richard M. Stallman [Fri, 15 May 1998 20:35:58 +0000 (20:35 +0000)]
(ange-ftp-start-process): Handle Windows ftp client.

26 years ago(setup-8-bit-environment):
Richard M. Stallman [Fri, 15 May 1998 05:50:20 +0000 (05:50 +0000)]
(setup-8-bit-environment):
After loading latin-N, reset the standard case table
and each buffer's case table.

26 years ago(byte-decompile-bytecode-1):
Richard M. Stallman [Fri, 15 May 1998 05:49:05 +0000 (05:49 +0000)]
(byte-decompile-bytecode-1):
Cope with an out-of-range constvec index.

26 years agoDoc fix.
Richard M. Stallman [Fri, 15 May 1998 05:48:02 +0000 (05:48 +0000)]
Doc fix.

26 years agoInitial revision
Richard M. Stallman [Fri, 15 May 1998 05:45:53 +0000 (05:45 +0000)]
Initial revision

26 years agoLoad dos-vars along with dos-fns.
Richard M. Stallman [Fri, 15 May 1998 05:44:56 +0000 (05:44 +0000)]
Load dos-vars along with dos-fns.

26 years ago(dos-ps-printer, dos-printer, msdos-shells):
Richard M. Stallman [Fri, 15 May 1998 05:43:41 +0000 (05:43 +0000)]
(dos-ps-printer, dos-printer, msdos-shells):
Defcustoms replaced with defvars.
(dos-fns): defgroup deleted.

26 years ago(type-break-mode): Don't alter global-mode-string.
Richard M. Stallman [Fri, 15 May 1998 05:20:58 +0000 (05:20 +0000)]
(type-break-mode): Don't alter global-mode-string.
Instead, add an element to minor-mode-alist.

26 years ago(convenience): New group.
Richard M. Stallman [Fri, 15 May 1998 05:02:29 +0000 (05:02 +0000)]
(convenience): New group.

26 years ago(Info-find-node): Use info-file-exists-p
Richard M. Stallman [Fri, 15 May 1998 04:05:56 +0000 (04:05 +0000)]
(Info-find-node): Use info-file-exists-p
(info-insert-file-contents): Use info-file-exists-p.
(info-file-exists-p): New function.