1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00
Commit graph

19339 commits

Author SHA1 Message Date
Richard M. Stallman
3163d9cfa1 (paths-force): Store PATH_X_DEFAULTS in paths.h. 1997-08-16 18:29:29 +00:00
Richard M. Stallman
734c9829fe (cyrillic-translit-bulgarian): New input method. 1997-08-16 17:53:30 +00:00
Richard M. Stallman
403c995bb8 (term_get_fkeys_1): Use kH as alternate for move-to-last-line. 1997-08-16 16:39:20 +00:00
Richard M. Stallman
046b1f0395 Many doc fixes.
(Fcount_chars_region): New function.
(min, max): New macros.
1997-08-16 16:24:14 +00:00
Richard M. Stallman
0c57d6fdae (Flength): Doc fix. 1997-08-16 16:21:38 +00:00
Richard M. Stallman
389ebc1310 Comment change. 1997-08-16 03:42:25 +00:00
Richard M. Stallman
1339f2e787 (c-double-slash-is-comments-p): Remove obsolete variable. 1997-08-16 03:42:09 +00:00
Richard M. Stallman
07092cb12c (c-buffer-is-cc-mode): Definition moved here from cc-vars.el.
Also, put permanent-local property on variable so it's value won't get
killed by kill-all-local-variables.  This makes it easier for non-CC
Mode derived modes to be initialized correctly.

(c++-mode, java-mode, objc-mode, idl-mode):
Remove obsolete variable c-double-slash-is-comments-p.
1997-08-16 03:41:39 +00:00
Richard M. Stallman
f3bc6e682e (c-buffer-is-cc-mode): Definition moved to cc-mode.el 1997-08-16 03:41:02 +00:00
Richard M. Stallman
0f0b1be199 (c-comment-line-break-function): In this function, and the defadvice,
call indent-new-comment-line if not in a comment.

