bpt/emacs.git
26 years ago(syms_of_coding): Doc fix.
Richard M. Stallman [Tue, 22 Jul 1997 20:40:29 +0000 (20:40 +0000)]
(syms_of_coding): Doc fix.

26 years ago(mail-indent-citation): Undo previous change.
Richard M. Stallman [Tue, 22 Jul 1997 20:23:53 +0000 (20:23 +0000)]
(mail-indent-citation): Undo previous change.
Instead, convert region-end to a marker before the loop.
(mail-yank-original, mail-yank-region): Undo previous change.

26 years ago(dircategory): Delete obsolete mistaken `put'.
Richard M. Stallman [Tue, 22 Jul 1997 20:06:24 +0000 (20:06 +0000)]
(dircategory): Delete obsolete mistaken `put'.
(texinfo-end-direntry): Output extra newline.
(texinfo-format-dircategory): Parse the arg and reinsert it by hand.

26 years agonew version
Michael Kifer [Tue, 22 Jul 1997 16:35:49 +0000 (16:35 +0000)]
new version

26 years agoFix previous changes.
Kenichi Handa [Tue, 22 Jul 1997 03:45:44 +0000 (03:45 +0000)]
Fix previous changes.

26 years ago(LIBS_SYSTEM): Undo previous change.
Richard M. Stallman [Tue, 22 Jul 1997 03:11:17 +0000 (03:11 +0000)]
(LIBS_SYSTEM): Undo previous change.
(HAVE_LIBKSTAT): Define it.

26 years ago(choose_minibuf_frame_1): New function.
Richard M. Stallman [Tue, 22 Jul 1997 03:10:25 +0000 (03:10 +0000)]
(choose_minibuf_frame_1): New function.
(read_minibuf): Make an unwind protect to run that.
(read_minibuf_unwind): Don't call choose_minibuf_frame here.

