1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-23 23:36:27 -07:00
Commit graph

151382 commits

Author SHA1 Message Date
Boris Goldowsky
da627a7158 (facemenu-read-color): Don't ignore PROMPT arg. Make arg optional.
(facemenu-unlisted-faces): Add font-lock faces to default value.
1995-04-11 15:56:53 +00:00
Richard M. Stallman
21ba0e68ef (Fcall_interactively): Fix handling of @
when it tests whether the event has a window in it.
1995-04-11 03:04:38 +00:00
Richard M. Stallman
012733b38e (perl-comment-indent): Make extra space only when
not at beginning of line.
1995-04-11 03:00:04 +00:00
Richard M. Stallman
bf47de8e06 (NO_SOCKETS_IN_FILE_SYSTEM): Defined. 1995-04-11 01:50:08 +00:00
Richard M. Stallman
1e523e3da8 Test NO_SOCKETS_IN_FILE_SYSTEM. 1995-04-11 01:44:46 +00:00
Karl Heuer
167018113c Comment changes. 1995-04-11 00:38:11 +00:00
Karl Heuer
ab48365b50 (push_frame_kboard, pop_frame_kboard): Do nothing if !MULTI_KBOARD. 1995-04-10 23:43:57 +00:00
Richard M. Stallman
01591d175e (internal_condition_case): Abort if interrupt_input_blocked>0. 1995-04-10 23:06:13 +00:00
Karl Heuer
a1b658dd5d (make_terminal_frame): all_kboards means initial_kboard too. 1995-04-10 22:38:34 +00:00
Karl Heuer
aaca43a1fb (init_keyboard): Don't malloc a new structure;
initial_kboard should already exist for that.
1995-04-10 22:37:57 +00:00
Richard M. Stallman
3954fff9cf (newline): Don't auto-fill if flag is on; it was filling wrong line. 1995-04-10 21:01:12 +00:00
Richard M. Stallman
fbe0154abe #define SPECIAL_EMACS_INT
Include alloca.h, string.h here.
(malloc. realloc, xmalloc, xrealloc): Declarations moved from s/osf1.h.
1995-04-10 18:11:41 +00:00
Richard M. Stallman
e9d62abbc8 Don't include alloca.h, string.h here.
(malloc. realloc, xmalloc, xrealloc): Declarations moved to m/alpha.h.
1995-04-10 18:11:07 +00:00
Roland McGrath
b97089fa54 (compilation-error-regexp-alist): Remove superfluous SGI cc regexp. 1995-04-10 16:45:47 +00:00
Richard M. Stallman
d6c5b98afe If HAVE_CONFIG_H, include config.h. 1995-04-10 08:05:13 +00:00
Richard M. Stallman
ee0a8e7485 Include alloca.h, string.h. Test NOT_C_CODE.
(xmalloc, xrealloc): Declare them.
1995-04-10 08:04:27 +00:00
Richard M. Stallman
4455f41c28 (fill-region-as-paragraph): Undo previous change.
Instead, set JUSTIFY to `full' in the interactive spec.
1995-04-10 08:02:39 +00:00
Richard M. Stallman
3f0052565f (make_terminal_frame): Use Emacs, Emacs-2, ... as name. 1995-04-10 08:00:16 +00:00
Richard M. Stallman
03b294dcb0 (display_mode_line): Use push_frame_kboard, pop_frame_kboard.
(display_mode_line): Test mode_line_inverse_video
before highlighting partial-width mode line.
1995-04-10 07:57:44 +00:00
Richard M. Stallman
0e78b37732 (x_window): Copy the frame name to non-Lisp string.
(defined_color): Fix typo (duplicate +).

(validate_x_resource_name): Change invalid chars to `_'.
1995-04-10 07:55:29 +00:00
Richard M. Stallman
e47a168b06 (struct x_display_info): Use `struct kboard', not KBOARD. 1995-04-10 07:48:16 +00:00
Richard M. Stallman
fadab1e3d6 (struct frame): Use `struct kboard', not KBOARD. 1995-04-10 07:47:42 +00:00
Richard M. Stallman
1e8bd3dad9 (any_kboard_state): Renamed from unlock_kboard.
Define it unconditionally, but it's a no-op unless MULTI_KBOARD.
(single_kboard_state): New function.
(push_frame_kboard, pop_frame_kboard): New functions.
(single_kboard): Renamed from kboard_locked.

(unlock_kboard): Do nothing with Vunread_command_events.
(read_char): Clean up logic for reading from KBOARD queues.

