aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* (display_text_line): Allow for invisible overlays in next_invisible lookahead.Karl Heuer1994-02-251-3/+4
* (EmacsFrameSetCharSize): Set coordinates values to the toplevel widget.Fred Pierresteguy1994-02-251-0/+7
* (XTread_socket): For case ConfigureNotify, call x_any_window_to_frame.Fred Pierresteguy1994-02-251-3/+35
* (EmacsFrameSetCharSize): Call check_frame_size and updateFred Pierresteguy1994-02-251-0/+13
* *** empty log message ***Karl Heuer1994-02-251-6/+30
* (Fload): Cast the args to stat.Richard M. Stallman1994-02-241-2/+2
* (direct_output_forward_char): Use Fget_char_property to test for invisibility.Karl Heuer1994-02-241-6/+6
* (direct_output_for_insert): Fix comment.Karl Heuer1994-02-241-1/+1
* (compute_motion, vmotion): Use Fget_char_property to test for invisibility.Karl Heuer1994-02-241-5/+5
* (try_window, display_text_line): Use Fget_char_property to test for invisibil...Karl Heuer1994-02-241-5/+5