| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (make-comint): Added docstring. | Roland McGrath | 1993-02-05 | 1 | -4/+9 |
| | | |||||
| * | Restore nuked information in minibuffer history bindings. | Roland McGrath | 1993-02-05 | 1 | -5/+5 |
| | | | | | Use intelligent method of disabling completion-oriented bindings. | ||||
| * | Once again, go back to ordinary next-history-element | Richard M. Stallman | 1993-02-05 | 1 | -2/+2 |
| | | | | | for M-n in minibuf, even for completion. | ||||
| * | (sort-subr): Doc fixes. | Richard M. Stallman | 1993-02-03 | 1 | -3/+3 |
| | | |||||
| * | (mail-do-fcc): Allow dash in timezone name. | Richard M. Stallman | 1993-02-02 | 1 | -1/+1 |
| | | |||||
| * | * simple.el (kill-region): If the buffer is read-only, do beep, | Jim Blandy | 1993-02-01 | 1 | -5/+15 |
| | | | | | but also put the region in the kill ring. Doc fix. | ||||
| * | * texinfo.el (texinfo-mode): Make page-delimiter buffer-local, and | Jim Blandy | 1993-02-01 | 1 | -0/+2 |
| | | | | | set it according to texinfo-chapter-level-regexp. | ||||
| * | (mail-abbrev-end-of-buffer): Changed interactive spec from "P" to "p". | Roland McGrath | 1993-01-31 | 1 | -2/+2 |
| | | |||||
| * | (c-macro-expand): Use expanded name to write or delete. | Richard M. Stallman | 1993-01-30 | 1 | -5/+9 |
| | | | | | Send two eofs. | ||||
| * | (next-complete-history-element): Restore point after replacing the | Roland McGrath | 1993-01-28 | 1 | -8/+13 |
| | | | | | buffer text with the appropriate history element. | ||||
| * | (sendmail-program): Try /usr/ucblib/sendmail. | Richard M. Stallman | 1993-01-28 | 1 | -1/+3 |
| | | |||||
| * | Don't use the completion-oriented history commands. | Richard M. Stallman | 1993-01-28 | 1 | -5/+7 |
| | | |||||
| * | JimB's changes since January 18th | Jim Blandy | 1993-01-26 | 23 | -405/+437 |
| | | |||||
| * | JimB's changes from January 18 to present | Jim Blandy | 1993-01-26 | 2 | -3/+4 |
| | | |||||
| * | * disass.el (disassemble): Add autoload cookie for this. | Jim Blandy | 1993-01-26 | 1 | -9/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bytecomp.el (byte-decompile-bytecode): Add an autoload for this. compiled-function-p has been renamed to byte-code-function-p. * subr.el: Define compiled-function-p as an alias for it. * bytecomp.el: Register compiled-function-p as obsolete. * bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change uses. unread-command-event has been replaced by unread-command-events. * simple.el (prefix-arg-internal): Use this to push back all key sequences for processing by the main command loop, instead of trying to simulate its behavior ourselves. * bytecomp.el: Document unread-command-event as an obsolete variable, although nothing but the GNU Emacs 19 sources use it. Adjust obsolescence message for unread-command-char. * comint.el (comint-dynamic-list-completions): Change uses of unread-command-event to work with unread-command-events. * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit): Same. * edebug.el (edebug-outside-excursion): Same. * ehelp.el (electric-help-command-loop): Same. * electric.el (Electric-command-loop): Same. * emerge.el (emerge-show-file-name): Same. * fortran.el (fortran-abbrev-start, fortran-window-create-momentarily): Same. * gnus.el (gnus-Subject-next-article): Same. * info.el (Info-summary): Same. * isearch-mode.el (isearch-update, isearch-unread): Same. * map-ynp.el (map-y-or-n-p): Same. * mlsupport.el (push-back-character): Same. * replace.el (perform-replace): Same. * simula.el (simula-electric-label): Same. * subr.el (read-quoted-char, momentary-string-display): Same. * sun-mouse.el (mouse-second-hit): Same. * terminal.el (te-escape-extended-command-unread): Same. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Same. | ||||
| * | compiled-function-p has been renamed to byte-code-function-p. | Jim Blandy | 1993-01-26 | 1 | -4/+4 |
| | | | | | | | | * subr.el: Define compiled-function-p as an alias for it. * bytecomp.el: Register compiled-function-p as obsolete. * bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change uses. | ||||
| * | x-selection-value has been renamed to x-selection. | Jim Blandy | 1993-01-26 | 1 | -5/+4 |
| | | | | | | | | | | | | x-own-selection has been renamed to x-set-selection, and the order of its arguments has been reversed, for consistency with other lisp functions like put and aset. * term/x-win.el (x-select-text): Adjusted. (x-cut-buffer-or-selection-value): Check the primary selection, using x-selection, instead of checking the cut buffer again. * term/x-win.el: Doc fix. | ||||
| * | (tags-query-replace): C-t | Roland McGrath | 1993-01-25 | 1 | -1/+1 |
| | | |||||
| * | (add-change-log-entry): Restrict PARAGRAPH-END to being on the first | Roland McGrath | 1993-01-25 | 1 | -1/+5 |
| | | | | | page. | ||||
| * | (next-complete-history-element): Use only buffer contents before point | Roland McGrath | 1993-01-25 | 1 | -2/+2 |
| | | | | | to match history elements. | ||||
| * | ({next,previous}-complete-history-element): New functions. | Roland McGrath | 1993-01-25 | 1 | -13/+36 |
| | | | | | Bind them to M-n/M-p and next/prior in minibuffer completion maps. | ||||
| * | (tags-loop-scan): Set default value to an error form. | Roland McGrath | 1993-01-21 | 1 | -1/+3 |
| | | |||||
| * | (visit-tags-table-buffer): When propagating a change of name after | Roland McGrath | 1993-01-21 | 1 | -1/+1 |
| | | | | | file-find-noselect, refer to tags-file-name, not the undefined var FILE. | ||||
| * | (visit-tags-table-buffer): Error if called with 'same and no current table. | Roland McGrath | 1993-01-19 | 1 | -3/+9 |
| | | |||||
| * | * c-mode.el (c-switch-label-regexp): New constant. | Jim Blandy | 1993-01-16 | 1 | -3/+8 |
| | | | | | | (electric-c-terminator, c-indent-line, indent-c-exp): Use it to correctly recognize default labels in switch statements. | ||||
| * | (shell): Doc fix. | Richard M. Stallman | 1993-01-15 | 1 | -1/+1 |
| | | |||||
| * | (switch-to-buffer-other-frame): Pass t to pop-to-buffer. | Roland McGrath | 1993-01-14 | 1 | -1/+1 |
| | | |||||
| * | * scrollbar.el: New file. | Jim Blandy | 1993-01-14 | 2 | -0/+103 |
| | | | | | * term/x-win.el: Require 'scrollbar. | ||||
| * | * simple.el (set-goal-column): Make this command disabled by default. | Jim Blandy | 1993-01-14 | 1 | -1/+4 |
| | | |||||
| * | * page-ext.el (next-page): Correctly handle negative page count. | Jim Blandy | 1993-01-14 | 1 | -1/+4 |
| | | |||||
| * | * frame.el (frame-notice-user-settings): Don't try to delete the | Jim Blandy | 1993-01-14 | 1 | -2/+2 |
| | | | | | initial frame if the user took care of that. | ||||
| * | Initial revision | Jim Blandy | 1993-01-14 | 1 | -0/+0 |
| | | |||||
| * | (mouse-save-then-kill): When deleting, avoid delay | Richard M. Stallman | 1993-01-13 | 1 | -15/+19 |
| | | | | | | and don't set the mark. Replace obsolete fn event-point. (mouse-kill): Replace obsolete fn event-point. | ||||
| * | (kill-append): Doc fix. | Richard M. Stallman | 1993-01-11 | 1 | -1/+1 |
| | | |||||
| * | (mail-unsent-separator): Add `-- begin message --'. | Richard M. Stallman | 1993-01-09 | 1 | -0/+1 |
| | | |||||
| * | (dired-mark-read-regexp): Give dired-read-regexp 1 arg. | Richard M. Stallman | 1993-01-09 | 1 | -2/+1 |
| | | |||||
| * | (dired-regexp-history): New history list. | Richard M. Stallman | 1993-01-09 | 1 | -4/+5 |
| | | | | | (dired-read-regexp): Use that history list. Take just one arg. | ||||
| * | (update-copyright): Doc fix. | Roland McGrath | 1993-01-09 | 1 | -2/+2 |
| | | |||||
| * | Use process-send-string instead of send-string. | Michael I. Bushnell | 1993-01-08 | 1 | -1/+1 |
| | | |||||
| * | (add-change-log-entry): Search for existing ChangeLog | Richard M. Stallman | 1993-01-08 | 1 | -0/+16 |
| | | | | | in parent dir and its parents. | ||||
| * | (run-at-time): Use a pipe to talk to the timer process. | Roland McGrath | 1993-01-08 | 1 | -2/+3 |
| | | |||||
| * | Initial revision | Richard M. Stallman | 1993-01-08 | 1 | -0/+1563 |
| | | |||||
| * | entered into RCS | Richard M. Stallman | 1993-01-08 | 2 | -0/+332 |
| | | |||||
| * | (mail-send): Don't clear modified or delete autosave if visiting a file. | Richard M. Stallman | 1993-01-07 | 1 | -4/+8 |
| | | |||||
| * | * simple.el (kill-region): Change interactive spec to signal an | Jim Blandy | 1993-01-07 | 1 | -6/+8 |
| | | | | | | | | | | | error if the buffer is read-only, and remove the code to do a copy-region-as-kill if the buffer is read-only. * simple.el (set-mark-command): Clarify doc string. * simple.el (prefix-arg-internal): Don't apply string-to-char to get the first element of the key sequence - it might be a vector. | ||||
| * | entered into RCS | Richard M. Stallman | 1993-01-06 | 1 | -0/+674 |
| | | |||||
| * | (apropos-match-keys): Handle non-chars as keys. | Richard M. Stallman | 1993-01-04 | 1 | -1/+3 |
| | | |||||
| * | (compilation-sentinel): Change buffer-read-only with let. | Richard M. Stallman | 1993-01-02 | 1 | -20/+19 |
| | | |||||
| * | (texinfo-tex-command): Use texi2dvi. | Richard M. Stallman | 1992-12-30 | 1 | -13/+13 |
| | | | | | (texinfo-texindex, texinfo-texindex-command): Commented out. | ||||
| * | (mouse-buffer-menu): Select the window clicked on. | Richard M. Stallman | 1992-12-29 | 1 | -2/+9 |
| | | |||||
