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