]> git.eshelyaron.com Git - emacs.git/log
emacs.git
27 years ago(Finsert_file_contents) [DOS_NT]: Use the coding
Richard M. Stallman [Fri, 18 Jul 1997 22:56:16 +0000 (22:56 +0000)]
(Finsert_file_contents) [DOS_NT]: Use the coding
system to determine buffer_file_type.
(Fwrite_region): Only use Qbuffer_file_coding_system
before checking file-coding-system-alist if non-nil.
(Fwrite_region) [DOS_NT]: Delete conditional code.

27 years ago(Ffind_operation_coding_system): Use Ffboundp to
Richard M. Stallman [Fri, 18 Jul 1997 22:55:49 +0000 (22:55 +0000)]
(Ffind_operation_coding_system): Use Ffboundp to
check for a function entry.

27 years ago[windows-nt, ms-dos]: Load international/mule-utils.
Richard M. Stallman [Fri, 18 Jul 1997 22:54:38 +0000 (22:54 +0000)]
[windows-nt, ms-dos]: Load international/mule-utils.

27 years ago(find-buffer-file-type-coding-system)
Richard M. Stallman [Fri, 18 Jul 1997 22:54:23 +0000 (22:54 +0000)]
(find-buffer-file-type-coding-system)
(find-binary-process-coding-system, find-buffer-file-type-match):
New functions.

(find-buffer-file-type): Use find-buffer-file-type-match.
Add find-buffer-file-type-coding-system to file-coding-system-alist
as the default entry.
Add find-binary-process-coding-system to process-coding-system-alist
as the default entry.

27 years ago(vc-diff): Turn off previous change.
Richard M. Stallman [Fri, 18 Jul 1997 19:03:30 +0000 (19:03 +0000)]
(vc-diff): Turn off previous change.

27 years ago(custom-group-value-create) <tree>: Don't distinguish
Richard M. Stallman [Fri, 18 Jul 1997 18:59:20 +0000 (18:59 +0000)]
(custom-group-value-create) <tree>: Don't distinguish
unloaded groups; use [+] for them.
(customize-browse): Fix top-of-buffer doc text.

27 years agonew version
Michael Kifer [Fri, 18 Jul 1997 18:55:36 +0000 (18:55 +0000)]
new version

27 years agoMany doc fixes.
Richard M. Stallman [Fri, 18 Jul 1997 18:17:20 +0000 (18:17 +0000)]
Many doc fixes.

27 years ago(direct_output_forward_char): Reenable check against
Richard M. Stallman [Fri, 18 Jul 1997 17:50:12 +0000 (17:50 +0000)]
(direct_output_forward_char): Reenable check against
truncated text at end of line.

27 years ago(display_string): Ignore W->left if OBEY_WINDOW_WIDTH is zero.
Richard M. Stallman [Fri, 18 Jul 1997 17:46:56 +0000 (17:46 +0000)]
(display_string): Ignore W->left if OBEY_WINDOW_WIDTH is zero.

27 years ago(vc-diff): If file is unchanged, ask for the version
André Spiegel [Fri, 18 Jul 1997 16:06:57 +0000 (16:06 +0000)]
(vc-diff): If file is unchanged, ask for the version
number to compare with.
(vc-retrieve-snapshot): If no NAME is specified, check out
latest versions of all unlocked files.
(vc-next-action-on-file): For CVS files with implicit checkout: if
unmodified, don't do anything.
(vc-clear-headers): Regexp more restricted, so as not to destroy file
contents by mistake.
(vc-backend-merge-news): Better analysis of status reported by CVS.
Set file properties accordingly.

27 years ago(vc-find-cvs-master): Corrected parsing of CVS/Entries, according to CVS docs.
André Spiegel [Fri, 18 Jul 1997 16:06:22 +0000 (16:06 +0000)]
(vc-find-cvs-master): Corrected parsing of CVS/Entries, according to CVS docs.
(vc-toggle-read-only): Also work in vc-dired buffers.

27 years ago(texinfo-all-menus-update)
Richard M. Stallman [Fri, 18 Jul 1997 02:57:14 +0000 (02:57 +0000)]
(texinfo-all-menus-update)
(texinfo-master-menu, texinfo-multiple-files-update):
Search for texinfo-master-menu-header as a string, not a regexp.
(texinfo-master-menu-header): Move defvar earlier.

27 years agoComment change.
Richard M. Stallman [Fri, 18 Jul 1997 02:16:42 +0000 (02:16 +0000)]
Comment change.

