1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 23:10:26 -08:00
Commit graph

18148 commits

Author SHA1 Message Date
Richard M. Stallman
54e42e2dbd (Finsert_char): Check QUIT. 1997-06-09 18:21:52 +00:00
Richard M. Stallman
b4577c63a7 (fast_c_string_match_ignore_case):
Renamed from fast_string_match_ignore_case.  Set re_match_object.
1997-06-09 18:01:02 +00:00
Richard M. Stallman
dacc955ce6 (list_fontsets, fs_load_font): fast_c_string_match_ignore_case renamed. 1997-06-09 18:00:36 +00:00
Richard M. Stallman
f39db7eaf4 (x_list_fonts): fast_c_string_match_ignore_case renamed. 1997-06-09 17:58:49 +00:00
Richard M. Stallman
9d07cf38e7 (debug): Set overriding-terminal-local-map to nil,
don't bind it, so it won't be restored on `q'.
1997-06-09 16:42:34 +00:00
Kenichi Handa
c5ee9ef188 (do-auto-fill): Type in the previous change fixed. 1997-06-09 13:07:45 +00:00
Kenichi Handa
97210f4e3f (dumpglyph): Shift baseline for such a font that is
shorter but ascent or descent exceed the line height.
For a larger font, draw a small hook at right-bottom edge instead
of a rectangle.
1997-06-09 13:00:24 +00:00
Kenichi Handa
569e0c76bd (selection_data_to_lisp_data): Change coding system
name to iso-latin-1.
(lisp_data_to_selection_data): Likewise.
1997-06-09 13:00:16 +00:00
Kenichi Handa
c8823c61e4 (Faset): Inherit default value correctly while creating
sub char table.
1997-06-09 13:00:07 +00:00
Kenichi Handa
115af12793 (Fwrite_region): Cancel the 7th argument CODING_SYSTEM
added by the previous change.
(auto_save_1): Adjusted for the above change.
1997-06-09 12:59:52 +00:00
Kenichi Handa
2e0a2a9cfd (decode_mode_spec): Access the value of
buffer-file-coding-system by b->buffer_file_coding_system.
1997-06-09 12:59:38 +00:00
Kenichi Handa
83502605be (Fstart_process):Pay attention to
Vdefault_process_coding_system.
(Fopen_network_stream): Likewise.
1997-06-09 12:59:28 +00:00
Kenichi Handa
776b95cb48 (Fcall_process): Pay attention to
Vdefault_process_coding_system.
(Fcall_process_region): Likewise.
1997-06-09 12:59:22 +00:00
Kenichi Handa
a5825a24c3 (Vdefault_process_coding_system): Extern it. 1997-06-09 12:59:20 +00:00
Kenichi Handa
02ba47237b (Vcoding_system_alist): Deleted.
(Qcoding_system_spec): Renamed from Qcoding_system_vector.
(Vdefault_process_coding_system, Vfile_coding_system_alist,
Vprocess_coding_system_alist, Vnetwork_coding_system_alist): New
variables.
(Ffind_coding_system): Adjusted for the above change.
(syms_of_coding): Declare them as lisp variables.
(Fcheck_coding_system): Pass list as DATA argument to Fsignal.
1997-06-09 12:59:12 +00:00
Kenichi Handa
c204d14f43 (struct buffer): New member buffer_file_coding_system. 1997-06-09 12:59:11 +00:00
Kenichi Handa
c71b5d9b49 (init_buffer_once): Inititialize the member
buffer_file_coding_system.
(syms_of_buffer): Declare Lisp variables
default-buffer-file-coding-system and buffer-file-coding-system.
1997-06-09 12:58:58 +00:00
Kenichi Handa
53dcf39300 (do-auto-fill): Bug fix for kinsoku processing. 1997-06-09 12:51:42 +00:00
Kenichi Handa
a904b20bf2 Define mouse-set-font in mule-menu-keymap.
Disable menu set-buffer-process-coding-system if there is no
process for the current buffer.
(command-execute-with-coding-system): New function.
(universal-coding-system-argument): Make it handle
universal-arguement correctly.
(describe-language-support): Call coding-system-doc-string instead
of coding-system-docstring.
1997-06-09 12:51:37 +00:00
Erik Naggum
9125efc29c Normalized character names. 1997-06-09 10:39:19 +00:00
Richard M. Stallman
7d2d948212 (diff-switches): defvar deleted.
(vc-annotate-*): New functions and variables.
1997-06-09 06:01:12 +00:00
Richard M. Stallman
421a590c24 Use i?86, not i.86. 1997-06-09 04:56:02 +00:00
Michael Kifer
726e270f85 new version 1997-06-09 04:00:50 +00:00
Richard M. Stallman
fdac7fbaa2 (time-stamp-string-preprocess, time-stamp-do-number):
Avoid compiler warnings: pass all arguments to time-stamp-do-number
explicitly, not dynamically.
1997-06-08 21:45:16 +00:00
Richard M. Stallman
fd72ddf609 (time-stamp-format): Doc fix. Use %;y.
(time-stamp-string-preprocess): Don't just call format-time-string;
handle compatibility for some old constructs.  Handle padding
the historical way, while giving a warning if people actually depend on it.
(time-stamp-conv-warn, time-stamp-conversion-warn)
(time-stamp-do-number): New functions.
1997-06-08 21:43:08 +00:00
Richard M. Stallman
e9f527a0ce (webjump-sample-sites): Change the hot list.
(webjump): Doc change.
1997-06-08 21:13:21 +00:00
Richard M. Stallman
94955307b6 (mail-directory-parser): Fix previous change. 1997-06-08 20:50:45 +00:00
Richard M. Stallman
cd63e73b03 (icon-font-lock-keywords-2): Use regexp-opt for the regexps. 1997-06-08 20:20:56 +00:00
Richard M. Stallman
29e2b496f0 (debug, debugger-eval-expression):
Treat overriding-terminal-local-map like overriding-local-map.
(debugger-outer-overriding-terminal-local-map): New variable.
1997-06-08 12:25:25 +00:00
Richard M. Stallman
7c4978a87e Add Highest Priority section.
CC mode is documented.

Clarify Kermit replacement, Biomorphs.

Add MS-WORD conversion, Qt replacement, Eiffel.
1997-06-08 03:58:22 +00:00
Richard M. Stallman
feaec97dd4 (file-name-non-special): Handle
file-name-completion and file-name-all-completions.
1997-06-08 03:26:07 +00:00
Richard M. Stallman
3ffd9bc32f (*:Linux:*:*): Always use ${VENDOR}. 1997-06-08 01:57:13 +00:00
Richard M. Stallman
1c0961640a (command-line): Don't call face-initialize.
(command-line): If environment specifies ISO 8859,
always set up for both singe-byte and multibyte operation.
But set-language-environment does most of the job now.
1997-06-07 23:15:30 +00:00
Richard M. Stallman
31407d5d6e Customize. Doc fixes.
Mark some risky local variables.
1997-06-07 23:12:19 +00:00
Richard M. Stallman
534a6edf9b (dired-unmark-all-marks):
Renamed from dired-unmark-all-files-no-query.
1997-06-07 19:31:24 +00:00
Richard M. Stallman
15bc5d3b52 (setup-8-bit-environment):
Load the file with load, not require, so that we reload it if nec.
1997-06-07 07:02:02 +00:00
Richard M. Stallman
aad1beef66 ("English"): Improve doc string. 1997-06-07 06:20:06 +00:00
Richard M. Stallman
3d48f82823 (describe-european-environment-map):
Renamed from describe-european-support-map.

(setup-8-bit-environment):
Do not set set-case-syntax-offset.
Subtract 128 when setting nonascii-insert-offset.
Require latin-N if appropriate.
1997-06-07 05:56:20 +00:00
Richard M. Stallman
cff1677f48 (describe-chinese-environment-map):
Renamed from describe-chinese-support-map.
1997-06-07 05:54:32 +00:00
Richard M. Stallman
101496b159 (describe-cyrillic-environment-map):
Renamed from describe-cyrillic-support-map.
1997-06-07 05:54:15 +00:00
Richard M. Stallman
b15c3f11ac describe-indian-environment-map renamed from describe-indian-support-map. 1997-06-07 05:53:53 +00:00
Richard M. Stallman
1111a6da57 (describe-indian-environment-map):
Renamed from describe-indian-support-map.
1997-06-07 05:53:10 +00:00
Richard M. Stallman
281d03ec9e (describe-language-environment):
Renamed from describe-language-support.
Do the real work here; don't call describe-specified-language-support.
Print the mnemonics when mentioning coding systems.
Improve style of output.
(describe-specified-language-environment):
Renamed from describe-specified-language-support.
Don't do the work here; call describe-language-environment.
(describe-language-environment-map):
Renamed from describe-language-support-map.
1997-06-07 05:36:13 +00:00
Richard M. Stallman
20d4994d96 Re-add copying permission text. 1997-06-06 19:16:26 +00:00
Richard M. Stallman
660d4800ea (diff-command): Fix previous change. 1997-06-06 18:21:19 +00:00
Simon Marshall
25544ce1bd emit charsets after strings so that the final regexp finds the longest match. 1997-06-06 07:10:24 +00:00
Richard M. Stallman
14aa11f4da (vc-annotate): Entry "Annotate" added to menu and
function `vc-annotate' to key-sequence `C-x v g'.
1997-06-06 05:33:13 +00:00
Richard M. Stallman
33d78d5e35 (*:Linux:*:*): Don't test for elf_i.86 or m68kelf. 1997-06-06 01:21:12 +00:00
Richard M. Stallman
606532f23f (*:Linux:*:*): Recognize sparclinux.
Don't recognize UNAME_MACHINE = sparc.
Make the sample program check for libc version
and handle various machine types.
1997-06-06 00:14:22 +00:00
Richard M. Stallman
1b152a5d47 (mipsel*-linux* and mips*-linux*):
Set `os' to -linux-gnu directly, don't go via -linux.
1997-06-05 22:22:44 +00:00