1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-28 19:42:02 +00:00
Commit Graph

18491 Commits

Author SHA1 Message Date
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
Kenichi Handa
24127cf7ec (install-leim): New target. 1997-07-02 06:45:51 +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
8da035d01b (binary): Define as coding system alias. 1997-07-02 04:59:04 +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
21f521c0db (desktop-clear): Don't kill buffers here. 1997-07-02 03:37:27 +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
4197cc7ca4 (mode-line-mule-info): Use %Z' instead of %z:'. 1997-07-02 02:57:29 +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
523312397a (in-is13194-devanagari): Define this name rather than devanagari.
(devanagari): Make this an alias.
1997-07-02 00:06:55 +00:00
Richard M. Stallman
71eabd24ae Swap args to define-coding-system-alias. 1997-07-02 00:06:30 +00:00
Richard M. Stallman
2e21aa274a Fix calls to define-coding-system-alias. 1997-07-01 23:29:26 +00:00
Richard M. Stallman
a42763dc47 (define-coding-system-alias): Swap the args. 1997-07-01 23:10:44 +00:00
Richard M. Stallman
93289e14f2 (shrink-window-if-larger-than-buffer):
Use compute-motion, instead of inserting newlines.
1997-07-01 07:07:44 +00:00
Kenichi Handa
c55db078cf (SUBDIR): Add leim.
(SUBDIR_MAKEFILES): Add leim/Makefile.
(leim/Makefile): New target.
1997-07-01 07:05:03 +00:00
Richard M. Stallman
98d4c1d077 (etc): Copy symlinks, as in src. 1997-07-01 06:40:41 +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
3336914ed0 Update file comments.
Update undefs added/removed in src/config.in.
1997-07-01 05:09:25 +00:00
Geoff Voelker
896d5821b8 (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
(movemail.exe): Depend upon and link with getopt files.
(obj): Include new source files.
(FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
(lisp): Include new and reorganized elisp files.
1997-07-01 05:08:34 +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
7132500bad (mouse-undouble-last-event): Use reverse, not nreverse. 1997-07-01 04:33:22 +00:00
Richard M. Stallman
8b3106fa32 (bibtex-kill-field, bibtex-find-text): Killing a field moves to the next line. 1997-06-30 21:25:37 +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
01db62107e (dired-do-shell-command): New arg FILE-LIST
so that we don't recompute it after the user provides the input.
1997-06-30 06:13:58 +00:00
Richard M. Stallman
0855015c91 (GNU_MALLOC_reason): Fix message text. 1997-06-30 02:26:51 +00:00
Richard M. Stallman
9e7a6b3092 (forward-visible-line): Handle 0 arg correctly. 1997-06-29 21:36:37 +00:00
Richard M. Stallman
af26b38bd1 Change intro. 1997-06-29 20:42:56 +00:00
Richard M. Stallman
924ef22370 (enable-multibyte-characters): Customize. 1997-06-29 03:53:10 +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