1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
Commit graph

7654 commits

Author SHA1 Message Date
Richard M. Stallman
12ddbaa90e (LD_SWITCH_SYSTEM_TEMACS): Add #undef. 1997-07-04 02:01:53 +00:00
Richard M. Stallman
b684d043b2 (send_process): Make buf and temp_buf `unsigned char *'. 1997-07-04 02:01:31 +00:00
Richard M. Stallman
2f5ee43fcf (LD_SWITCH_SYSTEM_TEMACS): New variable.
(ALL_LDFLAGS): Use LD_SWITCH_SYSTEM_TEMACS.
1997-07-03 04:05:29 +00:00
Richard M. Stallman
4ceb0cc8f0 (LD_SWITCH_SYSTEM_TEMACS): Defined. Move -e here.
(LD_SWITCH_SYSTEM): Don't use -e option here.
1997-07-03 04:05:16 +00:00
Richard M. Stallman
6befe10512 (sigpause): Don't define if already defined. 1997-07-02 18:17:11 +00:00
Richard M. Stallman
0273f2e576 (lisp, shortlisp): Add widget.elc. 1997-07-02 17:03:57 +00:00
Kenichi Handa
d295ed3c49 Move #endif at the tail. 1997-07-02 12:54:10 +00:00
Kenichi Handa
715f75777f (Fstart_process): Call Ffind_operation_coding_system.
(Fopen_network_stream): Likewise.
1997-07-02 12:54:06 +00:00
Kenichi Handa
08ee4e8761 Call Ffind_operation_coding_system. 1997-07-02 12:54:04 +00:00
Kenichi Handa
789f17002f (Finsert_file_contents): Doc-string fixed. Call
Ffind_operation_coding_system.
(Fwrite_region):  Call Ffind_operation_coding_system.
1997-07-02 12:53:58 +00:00
Kenichi Handa
51c4025fa5 (Fchar_width): Check if the current buffer has display
table.
1997-07-02 12:53:57 +00:00
Kenichi Handa
a5d301dfec (Vstandard_character_unification_table_for_decode):
Name changed from Vstandard_character_unification_table_for_read.
(Vstandard_character_unification_table_for_encode): Name changed
from Vstandard_character_unification_table_for_write.
(Qcharacter_unification_table_for_decode): New variable.
(Qcharacter_unification_table_for_encode): New variable.
(decode_coding_iso2022): Adjusted for the above name change.
(encode_coding_iso2022): Likewise.
(ENCODE_ISO_CHARACTER): Bug of handling return value of unify_char
fixed.
(DECODE_SJIS_BIG5_CHARACTER): New macro.
(decode_coding_sjis_big5): Handle character unificatoin table.
Use macro DECODE_SJIS_BIG5_CHARACTER.
(encode_coding_sjis_big5): Handle character unificatoin table.
Use macro ENCODE_SJIS_BIG5_CHARACTER.
(setup_coding_system): Handle members
character_unification_table_for_decode and
character_unification_table_for_encode of the variable coding.
(Ffind_operation_coding_system): Renamed from Ffind_coding_system.
(syms_of_coding): Initialize and staticpro
Qcharacter_unification_table_for_decode and
Qcharacter_unification_table_for_decode.  Declare
Ffind_operation_coding_system as Lisp functions.  Declare
Vstandard_character_unification_table_for_decode and
Vstandard_character_unification_table_for_encode as Lisp
variables.
1997-07-02 12:53:53 +00:00
Kenichi Handa
e8cafdc133 (struct coding_system): New members
character_unification_table_for_decode and
character_unification_table_for_encode.
1997-07-02 12:53:53 +00:00
Kenichi Handa
b58fda2e96 (selection_data_to_lisp_data): Call free instead of
xfree.
1997-07-02 12:53:50 +00:00
Richard M. Stallman
b560c39793 (re_search_2): Cast result of POS_ADDR_VSTRING. 1997-07-02 06:25:00 +00:00
Richard M. Stallman
bdd8d692f3 (Fy_or_n_p, Fyes_or_no_p): Obey use_dialog_box.
(use_dialog_box): New variable, controls whether to use dialog boxes.
(syms_of_fns): Set up Lisp variable.

(concat): Use XCONS rather than Fcar, Fcdr--for known cons.
(Fassq, assq_no_quit, Fassoc, Frassq, Frassoc, Fdelq): Likewise.
(Fdelete, Fplist_get, mapcar1, Fmember, Fmemq): Likewise.
1997-07-02 06:23:21 +00:00
Richard M. Stallman
9fbc011645 (init_lread): Add leim subdir, like lisp subdir. 1997-07-02 06:20:12 +00:00
Richard M. Stallman
28c01ffe80 (x_make_frame_visible): Check has_been_visible
field before the UNBLOCK_INPUT.
1997-07-02 04:41:00 +00:00
Richard M. Stallman
9492daf25c (overlay_str_buf): Declare as unsigned char *. 1997-07-02 03:14:24 +00:00
Richard M. Stallman
1e1078d626 (decode_mode_spec_coding): Clean up handling of eol conversions. 1997-07-02 02:59:01 +00:00
Richard M. Stallman
458822a0bf (syms_of_coding): Change initial values of eol_mnemonic_... variables. 1997-07-02 02:56:02 +00:00
Richard M. Stallman
6f49388436 (xcons): Print car and cdr in hex.
(nextcons): New command.
1997-07-02 00:37:26 +00:00
Richard M. Stallman
6a30e6d6d3 (decode_env_path): Ensure path elements use proper directory separator. 1997-07-01 06:32:13 +00:00
Richard M. Stallman
111c41385e (make_lispy_event): Check that ISO_FUNCTION_KEY_OFFSET is defined. 1997-07-01 06:30:13 +00:00
Richard M. Stallman
1bac7c84d4 (READ_CHILD_OUTPUT): Macro deleted.
(read_process_output): Use read instead of READ_CHILD_OUTPUT.
1997-07-01 06:28:48 +00:00
Richard M. Stallman
3efcc98a1c (Fformat_time_string): Move doc string outside DEFUN. 1997-07-01 06:27:54 +00:00
Geoff Voelker
938ef1fd09 Delete defsubrs of Sfocus_frame and
Sunfocus_frame.
1997-07-01 05:06:38 +00:00
Geoff Voelker
2091aeb2a1 Include charset.h. 1997-07-01 05:06:16 +00:00
Geoff Voelker
e54c8cd119 Add pragma to force zero initialized
data into .data segment.
1997-07-01 05:05:45 +00:00
Geoff Voelker
333c25a99b (OBJ2): Include new source files. 1997-07-01 05:05:06 +00:00
Geoff Voelker
2a74150668 Duplicate undefs from config.in to check completeness.
(STDC_HEADERS, HAVE_TZNAME, HAVE_MKTIME): Define to have a value.
(HAVE_GETPAGESIZE, HAVE_SETLOCALE, HAVE_SHUTDOWN, HAVE_TZSET,
HAVE_LIMITS_H, HAVE_STRERROR): Define.
[HAVE_NTGUI] (HAVE_MENUS): Define.
(SYSTEM_PURESIZE_EXTRA): Increase value.
1997-07-01 05:04:20 +00:00
Richard M. Stallman
6e4e64a8e6 (read_char): Add a call to swallow_events
when deciding whether to redisplay.
(swallow_events): Add forward declaration.
1997-06-30 08:22:49 +00:00
Richard M. Stallman
c807f76783 (syms_of_buffer): enable-multibyte-characters is a user var. 1997-06-29 03:49:57 +00:00
Richard M. Stallman
02e083117f (Fcall_process): Fix previous change. 1997-06-29 03:39:02 +00:00
Richard M. Stallman
bccd3dd175 (temp_output_buffer_show): Copy default-directory from current buffer. 1997-06-29 00:35:28 +00:00
Richard M. Stallman
0c9960e9f5 (wait_reading_process_input): If wait_for_cell,
do check for keyboard input and swallow events, just don't exit.
(max): New macro.
(wait_reading_process_input): Pass a smaller first arg to select.
1997-06-29 00:34:36 +00:00
Richard M. Stallman
4c92063301 (scan_sexps_forward): Split up a complex if-test. 1997-06-29 00:33:39 +00:00
Richard M. Stallman
03407632d2 [HAVE_TERMIOS_H]: Include termios.h. 1997-06-29 00:08:34 +00:00
Richard M. Stallman
67b50bf76a (Fcall_process): Avoid storing alloca result
directly into array element.
1997-06-28 23:45:26 +00:00
Paul Eggert
8ce9b63e7b automatically generated from GPLed version 1997-06-28 23:28:13 +00:00
Richard M. Stallman
c72e6644d7 automatically generated from GPLed version 1997-06-28 23:28:13 +00:00
Richard M. Stallman
0a63b21287 (Fbury_buffer): Undo previous change. 1997-06-28 07:56:29 +00:00
Richard M. Stallman
e5d0f7094e [__NetBSD__]: Add some conditionals for NetBSD. 1997-06-27 22:27:12 +00:00
Richard M. Stallman
9240b21dce [__sony_news && _SYSTYPE_SYSV]: Include sym.h and sys/elf_mips.h.
(unexec): Add __sony_news && _SYSTYPE_SYSV conditionals.
Add a _nec_ews_svr4 conditional.
1997-06-27 22:08:03 +00:00
Richard M. Stallman
635fc896e7 (ospeed): Always use `extern' in the declaration. 1997-06-27 22:03:41 +00:00
Richard M. Stallman
29fad69a4d (lisp, shortlisp): Some files are in international/. 1997-06-27 19:09:34 +00:00
Richard M. Stallman
12c226c5e3 (init_xdisp): Pay attention to FRAME_MENU_BAR_LINES. 1997-06-27 03:12:33 +00:00
Richard M. Stallman
08460cd4fb (Fbuffer_list): New optional argument FRAME. 1997-06-26 21:09:22 +00:00
Richard M. Stallman
6c478ee2bd (Finsert_file_contents): Pass new arg to prepare_to_modify_buffer. 1997-06-25 06:51:08 +00:00
Richard M. Stallman
d206af1497 (prepare_to_modify_buffer, signal_before_change):
New argument PRESERVE_PTR.
(del_range_1): Use PRESERVE_PTR to preserve FROM.
Save the length of the range separately.
(NULL): Define if not defined.
1997-06-25 06:50:16 +00:00