summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* JimB's changes since January 18thJim Blandy1993-01-2623-405/+437
|
* JimB's changes from January 18 to presentJim Blandy1993-01-262-3/+4
|
* * disass.el (disassemble): Add autoload cookie for this.Jim Blandy1993-01-261-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 Blandy1993-01-261-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 Blandy1993-01-261-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-tRoland McGrath1993-01-251-1/+1
|
* (add-change-log-entry): Restrict PARAGRAPH-END to being on the firstRoland McGrath1993-01-251-1/+5
| | | | page.
* (next-complete-history-element): Use only buffer contents before pointRoland McGrath1993-01-251-2/+2
| | | | to match history elements.
* ({next,previous}-complete-history-element): New functions.Roland McGrath1993-01-251-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 McGrath1993-01-211-1/+3
|
* (visit-tags-table-buffer): When propagating a change of name afterRoland McGrath1993-01-211-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 McGrath1993-01-191-3/+9
|
* * c-mode.el (c-switch-label-regexp): New constant.Jim Blandy1993-01-161-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. Stallman1993-01-151-1/+1
|
* (switch-to-buffer-other-frame): Pass t to pop-to-buffer.Roland McGrath1993-01-141-1/+1
|
* * scrollbar.el: New file.Jim Blandy1993-01-142-0/+103
| | | | * term/x-win.el: Require 'scrollbar.
* * simple.el (set-goal-column): Make this command disabled by default.Jim Blandy1993-01-141-1/+4
|
* * page-ext.el (next-page): Correctly handle negative page count.Jim Blandy1993-01-141-1/+4
|
* * frame.el (frame-notice-user-settings): Don't try to delete theJim Blandy1993-01-141-2/+2
| | | | initial frame if the user took care of that.
* Initial revisionJim Blandy1993-01-141-0/+0
|
* (mouse-save-then-kill): When deleting, avoid delayRichard M. Stallman1993-01-131-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. Stallman1993-01-111-1/+1
|
* (mail-unsent-separator): Add `-- begin message --'.Richard M. Stallman1993-01-091-0/+1
|
* (dired-mark-read-regexp): Give dired-read-regexp 1 arg.Richard M. Stallman1993-01-091-2/+1
|
* (dired-regexp-history): New history list.Richard M. Stallman1993-01-091-4/+5
| | | | (dired-read-regexp): Use that history list. Take just one arg.
* (update-copyright): Doc fix.Roland McGrath1993-01-091-2/+2
|
* Use process-send-string instead of send-string.Michael I. Bushnell1993-01-081-1/+1
|
* (add-change-log-entry): Search for existing ChangeLogRichard M. Stallman1993-01-081-0/+16
| | | | in parent dir and its parents.
* (run-at-time): Use a pipe to talk to the timer process.Roland McGrath1993-01-081-2/+3
|
* Initial revisionRichard M. Stallman1993-01-081-0/+1563
|
* entered into RCSRichard M. Stallman1993-01-082-0/+332
|
* (mail-send): Don't clear modified or delete autosave if visiting a file.Richard M. Stallman1993-01-071-4/+8
|
* * simple.el (kill-region): Change interactive spec to signal anJim Blandy1993-01-071-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 RCSRichard M. Stallman1993-01-061-0/+674
|
* (apropos-match-keys): Handle non-chars as keys.Richard M. Stallman1993-01-041-1/+3
|
* (compilation-sentinel): Change buffer-read-only with let.Richard M. Stallman1993-01-021-20/+19
|
* (texinfo-tex-command): Use texi2dvi.Richard M. Stallman1992-12-301-13/+13
| | | | (texinfo-texindex, texinfo-texindex-command): Commented out.
* (mouse-buffer-menu): Select the window clicked on.Richard M. Stallman1992-12-291-2/+9
|
* (add-change-log-entry): Notice when ENTRY is equal to FILE-NAME,Roland McGrath1992-12-291-56/+40
| | | | | | not the hard-wired string "ChangeLog". Added missing regexp-quote's in same-day entry search. Search only in the first paragraph for a similar entry to add to.
* (abbreviated-home-dir): New variable.Richard M. Stallman1992-12-261-1/+15
| | | | (abbreviate-file-name): Properly convert abbreviated homedir to ~.
* (visit-tags-table-buffer): When picking a table and using tags-table-list,Roland McGrath1992-12-241-1/+9
| | | | skip over nonexistent files in the list.
* (etags-verify-tags-table): Use eq instead of = in case char-after returnsRoland McGrath1992-12-241-1/+2
| | | | nil.
* * sendmail.el (mail-position-on-field): `end' is guaranteed to beJim Blandy1992-12-241-1/+0
| | | | | at the beginning of the header separator; don't skip back to the end of the previous line.
* * rmail.el (rmail-unix-mail-delimiter): Not all time zone namesJim Blandy1992-12-241-1/+1
| | | | | end with "T". Accept any sequence of three or four alphabetic characters.
* * loadup.el: Dump under the name `emacs', not `xemacs'.Jim Blandy1992-12-241-4/+8
|
* * compile.el (compilation-error-regexp-alist): Tightened upJim Blandy1992-12-241-1/+8
| | | | | | | | BSD/GNU regexp to insist that line number end with a colon or close-paren. * compile.el (compilation-error-regexp-alist): Add regexp for the MIPS CC distributed with Ultrix.
* * c-mode.el (c-fill-paragraph): Calculating the proper fill-prefixJim Blandy1992-12-241-14/+52
| | | | | | | | | shouldn't change the buffer text. Make it not. If we're in the blank space before another comment, fill that one as a comment, not as normal text. * c-mode.el (c-fill-paragraph): When guessing the fill prefix, don't ever grab any actual text.
* (visit-tags-table-buffer): Don't look in list for tags-file-name if nil.Roland McGrath1992-12-211-1/+2
|
* Many comments added and docstrings fixed.Roland McGrath1992-12-211-123/+197
| | | | | | | | | | | | | | | | | | (tags-table-list): Elt of nil is not special. (tags-expand-table-name): Value of nil is not special. (tags-next-table): Removed arg RESET; no caller used it. (visit-tags-table-buffer): Don't need to do tags-expand-table-name in or form. When table is invalid, only set tags-file-name to nil globally if its global value contained the losing table file name. (find-tag-tag): Return a string, not a list. (find-tag-noselect, find-tag, find-tag-other-window, find-tag-other-frame): Changed callers. (etags-recognize-tags-table): Call etags-verify-tags-table, rather than duplicating its functionality. (visit-tags-table-buffer): When CONT is 'same, set it to nil after the cond. We want the normal list frobbing to take place in this case. (find-tag-other-window): Save and restore window-point around call to find-tag-noselect.
* (ignore): Use defun instead of fset to define; the byte compiler is smartRoland McGrath1992-12-211-8/+3
| | | | enough now not to compile this trivial function into slow byte code.