27 years ago(c-initialize-cc-mode): New function.
Richard M. Stallman [Fri, 18 Jul 1997 02:16:22 +0000 (02:16 +0000)]
(c-initialize-cc-mode): New function.
(c-mode, c++-mode, objc-mode, java-mode): Call it.

27 years ago(c-load-all): Function deleted.
Richard M. Stallman [Fri, 18 Jul 1997 02:14:22 +0000 (02:14 +0000)]
(c-load-all): Function deleted.

27 years ago(c-initialize-builtin-style): Use copy-sequence
Richard M. Stallman [Fri, 18 Jul 1997 02:12:00 +0000 (02:12 +0000)]
(c-initialize-builtin-style): Use copy-sequence
instead of c-copy-tree.

(c-copy-tree): Function deleted.

27 years ago(c-maybe-labelp): Add defvar.
Richard M. Stallman [Fri, 18 Jul 1997 02:11:28 +0000 (02:11 +0000)]
(c-maybe-labelp): Add defvar.

27 years agoRequire cc-defs for the c-add-syntax macro.
Richard M. Stallman [Fri, 18 Jul 1997 02:10:48 +0000 (02:10 +0000)]
Require cc-defs for the c-add-syntax macro.

(c-electric-backspace): Must get 'supercede property
values to work with delsel and pending-del.

(c-electric-brace): Fix ebola eradication consequence
in the preserve-p test.

27 years agoRequire 'cc-defs for the definition of c-emacs-features.
Richard M. Stallman [Fri, 18 Jul 1997 02:09:34 +0000 (02:09 +0000)]
Require 'cc-defs for the definition of c-emacs-features.

(c-symbol-key): First character must be a letter or underscore.

(c-make-inherited-keymap): Change to a defun.

(c-mode-menu): Added uncomment region and slight rearrangement of items.

27 years ago[HAVE_UNISTD_H]: Include unistd.h.
Richard M. Stallman [Thu, 17 Jul 1997 23:49:47 +0000 (23:49 +0000)]
[HAVE_UNISTD_H]: Include unistd.h.

27 years ago(delete-selection-mode): Add custom-loads property.
Richard M. Stallman [Thu, 17 Jul 1997 21:59:31 +0000 (21:59 +0000)]
(delete-selection-mode): Add custom-loads property.

27 years agonew version
Michael Kifer [Thu, 17 Jul 1997 19:37:07 +0000 (19:37 +0000)]
new version

27 years ago(dired-omit-files): Add ".#foo" lock files to omissions.
Richard M. Stallman [Thu, 17 Jul 1997 19:15:13 +0000 (19:15 +0000)]
(dired-omit-files): Add ".#foo" lock files to omissions.

27 years ago(show-paren-match-face): Use gray on all non-color screens.
Richard M. Stallman [Thu, 17 Jul 1997 18:36:12 +0000 (18:36 +0000)]
(show-paren-match-face): Use gray on all non-color screens.

27 years ago(HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT):
Richard M. Stallman [Thu, 17 Jul 1997 18:33:34 +0000 (18:33 +0000)]
(HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT):
(HAVE_CBRT, HAVE_FPATHCONF, HAVE_SETRLIMIT): Defined.

27 years ago(xcar, xcdr): Print with /x.
Richard M. Stallman [Thu, 17 Jul 1997 18:32:27 +0000 (18:32 +0000)]
(xcar, xcdr): Print with /x.

27 years ago(decode_mode_spec_coding): Fix typo; use `val' instead of `coding-system'.
Richard M. Stallman [Thu, 17 Jul 1997 18:18:05 +0000 (18:18 +0000)]
(decode_mode_spec_coding): Fix typo; use `val' instead of `coding-system'.

