bpt/emacs.git
26 years agoCustomized.
Richard M. Stallman [Mon, 18 Aug 1997 20:01:25 +0000 (20:01 +0000)]
Customized.

26 years ago(read_minibuf): New arg disable_multibyte.
Richard M. Stallman [Mon, 18 Aug 1997 18:57:32 +0000 (18:57 +0000)]
(read_minibuf): New arg disable_multibyte.
(Fcompleting_read): Pass 1 for disable_multibyte if
the completion table is read-file-name-internal.

26 years ago(Fchar_before): Do range check before decrement.
Richard M. Stallman [Mon, 18 Aug 1997 18:56:07 +0000 (18:56 +0000)]
(Fchar_before): Do range check before decrement.

26 years ago(Fchars_in_region): Renamed form Fcount_chars_region.
Kenichi Handa [Mon, 18 Aug 1997 11:19:17 +0000 (11:19 +0000)]
(Fchars_in_region): Renamed form Fcount_chars_region.
(syms_of_charset): Define Schars_in_region as a Lisp subroutine
instead of Scount_chars_region.

26 years agoFix previous change.
Kenichi Handa [Mon, 18 Aug 1997 11:03:26 +0000 (11:03 +0000)]
Fix previous change.

26 years ago(quail-devanagari-compose-characters): Do
Kenichi Handa [Mon, 18 Aug 1997 10:54:31 +0000 (10:54 +0000)]
(quail-devanagari-compose-characters): Do
not call throw.
(quail-devanagari-hindi-compose-characters): Likewise.

26 years ago(quail-hangul-switch-to-symbol-ksc): Call
Kenichi Handa [Mon, 18 Aug 1997 10:54:31 +0000 (10:54 +0000)]
(quail-hangul-switch-to-symbol-ksc): Call
activate-input-method instead of select-input-method.

26 years ago(quail-japanese-toggle-kana): Don't call
Kenichi Handa [Mon, 18 Aug 1997 10:54:31 +0000 (10:54 +0000)]
(quail-japanese-toggle-kana): Don't call
throw.
(quail-japanese-kanji-kkc): Completely re-written.
(quail-japanese-kkc-mode-exit): New function.
(quail-japanese-switch-package): Call activate-input-method
instead of select-input-metho.

26 years ago(quail-hangul-switch-back): Call
Kenichi Handa [Mon, 18 Aug 1997 10:54:31 +0000 (10:54 +0000)]
(quail-hangul-switch-back): Call
activate-input-method instead of select-input-method.
Use input-method-history instead of previous-input-method.

26 years ago(thai-consonant-input): Typo fixed.
Kenichi Handa [Mon, 18 Aug 1997 10:54:31 +0000 (10:54 +0000)]
(thai-consonant-input): Typo fixed.

26 years ago(isearch-multibyte-characters-flag): Deleted.
Kenichi Handa [Mon, 18 Aug 1997 10:53:05 +0000 (10:53 +0000)]
(isearch-multibyte-characters-flag): Deleted.
(isearch-mode): Do not bind isearch-multibyte-characters-flag and
isearch-input-method.
(isearch-printing-char): Use current-input-method instead of
isearch-input-method.
(isearch-message-prefix): Likewise.

26 years ago(isearch-input-method): Deleted.
Kenichi Handa [Mon, 18 Aug 1997 10:51:45 +0000 (10:51 +0000)]
(isearch-input-method): Deleted.
(isearch-input-method-title): Deleted.
(isearch-toggle-specified-input-method): Call toggle-input-method.
(isearch-toggle-input-method): Likewise.
(isearch-process-search-multibyte-characters): Use
current-input-method instead of isearch-input-method.

26 years ago(kkc-region): New arg
Kenichi Handa [Mon, 18 Aug 1997 10:51:45 +0000 (10:51 +0000)]
(kkc-region): New arg
kkc-mode-exit-function.