(c-fill-paragraph): Remove conditional on obsolete variable
c-double-slash-is-comments-p.
1997-08-16 03:40:20 +00:00
Richard M. Stallman
041ec7f62a (c-end-of-statement-1): Eliminate false hits on important characters
inside literals (strings, comments).
1997-08-16 03:38:57 +00:00
Richard M. Stallman
c3d3eea991 (c-style-alist): "python" style requires c-comment-continuation-stars be "". 1997-08-16 03:37:28 +00:00
Richard M. Stallman
377dbd97a8 (COERCE_MARKER): Use Fmarker_position instead of
marker_position so that it works with a marker that points nowhere.
(redisplay_window): Check that Voverlay_arrow_position is a
marker before accessing it as such.
1997-08-16 02:06:18 +00:00
Kenichi Handa
21998786bd (lao-keyboard-mapping): Some elements corrected.
(lao-quail-define-rules): Some translation rules corrected.
1997-08-16 01:57:13 +00:00
Kenichi Handa
5d0c3ab61a (lrt-vowel-table): Some elements corrected.
("lao-lrt"): Doc-string of this Quail package modified.
Some tranlation rules added.
1997-08-16 01:57:13 +00:00
Kenichi Handa
c1b628eb92 Set 146th element of
latin-extra-code-table to `t'.
1997-08-16 01:56:45 +00:00
Kenichi Handa
f7b46c2d62 (setup-chinese-gb-environment): Delete
a code setting default value of default-input-method.
(setup-chinese-big5-environment): Likewise.
(setup-chinese-cns-environment): Likewise.
1997-08-16 01:55:27 +00:00
Kenichi Handa
8d2c52850d (setup-ethiopic-environment): Delete
a code setting default value of default-input-method.
1997-08-16 01:55:27 +00:00
Kenichi Handa
920edc7dbc (setup-8-bit-environment): Delete
a code setting default value of default-input-method.
1997-08-16 01:55:27 +00:00
Kenichi Handa
a5aab75c84 (setup-japanese-environment): Delete
a code setting default value of default-input-method.
1997-08-16 01:55:27 +00:00
Kenichi Handa
cf4e60276a (setup-korean-environment): Delete
a code setting default value of default-input-method.
1997-08-16 01:55:27 +00:00
Kenichi Handa
d086dcc71f (setup-tibetan-environment): Delete
a code setting default value of default-input-method.
1997-08-16 01:55:27 +00:00
Kenichi Handa
3f0039811c (CODING_FLAG_ISO_LATIN_EXTRA): New macro. 1997-08-16 01:54:37 +00:00
Kenichi Handa
c0c69d45bd (Vmicrosoft_code_table): This variable deleted.
(Vlatin_extra_code_table): New variable.
(detect_coding_iso2022): Pay attention to Vlatin_extra_code_table.
(detect_coding_mask): Likewise.
(setup_coding_system): Handle a new FLAGS element
ACCEPT-LATIN-EXTRA-CODE.
(syms_of_coding): Delete code for Vmicrosoft_code_table.
Declare latin-extra-code-table as a Lisp variable, and initialize
it.
1997-08-16 01:54:37 +00:00
Richard M. Stallman
952936e8a9 (format-encode-run-method, format-decode-run-method): Put error
output from shell command in temp buffer, not data buffer.
(format-alist): Typo fix.
1997-08-15 23:42:26 +00:00
Richard M. Stallman
cce1c318c0 (shell-command-on-region): New argument ERROR-BUFFER. 1997-08-15 23:41:50 +00:00
Richard M. Stallman
e6a17ab5e3 Reserve some function keys for users. 1997-08-15 19:45:05 +00:00
Richard M. Stallman
cfc1d0ba95 (setup-8-bit-environment): Use `require' to load the latin-N file. 1997-08-15 19:32:53 +00:00
Richard M. Stallman
34fbecde23 (format-annotate-atomic-property-change): Fix prev change. 1997-08-15 19:30:25 +00:00
Richard M. Stallman
350ce4cf0a (tags-verify-table): Obey revert-without-query.
(verify-tags-table-function): Doc fix.
1997-08-15 19:28:16 +00:00
Richard M. Stallman
540a8bd25e (widget-before-change): Obey `inhibit-read-only'. 1997-08-15 19:26:07 +00:00
Richard M. Stallman
63abf6122e Delete most calls to garbage-collect. 1997-08-15 19:24:41 +00:00
Richard M. Stallman
02c33131c7 (loaddefs.el): Load that much later. 1997-08-15 19:21:11 +00:00
Richard M. Stallman
6c2935e99f (main): Update re_max_failures so regex.c won't overflow
the stack, except when dumping.
1997-08-15 05:07:01 +00:00
Richard M. Stallman
74700529a8 (xselect.o): Depend on coding.h. 1997-08-15 03:29:41 +00:00
Richard M. Stallman
b54a8d43a2 MSDOS updates. 1997-08-14 22:40:14 +00:00
Richard M. Stallman
96db060f63 (compilation-error-regexp-alist): New regexp for Caml. 1997-08-14 22:11:09 +00:00
Richard M. Stallman
34153d7670 (mail-send): Ask for confirmation if
message contains non-ASCII characters.
(mail-send-nonascii): New variable.
1997-08-14 22:10:30 +00:00
Richard M. Stallman
b402d19f2f (c-style-alist) <gnu>:
Set c-comment-continuation-stars and c-hanging-comment-ender-p.
1997-08-14 22:10:02 +00:00
Richard M. Stallman
b7a74d2cea (SOCKLEN_TYPE): New macro definition. 1997-08-14 22:04:54 +00:00
Richard M. Stallman
7bd27aed2b Many changes. 1997-08-14 21:59:05 +00:00
Eli Zaretskii
41fb75b75b Fix instructions for MSDOG. 1997-08-14 13:58:31 +00:00
Richard M. Stallman
aea01cd762 Initial revision 1997-08-14 04:51:22 +00:00
Richard M. Stallman
57b1f7206f (main): use SOCKLEN_TYPE for fromlen, if it is defined. 1997-08-14 04:16:00 +00:00
Richard M. Stallman
db893d0032 (do-auto-fill): Better handling of a very long word
after a fill-prefix.  Don't break right after the prefix and
don't break at the end of the line.
1997-08-14 03:55:49 +00:00
Miles Bader
bd873746d3 automatically generated from GPLed version 1997-08-14 02:25:35 +00:00
Paul Eggert
3d620bbb7d automatically generated from GPLed version 1997-08-14 02:16:15 +00:00
Richard M. Stallman
c9411d2f03 (extent-properties, extent-at): New functions. 1997-08-13 19:39:39 +00:00
Richard M. Stallman
2f939ddd09 Add copyright and permission notices. 1997-08-13 15:37:10 +00:00
Richard M. Stallman
345a935c8d (main): Use %08lx instead of %08x in printf because the
variable named addresses is long.
1997-08-13 15:35:01 +00:00