| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [!MULTI_FRAME] (Fframe_height, Frame_width): Delete extra docstring. | Karl Heuer | 1995-05-11 | 1 | -11/+15 |
| | | |||||
| * | AIX support from Tim Bell <tbel@afsmail.cern.ch>: | Roland McGrath | 1995-05-10 | 1 | -14/+32 |
| | | | | | | [_AIX] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define these for AIX. (getloadavg) [_AIX]: Use `knlist' instead of `nlist'. | ||||
| * | (BSD): Include sys/param.h instead of redefining BSD. | Richard M. Stallman | 1995-05-09 | 1 | -2/+4 |
| | | | | | But do this only if emacs is defined. | ||||
| * | (Fcall_process): Keep reading till buffer is nearly full. | Richard M. Stallman | 1995-05-09 | 1 | -7/+25 |
| | | |||||
| * | Vdefault_minibuffer_frame is now part of KBOARD instead | Karl Heuer | 1995-05-09 | 1 | -8/+6 |
| | | | | | of a variable. All references changed. | ||||
| * | (struct kboard): New member Vdefault_minibuffer_frame. | Karl Heuer | 1995-05-09 | 1 | -0/+3 |
| | | |||||
| * | (init_kboard): Initialize Vdefault_minibuffer_frame. | Karl Heuer | 1995-05-09 | 1 | -0/+1 |
| | | |||||
| * | (VMS_SUPPORT): Add missing `.elc'. | Richard M. Stallman | 1995-05-09 | 1 | -3/+14 |
| | | | | | | (SOME_MACHINE_LISP): New variable. (${etc}DOC): Use it. | ||||
| * | (make_frame_without_minibuffer): New arg KB. | Karl Heuer | 1995-05-09 | 1 | -1/+7 |
| | | | | | Require the new frame's minibuffer to be on the same display. | ||||
| * | (Fx_create_frame): Pass kb to make_frame_without_minibuffer. | Karl Heuer | 1995-05-09 | 1 | -3/+9 |
| | | |||||
| * | [MULTI_FRAME] (make_terminal_frame): Don't set Vterminal_frame. | Karl Heuer | 1995-05-09 | 1 | -1/+1 |
| | | | | | (do_switch_frame): Set Vterminal_frame to selected_frame. | ||||
| * | (Funfocus_frame): Check for live X frame. | Richard M. Stallman | 1995-05-09 | 1 | -5/+9 |
| | | |||||
| * | [MULTI_FRAME] (init_window_once): Set Vterminal_frame | Karl Heuer | 1995-05-09 | 1 | -0/+1 |
| | | | | | to selected_frame. | ||||
| * | (x_consider_frame_title): When setting multiple_frames, | Karl Heuer | 1995-05-09 | 1 | -3/+21 |
| | | | | | ignore invisible frames and frames on other displays. | ||||
| * | [MULTI_KBOARD] (read_char): If the character was for | Karl Heuer | 1995-05-09 | 1 | -0/+1 |
| | | | | | the wrong kboard, don't let it get processed twice. | ||||
| * | (prepare_menu_bars): Save and restore the match data. | Richard M. Stallman | 1995-05-09 | 1 | -5/+20 |
| | | | | | | (update_menu_bar): New arg save_match_data. Maybe save and restore match data here. | ||||
| * | (Fdump_emacs): Don't use & before my_edata. | Richard M. Stallman | 1995-05-08 | 1 | -1/+1 |
| | | |||||
| * | (Fread_key_sequence): Doc fix. | Richard M. Stallman | 1995-05-08 | 1 | -1/+1 |
| | | |||||
| * | (Fraise_frame, Flower_frame): Make arg FRAME optional. | Richard M. Stallman | 1995-05-08 | 1 | -2/+2 |
| | | |||||
| * | * delta.h (C_SWITCH_MACHINE): Let configure decide if this is a | Francesco Potortì | 1995-05-08 | 1 | -23/+12 |
| | | | | | 68040 or 68030. Don't condition on __STDC__. | ||||
| * | (region-cache.obj,vm-limit.obj): Dependencies defined. | Richard M. Stallman | 1995-05-08 | 1 | -4/+22 |
| | | | | | | (OBJ1): Don't compile xfaces.c. (buffer.obj,indent.obj,search.obj): Add region-cache.h dependency. | ||||
| * | (Fdisplay_buffer): Initialize other, upper, lower. | Richard M. Stallman | 1995-05-08 | 1 | -0/+1 |
| | | |||||
| * | (Fmatch_data, Fstore_match_data): Declared. | Richard M. Stallman | 1995-05-07 | 1 | -0/+1 |
| | | |||||
| * | (wait_reading_process_input): Pass arg in new call to set_waiting_for_input. | Richard M. Stallman | 1995-05-07 | 1 | -1/+1 |
| | | |||||
| * | (TRES): Defined. | Richard M. Stallman | 1995-05-07 | 1 | -9/+27 |
| | | | | | | | | (TLIB1,TLIB2): Created out of TLIB. (TLIB): Split to reduce time to do library updates. (DOC): Use DOC-X. (strftime.obj): Compile with -Dstrftime=emacs_strftime. | ||||
| * | (GETPGRP_NO_ARG): Defined | Richard M. Stallman | 1995-05-07 | 1 | -1/+2 |
| | | | | | (HAVE_GETPAGESIZE): Definition deleted. | ||||
| * | (region_face, next_face_id): Make static. | Richard M. Stallman | 1995-05-07 | 1 | -2/+2 |
| | | |||||
| * | (isfloat_string): Reject strings like "0.5+". | Richard M. Stallman | 1995-05-07 | 1 | -21/+26 |
| | | | | | | (init_lread): Don't warn about missing installation dirs when using dirs derived from the executable. | ||||
| * | (Fmod): Fix the final adjustment, when f2 < 0 and f1 == 0. | Richard M. Stallman | 1995-05-07 | 1 | -1/+1 |
| | | |||||
| * | (syms_of_window): Doc fix. | Richard M. Stallman | 1995-05-07 | 1 | -16/+18 |
| | | | | | | (temp_output_buffer_show): If we use Vtemp_buffer_show_function, do nothing else. | ||||
| * | (wait_reading_process_input): Don't call prepare_menu_bars. | Richard M. Stallman | 1995-05-06 | 1 | -6/+6 |
| | | | | | Clear waiting_for_input around calling redisplay_preserve_echo_area. | ||||
| * | (gc_cons_threshold): Change back to int. | Richard M. Stallman | 1995-05-06 | 1 | -2/+4 |
| | | | | | | (min): New macro. (inhibit_garbage_collection): Don't exceed value an int can hold. | ||||
| * | (gc_cons_threshold): Change back to int. | Richard M. Stallman | 1995-05-06 | 1 | -1/+1 |
| | | |||||
| * | (GETPGRP_NO_ARG): New definition. | Richard M. Stallman | 1995-05-06 | 1 | -0/+1 |
| | | |||||
| * | (bcmp, bcopy): Fix backward BSTRING conditionals. | Richard M. Stallman | 1995-05-06 | 1 | -2/+2 |
| | | |||||
| * | [! emacs]: #undef REL_ALLOC. | Richard M. Stallman | 1995-05-06 | 1 | -0/+5 |
| | | |||||
| * | Delete all APOLLO conditionals. | Richard M. Stallman | 1995-05-06 | 1 | -18/+8 |
| | | | | | | | (Fdump_emacs_data): Don't use & before my_edata. (Fkill_emacs): Delete the Vauto_save_list_file_name file. | ||||
| * | (prepare_menu_bars): Clear size-change flag before running | Richard M. Stallman | 1995-05-06 | 1 | -5/+7 |
| | | | | | | | size-change functions. (scroll_step, debug_end_pos, line_number_display_limit): Now static. | ||||
| * | (days_per_month): Move variable to top level. | Richard M. Stallman | 1995-05-05 | 1 | -1/+3 |
| | | |||||
| * | (Fencode_time): Rename arg from min to minute. | Richard M. Stallman | 1995-05-05 | 1 | -7/+7 |
| | | | | | (Fformat): Allow 30 characters in the printed version of integers and floats. | ||||
| * | [USE_X_TOOLKIT] (x_window): Always pass position in geometry. | Richard M. Stallman | 1995-05-05 | 1 | -21/+23 |
| | | | | | | Set XtNmappedWhenManaged to 0 for shell_widget. (Fx_create_frame): Always call x_wm_set_size_hints. | ||||
| * | (HAVE_VFORK): Add #undef. | Richard M. Stallman | 1995-05-05 | 1 | -0/+3 |
| | | |||||
| * | (GETPGRP_NO_ARG): Defined. | Richard M. Stallman | 1995-05-05 | 1 | -0/+2 |
| | | |||||
| * | (string_display_width): Renamed from string_width. | Richard M. Stallman | 1995-05-05 | 1 | -2/+3 |
| | | | | | (vmotion): Use new name. | ||||
| * | (make_gap): Make this new error check also check exceeding VALBITS. | Richard M. Stallman | 1995-05-05 | 1 | -8/+5 |
| | | | | | | (insert_1): Delete old error test. (min): New macro. | ||||
| * | (Vx_sent_selection_hooks, Vx_lost_selection_hooks, Vselection_alist) | Richard M. Stallman | 1995-05-05 | 1 | -13/+9 |
| | | | | | (Vselection_converter_alist, x_selection_timeout): Make static. | ||||
| * | (Fnumber_to_string, Fstring_to_number): | Richard M. Stallman | 1995-05-05 | 1 | -2/+17 |
| | | | | | | | | Handle long EMACS_INT in sprintf and atol. (store_symval_forwarding): Error if value out of range for an integer variable. (Fstring_to_number): Avoid using make_number to return value. Maybe use atol. | ||||
| * | (doprnt): Handle long EMACS_INT in sprintf. | Richard M. Stallman | 1995-05-05 | 1 | -0/+10 |
| | | |||||
| * | (read1): Handle long EMACS_INT in atol. | Richard M. Stallman | 1995-05-05 | 1 | -1/+6 |
| | | |||||
| * | (Fexecute_extended_command): Handle long EMACS_INT in sprintf. | Richard M. Stallman | 1995-05-05 | 1 | -2/+16 |
| | | |||||