Richard M. Stallman
95997bdb48
Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.
1996-04-12 15:41:24 +00:00
Richard M. Stallman
79c0ac7e17
(Fformat_time_string): Doc fix.
1996-04-12 15:27:40 +00:00
Richard M. Stallman
edabc3235f
Comment change.
1996-04-12 06:40:16 +00:00
Richard M. Stallman
ce200cf36d
(MANIFEST): Fix previous change.
1996-04-12 06:39:36 +00:00
Richard M. Stallman
a2812a262f
(make_frame_without_minibuffer): Don't change the
...
mini_window's buffer if it already displays a minibuffer.
1996-04-12 06:07:06 +00:00
Richard M. Stallman
14206c20d2
Remove `|| defined (LINUX)' from #if condition.
1996-04-12 06:06:34 +00:00
Richard M. Stallman
8748735b9e
Include signal.h.
...
(__write) [DJGPP == 2.0]: New function, avoids
calling `malloc' while writing to a text file, so that buffer
text being written won't be relocated.
(abort) [DJGPP > 1]: Generate traceback, to identify the abort cause.
1996-04-12 06:04:10 +00:00
Richard M. Stallman
3d6163992d
(wait_reading_process_input, both definitions):
...
Don't call detect_input_pending; use detect_input_pending_run_timers.
1996-04-12 06:02:54 +00:00
Richard M. Stallman
4ec4ed6a5e
(read_char): Use detect_input_pending_run_timers
...
before redisplay, not detect_input_pending.
(readable_events): Don't touch timers at all if DO_TIMERS_NOW is 0.
(timer_check): Always run timers directly.
Bind inhibit-quit to t here.
1996-04-12 06:01:29 +00:00
Richard M. Stallman
9f083d57ee
MSDOS changes.
1996-04-11 22:55:34 +00:00
Richard M. Stallman
2d0300ef65
Initial revision
1996-04-11 22:53:07 +00:00
Richard M. Stallman
4add0ccc02
Comment change.
1996-04-11 21:20:11 +00:00
Richard M. Stallman
ae63ae522d
(standard_args): Synchronize with startup.el.
1996-04-11 18:21:11 +00:00
Richard M. Stallman
dcde1278af
Comment change.
1996-04-11 18:19:30 +00:00
Richard M. Stallman
718ca3cf53
(sys_subshell): Add conditionals for DJGPP v2.
1996-04-11 18:13:12 +00:00
Richard M. Stallman
813319d0af
Define HAVE_WAIT_HEADER.
1996-04-11 17:38:43 +00:00
Richard M. Stallman
fb83f5506c
(mail-fetch-field): Use skip-chars-backward
...
to back over whitespace; don't back up past opoint.
1996-04-11 17:34:28 +00:00
Richard M. Stallman
4a0f786c49
(redisplay_window): Move w->start marker before
...
running window-scroll-functions (in scroll_step case).
1996-04-11 15:26:55 +00:00
Richard M. Stallman
95b5322579
(auto-mode-alist): Handle `.java'.
1996-04-11 14:45:09 +00:00
Richard M. Stallman
2c3fef40b6
(command-line-x-option-alist): -T sets only the title.
1996-04-11 05:23:19 +00:00
Richard M. Stallman
7775acb8ee
(command-line-x-option-alist):
...
--title sets only the title. Allow -title as alias too.
1996-04-11 05:10:40 +00:00
Geoff Voelker
3fed86ffd7
(BLACK_PIX_DEFAULT, WHITE_PIX_DEFAULT): Use PALETTERGB instead of RGB.
1996-04-11 04:13:07 +00:00
Geoff Voelker
1da8a6141e
(win32_color_map): Use PALETTERGB instead of RGB.
1996-04-11 04:12:47 +00:00
Richard M. Stallman
a65c6351d6
[WINDOWSNT]: Include io.h.
1996-04-11 01:39:53 +00:00
Geoff Voelker
f1d5eaf90a
(CTAGSOBJ): Compile with regexp support.
1996-04-10 22:38:26 +00:00
Richard M. Stallman
db71d41440
(calculate_ins_del_char_costs): Use proper frame's width.
1996-04-10 18:34:37 +00:00
Richard M. Stallman
25c26e7471
(Fx_list_fonts): Handle X protocol errors.
1996-04-10 17:23:18 +00:00
Roland McGrath
28335560c2
Wed Apr 10 06:08:48 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
...
* make-dist: Exit if autoconf fails.
1996-04-10 10:09:16 +00:00
Richard M. Stallman
d98f0b87e6
(x-handle-display): Set DISPLAY envvar too.
1996-04-10 05:39:50 +00:00
Richard M. Stallman
f56c521706
Set djgpp-ver, and unset it at the end.
...
Add a number ofconditionals for DJGPP version 2.
Rename label libsrc2 to libsrc3.
Substitute for LDFLAGS in src/Makefile.
Substitute for ALL_CFLAGS in lib-src/Makefile.
1996-04-10 05:29:39 +00:00
Richard M. Stallman
8eb2807f9b
[DJGPP v2]: Include fcntl.h.
...
(copy_text_and_data) [DJGPP v2]: Call __djgpp_exception_toggle.
1996-04-10 04:15:13 +00:00
Richard M. Stallman
1bd7b2c715
[MSDOS]: If DJGPP version 2, include fcntl.h.
...
(_crt0_startup_flags): Initialize it.
(internal_terminal_init): Change handling of EMACSCOLORS.
(init_environment): Call tzset, not init_gettimeofday.
(ctrl_break_vector, ctrl_break_regs): Don't define if DJGPP v2.
(ctrl_break_func, install_ctrl_break_check): Don't define if DJGPP v2.
(dos_ttraw) [DJGPP v2]: Don't call install_ctrl_break_check.
Call setmode at the end and exit.
(dos_ttcooked): Call setmode at the end and exit.
(gethostname, gettimeofday): Don't define if DJGPP v2.
(alarm, fork, kill, nicr, pause, sigsetask): Don't define if DJGPP v2.
1996-04-10 04:13:40 +00:00
Richard M. Stallman
01369dc7b4
[MSDOS]: If DJGPP version 2, include fcntl.h and string.h.
1996-04-10 04:10:47 +00:00
Richard M. Stallman
79051982ae
[MSDOS]: If DJGPP version 2, include unistd.h.
...
Include msdos.h somewhat earlier.
1996-04-10 04:10:14 +00:00
Richard M. Stallman
15614e61bb
[DJGPP v2] (etext, start): Declared.
...
(wait_for_termination) [DJGPP v2]: Just exit.
1996-04-10 03:55:16 +00:00
Richard M. Stallman
7a05f3c7d4
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
...
(POSIX_SIGNALS): Define if DJGPP v2.
(LIBS_SYSTEM, chdir, NO_MODE_T, TEXT_START, NO_MATHERR)
(LOCALTIME_CACHE, tzset): Don't define if DJGPP v2.
1996-04-10 03:48:14 +00:00
Richard M. Stallman
57ceaa8a70
(read_minibuf): GCPRO ambient_dir.
1996-04-10 01:51:27 +00:00
Richard M. Stallman
18198bb209
(main) [MSDOS]: Handle DJGPP version 2.
1996-04-10 01:00:12 +00:00
Richard M. Stallman
515dd7113c
entered into RCS
1996-04-10 00:53:52 +00:00
Richard M. Stallman
29824ce2b2
(Fset_frame_size): Do call Fset_frame_size
...
if size is specified and there is a pending size change already.
1996-04-09 03:01:40 +00:00
Richard M. Stallman
d6f80ae9a0
(x_set_frame_parameters): Do call Fset_frame_size
...
if size is specified and there is a pending size change already.
1996-04-09 03:01:02 +00:00
Richard M. Stallman
ccddf4746c
(sit_for): Call swallow_events.
1996-04-09 02:41:15 +00:00
Richard M. Stallman
10537cb12d
Include locale.h if HAVE_SETLOCALE.
...
(x_term_init): Restore LC_TIME as well as LC_NUMERIC.
1996-04-08 23:12:25 +00:00
Miles Bader
c8644d7a4d
(HAVE_PTYS): #undef removed.
1996-04-08 23:02:15 +00:00
Michael Meissner
24509d9c55
Add Solaris on PowerPC support
1996-04-08 20:19:10 +00:00
Richard M. Stallman
c757fb07fd
(disassemble-internal): Graceful error if compile failed.
1996-04-08 15:36:48 +00:00
Richard M. Stallman
299585eeb6
(garbage_collection_messages): New variable.
...
(syms_of_alloc): Set up Lisp variable.
(Fgarbage_collect): Variable controls whether to display messages.
1996-04-08 14:05:57 +00:00
Richard M. Stallman
be1d1a1ae5
Test HAVE_LIBNCURSES, not HAVE_NCURSES
1996-04-08 13:47:00 +00:00
Richard M. Stallman
63273cc635
(HAVE_LIBNCURSES): Renamed from HAVE_NCURSES.
1996-04-08 13:45:39 +00:00
Richard M. Stallman
0be5b3a370
(MANIFEST): Don't include lines from =files.
1996-04-08 03:34:38 +00:00