aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* (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
* (shell-delimiter-argument-list): Now has chars, not strings.Richard M. Stallman1994-03-021-4/+3
* (comint-arguments): Use just one regexp to find end of argRichard M. Stallman1994-03-021-30/+27
* (pascal-calculate-indent): Fixed indentation bugRichard M. Stallman1994-03-021-10/+11
* (shell-dirtrackp): Variable definition added.Richard M. Stallman1994-03-021-3/+3
* (inferior-lisp-mode-map): Use copy-keymap.Richard M. Stallman1994-03-021-1/+1
* (shell-mode-map): Use copy-keymap.Richard M. Stallman1994-03-021-2/+2
* (inferior-scheme-mode-map): Use copy-keymap.Richard M. Stallman1994-03-021-1/+1
* (full-copy-sparse-keymap): Function deleted.Richard M. Stallman1994-03-021-30/+19
* (diff-latest-backup-file): Check for a file-name-handler and run it.Roland McGrath1994-03-021-21/+24
* (makefile-mode): Set local-write-file-hooks, not write-file-hooks.Richard M. Stallman1994-03-021-18/+43
* (copy-face): Don't change old-face and new-face before the frame loop.Karl Heuer1994-03-021-4/+4
* (with_x_toolkit): Fix typo in previous change.Karl Heuer1994-03-021-1/+1
* (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
* (iconify-or-deiconify-frame): Don't make invisible before making visible.Karl Heuer1994-03-021-3/+1