aboutsummaryrefslogtreecommitdiffstats
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
* (rmail-message-filter): Doc fix.Karl Heuer1994-03-041-2/+2
* *** 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
* (compile-goto-error): Push the mark before calling next-error.Roland McGrath1994-03-041-1/+2
* (skip_chars): Treat `-' as alias for space, if syntaxp.Richard M. Stallman1994-03-041-0/+3
* (system-key-alist): Fix the code value for `remove'.Richard M. Stallman1994-03-041-2/+2
* (Finsert_file_contents): Pass del_range_1 two ends, not a length.Richard M. Stallman1994-03-041-1/+1
* (byte-compile-insert-header): Take a filename argument.Richard M. Stallman1994-03-041-17/+18
* (ange-ftp-nslookup-host, ange-ftp-start-process):Richard M. Stallman1994-03-041-2/+10
* (chan_process): Don't specify size.Karl Heuer1994-03-041-1/+1
* (c-fill-paragraph): Preserve final sentence boundary.Karl Heuer1994-03-041-1/+5
* Rename comint-input-filter-functions andRichard M. Stallman1994-03-031-8/+8
* (inferior-scheme-mode): Removed unnecessaryRichard M. Stallman1994-03-031-2/+1
* (comint-input-filter-functions)Richard M. Stallman1994-03-031-24/+27
* (shell-dynamic-complete-functions): New variable.Richard M. Stallman1994-03-031-73/+172
* (comint-after-partial-filename-command,Richard M. Stallman1994-03-031-236/+146
* (generate-file-autoloads): Move misplaced paren in match clause of condRoland McGrath1994-03-031-2/+2
* Fix typo in comment.Karl Heuer1994-03-031-1/+1
* (server-switch-buffer): Don't select a minibuffer.Karl Heuer1994-03-031-0/+2
* (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
* (kill-emacs-query-functions, kill-buffer-query-functions):Richard M. Stallman1994-03-031-11/+26
* (outline-on-heading-p): Use bolp.Richard M. Stallman1994-03-031-28/+29
* (current-word): Check properly for bolp. New optional arg STRICT. Doc fix.Richard M. Stallman1994-03-031-20/+26
* (main): Change delimiter from "^L" to "^_^L".Karl Heuer1994-03-031-9/+19
* (map_event_to_object, set_frame_menubar):Richard M. Stallman1994-03-031-7/+24
* Comment change.Richard M. Stallman1994-03-031-1/+1
* Use add-hook instead of setq.Karl Heuer1994-03-031-1/+1
* (Fget_file_buffer): Doc fix.Karl Heuer1994-03-031-0/+1
* (buffer-file-truename): Doc fix.Karl Heuer1994-03-031-1/+2
* (substitute-key-definition): Avoid infinite recursion.Karl Heuer1994-03-031-3/+12
* (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
* (mouse-choose-completion): Use that as the buffer to edit.Richard M. Stallman1994-03-021-0/+5
* (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
* (completion-list-mode): Set completion-reference-bufferRichard M. Stallman1994-03-021-5/+12
* (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
* (telnet): Use chars in comint-delimiter-argument-list.Richard M. Stallman1994-03-021-1/+1