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

14736 commits

Author SHA1 Message Date
Richard M. Stallman
45f83af208 (gnus-mail-reply-using-mail): Use the local keymap
instead of `mail-mode-map'.
1996-02-03 17:52:47 +00:00
Richard M. Stallman
e9110dc5c5 (gnus-gnus-to-newsrc-format): Turn off version-control
before saving the .newsrc files.
1996-02-03 17:49:44 +00:00
Simon Marshall
221ca406ba Resync directories properly for the ksh. 1996-02-03 13:38:32 +00:00
Richard M. Stallman
b2926fb3ef (view-mode-map): Don't call suppress-keymap. 1996-02-03 03:25:42 +00:00
Richard M. Stallman
db30b38388 (with-electric-help):
Bind inhibit-read-only around the erase-buffer.
(electric-help-form-to-execute): Renamed from to-be-executed.
Add defvar for it.
(electric-help-mode): Turn off view-mode.
1996-02-03 03:18:00 +00:00
Richard M. Stallman
4115d3f71e (VECSIZE): Round up when dividing. 1996-02-03 02:33:12 +00:00
Michael Meissner
407d2741ad Add cygwin32; Put eabi .sdata2/.sbss2 into read-only memory 1996-02-03 01:03:27 +00:00
Richard M. Stallman
04ec3e397e (display-time): Rewrite to use built-in timers.
(display-time-event-handler): Renamed from display-time-filter;
now takes no parameters.
(display-time-sentinel): Function deleted.
(display-time-process): Variable deleted.
(display-time-timer): New variable.
1996-02-02 19:58:21 +00:00
Richard M. Stallman
91341ed256 (run-with-timer): Set repetition interval. 1996-02-02 19:45:55 +00:00
Richard M. Stallman
7458cc352f (auto-mode-alist): .ksh suffix means sh-mode.
(write-file): Interactively, prefix arg means don't confirm.
1996-02-02 18:47:34 +00:00
Simon Marshall
a078558d78 Correct specialised fontification and associated stuff. 1996-02-02 10:37:39 +00:00
Simon Marshall
f512e4c0d3 Fix up specialised fontification stuff. 1996-02-02 10:31:05 +00:00
Richard M. Stallman
3d0c53026e (ange-ftp-default-user): Doc fix.
(ange-ftp-netrc-default-user): New variable.
(ange-ftp-netrc-default-password):
(ange-ftp-netrc-default-account):
(ange-ftp-get-user): Use ange-ftp-netrc-default-user.
(ange-ftp-get-passwd): Use ange-ftp-netrc-default-...
(ange-ftp-get-account): Likewise.
(ange-ftp-parse-netrc-group): Set ange-ftp-netrc-default-...
(ange-ftp-write-region): executing-macro -> executing-kbd-macro.
1996-02-02 06:34:17 +00:00
Richard M. Stallman
1adc55de4a Comment/whitespace changes. 1996-02-02 06:31:06 +00:00
Richard M. Stallman
88c4981a92 (edmacro-original-buffer, edmacro-finish-hook)
(edmacro-store-hook): Add defvars.
1996-02-02 06:13:55 +00:00
Geoff Voelker
c0386d7e99 (win32_kbd_mods_to_emacs, win32_kbd_patch_key,
key_event): Convert from static to global functions.
(win32_kbd_patch_key): Set modifiers when AltGr is pressed.
(key_event): Don't modify code on window input.
1996-02-02 02:01:53 +00:00
Geoff Voelker
afd153f031 (convert_to_key_event, is_dead_key): New functions.
(w32_read-socket): Convert console modifiers to Emacs modifiers.
Use console input routines to unify keyboard support.
(x_make_frame_visible): Make frame foreground window.
1996-02-02 02:00:56 +00:00
Geoff Voelker
a1a80b404e (modifiers, modifier_key_support_tested,
modifiers_recorded): New variables.
(EMACS_LCONTROL, EMACS_RCONTROL, EMACS_LMENU,
EMACS_RMENU): New macros.
(test_modifier_support, record_keydown, record_keyup,
modifier_set, construct_modifiers): New functions.
(win32_wnd_proc): Monitor modifier keyup and keydown messages.
Map window modifiers into console modifiers to unify input.

	(x_create_frame): Use the FixedSys font as the default font.
(x_to_win32_font): For now, always use ANSI_CHARSET.
1996-02-02 01:58:01 +00:00
Geoff Voelker
7c69181b61 (prepend_msg): New function. 1996-02-02 01:57:44 +00:00
Richard M. Stallman
140f8645fe (update_frame): Compare FRAME_MINIBUF_WINDOW(f)
against with not minibuf_window but echo_area_window.
1996-02-01 21:30:03 +00:00
Richard M. Stallman
c0239a0b8b (wait_reading_process_input): If select times out,
return only if we had no timers to shorten the wait.
Don't shorten the wait for timers if time_limit is -1.
1996-02-01 20:35:59 +00:00
Karl Heuer
0468655b65 Update FSF address in comment. 1996-02-01 18:44:05 +00:00
Richard M. Stallman
eb4ffa4eb0 (Qcursor_in_echo_area): New variable.
(syms_of_fns): Set up Lisp var.
(Fy_or_n_p): Bind Qcursor_in_echo_area in case of nonlocal exit.
1996-02-01 16:10:41 +00:00
Richard M. Stallman
d89793b7b8 (compilation-filter): Run compilation-filter-hook. 1996-02-01 07:22:14 +00:00
Richard M. Stallman
3dbd9ee42d (echo_now): Renamed from `echo'. All callers changed. 1996-02-01 06:04:44 +00:00
Richard M. Stallman
7ea13e12ee (make_lispy_event): Timer event is a list, not just cons.
(timer_check): When DO_IT_NOW is true, handle events by running
the definition of timer-event.  Don't get the current time if there
are no pending timers.  If an event was generated, return 0,
If all timers were handled, return -1.  Add gcpros.

