1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-18 04:42:04 -07:00
Commit graph

26840 commits

Author SHA1 Message Date
Kenichi Handa
45bd6bb715 (setup-korean-environment): Do not
call set-terminal-coding-system and set-keyboard-coding-system,
instead call set-defualt-coding-systems.
1997-08-04 07:01:31 +00:00
Kenichi Handa
0384b4b76d (Fcall_process_region): Use cdr part (not car part)
of Vdefault_process_coding_system for writing out text.
1997-08-04 06:59:57 +00:00
Kenichi Handa
bf9cdd4e0c (detect_coding_iso2022): Do not exclude posibility of
7-bit encoding when designation to G1 occurs.  If CSI, SS2, or SS3
is found, return CODING_CATEGORY_MASK_ISO_8_ELSE.
(Fdetect_coding_region): Doc-string modified.
1997-08-04 06:59:57 +00:00
Kenichi Handa
a95c35f6a2 (Fset_process_coding_system): Doc-string modified.
(Fprocess_coding_system): Likewise.
1997-08-04 06:59:57 +00:00
Richard M. Stallman
a6b9b0c5eb (delete-selection-mode): Delete the :initialize keyword.
Don't explicitly check the value and call delete-selection-mode.
Don't put on a custom-loads property.
1997-08-04 06:47:28 +00:00
Richard M. Stallman
666da7836b (make-autoload): For a defcustom,
generate custom-add-to-group and custom-add-load if needed.
1997-08-04 06:44:24 +00:00
Richard M. Stallman
3478257bc1 (cpp-edit-reset): Add a close-quote after the file name. 1997-08-04 06:18:23 +00:00
Richard M. Stallman
212a75c49a (cpp-create-bg-face): Don't really make a face.
Just make (background-color . COLOR).
(cpp-highlight-buffer): Don't die if buffer-invisibility-spec is t.
(cpp-face-default-list): Doc fix, fix custom type.
1997-08-04 06:10:46 +00:00
Richard M. Stallman
1819565517 (merge_face_list): New function.
(compute_char_face): Use merge_face_list.
Allow (foreground-color . COLOR) and (background-color . COLOR)
in place of a face.
1997-08-04 06:07:05 +00:00
Richard M. Stallman
4fd017e78e (isearch-other-meta-char): Don't switch windows to exit
if that would switch to an inactive minibuffer.
1997-08-04 05:09:49 +00:00
Richard M. Stallman
8e710301e0 (vc-version-diff): Use defaults, not initial input,
for reading the arguments.
1997-08-04 04:29:53 +00:00
Richard M. Stallman
f60a629a96 (internal-face-interactive): Handle default in usual way,
Provide completion for color reading.
(set-face-foreground, set-face-background): Specify `color'
when reading the color name interactively.
1997-08-04 04:23:51 +00:00
Richard M. Stallman
eea844b25e (describe-function): Use " is " instead of colon. 1997-08-04 03:57:04 +00:00
Richard M. Stallman
cf66807ecd (delay-uniquify-rationalize-file-buffer-names):
Don't delete this function from kill-buffer-hook, if it is disabled.
1997-08-04 03:42:58 +00:00
Richard M. Stallman
e65db7b8cf (insert-file-contents-literally):
Bind coding-system-for-read and coding-system-for-write,
and bind jka-compr-compression-info-list instead of
file-name-handler-alist.
(find-file-literally): Simplify and use insert-file-contents-literally.
1997-08-04 03:07:28 +00:00
Richard M. Stallman
ebe4d555dc (shell): Doc fix. 1997-08-04 03:06:28 +00:00
Richard M. Stallman
89819bddb6 (redisplay_internal): Count number of visible frames
instead of number of frames that were redisplayed.

(redisplay_window): Fix previous change.
1997-08-04 03:04:24 +00:00
Richard M. Stallman
5d8c798306 (Fload): Update declaration. 1997-08-04 03:02:19 +00:00
Richard M. Stallman
10bff6f19d (detect_coding_mask): Include CODING_CATEGORY_MASK_BINARY in the
return value if any 8-bit code is found.

Doc fix.
1997-08-04 03:01:57 +00:00
Richard M. Stallman
14a136b327 (Frequire): Pass t for the MUST-SUFFIX arg to Fload. 1997-08-04 03:00:36 +00:00
Richard M. Stallman
76323a073c (do_autoload): Pass new arg to Fload. 1997-08-04 03:00:25 +00:00
Richard M. Stallman
f0a50954f3 (Fload): New optional arg MUST-SUFFIX. 1997-08-04 03:00:11 +00:00
Richard M. Stallman
1c1e0fe5df Alternative colors for standard faces if dark background. 1997-08-04 02:57:47 +00:00
Richard M. Stallman
338992a502 (hexlify-buffer, dehexlify-buffer):
Pay attention to buffer-file-type.
(hexl-save-buffer): Don't bind buffer-file-type around save-buffer.
1997-08-04 02:44:42 +00:00
Richard M. Stallman
8ba1358119 (x-cut-buffer-or-selection-value): Try both
COMPOUND_TEXT and STRING as types for the selection.
1997-08-04 01:53:36 +00:00
Richard M. Stallman
4ab455e6c8 (rmail-summary-mouse-goto-message): New function.
(rmail-summary-mode-map): Bind it to Mouse-2.
1997-08-04 01:42:50 +00:00
Richard M. Stallman
d1f9f44105 Delete whitespace. 1997-08-04 01:11:01 +00:00
Richard M. Stallman
07f458c1df (shell-command-on-region, shell-command): Doc fixes.
(do-auto-fill): Don't break the line right after a comment starter.
1997-08-04 00:51:07 +00:00
Richard M. Stallman
5382dacc9b (copyright-regexp): Recognize @copyright{}. 1997-08-04 00:39:09 +00:00
Richard M. Stallman
0b596076e6 (copyright-regexp): Recognize the Latin-1 copyright symbol. 1997-08-04 00:37:04 +00:00
Richard M. Stallman
47adf45238 (LD_SWITCH_MACHINE):
Add #ifdef emacs around all the definitions of this.
1997-08-03 22:59:26 +00:00
Richard M. Stallman
0e6d70d571 (i*86-*-sysv4.2uw*): Set NON_GNU_CPP. 1997-08-03 22:58:19 +00:00
Richard M. Stallman
65f1589593 Fix previous change. 1997-08-03 22:57:46 +00:00
André Spiegel
9314395d3f (vc-menu-map): Replace entries for "Check In" and "Check Out" with
new entry "Check In/Out" (calling vc-next-action).
1997-08-03 12:48:31 +00:00
Oliver Seidel
7e6ed9b9b5 Cleaned up variables, prefix and cursor position. 1997-08-03 12:47:26 +00:00
Oliver Seidel
384af0dd16 It appears to work. 1997-08-03 12:15:28 +00:00
Oliver Seidel
3cb152f941 Initial revision 1997-08-03 12:15:13 +00:00
Richard M. Stallman
3fbc965dba Comment change. 1997-08-03 05:06:05 +00:00
Richard M. Stallman
95c7d3d317 (face-attr-match-p): New function.
(face-attr-match-1, face-spec-match-p, face-attr-construct): Likewise.
(face-spec-choose): New function.
(face-spec-set): Use face-spec-choose.
1997-08-03 04:10:36 +00:00
Richard M. Stallman
fa0b3d466d (custom-face-value-create): Take account
of changes in the frame made outside of customize.
1997-08-03 04:10:08 +00:00
Kenichi Handa
1f312d8a93 (CODING_CATEGORY_MASK_BINARY): New macro. 1997-08-03 03:02:05 +00:00
Kenichi Handa
e8cc313b86 (x_set_frame_parameters): Heading comment fixed.
(x_default_parameter): Likewise.
1997-08-03 03:02:05 +00:00
Kenichi Handa
2584c9ec2b (Vclipboard_coding_system): New variable.
(selection_data_to_lisp_data): Decode text by
Vclipboard_coding_system.
(lisp_data_to_selection_data): Encode text by
Vclipboard_coding_system.
(syms_of_xselect): Declare clipboard-coding-system as Lisp
variable and initialize it.
1997-08-03 03:02:05 +00:00
Kenichi Handa
684295dbd3 In quail-mode-map, bind
ethio-insert-ethio-space Shift-SPACE.  Add translation rules to
Quail package "ethiopic".
1997-08-03 02:59:30 +00:00
Kenichi Handa
8b7be11f41 (setup-chinese-gb-environment): Set
default value of default-input-method.
(setup-chinese-big5-environment): Likewise.
(setup-chinese-cns-environment): Likewise.  Correct input method
name.
1997-08-03 02:54:04 +00:00
Kenichi Handa
4eba152358 (setup-ethiopic-environment): Bind
correct commands in global-map, rmail-mode-map, and mail-mode-map.
Set default value of default-input-method.
1997-08-03 02:54:04 +00:00
Kenichi Handa
15e8ea5a02 (ccl-encode-ethio-font): Fix typo in doc-string. 1997-08-03 02:54:04 +00:00
Kenichi Handa
3144063d73 (setup-8-bit-environment): Set default value of default-input-method. 1997-08-03 02:54:04 +00:00
Kenichi Handa
2a9f3a0e04 (setup-japanese-environment): Set default value of default-input-method. 1997-08-03 02:54:04 +00:00
Kenichi Handa
4d0cccaeb6 (setup-korean-environment): Set default value of default-input-method. 1997-08-03 02:54:04 +00:00