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

18821 Commits

Author SHA1 Message Date
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
Richard M. Stallman
b070c1d71b (decode_mode_spec_coding): Fix typo; use val' instead of coding-system'. 1997-07-17 18:18:05 +00:00
Kenichi Handa
137c9decc2 (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.
1997-07-17 07:20:32 +00:00
Kenichi Handa
eb7440a5ec Modified to avoid *.el files being regarded
as intermidiate files and deleted by GNU make.
1997-07-17 07:18:50 +00:00
Kenichi Handa
44cbfae907 (batch-titdic-convert): Add optional arg FORCE. 1997-07-17 07:16:21 +00:00
Richard M. Stallman
c5ca4d3a1b (replace_range): New function. 1997-07-17 06:51:28 +00:00
Richard M. Stallman
1fca3fae80 (display_text_line): Handle the case of point being in
the invisible part of the line beyond the left margin.
1997-07-17 06:29:36 +00:00
Richard M. Stallman
1ba764decd (read-quoted-char): Handle non-character events. 1997-07-17 06:24:48 +00:00
Richard M. Stallman
ae8ad8859b Update copyright year. 1997-07-17 05:52:50 +00:00
Richard M. Stallman
02f6b3544d Improve text of messages. 1997-07-17 05:45:38 +00:00
Richard M. Stallman
037a29613f (quoted-insert): Doc fix. 1997-07-17 04:45:19 +00:00
Richard M. Stallman
55642aa486 (dired-find-file): Better error message
for symlink to nonexistent target.
1997-07-16 20:55:50 +00:00
Erich Stefan Boleyn
c22fc59251 Convert arm32:NetBSD to normal arm canonicalization. 1997-07-16 14:45:30 +00:00
Richard M. Stallman
37fb02008a (quoted-insert): Doc fix. 1997-07-16 05:37:04 +00:00
Richard M. Stallman
2444730b8b (read-quoted-char): Read any number of octal digits,
and ignore a space if that terminates the octal digits.
1997-07-16 05:34:38 +00:00
Richard M. Stallman
7ae13091e5 (yank, yank-pop): Clear out read-only prop. 1997-07-16 05:33:34 +00:00
Richard M. Stallman
83c6f44650 (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.
1997-07-16 05:30:34 +00:00
Richard M. Stallman
d097058598 (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.
1997-07-16 05:29:01 +00:00