(readable_events): Tell timer_check to execute events.
1996-02-01 06:01:15 +00:00
Richard M. Stallman
059a4a904f (format-deannotate-region): Fixed bug that created
double marking of multi-annotation text-properties (eg, bold-italic).
1996-02-01 00:19:50 +00:00
Karl Heuer
4b3d19094a (synch_process_death, synch_process_retcode): Delete extra declaration. 1996-01-31 22:36:08 +00:00
Richard M. Stallman
8ef5fadca6 (LIB_X11_LIB): New definition. 1996-01-31 21:01:16 +00:00
Richard M. Stallman
c4ba2209a5 Initial revision 1996-01-31 20:12:19 +00:00
Ian Lance Taylor
7a694abe4a Add support for A/UX 1996-01-31 19:14:05 +00:00
Ian Lance Taylor
ad3583e4ba Recognize A/UX 1996-01-31 19:10:52 +00:00
Richard M. Stallman
66188e40f0 (mode-line-format): Include column-number-mode. 1996-01-31 19:04:04 +00:00
Richard M. Stallman
5b03d3c0a1 (Fset_window_buffer): Set buffer temporarily around running
the window-scroll-functions.
(Fset_window_buffer_unwind): New function.
(window_initialized): New variable.
(init_window_once): Set it.
1996-01-31 05:11:48 +00:00
Richard M. Stallman
2c6638cde6 (HAVE_TIMEVAL): Set explicitly to `no' if test fails. 1996-01-31 02:23:25 +00:00
Karl Heuer
e2d463e5c2 (LIBS_SYSTEM): Use -linet unconditionally. 1996-01-30 20:58:24 +00:00
Karl Heuer
7339384c9e (HAVE_SOCKETS): Moved here from s/isc4-1.h.
(NO_SOCKETS_IN_FILE_SYSTEM, NEED_NET_ERRNO_H): Likewise.
(LIBS_SYSTEM): Use -linet unconditionally.
1996-01-30 20:38:53 +00:00
Karl Heuer
27aaf8c241 (HAVE_SOCKETS): Moved to s/isc2-2.h.
(NO_SOCKETS_IN_FILE_SYSTEM, NEED_NET_ERRNO_H): Likewise.
1996-01-30 20:36:43 +00:00
Richard M. Stallman
af209db8bd (syms_of_editfns): Make buffer-access-fontify-functions
locally nil in the prin1 buffer.
1996-01-30 19:58:24 +00:00
Richard M. Stallman
9fb026ab83 (x_frame_parms): Alphabetize.
(enum x_frame_parm): Data type deleted.
1996-01-30 19:51:26 +00:00
Richard M. Stallman
f040c0ba59 (child_setup): Fix size in write call. 1996-01-30 18:41:57 +00:00
Richard M. Stallman
22c03d3954 (mail-setup): For mail-self-blind, use user-mail-address. 1996-01-30 18:25:30 +00:00
Richard M. Stallman
aa970069e0 (Fdelete_backward_char): In overwrite mode,
insert spaces, unless we deleted a tab.
1996-01-29 23:27:09 +00:00
Richard M. Stallman
68313ed8be (Fset_minibuffer_window): New function.
(keys_of_minibuf): defsubr it.
1996-01-29 23:26:11 +00:00
Karl Heuer
f8fbe212ec (vip-brac-function): Fix error format string. 1996-01-29 23:20:08 +00:00
Karl Heuer
21c78bce61 (vip-register-macro): Fix error format string. 1996-01-29 23:19:49 +00:00
Karl Heuer
0fd6a3e294 (vip-ex, ex-expand-filsyms, vip-execute-ex-command): Fix error format string. 1996-01-29 23:19:25 +00:00
Karl Heuer
195b04a4be (vip-execute-ex-command, ex-write): Fix error format string. 1996-01-29 23:19:04 +00:00
Karl Heuer
e8a74167d7 (tq-process-buffer): Fix error format string. 1996-01-29 23:18:47 +00:00
Karl Heuer
5fc329f930 (reporter-dump-variable): Fix error format string. 1996-01-29 23:18:35 +00:00