aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (x_get_foreign_selection): Use x_catch_errors.Richard M. Stallman1993-12-231-0/+7
* Line breaking change.Richard M. Stallman1993-12-231-2/+2
* (Fmessage): Use message2.Richard M. Stallman1993-12-231-10/+11
* Use WORDS_BIG_ENDIAN, not BIG_ENDIAN.Richard M. Stallman1993-12-231-4/+31
* (Fprocess_status): Use get_process, not Fget_process.Richard M. Stallman1993-12-231-19/+24
* (deactivate_process) [SVR4_PTYS]: If subtty is not nil, close it.Richard M. Stallman1993-12-231-0/+4
* (minibuffer_auto_raise): Really define it.Richard M. Stallman1993-12-231-1/+11
* (del_range): Second argument in call toRichard M. Stallman1993-12-231-1/+4
* (syms_of_emacs): Define Lisp var system-configuration.Richard M. Stallman1993-12-231-2/+26
* (echo_area_glyphs_length): Declared.Richard M. Stallman1993-12-231-0/+3
* (configuration): New variable.Richard M. Stallman1993-12-231-0/+12
* (printchar, strout): Set echo_area_glyphs_length.Richard M. Stallman1993-12-231-0/+4
* (Fdisplay_buffer): If pop_up_frames, pass t to Fget_buffer_window.Richard M. Stallman1993-12-231-1/+3
* (make_terminal_frame): Add frame to Vframe_list.Richard M. Stallman1993-12-231-2/+5
* (message): Use message2, not message1.Richard M. Stallman1993-12-231-57/+255
* (Fx_list_fonts): Handle BROKEN_XLISTFONTSWITHINFO.Richard M. Stallman1993-12-231-9/+52
* (XTread_socket): Don't offset keysym here.Richard M. Stallman1993-12-231-95/+173
* Initial revisionRichard M. Stallman1993-12-231-0/+4
* (struct input_event): `code' is now an int.Richard M. Stallman1993-12-231-1/+4
* (make_lispy_event): Offset the event code here.Richard M. Stallman1993-12-231-22/+108
* (kbd_buffer_get_event): For delete-window-event, do count iconified frames.Richard M. Stallman1993-12-231-4/+15
* (Fsit_for): Call prepare_menu_bars.Richard M. Stallman1993-12-231-3/+11
* * m/delta.h (BROKEN_CLOSEDIR): added because closedir is interruptible.Francesco Potortì1993-12-221-5/+7
* (update_frame): Only call sleep (outq / baud_rate) if baud_rate >= OUTQ.Roland McGrath1993-12-151-1/+1
* [! MAP_FILE] (MAP_FILE): Define to zero.Roland McGrath1993-12-111-3/+8
* (PENDING_OUTPUT_COUNT) [__GNU_LIBRARY__]: Alternate definition for the GNURoland McGrath1993-12-081-0/+4
* (NO_MODE_T): Defined.Richard M. Stallman1993-11-281-0/+3
* [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.Richard M. Stallman1993-11-281-0/+5
* (LIBS_SYSTEM): Always define this one way or another.Richard M. Stallman1993-11-281-1/+6
* Properly install previous change.Richard M. Stallman1993-11-271-49/+65
* (main) [AIX]: Don't handle signals 23, SIGAIO, SIGPTY.Richard M. Stallman1993-11-271-1/+3
* (kbd_buffer_get_event): If user destroys the last frame,Richard M. Stallman1993-11-261-11/+11
* (x_window): Call XSetWMProtocols.Richard M. Stallman1993-11-261-0/+2
* (SYSTEM_TYPE): Make it "irix".Richard M. Stallman1993-11-261-1/+1
* (closedir): Test BROKEN_CLOSEDIR, not INTERRUPTIBLE_CLOSE.Richard M. Stallman1993-11-261-2/+2
* (readevalloop): Get error if buffer being eval'd is killed.Richard M. Stallman1993-11-261-0/+9
* (SETPGRP_RELEASES_CTTY): Defined.Richard M. Stallman1993-11-251-0/+4
* (IRIX5, SETPGRP_RELEASES_CTTY): Defined.Richard M. Stallman1993-11-251-0/+4
* (create_process): Do setpgrp for USG regardless of IRIX.Richard M. Stallman1993-11-251-2/+2
* Comment changes.Richard M. Stallman1993-11-251-5/+1
* (child_setup): Test SETPGRP_RELEASES_CTTY, not IRIX.Richard M. Stallman1993-11-251-5/+5
* (quit_throw_to_read_char):Richard M. Stallman1993-11-251-0/+2
* (HAVE_FTIME): Deleted (autoconf does it).Richard M. Stallman1993-11-251-3/+0
* Comment change.Richard M. Stallman1993-11-251-1/+1
* (bcopy, bzero, bcmp): If HAVE_BCOPY, don't #define.Richard M. Stallman1993-11-251-0/+4
* (merge_properties_sticky): Declared.Richard M. Stallman1993-11-251-0/+2
* (Fhandle_switch_frame, Fredirect_frame_focus): Declared.Richard M. Stallman1993-11-251-0/+2
* (HAVE_RANDOM, HAVE_XSCREENNUMBEROFSCREEN, BROKEN_FIONREAD): Add definitions.Richard M. Stallman1993-11-251-0/+17
* (graft_intervals_into_buffer): New arg LENGTH.Richard M. Stallman1993-11-251-4/+16
* (insert_from_string): Pass new arg to graft_intervals_into_buffer.Richard M. Stallman1993-11-251-1/+1