summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (main): Cast arg to `brk'.Richard M. Stallman1995-04-071-1/+1
|
* Treat __NetBSD__ like __FreeBSD__.Richard M. Stallman1995-04-061-2/+2
|
* (Fplist_put): Fix missing \n\.Karl Heuer1995-04-061-1/+1
|
* (x_window_to_frame): Skip non-X frames before testing dpyinfo.Karl Heuer1995-04-061-9/+3
| | | | [USE_X_TOOLKIT] (x_any_window_to_frame, x_top_window_to_frame): Ditto.
* Doc fixes to match declared args.Simon Marshall1995-04-061-4/+4
|
* (BASE_PURESIZE): Increment to 310000.Richard M. Stallman1995-04-061-1/+1
|
* (Fkill_buffer): Call reset_buffer_local_variablesRichard M. Stallman1995-04-061-30/+53
| | | | | | and swap_out_buffer_local_variables. (swap_out_buffer_local_variables): New subroutine. (Fkill_all_local_variables): Use that subroutine.
* (Flooking_at, Fposix_looking_at): Change arg name.Richard M. Stallman1995-04-061-8/+8
|
* (Fraise_frame, Flower_frame): Now interactive.Richard M. Stallman1995-04-061-2/+10
|
* (Ffetch_bytecode): New function.Karl Heuer1995-04-051-5/+20
| | | | | (funcall_lambda): Call it. (syms_of_eval): defsubr it.
* Declare Ffetch_bytecode.Karl Heuer1995-04-051-0/+1
|
* New arg DPYINFO to all callers of x_window_to_frame, x_any_window_to_frame,Karl Heuer1995-04-032-30/+39
| | | | and x_top_window_to_frame.
* (x_window_to_frame): New arg DPYINFO. All callers changed.Karl Heuer1995-04-031-3/+12
| | | | (x_any_window_to_frame, x_top_window_to_frame): Likewise.
* (main): Start with an empty message log.Karl Heuer1995-04-031-0/+10
|
* (Fy_or_n_p): Don't log prompt.Karl Heuer1995-04-031-3/+4
| | | | (Fyes_or_no_p): Fix typo in doc string.
* (message_nolog): New function.Karl Heuer1995-04-031-0/+13
|
* (message_nolog): Declare this function.Karl Heuer1995-04-031-0/+1
|
* Declare Vmessage_log_max.Karl Heuer1995-04-031-0/+1
|
* (oblookup): Save bucket num in oblookup_last_bucket_number.Richard M. Stallman1995-04-031-8/+82
| | | | | (Funintern): New function. (syms_of_lread): defsubr it.
* (Fdirectory_files): Fix bug in IS_ANY_SEP usage introduced in Oct 30 change.Richard M. Stallman1995-04-011-15/+16
|
* (command_loop_1): If we ignore force_start, then alsoKarl Heuer1995-03-311-2/+8
| | | | ignore beg_unchanged and end_unchanged.
* (isfloat_string): Permit trailing space.Richard M. Stallman1995-03-311-1/+1
|
* Fix comment.Karl Heuer1995-03-311-2/+2
|
* [MULTI_FRAME] (Factive_minibuffer_window): New function.Richard M. Stallman1995-03-311-1/+10
| | | | [MULTI_FRAME] (syms_of_frame): Defsubr it.
* (event_to_kboard): Ignore dead frames.Karl Heuer1995-03-311-3/+4
| | | | (kbd_buffer_get_event): In batch mode, use current_kboard.
* (x_delete_display): Extract kboard deletion, for modularity.Karl Heuer1995-03-311-10/+1
|
* (wipe_kboard): Make this function static.Karl Heuer1995-03-311-1/+16
| | | | (delete_kboard): New function, extracted from x_delete_display.
* Declare function delete_kboard.Karl Heuer1995-03-311-1/+4
|
* (struct x_display_info): New member cut_buffers_initialized.Karl Heuer1995-03-311-0/+1
|
* (x_term_init): Initialize cut_buffers_initialized.Karl Heuer1995-03-311-1/+3
|
* (Fx_store_cut_buffer_internal): Use the flag in theKarl Heuer1995-03-311-7/+10
| | | | | frame's x_display_info, not a global flag. (Fx_rotate_cut_buffers_internal): Likewise.
* (sort_args): Skip strncmp if longname is a null pointer.Karl Heuer1995-03-311-2/+5
|
* (Fmod): Fix the final adjustment, when i2 < 0 and i1 == 0.Richard M. Stallman1995-03-301-1/+1
|
* Comment change.Richard M. Stallman1995-03-291-1/+1
|
* (Fsignal_process): SIGCODE is a symbol, not a string.Karl Heuer1995-03-281-1/+1
|
* (r_re_alloc): Correct realloc behavior--allow shrinkingRichard M. Stallman1995-03-281-26/+140
| | | | | | | | | | of blocks while reallocating, if shrinking by more than one page. (relocate_blocs, resize_blocs): Added failsafe to protect future calling of these routines when in frozen state. (r_alloc_thaw): Added call to r_alloc_init. (relocate_blocks, resize_bloc, r_alloc_sbrk, r_alloc_thaw): Extended functionality to let ralloc package work in frozen state, allowing for the existence of unused blocks.
* (Fsignal_process): Allow signal names as well as numbers.Richard M. Stallman1995-03-281-7/+119
|
* (Fconcat): Undo previous change.Richard M. Stallman1995-03-281-3/+7
|
* (Fget, Fput): Fetch and store symbol's plist directly.Richard M. Stallman1995-03-271-10/+13
|
* (init_editfns): Use NAME envvar to init user-full-name.Richard M. Stallman1995-03-271-0/+4
|
* Don't include alloca.h if NOT_C_CODE.Richard M. Stallman1995-03-271-0/+2
|
* (Vdefault_text_properties): name changed from Vdefault_properties.Boris Goldowsky1995-03-271-26/+7
| | | | | (textget_direct): Fn deleted. (textget, verify_interval_modification): Use Fplist_get instead.
* Vdefault_text_properties: name changed from Vdefault_properties.Boris Goldowsky1995-03-271-2/+1
|
* (Vdefault_text_properties): name changed from Vdefault_properties.Boris Goldowsky1995-03-271-5/+5
|
* (Fplist_put, Fplist_get): New fns.Boris Goldowsky1995-03-271-16/+49
| | | | | (Fget): Use Fplist_get to do the work. (Fput): Use Fplist_put to do the work.
* (kbd_buffer_get_event): Pass 0 for `insist' arg.Richard M. Stallman1995-03-261-1/+1
|
* (Fmouse_position--both definitions): Pass 0 for `insist'.Richard M. Stallman1995-03-261-3/+5
| | | | | (Fmouse_pixel_position): Pass 0 for `insist'. Add HAVE_MOUSE conditional.
* (Fx_popup_menu): Pass 1 for `insist' arg.Richard M. Stallman1995-03-261-2/+3
| | | | (Fx_popup_dialog): Likewise.
* (mouse_get_pos): New arg `insist'.Richard M. Stallman1995-03-261-1/+2
|
* (win32_mouse_position): New arg `insist'.Richard M. Stallman1995-03-261-1/+1
|