26 years agoUse @LN_S@, not ln -s, in case no symlink support.
Richard M. Stallman [Tue, 22 Jul 1997 00:07:55 +0000 (00:07 +0000)]
Use @LN_S@, not ln -s, in case no symlink support.
(clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc.

26 years ago(yank, yank-pop): Bind inhibit-read-only
Richard M. Stallman [Mon, 21 Jul 1997 22:29:32 +0000 (22:29 +0000)]
(yank, yank-pop): Bind inhibit-read-only
just for remove-text-properties, not for insertion.

26 years ago(mh-make-folder-list-background):
Richard M. Stallman [Mon, 21 Jul 1997 20:30:49 +0000 (20:30 +0000)]
(mh-make-folder-list-background):
Don't call mh-find-path if we were called from there.
(mh-find-path): Move mh-make-folder-list-background call to the end.

26 years ago(set_window_height): Allow all heights > 0 for minibuffer windows.
Richard M. Stallman [Mon, 21 Jul 1997 20:00:36 +0000 (20:00 +0000)]
(set_window_height): Allow all heights > 0 for minibuffer windows.
(change_window_height): Fix one-off comparing DELTA with MAXIMUM.

26 years ago(setup-cyrillic-environment): Fix paren error.
Richard M. Stallman [Mon, 21 Jul 1997 19:57:26 +0000 (19:57 +0000)]
(setup-cyrillic-environment): Fix paren error.

26 years ago(fixed, excerpt): Define with defface. No longer
Richard M. Stallman [Mon, 21 Jul 1997 19:06:57 +0000 (19:06 +0000)]
(fixed, excerpt): Define with defface.  No longer
queries X server to find a "fixed" font; that was too slow and
didn't work for everyone.

26 years ago(top_distclean): Use -f to delete contents of lock dir.
Richard M. Stallman [Mon, 21 Jul 1997 18:42:03 +0000 (18:42 +0000)]
(top_distclean): Use -f to delete contents of lock dir.

26 years agoRequire viper-init.
Richard M. Stallman [Mon, 21 Jul 1997 18:24:06 +0000 (18:24 +0000)]
Require viper-init.

26 years agoUse name leim/SKK-DIC, not leim/SKK.
Richard M. Stallman [Mon, 21 Jul 1997 06:39:54 +0000 (06:39 +0000)]
Use name leim/SKK-DIC, not leim/SKK.

26 years ago(find-file-literally): Temporarily remove tar-mode and
Richard M. Stallman [Mon, 21 Jul 1997 06:16:33 +0000 (06:16 +0000)]
(find-file-literally): Temporarily remove tar-mode and
archive-mode from auto-mode-alist.

26 years ago(Fx_create_frame): Default vertical-scroll-bars as symbol, not boolean.
Richard M. Stallman [Mon, 21 Jul 1997 06:00:23 +0000 (06:00 +0000)]
(Fx_create_frame): Default vertical-scroll-bars as symbol, not boolean.

26 years ago(frame-initialize): Don't alter vertical-scroll-bars
Richard M. Stallman [Mon, 21 Jul 1997 05:59:08 +0000 (05:59 +0000)]
(frame-initialize): Don't alter vertical-scroll-bars
parameter here.

26 years ago(scroll-bar-mode-explicit): New variable.
Richard M. Stallman [Mon, 21 Jul 1997 05:58:34 +0000 (05:58 +0000)]
(scroll-bar-mode-explicit): New variable.
(set-scroll-bar-mode): Don't alter default-frame-alist
when just loading this file.

26 years ago(internal-facep): Length is now 10.
Richard M. Stallman [Mon, 21 Jul 1997 05:16:37 +0000 (05:16 +0000)]
(internal-facep): Length is now 10.
(make-face, x-create-frame-with-faces): Make a face 10 elements long.
(internal-set-face-1): Don't call set-face-attribute-internal
if NAME is nil.
(set-face-font): Set the auto-flag to t or nil.
(face-spec-set): Clear out the font at the start,
if it was set automatically before.
(face-font-explicit): New function.
(set-face-font-auto): New function.
(set-face-font-explicit): New function.
(copy-face): Copy the face-font-external flag.
(internal-try-face-font): Use set-face-font-auto.

26 years ago(mh-find-path): Handle mh-auto-folder-collect here,
Richard M. Stallman [Mon, 21 Jul 1997 04:59:04 +0000 (04:59 +0000)]
(mh-find-path): Handle mh-auto-folder-collect here,
not when this file is loaded.

26 years ago(alphaev5, alphaev56): New CPU types.
Richard Kenner [Mon, 21 Jul 1997 00:58:41 +0000 (00:58 +0000)]
(alphaev5, alphaev56): New CPU types.

26 years ago(alpha*): Run program to see if ev4, ev5, or ev56.
Richard Kenner [Mon, 21 Jul 1997 00:58:27 +0000 (00:58 +0000)]
(alpha*): Run program to see if ev4, ev5, or ev56.

26 years ago(Fcommand_execute): gcpro c.
Richard M. Stallman [Sun, 20 Jul 1997 17:46:17 +0000 (17:46 +0000)]
(Fcommand_execute): gcpro c.

26 years ago(XTread_socket) <ClientMessage>:
Richard M. Stallman [Sun, 20 Jul 1997 17:44:22 +0000 (17:44 +0000)]
(XTread_socket) <ClientMessage>:
For wm_take_focus, use x_any_window_to_frame.
Don't use FRAME_XIC if it is null, here.

(dumpglyphs): Use 8-bit output to X, rather than 16-bit,
if the character values permit that.

26 years ago(texinfo-no-refill-regexp): Add "direntry".
Richard M. Stallman [Sun, 20 Jul 1997 17:41:31 +0000 (17:41 +0000)]
(texinfo-no-refill-regexp): Add "direntry".
(texinfo-format-direntry, texinfo-end-direntry): New functions.
(texinfo-format-dircategory): New function.

26 years ago(debug-on-quit): Define like debug-on-error.
Richard M. Stallman [Sun, 20 Jul 1997 17:40:40 +0000 (17:40 +0000)]
(debug-on-quit): Define like debug-on-error.

26 years ago(custom-declare-variable-list): Process already-declared
Richard M. Stallman [Sun, 20 Jul 1997 17:39:30 +0000 (17:39 +0000)]
(custom-declare-variable-list): Process already-declared
custom variables from this list.

26 years ago[HAVE_UNISTD_H]: Include unistd.h.
Richard M. Stallman [Sun, 20 Jul 1997 17:37:56 +0000 (17:37 +0000)]
[HAVE_UNISTD_H]: Include unistd.h.

26 years ago(custom-declare-variable-early): New function.
Richard M. Stallman [Sun, 20 Jul 1997 17:36:48 +0000 (17:36 +0000)]
(custom-declare-variable-early): New function.
(custom-declare-variable-list): New variable.
(read-quoted-char-radix): Use defvar and custom-declare-variable-early.

(functionp): Doc fix.

26 years ago(jka-compr-insert-file-contents): Bind coding-system-for-read.
Richard M. Stallman [Sun, 20 Jul 1997 04:50:25 +0000 (04:50 +0000)]
(jka-compr-insert-file-contents): Bind coding-system-for-read.
(jka-compr-write-region): Bind coding-system-for-write.
Set buffer-file-type if dos or nt.
(jka-compr-call-process): Bind coding-system-for-read
and coding-system-for-write.

26 years ago(shell-mode): Do set list-files-directory locally.
Richard M. Stallman [Sun, 20 Jul 1997 04:13:45 +0000 (04:13 +0000)]
(shell-mode): Do set list-files-directory locally.

26 years ago(w32_clear_end_of_line): Include scroll bar width.
Geoff Voelker [Sun, 20 Jul 1997 04:03:49 +0000 (04:03 +0000)]
(w32_clear_end_of_line): Include scroll bar width.

26 years ago(uniquify-buffer-file-name): Minor change.
Richard M. Stallman [Sun, 20 Jul 1997 03:46:24 +0000 (03:46 +0000)]
(uniquify-buffer-file-name): Minor change.

26 years ago(modify-coding-system-alist): Move to mule.el
Geoff Voelker [Sun, 20 Jul 1997 01:32:15 +0000 (01:32 +0000)]
(modify-coding-system-alist): Move to mule.el

26 years ago(modify-coding-system-alist): Moved to mule-util.el.
Geoff Voelker [Sun, 20 Jul 1997 01:31:41 +0000 (01:31 +0000)]
(modify-coding-system-alist): Moved to mule-util.el.

26 years ago[windows-nt, ms-dos]: Undo loading
Geoff Voelker [Sun, 20 Jul 1997 01:31:14 +0000 (01:31 +0000)]
[windows-nt, ms-dos]: Undo loading
of international/mule-utils.

26 years ago(find-buffer-file-type-coding-system):
Geoff Voelker [Sun, 20 Jul 1997 01:30:54 +0000 (01:30 +0000)]
(find-buffer-file-type-coding-system):
Use undecided-dos for dos-text file names.
Use undecided for non-existing untranslated file names.

26 years ago(mail): Ask a different question, if buffer is visiting a file.
Richard M. Stallman [Sat, 19 Jul 1997 08:15:46 +0000 (08:15 +0000)]
(mail): Ask a different question, if buffer is visiting a file.

26 years ago(mail-mode): Set adaptive-fill-regexp specially to cater to supercite.
Richard M. Stallman [Sat, 19 Jul 1997 08:11:51 +0000 (08:11 +0000)]
(mail-mode): Set adaptive-fill-regexp specially to cater to supercite.

(mail-indent-citation): Take region args.
(mail-yank-original, mail-yank-region): Pass the args.

26 years ago(BASE_PURESIZE): Increased to 410000.
Richard M. Stallman [Sat, 19 Jul 1997 07:29:46 +0000 (07:29 +0000)]
(BASE_PURESIZE): Increased to 410000.

26 years ago(auto-mode-alist): Recognize .emacs in MSDOG syntax.
Richard M. Stallman [Sat, 19 Jul 1997 05:39:06 +0000 (05:39 +0000)]
(auto-mode-alist): Recognize .emacs in MSDOG syntax.

26 years ago(hs-special-modes-alist): Use a regexp generated by regexp-opt.
Richard M. Stallman [Sat, 19 Jul 1997 05:34:45 +0000 (05:34 +0000)]
(hs-special-modes-alist): Use a regexp generated by regexp-opt.
(hs-life-goes-on): Nullify inhibit-point-motion-hooks as we have
to move inside intangible overlays. Enable edebug.

26 years ago(search-invisible): Fix typo.
Richard M. Stallman [Sat, 19 Jul 1997 05:34:23 +0000 (05:34 +0000)]
(search-invisible): Fix typo.
(isearch-search): Bind inhibit-point-motion-hooks because we might
have to search inside invisible and intangible text.
(isearch-open-overlay-temporary): Delete forgoten debug message.
(isearch-range-invisible): Fix typo in doc-string.

26 years ago(redisplay_internal): Calculate new_count properly
Richard M. Stallman [Sat, 19 Jul 1997 05:22:59 +0000 (05:22 +0000)]
(redisplay_internal): Calculate new_count properly
for non-window displays.

26 years agoNew node Encryption Projects.
Richard M. Stallman [Sat, 19 Jul 1997 03:29:32 +0000 (03:29 +0000)]
New node Encryption Projects.

Add a number of misc. projects.

26 years ago(find-buffer-file-type-coding-system):
Richard M. Stallman [Sat, 19 Jul 1997 03:27:19 +0000 (03:27 +0000)]
(find-buffer-file-type-coding-system):
Use emacs-mule-dos for text file names; use undecided-dos
for the last resort (instead of emacs-mule-dos).

26 years ago(Fcompleting_read): gcpro def.
Richard M. Stallman [Sat, 19 Jul 1997 03:26:48 +0000 (03:26 +0000)]
(Fcompleting_read): gcpro def.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

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

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

26 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.

26 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.

26 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.

26 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.

26 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.

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

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

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

26 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.

26 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.

26 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.

26 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.

26 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'.

26 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.

26 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.

26 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.

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

26 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.

26 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.

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

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

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

26 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.

26 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.

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

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.