| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
is not defined and HAVE_GETHOSTNAME is defined.
|
| |
|
|
|
| |
(SYSV4_PTYS): Remove.
(SIGNALS_VIA_CHARACTERS): Defined.
|
| |
|
|
| |
(NO_MODE_T): Defined.
|
| | |
|
| | |
|
| |
|
|
| |
check the 4th elt, not the car of the 4th elt.
|
| | |
|
| | |
|
| |
|
|
| |
(Fgetenv): One arg is maximum.
|
| |
|
|
| |
and TREE is null, no need to call Fset_text_properties.
|
| | |
|
| |
|
|
| |
(Fdocumentation_property): 3 args is maximum.
|
| | |
|
| | |
|
| |
|
|
| |
(Fread_file_name): If defalt is nil and user tries to use it, signal an error.
|
| |
|
|
| |
(x_handle_selection_clear): Call prepare_menu_bars.
|
| | |
|
| |
|
|
|
| |
(Fsubst_char_in_region): Move the NOUNDO hacking code
after the modify_region call.
|
| |
|
|
|
|
|
| |
(Qmenu_bar): Declared.
(DEFUN_ARGS_MANY, DEFUN_ARGS_UNEVALLED, DEFUN_ARGS_0,...): New macros.
(DEFUN) [__STDC__]: Use those macros.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
[BROKEN_O_NONBLOCK]: Undefine O_NONBLOCK.
(create_process): Delete SYSV4_PTYS code.
(deactivate_process): Likewise.
(create_process) [SET_CHILD_PTY_PGRP]: Do ioctls
to set the pgrp of the pty.
(wait_reading_process_input): Call prepare_menu_bars.
|
| | |
|
| |
|
|
|
|
| |
(minibuffer_auto_raise): New variable.
(syms_of_minibuf): Set up Lisp var.
(read_minibuf): Maybe raise the minibuffer's frame.
|
| |
|
|
|
|
|
|
| |
offset_intervals is 'from', not 'point'.
(modify_region): Call record_first_change if necessary.
(insert_from_string): Pass LENGTH arg to graft_intervals_into_buffer.
|
| |
|
|
|
| |
(memory_warning_signal): New function.
(main): Handle SIGDANGER, if defined.
|
| | |
|
| |
|
|
|
|
|
| |
(emacs.o): Define macro CONFIGURATION.
[__GNUC__ > 1]: Maybe define LINKER_WAS_SPECIFIED.
[LINKER_WAS_SPECIFIED] (YMF_PASS_LDFLAGS): Define as identity.
|
| | |
|
| | |
|
| |
|
|
| |
(make_frame): Don't add to frame list here.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(display_string): Fix truncation-criterion after main loop
for termination due to LENGTH.
(echo_area_glyphs_length): New variable.
(message1): Set it.
(message2): New function.
(display_string): New arg LENGTH.
(echo_area_display): Pass new arg to display_string.
(redisplay_window): Likewise.
(display_text_line): Likewise.
(display_menu_bar): Likewise.
(display_mode_element): Likewise.
(update_menu_bar, update_menu_bars): New functions.
(prepare_menu_bars): New function.
(redisplay_window): Don't update menu bar here.
(display_menu_bar): Assume item list already updated.
(redisplay_window): Don't alter lpoint when w is
selected window in a non-selected frame.
|
| |
|
|
|
|
|
|
|
|
| |
(Fx_create_frame): Add frame to Vframe_list.
(Fx_create_frame): Fix order of arguments of
x_wm_set_size_hint call. This corrects handling of +x-y and -x+y
geometry specifications.
(XSetWMProtocols): New function, defined conditionally.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Special handling for "dead accent" keysyms.
(construct_mouse_click, x_scroll_bar_handle_click)
(XTread_socket): `code' of an event is now an int.
(pixel_to_glyph_coords): New arg NOCLIP. Callers changed.
(XTread_socket): For MotionNotify, if x_mouse_grabbed, use last_mouse_frame.
(construct_mouse_click): Set last_mouse_frame.
(XTmouse_position): If x_mouse_grabbed, use last_mouse_frame.
(x_calc_absolute_position): Borderwidth must be doubled
before subtracting from width to get correct value.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Special handling for "dead accent" keysyms.
(lispy_accent_codes, lispy_accent_keys): New variables.
(quit_throw_to_read_char): Don't switch frames if
internal_last_event_frame is not a frame.
(kbd_buffer_store_event, make_lispy_event)
(stuff_buffered_input): `code' of an event is now an int.
(make_lispy_movement): If we have a frame but pos is not
in a window, return an event with the frame.
(read_key_sequence): Don't return if in middle
of possible function-key-map sequence, if the bindings were all
found by case conversion.
(set_waiting_for_input): Code testing echo_flag deleted.
(echo_flag, echo_now): Vars deleted.
(read_key_sequence): Bind case_converted at top level.
Clear it at replay_sequence.
(follow_key): Never clear *CASE_CONVERTED.
(syms_of_keyboard): Define Lisp var track-mouse.
(follow_key): New arg case_converted.
(read_key_sequence): Pass the new arg.
If key has a binding via case-conversion, that does not prevent
use of function_key_map.
(read_char): Call prepare_menu_bars.
(tracking_off): Call prepare_menu_bars.
|
| | |
|
| |
|
|
|
| |
(direct_output_forward_char):
Give up if in truncated text at end of line.
|
| |
|
|
|
| |
(HAVE_UNISTD_H): deleted because configure takes care of it.
(C_SWITCH_MACHINE): added optimisation options for gnu cc.
|
| |
|
|
| |
Calling sleep (0) causes a gratuitous delay on some systems.
|
| |
|
|
|
|
| |
(unexec): Remove unused variable BUF.
Use MAP_FILE bit in mmap call.
(run_time_remap): Use MAP_FILE bit in mmap call.
|
| |
|
|
|
| |
C library. I changed this in version 18 in 1991, but the change never got
propagated.
|
| | |
|
| | |
|
| |
|
|
| |
Include -lPW in it.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
exit before calling Fdelete_frame.
(read_avail_input): Undo Nov 18 change.
|
| | |
|
| | |
|
| | |
|