bpt/emacs.git
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.

26 years ago(X_DEFAULT_SEARCH_PATH): Add /usr/X11R6/lib alternatives.
Richard M. Stallman [Tue, 12 Aug 1997 16:11:03 +0000 (16:11 +0000)]
(X_DEFAULT_SEARCH_PATH): Add /usr/X11R6/lib alternatives.

26 years ago(fill-region-as-paragraph):
Richard M. Stallman [Tue, 12 Aug 1997 15:52:17 +0000 (15:52 +0000)]
(fill-region-as-paragraph):
When justifying, cope if line ends in spaces and no newline.

26 years agoRun ".emacs" through convert-standard-filename before using it.
Eli Zaretskii [Tue, 12 Aug 1997 11:59:41 +0000 (11:59 +0000)]
Run ".emacs" through convert-standard-filename before using it.

26 years ago(rmail-make-in-reply-to-field): Don't cause an
Richard M. Stallman [Tue, 12 Aug 1997 05:49:26 +0000 (05:49 +0000)]
(rmail-make-in-reply-to-field): Don't cause an
error if the `From:' line has no valid email addresses.

26 years ago(dos-print-region-function): Force EOL conversion to DOS CR-LF pairs.
Richard M. Stallman [Tue, 12 Aug 1997 05:47:05 +0000 (05:47 +0000)]
(dos-print-region-function): Force EOL conversion to DOS CR-LF pairs.

26 years ago(list-load-path-shadows): Exclude, from the path we search, all but
Richard M. Stallman [Tue, 12 Aug 1997 05:30:47 +0000 (05:30 +0000)]
(list-load-path-shadows): Exclude, from the path we search, all but
the first set of directories that include the standard Emacs Lisp files.

26 years ago(cal-tex-latexify-list): Put the elements of RESULT in the proper order.
Richard M. Stallman [Tue, 12 Aug 1997 00:58:44 +0000 (00:58 +0000)]
(cal-tex-latexify-list): Put the elements of RESULT in the proper order.
(cal-tex-list-diary-entries): Bind diary-list-include-blanks to nil.

26 years ago(cal-tex-latexify-list): Put the elements of RESULT in the proper order.
Richard M. Stallman [Tue, 12 Aug 1997 00:55:31 +0000 (00:55 +0000)]
(cal-tex-latexify-list): Put the elements of RESULT in the proper order.

26 years agoComment change.
Richard M. Stallman [Tue, 12 Aug 1997 00:37:22 +0000 (00:37 +0000)]
Comment change.

26 years ago(main): Fix previous change.
Richard M. Stallman [Tue, 12 Aug 1997 00:36:22 +0000 (00:36 +0000)]
(main): Fix previous change.

26 years ago(dabbrev-abbrev-skip-leading-regexp): Doc fix.
Richard M. Stallman [Mon, 11 Aug 1997 23:55:10 +0000 (23:55 +0000)]
(dabbrev-abbrev-skip-leading-regexp): Doc fix.

26 years agoCustomized.
Richard M. Stallman [Mon, 11 Aug 1997 23:54:58 +0000 (23:54 +0000)]
Customized.
(only-global-abbrevs): Doc fix.

26 years ago(c-electric-brace): Make preserve-p nil at BOB.
Richard M. Stallman [Mon, 11 Aug 1997 23:51:04 +0000 (23:51 +0000)]
(c-electric-brace): Make preserve-p nil at BOB.

26 years ago(insert-file-literally): New command.
Richard M. Stallman [Mon, 11 Aug 1997 22:32:01 +0000 (22:32 +0000)]
(insert-file-literally): New command.

26 years ago(custom-face-attributes): Don't initialize fg/bg fields.
Per Abrahamsen [Mon, 11 Aug 1997 22:28:10 +0000 (22:28 +0000)]
(custom-face-attributes): Don't initialize fg/bg fields.

26 years agoComment change.
Richard M. Stallman [Mon, 11 Aug 1997 22:16:50 +0000 (22:16 +0000)]
Comment change.

26 years ago(c-offsets-alist): Added template-args-cont syntactic symbol.
Richard M. Stallman [Mon, 11 Aug 1997 22:15:23 +0000 (22:15 +0000)]
(c-offsets-alist): Added template-args-cont syntactic symbol.

(c-styles-alist): In "java" style, set c-hanging-comment-starter-p to
nil to preserve Javadoc starter lines.

26 years ago(c-guess-basic-syntax): CASE 5D.4: template argument continuation
Richard M. Stallman [Mon, 11 Aug 1997 22:14:14 +0000 (22:14 +0000)]
(c-guess-basic-syntax): CASE 5D.4: template argument continuation
lines are now analyzed as template-args-cont.

26 years ago(c-mode-base-map, c++-mode-map):
Richard M. Stallman [Mon, 11 Aug 1997 22:13:48 +0000 (22:13 +0000)]
(c-mode-base-map, c++-mode-map):
Move `/' as an electric character
from c++-mode-map to c-mode-base-map for all languages.

(c-common-init): Set comment-multi-line and
comment-line-break-function here for all modes.
Make comment-line-break-function buffer local iff it's boundp.

(c-C-comment-start-regexp): Obsolete.

(c-comment-start-regexp): Initialize from c-C++-comment-start-regexp.

