aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Fx_create_frame): Don't look for default fontRichard M. Stallman1993-07-241-4/+18
* (face_name_id_number): Use assq_no_quit, not Fassq.Richard M. Stallman1993-07-241-1/+1
* (Fprocess_status): Use Fget_process, to avoid errorRichard M. Stallman1993-07-241-3/+1
* (command_loop_1): Run post-command-hook first thing.Richard M. Stallman1993-07-231-40/+148
* [_LIBC]: Define BSD4_2.Roland McGrath1993-07-231-0/+1
* (HAVE_SOCKETS): Define, if HAVE_INET_SOCKETSRichard M. Stallman1993-07-231-0/+4
* Comment fixes.Richard M. Stallman1993-07-231-1/+11
* (XTread_socket) [! HAVE_X11R5]:Richard M. Stallman1993-07-231-1/+10
* (set_point): Test Vinhibit_point_motion_hooks.Richard M. Stallman1993-07-231-2/+3
* (syms_of_textprop): Set up Lisp var Vinhibit_point_motion_hooks.Richard M. Stallman1993-07-231-0/+7
* (Vinhibit_point_motion_hooks): Declared.Richard M. Stallman1993-07-231-0/+2
* (TEXT_START) [__GNUC__]: Define as 0.Richard M. Stallman1993-07-231-0/+5
* (PTY_OPEN): Use sigaction, not sigsetmask.Richard M. Stallman1993-07-231-13/+22
* (DECLARE_GETPWUID_WITH_UID_T): Declared.Richard M. Stallman1993-07-221-0/+3
* (getpwuid): Test DECLARE_GETPWUID_WITH_UID_T.Richard M. Stallman1993-07-221-1/+1
* Implement search for app-defaults directory andJim Blandy1993-07-221-162/+371
* (Fget_buffer_process): Delete doc string fromRichard M. Stallman1993-07-221-13/+17
* (ALIGNED, ROUNDUP): Use `unsigned long int' instead of `unsigned int' forRoland McGrath1993-07-221-2/+3
* [_LIBC]: Just include <sys/resource.h>, and skip hairy #ifdef mess.Roland McGrath1993-07-221-0/+8
* (Fdelete_frame): Allow deletion if there is some otherRichard M. Stallman1993-07-221-4/+24
* (syms_of_buffer): Lisp var doc fixes.Richard M. Stallman1993-07-221-0/+10
* (NO_MODE_T): Defined.Richard M. Stallman1993-07-221-0/+3
* (float_to_string): Don't use uninitialized pointer `cp'.Richard M. Stallman1993-07-221-6/+10
* (graft_intervals_into_buffer): When TREE is null,Richard M. Stallman1993-07-221-1/+3
* (Qmodification_hooks, Qinsert_in_front_hooks)Richard M. Stallman1993-07-211-9/+0
* (Qmodification_hooks, Qinsert_in_front_hooks)Richard M. Stallman1993-07-211-0/+10
* (compact_strings): Add USE_TEXT_PROPERTIES conditional.Richard M. Stallman1993-07-211-0/+2
* (Ftext_property_not_all): Fix typo in decl.Richard M. Stallman1993-07-211-1/+1
* (SUNOS_LOCALTIME_BUG): Defined.Richard M. Stallman1993-07-211-0/+3
* (memmove): Defined.Richard M. Stallman1993-07-211-0/+3
* (memmove): Defined as macro.Richard M. Stallman1993-07-211-0/+5
* (xmakefile): Use CFLAGS after C_SWITCH_SYSTEM.Richard M. Stallman1993-07-201-1/+1
* (validate_x_resource_name): Call make_string properly.Richard M. Stallman1993-07-201-1/+1
* (X_NOT_POSIX): Defined.Richard M. Stallman1993-07-201-0/+3
* (BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.Richard M. Stallman1993-07-201-0/+5
* (memmove): Delete extra parens in the safe_bcopy call.Richard M. Stallman1993-07-201-1/+3
* Comment change.Richard M. Stallman1993-07-201-0/+1
* (LD_SWITCH_MACHINE): Add -bI:/usr/lpp/X11/bin/smt.exp.Richard M. Stallman1993-07-201-1/+1
* (Fwhile): If mocklisp, test for nonzeroness.Richard M. Stallman1993-07-191-1/+2
* (SYSTEM_MALLOC): Add #undef.Richard M. Stallman1993-07-191-0/+4
* * xfns.c (Fx_create_frame): Block input around call toJim Blandy1993-07-181-1/+3
* * xterm.c (x_term_init): Adjust message printed when we can'tJim Blandy1993-07-181-2/+7
* * xfns.c (Fx_open_connection): Don't trust HAVE_XRMSETDATABASE;Jim Blandy1993-07-181-52/+72
* * window.c [not MULTI_FRAME] (Fdelete_windows_on): Set FRAMEJim Blandy1993-07-181-6/+36
* * intervals.c (split_interval_left, split_interval_right): ChangeJim Blandy1993-07-181-10/+82
* * termhooks.h: In order to avoid declaring struct input_eventJim Blandy1993-07-181-1/+1
* * xterm.c, sysdep.c (F_SETOWN_BUG): Defined.Jim Blandy1993-07-181-0/+6
* * syntax.c (Fmodify_syntax_entry): Doc fix.Jim Blandy1993-07-181-2/+2
* * print.c (float_to_string): Distinguish between a precision ofJim Blandy1993-07-181-26/+33
* Consistently use the mark bit of the root interval's parent fieldJim Blandy1993-07-182-24/+62