26 years ago(previous-input-method): This
Kenichi Handa [Mon, 18 Aug 1997 10:51:45 +0000 (10:51 +0000)]
(previous-input-method): This
variable deleted.
(input-method-history): New variable.
(read-input-method-name): Bind minibuffer-history to
input-method-history.
(activate-input-method): Delete codes handling
previous-input-method.  Run hooks in input-method-activate-hook.
(inactivate-input-method): Update input-method-history.  Run hooks
in input-method-inactivate-hook.
(select-input-method): Doc-string modified.  Use
input-method-history instead of previous-input-method.  Set
default-input-method to input-method.
(toggle-input-method): Doc-string modified.  Use
input-method-history instead of previous-input-method.
(read-multilingual-string): Bind minibuffer-setup-hook correctly.
(input-method-exit-on-invalid-key): New variable.

26 years ago(quail-inactivate): Turn Quail mode off
Kenichi Handa [Mon, 18 Aug 1997 10:51:45 +0000 (10:51 +0000)]
(quail-inactivate): Turn Quail mode off
by itself.
(quail-translation-keymap): Don't bind thee key "C-\".
(quail-conversion-keymap): Likewise.
(quail-define-package): Indentation fixed.
(quail-setup-overlays): New arg conversion-mode.  Pay attention to
input-method-highlight-flag.
(quail-mode-line-format): Deleted.
(quail-generate-mode-line-format): Deleted.
(quail-mode): Don't handle input-method-inactivate-hook and
input-method-activate-hook here.  Delete code setting
quail-mode-line-format.
(quail-saved-current-map): Name changed from
quail-saved-overriding-local-map.
(quail-toggle-mode-temporarily): Completely re-written.
(quail-execute-non-quail-command): Use
quail-toggle-mode-temporarily.
(quail-conv-overlay-modification-hook): Deleted.
(quail-suppress-conversion): Deleted.
(quail-start-translation): Completely re-written.
(quail-start-translation-in-conversion-mode): Likewise.
(quail-delete-region): Check if quail-overlay is active.
(quail-get-current-str): Don't call throw.  Set
overriding-terminal-local-map correctly.
(quail-update-translation): Run hooks in
input-method-after-insert-chunk-hook.
(quail-self-insert-command): Catch 'quail-tag here.
(quail-conversion-delete-char): Don't call throw.  Set
overriding-terminal-local-map to nil.
(quail-conversion-backward-delete-char): Likewise.
(quail-no-conversion): Likewise.
(quail-help-insert-keymap-description): Bind
overriding-terminal-local-map instead of overriding-local-map.

26 years agoFaces now have 2 more elements, bold-p and italic-p.
Richard M. Stallman [Mon, 18 Aug 1997 02:32:18 +0000 (02:32 +0000)]
Faces now have 2 more elements, bold-p and italic-p.
(internal-facep, make-face, x-create-frame-with-faces):
Create frames with those elements.
(face-bold-p, face-italic-p): Just fetch those elements.
(set-face-italic-p, set-face-bold-p): Doc fixes.
(make-face-bold, make-face-italic, make-face-bold-italic)
(make-face-unbold, make-face-unitalic): Set those new elements.

26 years ago(toggle-input-method)
Richard M. Stallman [Mon, 18 Aug 1997 02:28:28 +0000 (02:28 +0000)]
(toggle-input-method)
(select-input-method): Always set default-input-method.
Show default in the prompt only if there is one.

(activate-input-method):
Handle the new rule that default-input-method is now global only.

(input-method-verbose-flag): Renamed
from input-method-tersely-flag and sense inverted.
(input-method-highlight-flag): New variable.
(toggle-input-method): Pass missing arg to read-input-method-name.

26 years ago(Fdo_auto_save): If open fails, make lispstream nil.
Richard M. Stallman [Sun, 17 Aug 1997 23:20:07 +0000 (23:20 +0000)]
(Fdo_auto_save): If open fails, make lispstream nil.

26 years agoSet default coding system to undecided-dos.
Geoff Voelker [Sun, 17 Aug 1997 01:49:50 +0000 (01:49 +0000)]
Set default coding system to undecided-dos.
(find-buffer-file-type-coding-system):
For writing, use buffer-file-coding-system if set, otherwise
buffer-file-type.
(find-file-not-found-set-buffer-file-coding-system):
Renamed from find-file-not-found-set-buffer-file-type.
Set buffer-file-coding-system as well as buffer-file-type.

26 years ago(Finsert_file_contents) [DOS_NT]: Set buffer_file_type
Geoff Voelker [Sun, 17 Aug 1997 01:49:01 +0000 (01:49 +0000)]
(Finsert_file_contents) [DOS_NT]: Set buffer_file_type
according to eol conversion used on file.