(c-populate-syntax-table, c-setup-dual-comments): Merge both functions
into c-populate-syntax-table.  With the new 9X draft C standard, both
line and block oriented comments are supported in all modes, so always
set up the syntax tables to support both comment styles.

(c-enable-//-in-c-mode): Obsolete.

(c++-mode-syntax-table, java-mode-syntax-table)
(objc-mode-syntax-table, idl-mode-syntax-table): Added autoload
cookies.  c-mode-syntax-table already has one.  Use the new syntax
table initialization idioms.

26 years ago(c-initialize-cc-mode): Set c-buffer-is-cc-mode to t.
Richard M. Stallman [Mon, 11 Aug 1997 22:11:27 +0000 (22:11 +0000)]
(c-initialize-cc-mode): Set c-buffer-is-cc-mode to t.

(c-initialize-cc-mode): Require 'cc-mode-19
if functionp is not bound.  Check cc-mode-19 interface requirements.

(c-mode, c++-mode, objc-mode, java-mode, idl-mode):
Don't set comment-multi-line here.

(c-mode): c-comment-start-regexp uses
c-C++-comment-start-regexp to support line oriented comments.

26 years ago(c-buffer-is-cc-mode): New variable.
Richard M. Stallman [Mon, 11 Aug 1997 22:10:16 +0000 (22:10 +0000)]
(c-buffer-is-cc-mode): New variable.

(c-comment-continuation-stars): New variable.

26 years ago(indent-new-comment-line): Add advice for older Emacs versions if they
Richard M. Stallman [Mon, 11 Aug 1997 22:09:45 +0000 (22:09 +0000)]
(indent-new-comment-line): Add advice for older Emacs versions if they
don't have the variable comment-line-break-function.

(c-electric-slash): Make this work as the final slash in a */ block
oriented comment closing token.

(c-comment-line-break-function): New function for proposed
mode-specific comment-line-break-function variable.

26 years ago(c-lineup-java-throws): Change the `when' clause to an `if-progn'.
Richard M. Stallman [Mon, 11 Aug 1997 22:07:04 +0000 (22:07 +0000)]
(c-lineup-java-throws): Change the `when' clause to an `if-progn'.

26 years ago(init_environment): Set Emacs root directory properly when
Richard M. Stallman [Mon, 11 Aug 1997 21:44:08 +0000 (21:44 +0000)]
(init_environment): Set Emacs root directory properly when
the executable is in its `src' subdirectory, as under a debugger.
(IT_set_face): If termscript is in use, print the number of the
face as well.

26 years ago(init_dosfns): Avoid calling DOS memory-allocation
Richard M. Stallman [Mon, 11 Aug 1997 21:42:39 +0000 (21:42 +0000)]
(init_dosfns): Avoid calling DOS memory-allocation
service, NT DPMI server will crash Emacs in DOS box, if we do.

26 years ago(IT_set_frame_parameters): Actually store the frame
Richard M. Stallman [Mon, 11 Aug 1997 21:40:57 +0000 (21:40 +0000)]
(IT_set_frame_parameters): Actually store the frame
parameters in the frame parameters' alist.

26 years ago(setup-latin1-environment): Set code 222 in special-microsoft-code-table.
Richard M. Stallman [Mon, 11 Aug 1997 18:32:12 +0000 (18:32 +0000)]
(setup-latin1-environment): Set code 222 in special-microsoft-code-table.

26 years ago(main) [__FreeBSD__ && PROFILING]: Add code for profiling.
Richard M. Stallman [Mon, 11 Aug 1997 01:38:02 +0000 (01:38 +0000)]
(main) [__FreeBSD__ && PROFILING]: Add code for profiling.

26 years ago(msdos-color-aliases): Remove color names which end with a number.
Richard M. Stallman [Mon, 11 Aug 1997 01:18:29 +0000 (01:18 +0000)]
(msdos-color-aliases): Remove color names which end with a number.
(msdos-color-translate): Handle color names which end with a
number, like gray85 and purple3.
(msdos-face-setup): Call `face-set-after-frame-default', so
default faces are correctly set.
Do not set background of the region face (it is set by
`face-set-after-frame-default').

26 years agoCustomized.
Richard M. Stallman [Mon, 11 Aug 1997 00:23:00 +0000 (00:23 +0000)]
Customized.

26 years ago(Finsert_startup_screen): Call `insert_char' with a single argument.
Richard M. Stallman [Mon, 11 Aug 1997 00:20:31 +0000 (00:20 +0000)]
(Finsert_startup_screen): Call `insert_char' with a single argument.

26 years ago(Qbackground_color, Qforeground_color): Define vars.
Richard M. Stallman [Mon, 11 Aug 1997 00:20:14 +0000 (00:20 +0000)]
(Qbackground_color, Qforeground_color): Define vars.

26 years ago(CPPFLAGS, LDFLAGS): Edit to empty.
Richard M. Stallman [Mon, 11 Aug 1997 00:18:52 +0000 (00:18 +0000)]
(CPPFLAGS, LDFLAGS): Edit to empty.

26 years ago(Fset_terminal_coding_system_internal): Set
Kenichi Handa [Sun, 10 Aug 1997 05:54:48 +0000 (05:54 +0000)]
(Fset_terminal_coding_system_internal): Set
CODING_FLAG_ISO_SAFE in terminal_coding.flags.
(ENCODE_ISO_CHARACTER_DIMENSION1): Check
CODING_SPEC_ISO_EXPECTED_CHARSETS.
(ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.