| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Ffocus_frame, Funfocus_frame): Make them no-ops. | Richard M. Stallman | 1995-08-05 | 1 | -24/+2 |
| * | (x_delete_display) [AIX]: Don't call XRmDestroyDatabase. | Richard M. Stallman | 1995-08-05 | 1 | -2/+3 |
| * | (redisplay): When displaying a terminal frame, | Richard M. Stallman | 1995-08-03 | 1 | -1/+18 |
| * | Move various Q... vars to top of file, unconditional. | Richard M. Stallman | 1995-08-03 | 1 | -66/+113 |
| * | (read_key_sequence): Don't downshift an event | Richard M. Stallman | 1995-08-03 | 1 | -22/+66 |
| * | (HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined. | Richard M. Stallman | 1995-08-02 | 1 | -0/+11 |
| * | (sigblock, SIG_BLOCK): Don't define them if POSIX_SIGNALS. | Richard M. Stallman | 1995-08-02 | 1 | -0/+2 |
| * | (HAVE_SELECT): Defined. | Richard M. Stallman | 1995-08-02 | 1 | -0/+3 |
| * | (XTread_socket): For UnmapNotify, use x_top_window_to_frame. | Richard M. Stallman | 1995-08-02 | 1 | -1/+1 |
| * | Maybe include net/errno.h. | Richard M. Stallman | 1995-08-02 | 1 | -0/+3 |
| * | (cons_cells_consed, floats_consed, vector_cells_consed) | Richard M. Stallman | 1995-08-02 | 1 | -0/+64 |
| * | [USE_X_TOOLKIT] (xmenu_show): Compute root-based | Richard M. Stallman | 1995-08-02 | 1 | -5/+51 |
| * | (do_switch_frame): Do nothing special when switching between terminal frames. | Richard M. Stallman | 1995-08-01 | 1 | -9/+0 |
| * | (getloadavg): Set FD_CLOEXEC flag on /dev/kmem file descriptor. | Roland McGrath | 1995-08-01 | 1 | -1/+11 |
| * | (GETTIMEOFDAY_ONE_ARGUMENT): Deleted; configure handles this now. | Karl Heuer | 1995-07-31 | 2 | -6/+0 |
| * | Add Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success, Frun_... | Simon Marshall | 1995-07-31 | 1 | -12/+103 |
| * | Declare hook running functions. | Simon Marshall | 1995-07-31 | 1 | -3/+9 |
| * | (kbd_buffer_get_event, swallow_events): Fix prev change. | Richard M. Stallman | 1995-07-31 | 1 | -2/+2 |
| * | (Fmake_terminal_frame): Copy face_alist from selected frame. | Richard M. Stallman | 1995-07-30 | 1 | -0/+1 |
| * | (HAVE_XRMSETDATABASE): Define if not defined. | Richard M. Stallman | 1995-07-30 | 1 | -1/+5 |
| * | Initial revision | Richard M. Stallman | 1995-07-29 | 1 | -0/+13 |
| * | (kbd_buffer_get_event): Update input_pending after | Richard M. Stallman | 1995-07-28 | 1 | -9/+22 |
| * | (syms_of_eval): Add missing defsubr. | Karl Heuer | 1995-07-28 | 1 | -0/+1 |
| * | (describe_buffer_bindings): Print bindings from | Richard M. Stallman | 1995-07-28 | 1 | -9/+59 |
| * | (GETTIMEOFDAY_ONE_ARGUMENT): Add #undef. | Richard M. Stallman | 1995-07-28 | 1 | -0/+1 |
| * | (record_overlay_string, overlay_strings): Handle zero-sized overlays better. | Karl Heuer | 1995-07-27 | 1 | -17/+37 |
| * | (struct sortstrlist): New type. | Karl Heuer | 1995-07-27 | 1 | -148/+86 |
| * | (update_menu_bar): Pass new arg to set_frame_menubar. | Richard M. Stallman | 1995-07-26 | 1 | -3/+3 |
| * | (prefix-args): Pass ALL_LDFLAGS. | Richard M. Stallman | 1995-07-26 | 1 | -1/+1 |
| * | TERMCAP_NAME -> TERMCAP_FILE. | David J. MacKenzie | 1995-07-26 | 1 | -3/+3 |
| * | (tparam): Remove arg array and the #ifdef. | David J. MacKenzie | 1995-07-26 | 1 | -5/+2 |
| * | Move #define of bcopy to after #include <string.h>. | David J. MacKenzie | 1995-07-26 | 1 | -5/+6 |
| * | Do renamings: | Karl Heuer | 1995-07-26 | 3 | -38/+38 |
| * | (LIBS_SYSTEM): Defined. | Richard M. Stallman | 1995-07-25 | 1 | -0/+4 |
| * | (LIBS_MACHINE): Delete -lsun. | Richard M. Stallman | 1995-07-25 | 1 | -1/+1 |
| * | Renamings: frame->display => frame->output, struct x_display -> sruct x_output. | Richard M. Stallman | 1995-07-25 | 6 | -458/+458 |
| * | (struct x_output): Renamed from struct x_display. | Richard M. Stallman | 1995-07-25 | 1 | -33/+33 |
| * | (struct frame): Rename `display' member to `output_data'. | Richard M. Stallman | 1995-07-25 | 1 | -3/+3 |
| * | (run-hook-with-args): Fix previous code. | Karl Heuer | 1995-07-25 | 1 | -5/+1 |
| * | Include buffer.h. | Richard M. Stallman | 1995-07-25 | 1 | -118/+198 |
| * | (enum event_kind): Added menu_bar_activate_event. | Richard M. Stallman | 1995-07-25 | 1 | -1/+3 |
| * | (kbd_buffer_get_event) [USE_X_TOOLKIT]: | Richard M. Stallman | 1995-07-25 | 1 | -0/+7 |
| * | (struct x_display): New fields saved_button_event, id. | Richard M. Stallman | 1995-07-25 | 1 | -0/+9 |
| * | (next_noop_dpyinfo): New variable. | Richard M. Stallman | 1995-07-25 | 1 | -18/+42 |
| * | (x_menubar_window_to_frame): New function. | Richard M. Stallman | 1995-07-25 | 1 | -0/+27 |
| * | (signal_before_change): Use Frun_hook_with_args. | Karl Heuer | 1995-07-25 | 1 | -12/+11 |
| * | (Frun_hook_with_args): New C function, formerly in subr.el. | Karl Heuer | 1995-07-25 | 1 | -0/+59 |
| * | (Frun_hook_with_args): Declare this function. | Karl Heuer | 1995-07-25 | 1 | -0/+1 |
| * | (Fprimitive_undo): Don't end inner loop | Richard M. Stallman | 1995-07-25 | 1 | -1/+1 |
| * | (Fstart_process): Don't expand the file name before trying openp. | Richard M. Stallman | 1995-07-25 | 1 | -2/+1 |