26 years ago(ALL): Build cmdproxy.
Geoff Voelker [Sun, 17 Aug 1997 01:45:59 +0000 (01:45 +0000)]
(ALL): Build cmdproxy.
(cmdproxy): New target.
(install): Install cmdproxy.

26 years ago(MSVCNT11): Conditionally define it.
Geoff Voelker [Sun, 17 Aug 1997 01:45:27 +0000 (01:45 +0000)]
(MSVCNT11): Conditionally define it.
(BASE_LIBS): Do not use oldnames.lib.
(SYS_LDFLAGS): Use pdb files.
(CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
(ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
(ARCH_CFLAGS) [alpha && spd]: Use optimizations.

26 years ago(env_vars): Set SHELL to cmdproxy.
Geoff Voelker [Sun, 17 Aug 1997 01:44:27 +0000 (01:44 +0000)]
(env_vars): Set SHELL to cmdproxy.
(main): Initialize idDde to 0.
Determine emacs_path from module file name.
Prompt for install.

26 years ago(make-coding-system): Add a new FLAGS
Richard M. Stallman [Sun, 17 Aug 1997 01:04:47 +0000 (01:04 +0000)]
(make-coding-system): Add a new FLAGS
element ACCEPT-LATIN-EXTRA-CODE.

(load-with-code-conversion): Bind enable-multibyte-characters to t.

26 years ago(setup-latin1-environment): Don't set special-microsoft-code-table here.
Richard M. Stallman [Sat, 16 Aug 1997 21:57:47 +0000 (21:57 +0000)]
(setup-latin1-environment): Don't set special-microsoft-code-table here.

26 years agoInclude paths.h.
Richard M. Stallman [Sat, 16 Aug 1997 21:47:25 +0000 (21:47 +0000)]
Include paths.h.

26 years ago(xselect.o): Fix previous change.
Richard M. Stallman [Sat, 16 Aug 1997 21:44:19 +0000 (21:44 +0000)]
(xselect.o): Fix previous change.

26 years ago(quail-guidance-buf): Now a permanent local.
Richard M. Stallman [Sat, 16 Aug 1997 21:16:27 +0000 (21:16 +0000)]
(quail-guidance-buf): Now a permanent local.
(quail-update-guidance, quail-show-guidance-buf):
Test input-method-verbose-flag.
(quail-setup-overlays): Underline quail-conv-overlay
only if input-method-highlight-flag is non-nil.

26 years ago(isearch-process-search-multibyte-characters):
Richard M. Stallman [Sat, 16 Aug 1997 21:06:04 +0000 (21:06 +0000)]
(isearch-process-search-multibyte-characters):
Bind input-method-verbose-flag, not input-method-tersely-flag.

26 years ago(PATH_X_DEFAULTS): New macro.
Richard M. Stallman [Sat, 16 Aug 1997 18:32:17 +0000 (18:32 +0000)]
(PATH_X_DEFAULTS): New macro.

26 years ago(get_system_app): Use PATH_X_DEFAULTS.
Richard M. Stallman [Sat, 16 Aug 1997 18:31:23 +0000 (18:31 +0000)]
(get_system_app): Use PATH_X_DEFAULTS.

26 years ago(paths-force): Store PATH_X_DEFAULTS in paths.h.
Richard M. Stallman [Sat, 16 Aug 1997 18:29:29 +0000 (18:29 +0000)]
(paths-force): Store PATH_X_DEFAULTS in paths.h.

26 years ago(cyrillic-translit-bulgarian): New input method.
Richard M. Stallman [Sat, 16 Aug 1997 17:53:30 +0000 (17:53 +0000)]
(cyrillic-translit-bulgarian): New input method.

26 years ago(term_get_fkeys_1): Use kH as alternate for move-to-last-line.
Richard M. Stallman [Sat, 16 Aug 1997 16:39:20 +0000 (16:39 +0000)]
(term_get_fkeys_1): Use kH as alternate for move-to-last-line.

26 years agoMany doc fixes.
Richard M. Stallman [Sat, 16 Aug 1997 16:24:14 +0000 (16:24 +0000)]
Many doc fixes.
(Fcount_chars_region): New function.
(min, max): New macros.

26 years ago(Flength): Doc fix.
Richard M. Stallman [Sat, 16 Aug 1997 16:21:38 +0000 (16:21 +0000)]
(Flength): Doc fix.

26 years agoComment change.
Richard M. Stallman [Sat, 16 Aug 1997 03:42:25 +0000 (03:42 +0000)]
Comment change.

26 years ago(c-double-slash-is-comments-p): Remove obsolete variable.
Richard M. Stallman [Sat, 16 Aug 1997 03:42:09 +0000 (03:42 +0000)]
(c-double-slash-is-comments-p): Remove obsolete variable.

26 years ago(c-buffer-is-cc-mode): Definition moved here from cc-vars.el.
Richard M. Stallman [Sat, 16 Aug 1997 03:41:39 +0000 (03:41 +0000)]
(c-buffer-is-cc-mode): Definition moved here from cc-vars.el.
Also, put permanent-local property on variable so it's value won't get
killed by kill-all-local-variables.  This makes it easier for non-CC
Mode derived modes to be initialized correctly.

(c++-mode, java-mode, objc-mode, idl-mode):
Remove obsolete variable c-double-slash-is-comments-p.

26 years ago(c-buffer-is-cc-mode): Definition moved to cc-mode.el
Richard M. Stallman [Sat, 16 Aug 1997 03:41:02 +0000 (03:41 +0000)]
(c-buffer-is-cc-mode): Definition moved to cc-mode.el

26 years ago(c-comment-line-break-function): In this function, and the defadvice,
Richard M. Stallman [Sat, 16 Aug 1997 03:40:20 +0000 (03:40 +0000)]
(c-comment-line-break-function): In this function, and the defadvice,
call indent-new-comment-line if not in a comment.

(c-fill-paragraph): Remove conditional on obsolete variable
c-double-slash-is-comments-p.

26 years ago(c-end-of-statement-1): Eliminate false hits on important characters
Richard M. Stallman [Sat, 16 Aug 1997 03:38:57 +0000 (03:38 +0000)]
(c-end-of-statement-1): Eliminate false hits on important characters
inside literals (strings, comments).

26 years ago(c-style-alist): "python" style requires c-comment-continuation-stars be "".
Richard M. Stallman [Sat, 16 Aug 1997 03:37:28 +0000 (03:37 +0000)]
(c-style-alist): "python" style requires c-comment-continuation-stars be "".

26 years ago(COERCE_MARKER): Use Fmarker_position instead of
Richard M. Stallman [Sat, 16 Aug 1997 02:06:18 +0000 (02:06 +0000)]
(COERCE_MARKER): Use Fmarker_position instead of
marker_position so that it works with a marker that points nowhere.
(redisplay_window): Check that Voverlay_arrow_position is a
marker before accessing it as such.

26 years ago(lao-keyboard-mapping): Some elements corrected.
Kenichi Handa [Sat, 16 Aug 1997 01:57:13 +0000 (01:57 +0000)]
(lao-keyboard-mapping): Some elements corrected.
(lao-quail-define-rules): Some translation rules corrected.

26 years ago(lrt-vowel-table): Some elements corrected.
Kenichi Handa [Sat, 16 Aug 1997 01:57:13 +0000 (01:57 +0000)]
(lrt-vowel-table): Some elements corrected.
("lao-lrt"): Doc-string of this Quail package modified.
Some tranlation rules added.

26 years agoSet 146th element of
Kenichi Handa [Sat, 16 Aug 1997 01:56:45 +0000 (01:56 +0000)]
Set 146th element of
latin-extra-code-table to `t'.

26 years ago(setup-chinese-gb-environment): Delete
Kenichi Handa [Sat, 16 Aug 1997 01:55:27 +0000 (01:55 +0000)]
(setup-chinese-gb-environment): Delete
a code setting default value of default-input-method.
(setup-chinese-big5-environment): Likewise.
(setup-chinese-cns-environment): Likewise.

26 years ago(setup-ethiopic-environment): Delete
Kenichi Handa [Sat, 16 Aug 1997 01:55:27 +0000 (01:55 +0000)]
(setup-ethiopic-environment):  Delete
a code setting default value of default-input-method.

26 years ago(setup-8-bit-environment): Delete
Kenichi Handa [Sat, 16 Aug 1997 01:55:27 +0000 (01:55 +0000)]
(setup-8-bit-environment):  Delete
a code setting default value of default-input-method.

26 years ago(setup-japanese-environment): Delete
Kenichi Handa [Sat, 16 Aug 1997 01:55:27 +0000 (01:55 +0000)]
(setup-japanese-environment):  Delete
a code setting default value of default-input-method.

26 years ago(setup-korean-environment): Delete
Kenichi Handa [Sat, 16 Aug 1997 01:55:27 +0000 (01:55 +0000)]
(setup-korean-environment):  Delete
a code setting default value of default-input-method.

26 years ago(setup-tibetan-environment): Delete
Kenichi Handa [Sat, 16 Aug 1997 01:55:27 +0000 (01:55 +0000)]
(setup-tibetan-environment):  Delete
a code setting default value of default-input-method.

26 years ago(CODING_FLAG_ISO_LATIN_EXTRA): New macro.
Kenichi Handa [Sat, 16 Aug 1997 01:54:37 +0000 (01:54 +0000)]
(CODING_FLAG_ISO_LATIN_EXTRA): New macro.

26 years ago(Vmicrosoft_code_table): This variable deleted.
Kenichi Handa [Sat, 16 Aug 1997 01:54:37 +0000 (01:54 +0000)]
(Vmicrosoft_code_table): This variable deleted.
(Vlatin_extra_code_table): New variable.
(detect_coding_iso2022): Pay attention to Vlatin_extra_code_table.
(detect_coding_mask): Likewise.
(setup_coding_system): Handle a new FLAGS element
ACCEPT-LATIN-EXTRA-CODE.
(syms_of_coding): Delete code for Vmicrosoft_code_table.
Declare latin-extra-code-table as a Lisp variable, and initialize
it.

26 years ago(format-encode-run-method, format-decode-run-method): Put error
Richard M. Stallman [Fri, 15 Aug 1997 23:42:26 +0000 (23:42 +0000)]
(format-encode-run-method, format-decode-run-method): Put error
output from shell command in temp buffer, not data buffer.
(format-alist): Typo fix.

26 years ago(shell-command-on-region): New argument ERROR-BUFFER.
Richard M. Stallman [Fri, 15 Aug 1997 23:41:50 +0000 (23:41 +0000)]
(shell-command-on-region): New argument ERROR-BUFFER.

26 years agoReserve some function keys for users.
Richard M. Stallman [Fri, 15 Aug 1997 19:45:05 +0000 (19:45 +0000)]
Reserve some function keys for users.

26 years ago(setup-8-bit-environment): Use `require' to load the latin-N file.
Richard M. Stallman [Fri, 15 Aug 1997 19:32:53 +0000 (19:32 +0000)]
(setup-8-bit-environment): Use `require' to load the latin-N file.

26 years ago(format-annotate-atomic-property-change): Fix prev change.
Richard M. Stallman [Fri, 15 Aug 1997 19:30:25 +0000 (19:30 +0000)]
(format-annotate-atomic-property-change): Fix prev change.

26 years ago(tags-verify-table): Obey revert-without-query.
Richard M. Stallman [Fri, 15 Aug 1997 19:28:16 +0000 (19:28 +0000)]
(tags-verify-table): Obey revert-without-query.

(verify-tags-table-function): Doc fix.

26 years ago(widget-before-change): Obey `inhibit-read-only'.
Richard M. Stallman [Fri, 15 Aug 1997 19:26:07 +0000 (19:26 +0000)]
(widget-before-change): Obey `inhibit-read-only'.

26 years agoDelete most calls to garbage-collect.
Richard M. Stallman [Fri, 15 Aug 1997 19:24:41 +0000 (19:24 +0000)]
Delete most calls to garbage-collect.

26 years ago(loaddefs.el): Load that much later.
Richard M. Stallman [Fri, 15 Aug 1997 19:21:11 +0000 (19:21 +0000)]
(loaddefs.el): Load that much later.

26 years ago(main): Update re_max_failures so regex.c won't overflow
Richard M. Stallman [Fri, 15 Aug 1997 05:07:01 +0000 (05:07 +0000)]
(main): Update re_max_failures so regex.c won't overflow
the stack, except when dumping.

26 years ago(xselect.o): Depend on coding.h.
Richard M. Stallman [Fri, 15 Aug 1997 03:29:41 +0000 (03:29 +0000)]
(xselect.o): Depend on coding.h.

26 years agoMSDOS updates.
Richard M. Stallman [Thu, 14 Aug 1997 22:40:14 +0000 (22:40 +0000)]
MSDOS updates.

26 years ago(compilation-error-regexp-alist): New regexp for Caml.
Richard M. Stallman [Thu, 14 Aug 1997 22:11:09 +0000 (22:11 +0000)]
(compilation-error-regexp-alist): New regexp for Caml.

26 years ago(mail-send): Ask for confirmation if
Richard M. Stallman [Thu, 14 Aug 1997 22:10:30 +0000 (22:10 +0000)]
(mail-send): Ask for confirmation if
message contains non-ASCII characters.
(mail-send-nonascii): New variable.

26 years ago(c-style-alist) <gnu>:
Richard M. Stallman [Thu, 14 Aug 1997 22:10:02 +0000 (22:10 +0000)]
(c-style-alist) <gnu>:
Set c-comment-continuation-stars and c-hanging-comment-ender-p.

26 years ago(SOCKLEN_TYPE): New macro definition.
Richard M. Stallman [Thu, 14 Aug 1997 22:04:54 +0000 (22:04 +0000)]
(SOCKLEN_TYPE): New macro definition.

26 years agoMany changes.
Richard M. Stallman [Thu, 14 Aug 1997 21:59:05 +0000 (21:59 +0000)]
Many changes.

26 years agoFix instructions for MSDOG.
Eli Zaretskii [Thu, 14 Aug 1997 13:58:31 +0000 (13:58 +0000)]
Fix instructions for MSDOG.

26 years agoInitial revision
Richard M. Stallman [Thu, 14 Aug 1997 04:51:22 +0000 (04:51 +0000)]
Initial revision

26 years ago(main): use SOCKLEN_TYPE for fromlen, if it is defined.
Richard M. Stallman [Thu, 14 Aug 1997 04:16:00 +0000 (04:16 +0000)]
(main): use SOCKLEN_TYPE for fromlen, if it is defined.

26 years ago(do-auto-fill): Better handling of a very long word
Richard M. Stallman [Thu, 14 Aug 1997 03:55:49 +0000 (03:55 +0000)]
(do-auto-fill): Better handling of a very long word
after a fill-prefix.  Don't break right after the prefix and
don't break at the end of the line.

26 years agoautomatically generated from GPLed version
Miles Bader [Thu, 14 Aug 1997 02:25:35 +0000 (02:25 +0000)]
automatically generated from GPLed version

26 years agoautomatically generated from GPLed version
Paul Eggert [Thu, 14 Aug 1997 02:16:15 +0000 (02:16 +0000)]
automatically generated from GPLed version

26 years ago(extent-properties, extent-at): New functions.
Richard M. Stallman [Wed, 13 Aug 1997 19:39:39 +0000 (19:39 +0000)]
(extent-properties, extent-at): New functions.

26 years agoAdd copyright and permission notices.
Richard M. Stallman [Wed, 13 Aug 1997 15:37:10 +0000 (15:37 +0000)]
Add copyright and permission notices.

26 years ago(main): Use %08lx instead of %08x in printf because the
Richard M. Stallman [Wed, 13 Aug 1997 15:35:01 +0000 (15:35 +0000)]
(main): Use %08lx instead of %08x in printf because the
variable named addresses is long.

26 years ago(get_time): Cast arg to fprintf.
Richard M. Stallman [Wed, 13 Aug 1997 15:34:05 +0000 (15:34 +0000)]
(get_time): Cast arg to fprintf.

26 years ago(unexec): Cast arg to fprintf.
Richard M. Stallman [Wed, 13 Aug 1997 15:28:47 +0000 (15:28 +0000)]
(unexec): Cast arg to fprintf.

26 years ago(lock_file): Use %lu instead of %d in sprintf because
Richard M. Stallman [Wed, 13 Aug 1997 15:27:49 +0000 (15:27 +0000)]
(lock_file): Use %lu instead of %d in sprintf because
the variable named pid is unsigned long.

26 years ago(syms_of_msdos): Define and bind x-bitmap-file-path and
Eli Zaretskii [Wed, 13 Aug 1997 12:46:21 +0000 (12:46 +0000)]
(syms_of_msdos): Define and bind x-bitmap-file-path and
delete-exited-processes, to prevent cus-start.el from
complaining.

26 years agoEMACS_CONFIGURATION: Set to i386-pc-msdosdjgpp.
Eli Zaretskii [Wed, 13 Aug 1997 04:50:55 +0000 (04:50 +0000)]
EMACS_CONFIGURATION: Set to i386-pc-msdosdjgpp.

26 years ago(free_marker): New function.
Richard M. Stallman [Wed, 13 Aug 1997 04:13:39 +0000 (04:13 +0000)]
(free_marker): New function.

26 years ago(signal_before_change): Relocate START and END
Richard M. Stallman [Wed, 13 Aug 1997 04:13:22 +0000 (04:13 +0000)]
(signal_before_change): Relocate START and END
using markers for subsequent functions, when we run a function.

26 years ago(emacs): Warn about shadowed standard libraries here.
Richard M. Stallman [Wed, 13 Aug 1997 00:49:54 +0000 (00:49 +0000)]
(emacs): Warn about shadowed standard libraries here.

26 years ago(default-input-method):
Richard M. Stallman [Wed, 13 Aug 1997 00:37:32 +0000 (00:37 +0000)]
(default-input-method):
Variable no longer automatically local.

26 years ago(read-input-method-name): Replace INITIAL-INPUT arg with DEFAULT arg.
Richard M. Stallman [Wed, 13 Aug 1997 00:29:02 +0000 (00:29 +0000)]
(read-input-method-name): Replace INITIAL-INPUT arg with DEFAULT arg.
Substitute it into to the prompt, if it is non-nil.
(select-input-method): Call read-input-method-name the new way.
(toggle-input-method): Likewise.

26 years ago(quail-start-translation): Use an explicit loop, not recursive edit.
Richard M. Stallman [Wed, 13 Aug 1997 00:26:42 +0000 (00:26 +0000)]
(quail-start-translation): Use an explicit loop, not recursive edit.
(quail-suppress-conversion): Doc fix.

26 years ago(forward-visible-line): Handle nil value from
Richard M. Stallman [Tue, 12 Aug 1997 23:18:41 +0000 (23:18 +0000)]
(forward-visible-line): Handle nil value from
next-single-property-change or previous-single-property-change.

26 years ago(change-log-font-lock-keywords): Don't consider
Richard M. Stallman [Tue, 12 Aug 1997 23:08:13 +0000 (23:08 +0000)]
(change-log-font-lock-keywords): Don't consider
a closeparen as part of a function or variable name.

26 years ago(diary-entry-time): Bind case-fold-search to nil.
Richard M. Stallman [Tue, 12 Aug 1997 23:05:43 +0000 (23:05 +0000)]
(diary-entry-time): Bind case-fold-search to nil.

26 years ago(mouse-avoidance-timer): New variable.
Richard M. Stallman [Tue, 12 Aug 1997 18:20:00 +0000 (18:20 +0000)]
(mouse-avoidance-timer): New variable.
(mouse-avoidance-mode): Create or cancel a time,
instead of using post-command-idle-hook.

26 years ago(awk-mode): Require cc-mode, not cc-langs.
Richard M. Stallman [Tue, 12 Aug 1997 17:23:14 +0000 (17:23 +0000)]
(awk-mode): Require cc-mode, not cc-langs.

26 years ago(set-extent-property): Don't allow
Richard M. Stallman [Tue, 12 Aug 1997 17:22:41 +0000 (17:22 +0000)]
(set-extent-property): Don't allow
multiple extents with a mouse-face property to run together.

26 years ago(dired-font-lock-keywords): Don't specially highlight
Richard M. Stallman [Tue, 12 Aug 1997 17:21:24 +0000 (17:21 +0000)]
(dired-font-lock-keywords): Don't specially highlight
files that are writable by others.

26 years agoComment changes.
Richard M. Stallman [Tue, 12 Aug 1997 16:11:31 +0000 (16:11 +0000)]
Comment changes.