(kbd_buffer_get_event): Set copy by assignment, not init.
1995-04-10 07:46:48 +00:00
Richard M. Stallman
931e786616 (single_kboard): Renamed from kboard_locked. All refs renamed.
(struct kboard): Renamed from struct KBOARD.
Move flag fields to the end, and make them chars.
Delete the `unused' field.

(KBOARD, etc): Moved from lisp.h.
1995-04-10 07:34:53 +00:00
Richard M. Stallman
d806e7202a (XTread_socket): Make deiconify event only if frame was iconified. 1995-04-10 07:32:16 +00:00
Richard M. Stallman
70d4013c16 (minibuf.o, xdisp.o): Don't depend on keyboard.h. 1995-04-10 07:25:46 +00:00
Richard M. Stallman
08f7d623f2 Don't include keyboard.h.
(read_minibuf): Call single_kboard_state
to switch to the single-kboard state.
1995-04-10 07:23:00 +00:00
Richard M. Stallman
652e224062 (Fcall_interactively): Call single_kboard_state
to switch to the single-kboard state.
1995-04-10 07:22:15 +00:00
Richard M. Stallman
601fa27a78 Initial revision 1995-04-10 07:11:42 +00:00
Richard M. Stallman
65b6ac4f15 (alloc.o, data.o, macros.o, minibuf.o, print.o, xdisp.o): Depend on keyboard.h. 1995-04-10 05:52:18 +00:00
Richard M. Stallman
422d97628a (KBOARD, etc): Moved to keyboard.h. 1995-04-10 05:39:55 +00:00
Richard M. Stallman
077d751f14 Include keyboard.h. 1995-04-10 05:33:58 +00:00
Richard M. Stallman
c2fb848831 (write-file): Default is ask for confirmation only interactively. 1995-04-10 04:49:13 +00:00
Richard M. Stallman
80ccb2b34a Initial revision 1995-04-10 01:15:50 +00:00
Richard M. Stallman
8101ff7f95 (LD_SWITCH_X_DEFAULT): New definition.
(C_SWITCH_X_DEFAULT): New definition.
1995-04-10 00:34:43 +00:00
Richard M. Stallman
30bc62fa77 Remove function prototypes. 1995-04-10 00:34:00 +00:00
Richard M. Stallman
656cdd8daf (NO_MATHERR): Defined.
(LIBS_SYSTEM): Definition deleted.
1995-04-10 00:32:43 +00:00
Richard M. Stallman
a7aa28f617 (XMISCTYPE): New macro.
(union Lisp_Misc): Delete the `type' field.
Use XMISCTYPE instead of that.
1995-04-10 00:31:47 +00:00
Richard M. Stallman
8b5b51ce5d (strftime.o): Define strftime as emacs_strftime. 1995-04-10 00:30:07 +00:00
Karl Heuer
9b7bc07699 Comment fixes. 1995-04-10 00:20:07 +00:00
Karl Heuer
847b8219a6 New version from author. 1995-04-09 22:31:08 +00:00
Karl Heuer
b6d4ab054b New version from author 1995-04-09 22:29:08 +00:00
Richard M. Stallman
85e36d2b62 (re_match_2_internal): Eliminate cast of ptr to int.
(PUSH_FAILURE_ITEM, POP_FAILURE_ITEM): Macros deleted.
(PUSH_FAILURE_INT, POP_FAILURE_INT): New macros.
(PUSH_FAILURE_POINTER, POP_FAILURE_POINTER): New macros.

(re_match_2_internal): Rename label `succeed' to `succeed_label'.
1995-04-09 19:14:40 +00:00
Roland McGrath
98a4349ced (server-switch-buffer): Make first arg optional too;
server-edit might pass no args, since server-done might return nil.
1995-04-09 18:57:09 +00:00
Richard M. Stallman
d437b3f6bc (list-tags): Delete call to select-tags-matched-file. 1995-04-09 11:39:41 +00:00
Richard M. Stallman
5eabb4e7ee (set_point): When skipping intangible text,
stop where property value changes.
1995-04-09 09:42:28 +00:00
Richard M. Stallman
8c7457442d (line-move): Turn off intangibility for intermediate stops. 1995-04-09 09:34:05 +00:00
Richard M. Stallman
06ff75391c (menu-bar-update-buffers): Reuse the entry for
list-buffers rather than making a new one each time.
1995-04-09 07:32:17 +00:00
Richard M. Stallman
d133d8353a (newline): Don't indent afterward if at page sep line.
Delete whitespace on blank line before the inserted newlines.
(open-line): Add all the left margins and fill prefixes
after inserting all the newlines.
1995-04-09 06:47:22 +00:00
Richard M. Stallman
144b263796 (byte-compile-log-file): New function.
(displaying-byte-compile-warnings): Log the file name at start;
display the log buffer only if something more gets output by BODY.
(byte-compile-warnings-point-max): Initialize to nil.
1995-04-09 05:32:47 +00:00