1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 18:21:19 -08:00
Commit graph

6816 commits

Author SHA1 Message Date
Richard M. Stallman
46d8a55bd1 (copy_intervals_to_string): Take arg as buffer. 1996-09-04 04:33:40 +00:00
Richard M. Stallman
b516a185f9 (Fcommand_execute): gcpro cmd and prefixarg while calling do_autoload. 1996-09-04 04:31:10 +00:00
Richard M. Stallman
ca20916b66 (Fmacroexpand): gcpro form while calling do_autoload.
(do_autoload): gcpro fun, funname, fundef.
1996-09-04 04:30:26 +00:00
Richard M. Stallman
214360e91f (Fexecute_extended_command): gcpro prefixarg. 1996-09-04 03:58:15 +00:00
Richard M. Stallman
b839712d77 (x_set_frame_parameters): Make height and width ints. 1996-09-04 03:55:07 +00:00
Richard M. Stallman
1847b19b41 (map_char_table): Declare depth as int. 1996-09-04 03:42:09 +00:00
Richard M. Stallman
2ef60670b3 (note_mouse_highlight): Pass POS argument to fast_find_position as int. 1996-09-04 03:38:40 +00:00
Richard M. Stallman
85c66a3ec9 (set_properties, add_properties, remove_properties):
Call modify_region with ints.
1996-09-04 03:35:53 +00:00
Richard M. Stallman
fb4ee5cdb1 (prepare_to_modify_buffer): Take integer arguments.
(signal_before_change): Take integer arguments.
1996-09-04 03:34:04 +00:00
Richard M. Stallman
5a053ea981 (Fmake_byte_code): Call make_pure_vector using nargs. 1996-09-04 00:06:48 +00:00
Richard M. Stallman
01a4d290aa (Fpurecopy): Cast arg to make_pure_vector.
(Fmake_byte_code): Use XFASTINT when calling make_pure_vector.
1996-09-03 23:56:33 +00:00
Richard M. Stallman
aa8fe32512 (Fformat): Pass a string using XSTRING. 1996-09-03 23:23:53 +00:00
Richard M. Stallman
857c4c675f (doprnt1): If lispstrings, accept a string
as a `struct Lisp_String *'.
1996-09-03 23:23:40 +00:00
Richard M. Stallman
0f26b958d8 (message): Cast size arg to doprnt. 1996-09-03 22:23:51 +00:00
Richard M. Stallman
1d718789f5 (OUTPUT_IF, OUTPUT): Cast frame height to int. 1996-09-03 22:22:10 +00:00
Richard M. Stallman
3b12ce121e (term_init): Avoid type-mismatch calling get_frame_size. 1996-09-03 22:00:27 +00:00
Richard M. Stallman
c96f26f4b5 (sort_args): Don't rearrange any args that follow "--". 1996-09-03 21:48:13 +00:00
Richard M. Stallman
c14d06e310 (Ffocus_frame, Funfocus_frame): Functions deleted. 1996-09-03 21:41:33 +00:00
Paul Eggert
65adbc85ce (mktime): Fix typo in previous patch. 1996-09-03 18:08:27 +00:00
Paul Eggert
57a6d773a8 (mktime): #undef so that we don't mess up the file name mktime.c. 1996-09-03 18:00:34 +00:00
Paul Eggert
fbd40e3256 (mktime): Define to emacs_mktime if HAVE_MKTIME && ! defined (_NEXT_SOURCE),
so that we don't attempt to redefine the libc mktime.
1996-09-03 18:00:34 +00:00
Paul Eggert
8eaa6efed2 (Fencode_time): Remove NEXTSTEP workaround;
we now use our mktime instead.
1996-09-03 05:24:22 +00:00
Paul Eggert
af4b946d6a (MKTIME_OBJ): Use our mktime instead of NEXTSTEP's,
since NEXTSTEP's wrongly ignores TZ.
1996-09-03 05:23:35 +00:00
Richard M. Stallman
99153b9e0e (create_process): Undo previous change. 1996-09-03 04:13:20 +00:00
Richard M. Stallman
e5446a46ef (Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE. 1996-09-02 17:28:10 +00:00
Richard M. Stallman
2bf32c5d8a (redisplay_internal): Test last_selected_window slot.
(mark_window_display_accurate, display_text_line): Likewise.
1996-09-02 05:19:13 +00:00
Richard M. Stallman
86e4843672 (unshow_buffer): Clear last_selected_window slot, maybe.
(Fset_window_buffer): Set last_selected_window slot.
(Fselect_window): Set last_selected_window slot.
(delete_all_subwindows): Maybe call unshow_buffer.
1996-09-02 05:13:11 +00:00
Richard M. Stallman
0dc6f165b8 (reset_buffer): Initialize last_selected_window slot. 1996-09-02 05:11:15 +00:00
Richard M. Stallman
519052f372 (strict buffer): New slot last_selected_window. 1996-09-02 05:10:58 +00:00
Richard M. Stallman
217666dd8a Comment change. 1996-09-01 23:18:22 +00:00
Richard M. Stallman
de282a0553 (Fprocess_contact): New function.
(Fopen_network_stream): Store a cons cell in childp.
(NETCONN_P): Use GC_CONSP.
(list_processes_1): Use new childp format.
1996-09-01 23:18:03 +00:00
Richard M. Stallman
4f8aaa7480 (record_asynch_buffer_change, gobble_input):
Use sigblock instead of sigblockx.
1996-09-01 22:08:35 +00:00
Richard M. Stallman
645280b72c (sigunblockx): Definitions deleted.
(sigpausex, sigblockx, sigholdx): Definitions deleted.
1996-09-01 22:08:12 +00:00
Richard M. Stallman
474038150f (create_process): Test defined (TIOCSCTTY)
and defined (HAVE_SETSID) instead of DONT_REOPEN_PTY.
1996-09-01 21:56:24 +00:00
Karl Heuer
e3678b6433 Removed support for !MULTI_FRAME. 1996-09-01 21:04:32 +00:00
Karl Heuer
8c09486ac8 (MULTI_FRAME): Obsolete macro deleted. 1996-09-01 20:52:25 +00:00
Richard M. Stallman
c190bcd5d0 (struct x_display_info): Add element Xatom_FONT. 1996-09-01 20:52:17 +00:00
Richard M. Stallman
2218e4d9c4 (x_term_init): Initialize Xatom_FONT member.
(x_new_font): Use Xatom_FONT member.
1996-09-01 20:49:29 +00:00
Richard M. Stallman
53c58b5d48 [HAVE_SETRLIMIT]: Include time.h and resource.h.
(main) [HAVE_SETRLIMIT]: Call setrlimit to extend the stack limit.
New local `rlim'.
1996-09-01 20:47:10 +00:00
Richard M. Stallman
0a20b6841d (build_annotations): Remember original buffer that the
region came from; pass this to `format-annotate-function'.
1996-09-01 20:44:46 +00:00
Richard M. Stallman
20ddcdc068 (Fx_list_fonts): New optional arg MAXIMUM. 1996-09-01 19:52:14 +00:00
Karl Heuer
6ec8bbd20d Change all references from point to PT. 1996-09-01 19:15:05 +00:00
Karl Heuer
ae93ce928a (re_match_2_internal) [emacs]: Use PT, not point. 1996-09-01 19:02:26 +00:00
Richard M. Stallman
c43aa15d17 (TAGS): Use $(srcdir) in deps. 1996-09-01 18:27:40 +00:00
Richard M. Stallman
dc32bb9120 (MSDOS_SUPPORT, WINNT_SUPPORT, SOME_MACHINE_LISP): Include dos-nt.elc. 1996-09-01 06:46:59 +00:00
Richard M. Stallman
b1878f4508 (requeued_events_pending_p): New function. 1996-09-01 02:43:58 +00:00
Richard M. Stallman
be072a32c9 (HAVE_SETRLIMIT): Add #undef. 1996-09-01 00:13:53 +00:00
Richard M. Stallman
04fc68e769 (Fload): Add "source is newer" info to the "loading" and "done" messages. 1996-09-01 00:01:56 +00:00
Richard M. Stallman
e318085a3a Clean up whitespace. 1996-08-31 23:41:26 +00:00
Richard M. Stallman
c8499ba5d8 (re_search_2): Optimize regexp that starts with ^. 1996-08-31 23:40:19 +00:00