27 years ago(lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
Kenichi Handa [Thu, 17 Jul 1997 07:20:32 +0000 (07:20 +0000)]
(lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
(lrt-handle-maa-sakod): Correctly handle the case that quail-current-data
is nil.
(lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" + tone.

27 years agoModified to avoid *.el files being regarded
Kenichi Handa [Thu, 17 Jul 1997 07:18:50 +0000 (07:18 +0000)]
Modified to avoid *.el files being regarded
as intermidiate files and deleted by GNU make.

27 years ago(batch-titdic-convert): Add optional arg FORCE.
Kenichi Handa [Thu, 17 Jul 1997 07:16:21 +0000 (07:16 +0000)]
(batch-titdic-convert): Add optional arg FORCE.

27 years ago(replace_range): New function.
Richard M. Stallman [Thu, 17 Jul 1997 06:51:28 +0000 (06:51 +0000)]
(replace_range): New function.

27 years ago(display_text_line): Handle the case of point being in
Richard M. Stallman [Thu, 17 Jul 1997 06:29:36 +0000 (06:29 +0000)]
(display_text_line): Handle the case of point being in
the invisible part of the line beyond the left margin.

27 years ago(read-quoted-char): Handle non-character events.
Richard M. Stallman [Thu, 17 Jul 1997 06:24:48 +0000 (06:24 +0000)]
(read-quoted-char): Handle non-character events.

27 years agoUpdate copyright year.
Richard M. Stallman [Thu, 17 Jul 1997 05:52:50 +0000 (05:52 +0000)]
Update copyright year.

27 years agoImprove text of messages.
Richard M. Stallman [Thu, 17 Jul 1997 05:45:38 +0000 (05:45 +0000)]
Improve text of messages.

27 years ago(quoted-insert): Doc fix.
Richard M. Stallman [Thu, 17 Jul 1997 04:45:19 +0000 (04:45 +0000)]
(quoted-insert): Doc fix.

27 years ago(dired-find-file): Better error message
Richard M. Stallman [Wed, 16 Jul 1997 20:55:50 +0000 (20:55 +0000)]
(dired-find-file): Better error message
for symlink to nonexistent target.

27 years agoConvert arm32:NetBSD to normal arm canonicalization.
Erich Stefan Boleyn [Wed, 16 Jul 1997 14:45:30 +0000 (14:45 +0000)]
Convert arm32:NetBSD to normal arm canonicalization.

27 years ago(quoted-insert): Doc fix.
Richard M. Stallman [Wed, 16 Jul 1997 05:37:04 +0000 (05:37 +0000)]
(quoted-insert): Doc fix.

27 years ago(read-quoted-char): Read any number of octal digits,
Richard M. Stallman [Wed, 16 Jul 1997 05:34:38 +0000 (05:34 +0000)]
(read-quoted-char): Read any number of octal digits,
and ignore a space if that terminates the octal digits.

27 years ago(yank, yank-pop): Clear out read-only prop.
Richard M. Stallman [Wed, 16 Jul 1997 05:33:34 +0000 (05:33 +0000)]
(yank, yank-pop): Clear out read-only prop.

27 years ago(set-auto-mode): If -*- line specifies a mode,
Richard M. Stallman [Wed, 16 Jul 1997 05:30:34 +0000 (05:30 +0000)]
(set-auto-mode): If -*- line specifies a mode,
then even if we don't use it because of just-from-file-name,
still let it prevent taking the mode from a file name.

(basic-save-buffer-1): Clarify error message.
(cd-absolute): Likewise.

27 years ago(texinfo-format-buffer-1): Insert, here,
Richard M. Stallman [Wed, 16 Jul 1997 05:29:01 +0000 (05:29 +0000)]
(texinfo-format-buffer-1): Insert, here,
the info about what file this is and what it was made from,
just before returning.
(texinfo-format-setfilename): Generate no output.

27 years agoArrange for the leim tar file to unpack in emacs-M.N/leim.
Richard M. Stallman [Wed, 16 Jul 1997 04:55:54 +0000 (04:55 +0000)]
Arrange for the leim tar file to unpack in emacs-M.N/leim.

27 years ago(mail-extr-voodoo): Get rid of comments at an early stage.
Richard M. Stallman [Wed, 16 Jul 1997 04:37:17 +0000 (04:37 +0000)]
(mail-extr-voodoo): Get rid of comments at an early stage.

27 years ago(apropos-print): Use customize-group-other-window, not customize-other-window.
Richard M. Stallman [Tue, 15 Jul 1997 23:12:14 +0000 (23:12 +0000)]
(apropos-print): Use customize-group-other-window, not customize-other-window.

27 years ago(mail-mode-auto-fill): Use insert-before-markers.
Richard M. Stallman [Tue, 15 Jul 1997 19:34:10 +0000 (19:34 +0000)]
(mail-mode-auto-fill): Use insert-before-markers.

27 years ago(internal_self_insert): When overwriting, use replace_range.
Richard M. Stallman [Tue, 15 Jul 1997 19:22:53 +0000 (19:22 +0000)]
(internal_self_insert): When overwriting, use replace_range.

27 years ago(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman [Tue, 15 Jul 1997 19:21:04 +0000 (19:21 +0000)]
(custom-unlispify-remove-prefixes): New variable.
(custom-unlispify-menu-entry): Obey custom-unlispify-remove-prefixes.

(customize-browse): Don't take an argument.

(customize-browse): Improve start-of-buffer message.

(custom-help-menu): Variable deleted.
(custom-menu-reset): Function deleted.
(Custom-menu-update): Likewise.

27 years ago(c-copy-tree): Fix bugs.
Richard M. Stallman [Tue, 15 Jul 1997 19:09:24 +0000 (19:09 +0000)]
(c-copy-tree): Fix bugs.

27 years ago(tmm-prompt): Use save-excursion around completing-read code.
Richard M. Stallman [Tue, 15 Jul 1997 19:07:02 +0000 (19:07 +0000)]
(tmm-prompt): Use save-excursion around completing-read code.
(tmm-add-prompt): Clean up using save-selected-window
and with-current-buffer.

27 years ago(SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix previous change.
Richard M. Stallman [Tue, 15 Jul 1997 19:00:36 +0000 (19:00 +0000)]
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix previous change.

27 years agoFix previous change.
Richard M. Stallman [Tue, 15 Jul 1997 18:58:44 +0000 (18:58 +0000)]
Fix previous change.

27 years ago(global-map): Turn off the S-SPC binding.
Richard M. Stallman [Tue, 15 Jul 1997 18:51:38 +0000 (18:51 +0000)]
(global-map): Turn off the S-SPC binding.

27 years agoAdd comment describing HAVE_PSTAT_GETDYNAMIC.
Jim Meyering [Tue, 15 Jul 1997 13:21:56 +0000 (13:21 +0000)]
Add comment describing HAVE_PSTAT_GETDYNAMIC.

27 years agochange maintainer.
Simon Marshall [Tue, 15 Jul 1997 08:32:51 +0000 (08:32 +0000)]
change maintainer.

27 years agoDoc-string of Quail package japanese modified.
Kenichi Handa [Tue, 15 Jul 1997 08:28:51 +0000 (08:28 +0000)]
Doc-string of Quail package japanese modified.

27 years agoInitial revision
Kenichi Handa [Tue, 15 Jul 1997 08:27:10 +0000 (08:27 +0000)]
Initial revision

27 years agoRules re-written to avoid tricky code.
Kenichi Handa [Tue, 15 Jul 1997 08:26:35 +0000 (08:26 +0000)]
Rules re-written to avoid tricky code.
(CHINEGE-GB): Include quail/py-punct.elc.
(CHINEGE-BIG5): Include quail/py-punct-b5.elc.

27 years ago(mule-keymap): Bind l to set-language-environment.
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(mule-keymap): Bind l to set-language-environment.
(set-language-environment): Remove autoload cookie.  Accept null input
for resetting to default.
(select-input-method): Signal error if enable-multibyte-characters is
nil.
(toggle-input-method): Likewise.

27 years ago(coding-category-emacs-mule): Replace coding-category-iso-else with
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(coding-category-emacs-mule): Replace coding-category-iso-else with
coding-category-iso-7-else and coding-category-iso-8-else.

27 years ago(describe-current-coding-system): Use coding-category-iso-7-else
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(describe-current-coding-system): Use coding-category-iso-7-else
instead of coding-category-iso-else.

27 years ago(make-coding-system): Distinguish coding-category-iso-7-else and
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(make-coding-system): Distinguish coding-category-iso-7-else and
coding-category-iso-8-else.

27 years ago(quail-translate-key): Fix previous change.
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(quail-translate-key): Fix previous change.

27 years ago(tit-process-body): Ignore vacant entries.
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(tit-process-body): Ignore vacant entries.

27 years ago(report-emacs-bug-run-tersely): New variable
Kenichi Handa [Tue, 15 Jul 1997 08:23:58 +0000 (08:23 +0000)]
(report-emacs-bug-run-tersely): New variable
(report-emacs-bug): Insert warnings for novice usres in *mail* buffer.
Set enable-multibyte-characters to nil.
(report-emacs-bug-hook): Check non-English letters.  Confirm about
sending a report to FSF.

27 years ago(mail-setup): Kill the local binding of enable-multibyte-characters.
Kenichi Handa [Tue, 15 Jul 1997 08:23:58 +0000 (08:23 +0000)]
(mail-setup): Kill the local binding of enable-multibyte-characters.
Turn off an input method.

27 years ago(setup-chinese-gb-environment): Adjusted for the change of coding
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-chinese-gb-environment): Adjusted for the change of coding
category names.  Set default-input-method to chinese-py-punct.
(setup-chinese-big5-environment): Set default-input-method to
chinese-py-punct-b5.
(setup-chinese-cns-environment): Set default-input-method correctly.

27 years ago(setup-english-environment): Adjusted for the change of coding
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-english-environment): Adjusted for the change of coding
category names.

27 years ago(setup-ethiopic-environment): Set default-input-method correctly.
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-ethiopic-environment): Set default-input-method correctly.

27 years ago(setup-japanese-environment): Adjusted for the change of coding
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-japanese-environment): Adjusted for the change of coding
category names.  Set default-input-method correctly.

27 years ago(setup-korean-environment): Set default-input-method correctly.
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-korean-environment): Set default-input-method correctly.

