1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 18:30:47 -08:00
Commit graph

13173 commits

Author SHA1 Message Date
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
Richard M. Stallman
434b875777 (ALL_CFLAGS): Add -I${srcdir}/../src. 1995-04-09 04:58:29 +00:00
Richard M. Stallman
4386a54c09 (ALL_CFLAGS): Define HAVE_CONFIG_H. 1995-04-09 04:56:02 +00:00
Richard M. Stallman
1077c789f6 (xmalloc, xrealloc): Declare them here.
(doprnt): Cast pointer to int by way of EMACS_INT.
1995-04-09 04:50:38 +00:00
Richard M. Stallman
7d5f0c0679 (mode-line-buffer-identification): Fix prev change; use setq-default. 1995-04-09 03:51:32 +00:00
Richard M. Stallman
ec39964e12 Fix typo in prev change. 1995-04-09 03:33:01 +00:00
Roland McGrath
f48b601a2f (next-file): Add paren missing from last change. 1995-04-09 03:21:37 +00:00
Roland McGrath
2f14fde6d0 (next-file): Handle empty list returned by (tags-table-files). 1995-04-09 03:18:11 +00:00
Richard M. Stallman
c4f57b91f1 (ange-ftp-parse-netrc): Bind `default-directory' to
"/" to avoid infinite loop while expanding filename.
(ange-ftp-message): Don't truncate message in batch mode.
1995-04-09 03:08:18 +00:00
Richard M. Stallman
bcccd65d3f (occur): Provide 5 cols for line number. 1995-04-09 03:07:01 +00:00