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