27 years ago(setup-tibetan-environment): Set default-input-method correctly.
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-tibetan-environment): Set default-input-method correctly.

27 years ago(detect_coding_iso2022): Distinguish coding-category-iso-7-else and
Kenichi Handa [Tue, 15 Jul 1997 08:21:17 +0000 (08:21 +0000)]
(detect_coding_iso2022): Distinguish coding-category-iso-7-else and
coding-category-iso-8-else.

27 years ago(CODING_CATEGORY_IDX_ISO_7_ELSE): This macro is deleted
Kenichi Handa [Tue, 15 Jul 1997 08:21:17 +0000 (08:21 +0000)]
(CODING_CATEGORY_IDX_ISO_7_ELSE): This macro is deleted
(CODING_CATEGORY_IDX_ISO_7_ELSE): New macro.
(CODING_CATEGORY_IDX_ISO_8_ELSE): New macro
(CODING_CATEGORY_MASK_ISO_ELSE): This macro is deleted.
(CODING_CATEGORY_MASK_ISO_7_ELSE): New macro.
(CODING_CATEGORY_MASK_ISO_8_ELSE): New macro.
(CODING_CATEGORY_MASK_ANY): Adjusted for the above change.

27 years agoCustomise. Don't modify pre-command-hook on file load; do in command.
Simon Marshall [Tue, 15 Jul 1997 07:45:25 +0000 (07:45 +0000)]
Customise.  Don't modify pre-command-hook on file load; do in command.

