| Commit message (Expand) | Author | Age | Files | Lines |
| * | * xfns.c (x_set_background_color): Change the foreground color of | Jim Blandy | 1993-07-30 | 1 | -0/+2 |
| * | (syms_of_editfns): Just staticpro Vuser...name | Richard M. Stallman | 1993-07-30 | 1 | -11/+4 |
| * | Initial revision | Roland McGrath | 1993-07-30 | 1 | -0/+35 |
| * | *** empty log message *** | Roland McGrath | 1993-07-30 | 1 | -4/+4 |
| * | * xfns.c (syms_of_xfns): Don't staticpro Vx_resource_name; | Jim Blandy | 1993-07-30 | 1 | -1/+0 |
| * | * window.c (check_frame_size): Include the menu bar height in the | Jim Blandy | 1993-07-30 | 1 | -2/+6 |
| * | (Fdelete_frame): New arg FORCE allows deletion of last non-invisible frame. | Richard M. Stallman | 1993-07-29 | 1 | -8/+10 |
| * | (bzero, bcmp, bcopy): New macros. | Richard M. Stallman | 1993-07-29 | 1 | -0/+14 |
| * | File removed. | Richard M. Stallman | 1993-07-29 | 1 | -0/+3 |
| * | (syms_of_xfns): Use DEFVAR_LISP, not DEFVAR_INT, for Vx_pointer_shape. | Roland McGrath | 1993-07-29 | 1 | -1/+1 |
| * | * hpux9.h: Doc fix. | Jim Blandy | 1993-07-28 | 1 | -1/+1 |
| * | * s/hpux9.h: Doc fix. | Jim Blandy | 1993-07-28 | 1 | -1/+3 |
| * | (wait_reading_process_input): Undo last two changes: | Richard M. Stallman | 1993-07-28 | 1 | -2/+7 |
| * | (make_hdr): Use & in call to bzero. | Richard M. Stallman | 1993-07-28 | 1 | -1/+1 |
| * | (command_loop_1): Call Qrecompute_lucid_menubar only if defined. | Richard M. Stallman | 1993-07-27 | 1 | -1/+2 |
| * | entered into RCS | Richard M. Stallman | 1993-07-27 | 1 | -2/+3 |
| * | Initial revision | Richard M. Stallman | 1993-07-27 | 1 | -0/+14 |
| * | (Fx_rebind_key, Fx_rebind_keys): Functions deleted. | Richard M. Stallman | 1993-07-27 | 1 | -1/+5 |
| * | (scan_sexps_forward): Delete extra Fcdr when analyzing OLDSTATE. | Richard M. Stallman | 1993-07-27 | 1 | -1/+0 |
| * | (x_iconify_frame): Handle case where frame was invisible. | Richard M. Stallman | 1993-07-27 | 1 | -0/+8 |
| * | (main): Test LOCALTIME_CACHE. | Richard M. Stallman | 1993-07-27 | 1 | -6/+6 |
| * | [MULTI_FRAME] (PURESIZE): Increased to 210000. | Richard M. Stallman | 1993-07-27 | 1 | -1/+1 |
| * | (OLDXMENU_OPTIONS): Definition deleted. | Richard M. Stallman | 1993-07-27 | 1 | -0/+3 |
| * | [USG5_4] (LIBX11_SYSTEM): Don't redefine in this case. | Richard M. Stallman | 1993-07-27 | 1 | -2/+3 |
| * | (search_buffer): If n is 0, just return POS. | Richard M. Stallman | 1993-07-27 | 1 | -1/+5 |
| * | *** empty log message *** | Roland McGrath | 1993-07-27 | 1 | -1/+1 |
| * | (BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs. | Richard M. Stallman | 1993-07-26 | 1 | -0/+2 |
| * | (Fset_window_buffer): Clear window_end_{pos,valid}. | Richard M. Stallman | 1993-07-26 | 1 | -2/+8 |
| * | (Fsleep_for): If arg is 0, return right away. | Richard M. Stallman | 1993-07-26 | 1 | -1/+1 |
| * | *** empty log message *** | Roland McGrath | 1993-07-26 | 1 | -0/+3 |
| * | (kbd_buffer_store_event): Apply all the modifiers bits | Richard M. Stallman | 1993-07-26 | 1 | -3/+9 |
| * | (MAXREQUEST): Defined. | Richard M. Stallman | 1993-07-25 | 1 | -0/+19 |
| * | (lisp_data_to_selection_data): New arg NOFREE_RET. | Richard M. Stallman | 1993-07-25 | 1 | -5/+13 |
| * | (redraw_previous_char): New function. | Richard M. Stallman | 1993-07-25 | 1 | -2/+37 |
| * | Commented-out code added. | Richard M. Stallman | 1993-07-25 | 1 | -0/+19 |
| * | Fix typo in previous change. | Richard M. Stallman | 1993-07-25 | 1 | -1/+1 |
| * | (getpwuid): Declare at top level, and not if __386bsd__. | Richard M. Stallman | 1993-07-25 | 1 | -1/+4 |
| * | (LOCALTIME_CACHE): Defined. | Richard M. Stallman | 1993-07-25 | 1 | -0/+9 |
| * | (Fdo_auto_save): Temporarily clear Vquit_flag. | Richard M. Stallman | 1993-07-25 | 1 | -0/+8 |
| * | (Fx_create_frame): Typo in previous change. | Richard M. Stallman | 1993-07-25 | 1 | -1/+1 |
| * | (xscrollbar): Fix typo specifying doc string. | Richard M. Stallman | 1993-07-25 | 1 | -1/+1 |
| * | Add size to geometry spec. | Jim Blandy | 1993-07-25 | 1 | -1/+9 |
| * | (Fx_create_frame): Don't look for default font | Richard M. Stallman | 1993-07-24 | 1 | -4/+18 |
| * | (face_name_id_number): Use assq_no_quit, not Fassq. | Richard M. Stallman | 1993-07-24 | 1 | -1/+1 |
| * | (Fprocess_status): Use Fget_process, to avoid error | Richard M. Stallman | 1993-07-24 | 1 | -3/+1 |
| * | (command_loop_1): Run post-command-hook first thing. | Richard M. Stallman | 1993-07-23 | 1 | -40/+148 |
| * | [_LIBC]: Define BSD4_2. | Roland McGrath | 1993-07-23 | 1 | -0/+1 |
| * | (HAVE_SOCKETS): Define, if HAVE_INET_SOCKETS | Richard M. Stallman | 1993-07-23 | 1 | -0/+4 |
| * | Comment fixes. | Richard M. Stallman | 1993-07-23 | 1 | -1/+11 |
| * | (XTread_socket) [! HAVE_X11R5]: | Richard M. Stallman | 1993-07-23 | 1 | -1/+10 |