| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fkill_buffer, Fkill_all_local_variables): | Richard M. Stallman | 1994-03-05 | 1 | -2/+4 |
| * | (command_loop_1): Fix misplaced assignment of last_point_position. | Karl Heuer | 1994-03-05 | 1 | -1/+1 |
| * | *** empty log message *** | Karl Heuer | 1994-03-04 | 1 | -1/+1 |
| * | (isnan): New macro. | Karl Heuer | 1994-03-04 | 1 | -2/+6 |
| * | (update_one_frame_psheets): Call EmacsFrameSetCharSize to | Fred Pierresteguy | 1994-03-04 | 1 | -1/+17 |
| * | (EmacsFrameSetCharSize): Don't call XtMakeResizeRequest. Use XtVaSetValues for | Fred Pierresteguy | 1994-03-04 | 1 | -5/+20 |
| * | [USE_X_TOOLKIT] (xmenu_show): Pass display to XtWindowToWidget. | Roland McGrath | 1994-03-04 | 1 | -2/+3 |
| * | (skip_chars): Treat `-' as alias for space, if syntaxp. | Richard M. Stallman | 1994-03-04 | 1 | -0/+3 |
| * | (Finsert_file_contents): Pass del_range_1 two ends, not a length. | Richard M. Stallman | 1994-03-04 | 1 | -1/+1 |
| * | (chan_process): Don't specify size. | Karl Heuer | 1994-03-04 | 1 | -1/+1 |
| * | Fix typo in comment. | Karl Heuer | 1994-03-03 | 1 | -1/+1 |
| * | (Fread_file_name): Do the right thing when insert-default-directory is nil. | Karl Heuer | 1994-03-03 | 1 | -2/+6 |
| * | (record_delete): Save last_point_position in the undo record, rather than the | Karl Heuer | 1994-03-03 | 1 | -3/+4 |
| * | New variable last_point_position. | Karl Heuer | 1994-03-03 | 1 | -0/+3 |
| * | (command_loop_1): Set last_point_position to the value of point. | Karl Heuer | 1994-03-03 | 1 | -0/+4 |
| * | (Finsert_file_contents): If undo_list was t, leave it t. | Richard M. Stallman | 1994-03-03 | 1 | -3/+3 |
| * | (map_event_to_object, set_frame_menubar): | Richard M. Stallman | 1994-03-03 | 1 | -7/+24 |
| * | Comment change. | Richard M. Stallman | 1994-03-03 | 1 | -1/+1 |
| * | (Fget_file_buffer): Doc fix. | Karl Heuer | 1994-03-03 | 1 | -0/+1 |
| * | (C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler. | Karl Heuer | 1994-03-03 | 1 | -1/+4 |
| * | (chan_process, Vprocess_alist): Declared. | Richard M. Stallman | 1994-03-02 | 1 | -0/+6 |
| * | (chan_process, Vprocess_alist): No longer static. | Richard M. Stallman | 1994-03-02 | 1 | -2/+2 |
| * | (PURESIZE) [MULTI_FRAME]: Incremented to 230000. | Richard M. Stallman | 1994-03-02 | 1 | -1/+1 |
| * | (Fdisplay_completion_list): Restore original buffer | Richard M. Stallman | 1994-03-02 | 1 | -3/+7 |
| * | (menu_bar_items): When moving an item to the end, | Richard M. Stallman | 1994-03-02 | 1 | -11/+14 |
| * | Include unistd.h. | Richard M. Stallman | 1994-03-02 | 1 | -3/+28 |
| * | (Fdelete_frame): Don't initialize a Lisp_Object. | Richard M. Stallman | 1994-03-02 | 1 | -5/+4 |
| * | (Fx_list_fonts): Avoid confused increment of info. | Karl Heuer | 1994-03-02 | 1 | -4/+6 |
| * | (Fforward_comment): Do the right thing at eob. | Karl Heuer | 1994-03-02 | 1 | -35/+35 |
| * | (menu_bar_items): Accept old vector as arg. Return a vector. | Richard M. Stallman | 1994-03-02 | 1 | -78/+131 |
| * | (update_menu_bar): Change call to menu_bar_items. | Richard M. Stallman | 1994-03-02 | 1 | -7/+9 |
| * | (memory_signal_data): No longer static. | Richard M. Stallman | 1994-03-02 | 1 | -2/+3 |
| * | (Fsignal): If DATA is memory_signal_data, don't add to it. | Richard M. Stallman | 1994-03-02 | 1 | -5/+12 |
| * | (struct handler): New field chosen_clause. | Richard M. Stallman | 1994-03-02 | 1 | -0/+5 |
| * | (make_frame): Init menu_bar_items field to 0. | Richard M. Stallman | 1994-03-02 | 1 | -0/+1 |
| * | Initial revision | Karl Heuer | 1994-03-02 | 1 | -0/+13 |
| * | Use -g with the native compiler. | Karl Heuer | 1994-03-02 | 1 | -0/+8 |
| * | (del_range_1): New function. | Richard M. Stallman | 1994-03-02 | 1 | -1/+10 |
| * | (memory_full): Use new variable memory_signal_data with precomputed value | Karl Heuer | 1994-02-28 | 1 | -1/+12 |
| * | (xmenu_show): Test XtWindowToWidget before inserting into the event_queue. | Fred Pierresteguy | 1994-02-28 | 1 | -6/+9 |
| * | (XTread_socket): For case ClientMessage and Xatom_wm_delete_window, use | Fred Pierresteguy | 1994-02-28 | 1 | -1/+1 |
| * | (LD_SWITCH_SYSTEM): New definitions, with #undef. | Richard M. Stallman | 1994-02-26 | 1 | -0/+10 |
| * | Comment change. | Richard M. Stallman | 1994-02-26 | 1 | -2/+2 |
| * | (sys_subshell): New function, split from sys_suspend. | Karl Heuer | 1994-02-26 | 1 | -8/+17 |
| * | (Fsuspend_emacs): New variable cannot-suspend forces a subshell even if the | Karl Heuer | 1994-02-26 | 1 | -2/+15 |
| * | (Fset_window_configuration): Allow for menu-bar-lines to have changed since | Karl Heuer | 1994-02-26 | 1 | -1/+8 |
| * | (OVERLAY_POSITION): Don't check which buffer it points to. | Karl Heuer | 1994-02-26 | 1 | -9/+4 |
| * | (Vsystem_key_alist): Renamed from Vvendor_key_alist. | Richard M. Stallman | 1994-02-26 | 1 | -10/+10 |
| * | Delete extra backslash on last line of macro. | Karl Heuer | 1994-02-26 | 1 | -1/+1 |
| * | (compute_motion): Allow for invisible overlays in next_invisible lookahead. | Karl Heuer | 1994-02-25 | 1 | -1/+3 |