27 years agoCustomise. Don't install bindings on file load; use a fn.
Simon Marshall [Tue, 15 Jul 1997 07:43:48 +0000 (07:43 +0000)]
Customise.  Don't install bindings on file load; use a fn.

27 years ago(isearch-char-to-string): Use char-to-string.
Richard M. Stallman [Tue, 15 Jul 1997 00:23:03 +0000 (00:23 +0000)]
(isearch-char-to-string): Use char-to-string.
(isearch-quote-char): Add nonascii-insert-offset.

27 years agoautomatically generated from GPLed version
Miles Bader [Mon, 14 Jul 1997 22:54:30 +0000 (22:54 +0000)]
automatically generated from GPLed version

27 years agoautomatically generated from GPLed version
Paul Eggert [Mon, 14 Jul 1997 22:36:07 +0000 (22:36 +0000)]
automatically generated from GPLed version

27 years ago(unexec): Don't call update_dynamic_symbols if static link.
Richard M. Stallman [Mon, 14 Jul 1997 19:55:57 +0000 (19:55 +0000)]
(unexec): Don't call update_dynamic_symbols if static link.

27 years ago(pc:*:*:*): New entry, for DJGPP.
Richard M. Stallman [Mon, 14 Jul 1997 19:53:44 +0000 (19:53 +0000)]
(pc:*:*:*): New entry, for DJGPP.

27 years ago(make_lispy_event): Distinguish S-SPC from SPC.
Richard M. Stallman [Mon, 14 Jul 1997 19:36:01 +0000 (19:36 +0000)]
(make_lispy_event): Distinguish S-SPC from SPC.

27 years ago(read_char): Call timer_stop_idle unconditionally at non_reread.
Richard M. Stallman [Mon, 14 Jul 1997 19:26:48 +0000 (19:26 +0000)]
(read_char): Call timer_stop_idle unconditionally at non_reread.

