1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-24 23:31:33 -07:00
Commit graph

14997 commits

Author SHA1 Message Date
Richard M. Stallman
a5dfed3e36 (occur): Fix up interactive code.
Strip text properties from regexp.
1996-04-17 17:30:51 +00:00
Richard M. Stallman
db50afc09f Clarify MSDOS installing and unpacking. 1996-04-17 16:43:16 +00:00
Richard M. Stallman
95184b48ec (decode_mode_spec): Use frame F, not selected frame.
On termcap frames, implicit names are ok.
1996-04-16 23:07:52 +00:00
Richard M. Stallman
9c6da96f00 (decode_mode_spec): For %F, use explicit name or `Emacs'. 1996-04-16 22:52:34 +00:00
Richard M. Stallman
c9b35eceec (vc-comment-ring): Initialise using make-ring.
(vc-clear-context): Initialise vc-comment-ring using make-ring.
(vc-finish-logentry): Don't initialise vc-comment-ring here.
1996-04-16 22:33:07 +00:00
Richard M. Stallman
a92989c399 (w32_read_socket): Initialize frame_or_window field.
(x_make_frame_visible): Don't call SetForegroundWindow after x_set_offset.
(win32_initialize): Call AttachThreadInput at the end.
1996-04-16 21:54:34 +00:00
Richard M. Stallman
8847d8908b (defined_color): Map color to nearest in default palette.
(win32_wnd_proc): Special handling for WM_CLOSE.
1996-04-16 21:49:18 +00:00
Richard M. Stallman
2636719334 (check_timer): Removed; use gettime instead.
(sys_select): Call __dpmi_yield while waiting for input to
improve multitasking behaviour.
Do not check timer when no timeout.
1996-04-16 20:41:24 +00:00
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