1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 16:41:17 -08:00
Commit graph

10633 commits

Author SHA1 Message Date
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
Richard M. Stallman
2bfbde2b7b Fix previous change. 1997-06-25 06:42:38 +00:00
Richard M. Stallman
c3421833c8 (read_minibuf): New arg allow_props.
If it is 0, discard text properties from the result.  Callers changed.
(minibuffer_allow_text_properties): New variable.
(Fread_from_minibuffer): That variable controls allow_props arg.
(syms_of_minibuf): Set up Lisp var.
1997-06-25 05:45:46 +00:00
Karl Heuer
5352051926 (Ffile_directory_p): Doc fix. 1997-06-24 03:33:33 +00:00
Richard M. Stallman
9d14ae763f (Freverse): Simplify. 1997-06-23 18:56:17 +00:00
Richard M. Stallman
65431d5b28 Initial revision 1997-06-23 02:46:15 +00:00
Richard M. Stallman
0a7a361afa (KERNEL_FILE): New overriding definition. 1997-06-23 02:45:44 +00:00
Richard M. Stallman
498545661a (read_avail_input): Check for failure with EIO. 1997-06-23 02:39:44 +00:00
Richard M. Stallman
f649aa0497 (LD_SWITCH_SYSTEM) [__mips__]: Alternate definition. 1997-06-23 01:54:03 +00:00
Richard M. Stallman
f5e7cf4814 Test __linux__ along with NEWSOS5.
(KERNEL_FILE, UNEXEC): Don't redefine them if __linux__.
[__linux__] (TEXT_START, DATA_START, DATA_SEG_BITS):
Alternate definitions.
1997-06-23 01:52:54 +00:00
Richard M. Stallman
1b7ddf4f75 (Fdump_emacs): Bind command-line-processed to nil here. 1997-06-23 01:37:22 +00:00
Richard M. Stallman
87a98b1a31 (Fdump_emacs): Error if not run in batch mode. 1997-06-23 00:47:19 +00:00
Richard M. Stallman
f846bc3668 (LIBS_TERMCAP): Use -ltermcap instead of -lc. 1997-06-22 22:55:28 +00:00
Richard M. Stallman
6b27974068 Initial revision 1997-06-22 20:08:32 +00:00
Richard M. Stallman
1fe3648dfb (Fdelete_frame): Clear echo_area_glyphs if it was in this frame. 1997-06-22 17:58:03 +00:00
Richard M. Stallman
5d5beb624a (wait_reading_process_input): Don't check for
keyboard input if wait_for_cell.
1997-06-22 09:06:04 +00:00
Kenichi Handa
6eabea8c48 (Fset_face_attribute_internal): Use FS_LOAD_FONT
instead of calling fs_load_font directly.
1997-06-21 00:46:21 +00:00
Kenichi Handa
2da424f117 (dumpglyphs): Use FS_LOAD_FONT.
(x_new_fontset): If frame F has already using FONTSET, avoid the
duplicated work.  Use FS_LOAD_FONT.
(x_list_fonts): Call Fassoc to search Valternate_charset_table.
(x_load_font): Get around a buf of XListFonts
1997-06-21 00:45:44 +00:00
Kenichi Handa
d5e7d534d7 (font_idx_temp): New temprary variable used in FS_LOAD_FONT. 1997-06-21 00:45:09 +00:00
Kenichi Handa
7bca5cf221 (font_idx_temp): Extern it.
(FS_LOAD_FONT): New macro.
1997-06-21 00:44:42 +00:00
Richard M. Stallman
0872e11f15 (Ferror_message_string): Optimize (error STRING) case. 1997-06-20 08:45:37 +00:00
Richard M. Stallman
75c8c59233 Change copyright notices. 1997-06-20 06:30:29 +00:00