1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00
Commit graph

9236 commits

Author SHA1 Message Date
Richard M. Stallman
cb2fdcfa49 (basic-save-buffer-1): Add missing argument for error. 1997-08-04 18:56:42 +00:00
Richard M. Stallman
4adf39571b (quail-update-leim-list-file): Go to the
beginning of the package file, in case it was already visited.
1997-08-04 18:55:42 +00:00
Oliver Seidel
8cdc3b3d9d Added Raise/Lower item. 1997-08-04 16:18:45 +00:00
Richard M. Stallman
4029fd9a3f (x-get-selection): Change default for data-type
back to `STRING'.
1997-08-04 07:46:26 +00:00
Kenichi Handa
de94d711e2 (set-default-coding-systems): New function. 1997-08-04 07:03:08 +00:00
Kenichi Handa
96cf572e1e (setup-chinese-gb-environment): Do not
call set-terminal-coding-system and set-keyboard-coding-system,
instead call set-defualt-coding-systems.
(setup-chinese-big5-environment): Likewise.
(setup-chinese-cns-environment): Likewise.
1997-08-04 07:01:31 +00:00
Kenichi Handa
bd14cdd0cb (setup-english-environment): Call set-default-coding-systems. 1997-08-04 07:01:31 +00:00
Kenichi Handa
1158c5be3a (setup-8-bit-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
b711bb8038 (setup-japanese-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
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
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
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
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
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
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
Kenichi Handa
737acdc678 (setup-tibetan-environment): Set default value of default-input-method. 1997-08-03 02:54:04 +00:00
Kenichi Handa
9ff9457b2d Fix previous change. 1997-08-03 02:51:30 +00:00
Kenichi Handa
5871092a2c (quail-next-translation): Call
quail-execute-non-quail-command when no current translations.
(quail-prev-translation): Likewise.
(quail-next-translation-block): Likewise.
(quail-prev-translation-block): Likewise.
1997-08-03 02:50:47 +00:00
Richard M. Stallman
96db204a8a Doc fixes; fix error message text. 1997-08-02 21:59:55 +00:00
Richard M. Stallman
d387400c75 (term-ignore-error): Fix foolish errors. 1997-08-02 20:41:55 +00:00
Richard M. Stallman
e72e91e97d (describe-current-coding-system): Clean up output format. 1997-08-02 10:15:43 +00:00
Michael Kifer
8626cfa223 new version 1997-08-02 07:40:22 +00:00