| Commit message (Expand) | Author | Age | Files | Lines |
| * | *** empty log message *** | Karl Heuer | 1993-05-31 | 1 | -0/+2 |
| * | Initial revision | Richard M. Stallman | 1993-05-31 | 1 | -0/+15 |
| * | (term_get_fkeys): If not initialized, init Vfunction_key_map. | Richard M. Stallman | 1993-05-31 | 1 | -0/+4 |
| * | [__GNUC__] (LD_SWITCH_MACHINE): Defined. | Richard M. Stallman | 1993-05-31 | 1 | -0/+1 |
| * | (update_frame): Make preempt_count positive. | Richard M. Stallman | 1993-05-31 | 1 | -1/+5 |
| * | (calculate_scrolling): Defend against negative baud_rate. | Richard M. Stallman | 1993-05-31 | 1 | -0/+3 |
| * | (XTread_socket, case KeyPress) [HPUX]: Test IsModifiedKey. | Richard M. Stallman | 1993-05-31 | 1 | -18/+9 |
| * | (Fset_window_buffer): Set window's force_start to Qnil. | Richard M. Stallman | 1993-05-31 | 1 | -0/+1 |
| * | (x_reply_selection_request): Call XFlushQueue. | Richard M. Stallman | 1993-05-31 | 1 | -0/+1 |
| * | (Fx_create_frame): Use bitmapIcon, not iconType. | Richard M. Stallman | 1993-05-31 | 1 | -5/+9 |
| * | (Fx_list_fonts): Handle 0 for FRAME_FACES (f) [face_id]->font. | Richard M. Stallman | 1993-05-31 | 1 | -1/+1 |
| * | (float_arith_driver): Detect division by zero in advance. | Richard M. Stallman | 1993-05-31 | 1 | -4/+18 |
| * | (Fwith_output_to_temp_buffer): Doc fix. | Richard M. Stallman | 1993-05-31 | 1 | -1/+1 |
| * | (HAVE_TCATTR): Deleted. | Richard M. Stallman | 1993-05-31 | 1 | -2/+22 |
| * | (wait_for_termination): Delete LINUX conditionals. | Richard M. Stallman | 1993-05-31 | 1 | -4/+4 |
| * | (interval_deletion_adjustment): Delete unreachable abort. | Richard M. Stallman | 1993-05-31 | 1 | -1/+0 |
| * | (Fyes_or_no_p): Delete unreachable UNGCPRO. | Richard M. Stallman | 1993-05-31 | 1 | -1/+0 |
| * | (Fgenerate_new_buffer_name): Doc fix. | Roland McGrath | 1993-05-30 | 1 | -1/+1 |
| * | (clean): Delete libXMenu11.a. | Richard M. Stallman | 1993-05-30 | 1 | -1/+1 |
| * | * m/mips.h (KERNEL_FILE): Set this to "/unix". | Jim Blandy | 1993-05-30 | 2 | -4/+9 |
| * | (UCHAR): Don't define if _UCHAR_T. | Richard M. Stallman | 1993-05-30 | 1 | -0/+3 |
| * | (HAVE_GETTIMEOFDAY): Deleted. | Richard M. Stallman | 1993-05-30 | 1 | -2/+11 |
| * | (child_setup_tty) [AIX SIGNALS_VIA_CHARACTERS]: Install | Richard M. Stallman | 1993-05-30 | 1 | -5/+27 |
| * | (main) [AIX _I386]: Don't handle SIGIOINT. | Richard M. Stallman | 1993-05-30 | 1 | -0/+2 |
| * | [HAVE_TERMIOS _AIX _I386]: Include termios before termio. | Richard M. Stallman | 1993-05-30 | 1 | -0/+5 |
| * | Comment fix. | Richard M. Stallman | 1993-05-30 | 1 | -1/+1 |
| * | (buffer_posn_from_coords): Since COL is already | Richard M. Stallman | 1993-05-30 | 1 | -1/+1 |
| * | * xfaces.c (unload_color): Don't #include <X11/Intrinsic.h>, | Jim Blandy | 1993-05-30 | 1 | -2/+6 |
| * | * hftctl.c (hft_alrm): Declare and define this to return void, not | Jim Blandy | 1993-05-30 | 1 | -4/+4 |
| * | * s/aix3-2.h (LIBS_SYSTEM): Remove -lIM and -liconv from here... | Jim Blandy | 1993-05-30 | 2 | -6/+1 |
| * | * Makefile.in (SUBMAKEFLAGS): Remember to propagate MAKE. | Jim Blandy | 1993-05-30 | 1 | -1/+1 |
| * | *** empty log message *** | Richard M. Stallman | 1993-05-30 | 1 | -0/+3 |
| * | [IRIX4]: Include unistd.h. | Richard M. Stallman | 1993-05-30 | 1 | -0/+5 |
| * | (IRIX4): Defined. | Richard M. Stallman | 1993-05-30 | 1 | -0/+2 |
| * | (Fx_open_connection) [NO_XRM_SET_DATABASE]: | Richard M. Stallman | 1993-05-30 | 1 | -1/+1 |
| * | Fix HPUX conditional syntax. | Richard M. Stallman | 1993-05-30 | 1 | -1/+1 |
| * | (wait_for_termination): Add POSIX_SIGNALS alternative. | Richard M. Stallman | 1993-05-30 | 1 | -0/+10 |
| * | * xfaces.c (init_frame_faces): We have to make sure that face ID's | Jim Blandy | 1993-05-30 | 1 | -1/+20 |
| * | Initial revision | Jim Blandy | 1993-05-30 | 1 | -0/+10 |
| * | (reset_buffer): Clear mark_active field here. | Richard M. Stallman | 1993-05-30 | 1 | -4/+4 |
| * | (read_key_sequence): Read the first char specially | Richard M. Stallman | 1993-05-30 | 1 | -6/+23 |
| * | (Fx_close_current_connection): Clear x_current_display. | Richard M. Stallman | 1993-05-30 | 1 | -5/+11 |
| * | (sys_signal): Use 0, not NULL, to set sa_flags. | Richard M. Stallman | 1993-05-30 | 1 | -1/+1 |
| * | (XTread_socket): For UnmapNotify, if frame was visible, | Richard M. Stallman | 1993-05-30 | 1 | -1/+15 |
| * | (Ficonify_frame, Fmake_frame_invisible): | Richard M. Stallman | 1993-05-30 | 1 | -9/+31 |
| * | (x_bitmap_icon): Don't free icon_bitmap; | Richard M. Stallman | 1993-05-30 | 1 | -6/+4 |
| * | * linux.h (C_OPTIMIZE_SWITCH): Set this to the empty string; | Jim Blandy | 1993-05-29 | 1 | -0/+1 |
| * | [HPUX]: Include time.h and define __TIMEVAL__. | Richard M. Stallman | 1993-05-29 | 1 | -0/+6 |
| * | (menu_bar_items): Call Fnreverse before restoring Vinhibit_quit. | Richard M. Stallman | 1993-05-29 | 1 | -1/+2 |
| * | *** empty log message *** | Jim Blandy | 1993-05-29 | 1 | -184/+184 |