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

18786 Commits

Author SHA1 Message Date
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
Richard M. Stallman
65fda17c7a Arrange for the leim tar file to unpack in emacs-M.N/leim. 1997-07-16 04:55:54 +00:00
Richard M. Stallman
e432fc7448 (mail-extr-voodoo): Get rid of comments at an early stage. 1997-07-16 04:37:17 +00:00
Richard M. Stallman
6cb0a57bb5 (apropos-print): Use customize-group-other-window, not customize-other-window. 1997-07-15 23:12:14 +00:00
Richard M. Stallman
28afe1992d (mail-mode-auto-fill): Use insert-before-markers. 1997-07-15 19:34:10 +00:00
Richard M. Stallman
e744155a80 (internal_self_insert): When overwriting, use replace_range. 1997-07-15 19:22:53 +00:00
Richard M. Stallman
cda987f448 (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.
1997-07-15 19:21:04 +00:00
Richard M. Stallman
b0c23721e8 (c-copy-tree): Fix bugs. 1997-07-15 19:09:24 +00:00
Richard M. Stallman
ca85cf8a5a (tmm-prompt): Use save-excursion around completing-read code.
(tmm-add-prompt): Clean up using save-selected-window
and with-current-buffer.
1997-07-15 19:07:02 +00:00
Richard M. Stallman
48fe8caca1 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix previous change. 1997-07-15 19:00:36 +00:00
Richard M. Stallman
515b04d08c Fix previous change. 1997-07-15 18:58:44 +00:00
Richard M. Stallman
a2ad45b9ae (global-map): Turn off the S-SPC binding. 1997-07-15 18:51:38 +00:00
Jim Meyering
579c838129 Add comment describing HAVE_PSTAT_GETDYNAMIC. 1997-07-15 13:21:56 +00:00
Simon Marshall
f8604035c1 change maintainer. 1997-07-15 08:32:51 +00:00
Kenichi Handa
5159806d52 Doc-string of Quail package japanese modified. 1997-07-15 08:28:51 +00:00
Kenichi Handa
029eaa1166 Initial revision 1997-07-15 08:27:10 +00:00
Kenichi Handa
72388e595a Rules re-written to avoid tricky code.
(CHINEGE-GB): Include quail/py-punct.elc.
(CHINEGE-BIG5): Include quail/py-punct-b5.elc.
1997-07-15 08:26:35 +00:00
Kenichi Handa
b4fba33feb (mule-keymap): Bind l to set-language-environment.
(set-language-environment): Remove autoload cookie.  Accept null input
for resetting to default.
(select-input-method): Signal error if enable-multibyte-characters is
nil.
(toggle-input-method): Likewise.
1997-07-15 08:24:47 +00:00
Kenichi Handa
29742cb59d (coding-category-emacs-mule): Replace coding-category-iso-else with
coding-category-iso-7-else and coding-category-iso-8-else.
1997-07-15 08:24:47 +00:00
Kenichi Handa
b585fb6c65 (describe-current-coding-system): Use coding-category-iso-7-else
instead of coding-category-iso-else.
1997-07-15 08:24:47 +00:00
Kenichi Handa
dc64cd193a (make-coding-system): Distinguish coding-category-iso-7-else and
coding-category-iso-8-else.
1997-07-15 08:24:47 +00:00
Kenichi Handa
55e3018122 (quail-translate-key): Fix previous change. 1997-07-15 08:24:47 +00:00
Kenichi Handa
08a1bf224e (tit-process-body): Ignore vacant entries. 1997-07-15 08:24:47 +00:00
Kenichi Handa
fe1d8b33cb (report-emacs-bug-run-tersely): New variable
(report-emacs-bug): Insert warnings for novice usres in *mail* buffer.
Set enable-multibyte-characters to nil.
(report-emacs-bug-hook): Check non-English letters.  Confirm about
sending a report to FSF.
1997-07-15 08:23:58 +00:00
Kenichi Handa
8881c1abb9 (mail-setup): Kill the local binding of enable-multibyte-characters.
Turn off an input method.
1997-07-15 08:23:58 +00:00
Kenichi Handa
ca7495f7f8 (setup-chinese-gb-environment): Adjusted for the change of coding
category names.  Set default-input-method to chinese-py-punct.
(setup-chinese-big5-environment): Set default-input-method to
chinese-py-punct-b5.
(setup-chinese-cns-environment): Set default-input-method correctly.
1997-07-15 08:22:18 +00:00
Kenichi Handa
abbd695757 (setup-english-environment): Adjusted for the change of coding
category names.
1997-07-15 08:22:18 +00:00
Kenichi Handa
ae7f24dea7 (setup-ethiopic-environment): Set default-input-method correctly. 1997-07-15 08:22:18 +00:00
Kenichi Handa
e2cbe74db7 (setup-japanese-environment): Adjusted for the change of coding
category names.  Set default-input-method correctly.
1997-07-15 08:22:18 +00:00
Kenichi Handa
ffb7e75e5f (setup-korean-environment): Set default-input-method correctly. 1997-07-15 08:22:18 +00:00
Kenichi Handa
391f7465a4 (setup-tibetan-environment): Set default-input-method correctly. 1997-07-15 08:22:18 +00:00
Kenichi Handa
7717c392c0 (detect_coding_iso2022): Distinguish coding-category-iso-7-else and
coding-category-iso-8-else.
1997-07-15 08:21:17 +00:00
Kenichi Handa
a38ede416c (CODING_CATEGORY_IDX_ISO_7_ELSE): This macro is deleted
(CODING_CATEGORY_IDX_ISO_7_ELSE): New macro.
(CODING_CATEGORY_IDX_ISO_8_ELSE): New macro
(CODING_CATEGORY_MASK_ISO_ELSE): This macro is deleted.
(CODING_CATEGORY_MASK_ISO_7_ELSE): New macro.
(CODING_CATEGORY_MASK_ISO_8_ELSE): New macro.
(CODING_CATEGORY_MASK_ANY): Adjusted for the above change.
1997-07-15 08:21:17 +00:00
Simon Marshall
7853929fc9 Customise. Don't modify pre-command-hook on file load; do in command. 1997-07-15 07:45:25 +00:00
Simon Marshall
ad3f1e65bd Customise. Don't install bindings on file load; use a fn. 1997-07-15 07:43:48 +00:00
Richard M. Stallman
92d874e687 (isearch-char-to-string): Use char-to-string.
(isearch-quote-char): Add nonascii-insert-offset.
1997-07-15 00:23:03 +00:00