27 years agoAll user variables now converted to custom.
Richard M. Stallman [Mon, 14 Jul 1997 07:30:11 +0000 (07:30 +0000)]
All user variables now converted to custom.
(iswitchb): New variable for use by the custom package.
(iswitchb-default-buffer): Variable deleted.
(iswitchb-define-mode-map): Addition of keybindings
for iswitchb-kill-buffer and iswitchb-find-file.
(iswitchb): When no text typed in, show all buffers.
(iswitchb-complete): Use equal rather than eq.
(iswitchb-next-match, iswitchb-prev-match): Use
iswitchb-chop to handle reordering the buffer list.
(iswitchb-chop): New function.
(iswitchb-make-buflist): Rewritten for efficiency.
(iswitchb-to-end): Operate on a list of buffers, not just one.
(iswitchb-set-matches): Always return list
of matching buffers, even in absence of user input.
(iswitchb-kill-buffer): New function.
(iswitchb-default-keybindings): Use read-kbd-macro for keys to define.
(iswitchb-exhibit): Always return list of matching buffers.
(iswitchb-show-default-buffer): Function deleted.

27 years ago(x_draw_box): Use scratch_cursor_gc to draw the cursor
Richard M. Stallman [Mon, 14 Jul 1997 04:24:24 +0000 (04:24 +0000)]
(x_draw_box): Use scratch_cursor_gc to draw the cursor
box using the color specified by cursor_pixel.

27 years ago(init_display): Go ahead and prepare for
Richard M. Stallman [Sun, 13 Jul 1997 23:20:41 +0000 (23:20 +0000)]
(init_display): Go ahead and prepare for
a X configuration in the CANNOT_DUMP case.

27 years ago(awk-mode): Require cc-langs, not cc-mode.
Richard M. Stallman [Sun, 13 Jul 1997 21:31:12 +0000 (21:31 +0000)]
(awk-mode): Require cc-langs, not cc-mode.

27 years agoRequire cc-defs.
Richard M. Stallman [Sun, 13 Jul 1997 21:30:50 +0000 (21:30 +0000)]
Require cc-defs.

27 years ago(init_lread): Don't add to load-path lisp subdirectories
Richard M. Stallman [Sun, 13 Jul 1997 21:19:52 +0000 (21:19 +0000)]
(init_lread): Don't add to load-path lisp subdirectories
of the source tree if the parent of the source was moved after dumping Emacs.

27 years ago(msdos-bg-mode): New function.
Richard M. Stallman [Sun, 13 Jul 1997 20:52:08 +0000 (20:52 +0000)]
(msdos-bg-mode): New function.
(msdos-face-setup, make-msdos-frame): Set background-mode and
display-type properties for created frames.

27 years agoRemove `stamp-oldxmenu' dependency, so
Richard M. Stallman [Sun, 13 Jul 1997 20:49:06 +0000 (20:49 +0000)]
Remove `stamp-oldxmenu' dependency, so
MSDOS users won't need `touch' installed.

27 years ago(TAGS, tags): Include new lisp subdirectories.
Richard M. Stallman [Sun, 13 Jul 1997 20:48:21 +0000 (20:48 +0000)]
(TAGS, tags): Include new lisp subdirectories.

27 years agoUse `sed' instead of `cp', which might not be installed.
Richard M. Stallman [Sun, 13 Jul 1997 20:47:45 +0000 (20:47 +0000)]
Use `sed' instead of `cp', which might not be installed.

27 years agoComment changes.
Richard M. Stallman [Sun, 13 Jul 1997 20:43:31 +0000 (20:43 +0000)]
Comment changes.

27 years ago(Fcall_process) [MSDOS]: Request EOL conversion of
Richard M. Stallman [Sun, 13 Jul 1997 20:40:43 +0000 (20:40 +0000)]
(Fcall_process) [MSDOS]: Request EOL conversion of
the process output, unless we were promised it is binary.

27 years ago(Fwrite_region) [DOS_NT]: Always use binary mode since
Richard M. Stallman [Sun, 13 Jul 1997 20:37:01 +0000 (20:37 +0000)]
(Fwrite_region) [DOS_NT]: Always use binary mode since
coding conversion now takes care of NL -> CRLF.

27 years ago(XPointer): Define XPointer.
Richard M. Stallman [Sun, 13 Jul 1997 20:20:11 +0000 (20:20 +0000)]
(XPointer): Define XPointer.

27 years ago(compile_pattern_1): Don't declare val with CONST.
Richard M. Stallman [Sun, 13 Jul 1997 06:36:36 +0000 (06:36 +0000)]
(compile_pattern_1): Don't declare val with CONST.