1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00
Commit Graph

18838 Commits

Author SHA1 Message Date
Richard M. Stallman
149f002ee2 (texinfo-no-refill-regexp): Add "direntry".
(texinfo-format-direntry, texinfo-end-direntry): New functions.
(texinfo-format-dircategory): New function.
1997-07-20 17:41:31 +00:00
Richard M. Stallman
507c92471f (debug-on-quit): Define like debug-on-error. 1997-07-20 17:40:40 +00:00
Richard M. Stallman
a7d6bdac9f (custom-declare-variable-list): Process already-declared
custom variables from this list.
1997-07-20 17:39:30 +00:00
Richard M. Stallman
5fe16cc40f [HAVE_UNISTD_H]: Include unistd.h. 1997-07-20 17:37:56 +00:00
Richard M. Stallman
77a5664f19 (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.
1997-07-20 17:36:48 +00:00
Richard M. Stallman
a81635fcb8 (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.
1997-07-20 04:50:25 +00:00
Richard M. Stallman
5d9719e6ee (shell-mode): Do set list-files-directory locally. 1997-07-20 04:13:45 +00:00
Geoff Voelker
1160687306 (w32_clear_end_of_line): Include scroll bar width. 1997-07-20 04:03:49 +00:00
Richard M. Stallman
8a2d940690 (uniquify-buffer-file-name): Minor change. 1997-07-20 03:46:24 +00:00
Geoff Voelker
cc28371844 (modify-coding-system-alist): Move to mule.el 1997-07-20 01:32:15 +00:00
Geoff Voelker
fe831d33c5 (modify-coding-system-alist): Moved to mule-util.el. 1997-07-20 01:31:41 +00:00
Geoff Voelker
e2ed3ecdcf [windows-nt, ms-dos]: Undo loading
of international/mule-utils.
1997-07-20 01:31:14 +00:00
Geoff Voelker
f473b0ca64 (find-buffer-file-type-coding-system):
Use undecided-dos for dos-text file names.
Use undecided for non-existing untranslated file names.
1997-07-20 01:30:54 +00:00
Richard M. Stallman
072c1ebbf4 (mail): Ask a different question, if buffer is visiting a file. 1997-07-19 08:15:46 +00:00
Richard M. Stallman
1b8def5857 (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.
1997-07-19 08:11:51 +00:00
Richard M. Stallman
3affe22ddf (BASE_PURESIZE): Increased to 410000. 1997-07-19 07:29:46 +00:00
Richard M. Stallman
24813e1335 (auto-mode-alist): Recognize .emacs in MSDOG syntax. 1997-07-19 05:39:06 +00:00
Richard M. Stallman
5e336d3ea6 (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.
1997-07-19 05:34:45 +00:00
Richard M. Stallman
79c7a4fa5f (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.
1997-07-19 05:34:23 +00:00
Richard M. Stallman
df77d0b27a (redisplay_internal): Calculate new_count properly
for non-window displays.
1997-07-19 05:22:59 +00:00
Richard M. Stallman
ca0afed9a9 New node Encryption Projects.
Add a number of misc. projects.
1997-07-19 03:29:32 +00:00
Richard M. Stallman
dfbcdf5f5b (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).
1997-07-19 03:27:19 +00:00
Richard M. Stallman
0c8ee1a2e6 (Fcompleting_read): gcpro def. 1997-07-19 03:26:48 +00:00
Richard M. Stallman
a8c828be8c (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.
1997-07-18 22:56:16 +00:00
Richard M. Stallman
465edc86d1 (Ffind_operation_coding_system): Use Ffboundp to
check for a function entry.
1997-07-18 22:55:49 +00:00
Richard M. Stallman
5e2729dd57 [windows-nt, ms-dos]: Load international/mule-utils. 1997-07-18 22:54:38 +00:00
Richard M. Stallman
ee425fc3fc (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.
1997-07-18 22:54:23 +00:00
Richard M. Stallman
b6e7b3c6ca (vc-diff): Turn off previous change. 1997-07-18 19:03:30 +00:00
Richard M. Stallman
df816618ed (custom-group-value-create) <tree>: Don't distinguish
unloaded groups; use [+] for them.
(customize-browse): Fix top-of-buffer doc text.
1997-07-18 18:59:20 +00:00
Michael Kifer
5489c3d3fd new version 1997-07-18 18:55:36 +00:00
Richard M. Stallman
c21241654f Many doc fixes. 1997-07-18 18:17:20 +00:00
Richard M. Stallman
ba704fd4ca (direct_output_forward_char): Reenable check against
truncated text at end of line.
1997-07-18 17:50:12 +00:00
Richard M. Stallman
a27062f04e (display_string): Ignore W->left if OBEY_WINDOW_WIDTH is zero. 1997-07-18 17:46:56 +00:00
André Spiegel
d5859f32d9 (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.
1997-07-18 16:06:57 +00:00
André Spiegel
702220f3d8 (vc-find-cvs-master): Corrected parsing of CVS/Entries, according to CVS docs.
(vc-toggle-read-only): Also work in vc-dired buffers.
1997-07-18 16:06:22 +00:00
Richard M. Stallman
155b48df5e (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.
1997-07-18 02:57:14 +00:00
Richard M. Stallman
3219bb4315 Comment change. 1997-07-18 02:16:42 +00:00
Richard M. Stallman
1dad69194a (c-initialize-cc-mode): New function.
(c-mode, c++-mode, objc-mode, java-mode): Call it.
1997-07-18 02:16:22 +00:00
Richard M. Stallman
b18c013f8e (c-load-all): Function deleted. 1997-07-18 02:14:22 +00:00
Richard M. Stallman
31b2af0a3b (c-initialize-builtin-style): Use copy-sequence
instead of c-copy-tree.

(c-copy-tree): Function deleted.
1997-07-18 02:12:00 +00:00
Richard M. Stallman
640012115a (c-maybe-labelp): Add defvar. 1997-07-18 02:11:28 +00:00
Richard M. Stallman
c93a62d8c1 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.
1997-07-18 02:10:48 +00:00
Richard M. Stallman
a6739a05e3 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.
1997-07-18 02:09:34 +00:00
Richard M. Stallman
7543028ea0 [HAVE_UNISTD_H]: Include unistd.h. 1997-07-17 23:49:47 +00:00
Richard M. Stallman
775f246140 (delete-selection-mode): Add custom-loads property. 1997-07-17 21:59:31 +00:00
Michael Kifer
1e70790f2f new version 1997-07-17 19:37:07 +00:00
Richard M. Stallman
99358b9788 (dired-omit-files): Add ".#foo" lock files to omissions. 1997-07-17 19:15:13 +00:00
Richard M. Stallman
82b6a81f61 (show-paren-match-face): Use gray on all non-color screens. 1997-07-17 18:36:12 +00:00
Richard M. Stallman
8978420537 (HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT):
(HAVE_CBRT, HAVE_FPATHCONF, HAVE_SETRLIMIT): Defined.
1997-07-17 18:33:34 +00:00
Richard M. Stallman
de2436ef7b (xcar, xcdr): Print with /x. 1997-07-17 18:32:27 +00:00