Richard M. Stallman
079242944a
(syms_of_buffer): Doc fix.
1996-04-16 16:10:19 +00:00
Richard M. Stallman
1aa323ac15
Provide `completion'.
...
(cmpl-make-standard-completion-syntax-table): Initialize
all chars (to whitespace if nothing else).
(c-mode-map, fortran-mode-map): Add defvars to avoid warnings.
1996-04-16 16:04:01 +00:00
Richard M. Stallman
36f0f2b12a
(defstruct): Treat multi-nested :include properly.
...
(flet): Warn when flet rebinds a macro name.
(labels): Rewrite to be fully CL-compliant.
1996-04-16 04:36:21 +00:00
Richard M. Stallman
bd9c5e7949
(isqrt): Support expanded range of Lisp integers.
...
(cl-expt): Bug fix for (expt -1 -N).
(cl-macroexpand-all): Change to support `labels'.
1996-04-16 04:35:38 +00:00
Richard M. Stallman
eba8dcd060
(goto-address-send-using-mh-e):
...
Renamed from goto-address-send-using-mhe. Require `mh-comp'.
1996-04-16 03:57:23 +00:00
Richard M. Stallman
c898fb2821
(sh-while-getopts): Punctuate help message better.
1996-04-15 21:17:59 +00:00
Richard M. Stallman
bbcbfd687a
Change make-docfile to make-doc.exe in a second place.
1996-04-15 21:02:54 +00:00
Richard M. Stallman
1861b21427
(wait_reading_process_input) [!subprocesses]:
...
Get rid of the loop around the detect_input_pending call.
1996-04-15 19:12:01 +00:00
Richard M. Stallman
d04127d3a8
(src): Create a file with sed commands instead of using
...
a long sed command line (some versions of Sed don't handle that).
(gdb): Merged back into src, undoing April 13 change.
(install): Do use if statements, but not a loop.
1996-04-15 18:51:37 +00:00
Richard M. Stallman
809e1789ed
Make sure the GDB init file is called src/_gdbinit;
...
if not, tell the user to rename it and abort.
1996-04-15 18:48:06 +00:00
Richard M. Stallman
093dd95bf5
(x_set_frame_parameters): Get height and width from
...
FRAME_NEW_WIDTH and FRAME_NEW_HEIGHT if nonzero.
1996-04-15 15:48:51 +00:00
Richard M. Stallman
0a65b03282
(wait_reading_process_input) [!subprocesses]: Handle
...
the case of READ_KBD being a cons cell. Retry the timer check
after a timer fired. (All of these make this definition
consistent with the one that supports async subprocesses.)
(wait_reading_process_input, both definitions):
Use plain detect_input_pending just before the select call.
1996-04-14 17:45:31 +00:00
Richard M. Stallman
8cdaacaf13
With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE test program.
1996-04-14 17:28:05 +00:00
Richard M. Stallman
3f5b4e35cc
(main) [DJGPP v2]: Don't change to binary for a tty.
1996-04-14 17:11:47 +00:00
Richard M. Stallman
fa78ef7af3
Describe djtar.
1996-04-13 19:14:07 +00:00
Richard M. Stallman
7771680500
Don't sey djgpp must be version 1.
1996-04-13 16:29:47 +00:00
Richard M. Stallman
3b1fdd8517
(Fcompare_buffer_substrings): Fix dumb bug handling buffer name as second arg.
1996-04-13 10:56:40 +00:00
Richard M. Stallman
4a7c8265b5
entered into RCS
1996-04-13 04:43:53 +00:00
Per Bothner
8380f562c8
* config.guess: Combine two OSF1 rules.
...
Also recognize field test versions. From mjr@zk3.dec.com .
* config.guess (dgux): Use /usr/bin/uname rather than uname,
because GNU uname does not support -p. From pmr@pajato.com .
1996-04-13 00:06:54 +00:00
Richard M. Stallman
d1fc67525e
(main) [MSDOS]: Always call tzset, not init__gettimeofday.
1996-04-12 22:59:58 +00:00
Richard M. Stallman
ffd76827b0
(MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs.
1996-04-12 22:57:28 +00:00
Richard M. Stallman
e049945bc0
(interpreter-mode-alist): Recognize perl5.
1996-04-12 18:42:22 +00:00
Richard M. Stallman
4f14f060c7
*** empty log message ***
1996-04-12 16:03:01 +00:00
Richard M. Stallman
659d3b439c
[DJGPP v2]: Include io.h.
...
(main) [DJGPP v2]: Switch standard streams to binary with setmode.
1996-04-12 16:02:38 +00:00
Richard M. Stallman
b696f8606b
(djgpp_ver): Variable renamed from djgpp-ver.
1996-04-12 15:44:42 +00:00
Richard M. Stallman
ae57f69dbd
(msdos): Put mainmake.v2 into the dist.
1996-04-12 15:43:42 +00:00
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