| Commit message (Expand) | Author | Age | Files | Lines |
| * | (mark_object): Add no-op cast. | Richard M. Stallman | 1994-03-06 | 1 | -1/+3 |
| * | (error): Use doprnt. Make buffer larger as necessary. | Richard M. Stallman | 1994-03-06 | 1 | -2/+28 |
| * | (operate_on_word): Don't move point; store in *NEWPOINT. | Richard M. Stallman | 1994-03-06 | 1 | -14/+22 |
| * | (ARRAY_MARK_FLAG): Define here. | Richard M. Stallman | 1994-03-05 | 1 | -0/+27 |
| * | Include config.h, lisp.h, buffer.h, process.h, commands.h, errno.h and file.h. | Richard M. Stallman | 1994-03-05 | 1 | -6/+12 |
| * | (ARRAY_MARK_FLAG): Definition moved to lisp.h. | Richard M. Stallman | 1994-03-05 | 1 | -22/+0 |
| * | (shut_down_emacs): Set Vrun_hooks to nil. | Richard M. Stallman | 1994-03-05 | 1 | -0/+3 |
| * | (Fdo_auto_save): Doc fix. | Richard M. Stallman | 1994-03-05 | 1 | -3/+2 |
| * | (command_loop_1, read_key_sequence, Fcommand_execute): | Richard M. Stallman | 1994-03-05 | 1 | -6/+7 |
| * | (read_minibuf): Don't call Vrun_hooks if it is nil. | Richard M. Stallman | 1994-03-05 | 1 | -1/+2 |
| * | (save_excursion_restore): Don't call Vrun_hooks if nil. | Richard M. Stallman | 1994-03-05 | 1 | -4/+7 |
| * | (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 |