Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Installed the version from the Texinfo package. | Richard M. Stallman | 1993-08-01 | 1 | -674/+1854 | |
| | ||||||
* | (dired-sort-mode): Variable deleted. | Richard M. Stallman | 1993-08-01 | 1 | -17/+4 | |
| | | | | | Don't display it in mode line. (dired-sort-set-modeline): Set mode-name instead. | |||||
* | (visit-tags-table-buffer): New local named | Richard M. Stallman | 1993-08-01 | 1 | -153/+161 | |
| | | | | | visit-tags-table-buffer-cont copies cont. (tags-table-including): Set that, instead of cont. | |||||
* | Version 2.7 from stig. | Richard M. Stallman | 1993-08-01 | 1 | -421/+268 | |
| | ||||||
* | (etags-goto-tag-location): Handle selective display. | Richard M. Stallman | 1993-08-01 | 1 | -1/+3 | |
| | ||||||
* | (indent-c-exp): Don't move an { from column 0. | Richard M. Stallman | 1993-08-01 | 1 | -1/+3 | |
| | ||||||
* | Fix doc strings and error message syntax. | Richard M. Stallman | 1993-07-31 | 1 | -46/+91 | |
| | | | | | | | Add menu bar items. (tar-subfile-mode): Set a local-write-file-hook rather than using key bindings. (tar-subfile-save-buffer): Return t. | |||||
* | (change-log-mode): Use \f for formfeed, to avoid syntax error. | Richard M. Stallman | 1993-07-31 | 1 | -3/+3 | |
| | ||||||
* | (isearch-done): Move point (for small window) | Richard M. Stallman | 1993-07-31 | 1 | -5/+6 | |
| | | | | before deciding whether to set the mark. | |||||
* | (Man-section-translations-alist): Add entries for xlib. | Richard M. Stallman | 1993-07-31 | 1 | -0/+2 | |
| | ||||||
* | (Man-build-references-alist): When setting word, | Richard M. Stallman | 1993-07-31 | 1 | -6/+6 | |
| | | | | | | | use only what Man-reference-regexp matched. (Man-reference-regexp): Don't match starting with a period. (Man-first-heading-regexp): Allow leading space. (Man-heading-regexp): Allow leading space. | |||||
* | (validate-tex-buffer): Record mismatches in *Occur*. | Richard M. Stallman | 1993-07-31 | 1 | -12/+48 | |
| | ||||||
* | (basic-save-buffer): When we read a file name, | Richard M. Stallman | 1993-07-31 | 1 | -6/+2 | |
| | | | | use set-visited-file-name to put it in. | |||||
* | (shell-command-history): New variable. | Richard M. Stallman | 1993-07-31 | 1 | -2/+6 | |
| | | | | (shell-command, shell-command-on-region): Use it. | |||||
* | (mouse-choose-completion): Actually choose that alternative, | Richard M. Stallman | 1993-07-31 | 1 | -1/+3 | |
| | | | | don't just insert its name. | |||||
* | (shrink-window-if-larger-than-buffer): Do nothing if the | Richard M. Stallman | 1993-07-31 | 1 | -3/+12 | |
| | | | | | window is the only window of its frame. If the buffer ends in newline and point is not at the end of the buffer, don't display last (empty) line. | |||||
* | (vc-shrink-to-fit): Deleted. All callers changed to use | Richard M. Stallman | 1993-07-31 | 1 | -14/+6 | |
| | | | | | the new, fixed `shrink-window-if-larger-than-buffer' instead. In some places move it after a (goto-char (point-min)). | |||||
* | * frame.el (frame-notice-user-settings): If we had to create a new | Jim Blandy | 1993-07-31 | 1 | -1/+1 | |
| | | | | | | frame in order to obey initial-frame-alist, use delete-frame's FORCE argument to get rid of the old frame even if the new one hasn't been mapped yet. | |||||
* | * gud.el (gud-gdb-marker-filter): Preserve the match data across | Jim Blandy | 1993-07-30 | 1 | -39/+40 | |
| | | | | | | | | the filter's execution. * gud.el (gud-gdb-marker-filter): If we received some text after the position marker, append it to any text before the marker, instead of throwing away the text before the marker. | |||||
* | entered into RCS | Richard M. Stallman | 1993-07-30 | 5 | -0/+5408 | |
| | ||||||
* | (show-paren-command-hook): Specify buffer for move-overay. | Richard M. Stallman | 1993-07-30 | 1 | -2/+5 | |
| | ||||||
* | (fill-region-as-paragraph): Move misplaced paren | Richard M. Stallman | 1993-07-30 | 1 | -2/+3 | |
| | | | | | | ending `(if (eobp) nil ...)'. In the loop that avoids breaking after `.' with one space, break if we actually have two spaces. | |||||
* | (compilation-error-regexp-alist): Broaden RS6000 regexp to match | Roland McGrath | 1993-07-30 | 1 | -1/+3 | |
| | | | | "lines N-M," or "line N,". | |||||
* | * gud.el (gud-gdb-marker-filter): Do not assume that the position | Jim Blandy | 1993-07-30 | 1 | -14/+50 | |
| | | | | | | | | | | | | | | | | markers from GDB will always be received in one chunk of input; gud-gdb-marker-filter may be called several times, each time providing a little more of the position marker. (gud-gdb-marker-acc): New variable. (gud-gdb-marker-filter): If we have received what could be the beginning of a position marker, hold that text in gud-gdb-marker-acc for the next time we get called, until we have enough information to decide for sure. * gud.el (gud-gdb-marker-filter): Only recognize GDB position markers if they occur at the beginning of the line. They always do, and this reduces the likelihood that the above change will hold back output that isn't really a position marker. | |||||
* | * mpuz.el (mpuz-board): Doc fix. | Jim Blandy | 1993-07-29 | 1 | -1/+1 | |
| | ||||||
* | (dbx): Use %d in gud-break. | Richard M. Stallman | 1993-07-29 | 1 | -34/+37 | |
| | | | | (gud-format-command): Support %d. Delete spurious progns. | |||||
* | Do the global key bindings only via loaddefs.el, | Richard M. Stallman | 1993-07-29 | 1 | -10/+5 | |
| | | | | not when sendmail.el is loaded. | |||||
* | (rmail-nuke-pinhead-header): Tell replace-match not to alter the case. | Richard M. Stallman | 1993-07-29 | 1 | -5/+8 | |
| | | | | | (rmail-toggle-header, rmail-reformat-message): Ignore case when checking for Summary-line. | |||||
* | (calendar-mode-map): Bind C-SPC. | Richard M. Stallman | 1993-07-29 | 1 | -0/+2 | |
| | ||||||
* | (vc-mode-line): Set vc-mode to nil if FILE no longer is version-controlled. | Paul Eggert | 1993-07-29 | 1 | -5/+5 | |
| | ||||||
* | (delete-frame): Permit it, if > 1 frame is vis or iconic. | Richard M. Stallman | 1993-07-29 | 1 | -1/+9 | |
| | ||||||
* | * gud.el (gud-last-last-frame): Specify initial value. `dbx' | Jim Blandy | 1993-07-29 | 1 | -1/+1 | |
| | | | | doesn't work unless we do. | |||||
* | * man.el (Man-find-section): HP/UX man pages have section names | Jim Blandy | 1993-07-29 | 1 | -1/+1 | |
| | | | | indented by a single space; recognize them. | |||||
* | (calculate-c-indent): When checking whether function decl | Richard M. Stallman | 1993-07-29 | 1 | -0/+2 | |
| | | | | is inside a comment, move back to the `(' that starts the arglist. | |||||
* | (rmail-convert-file): If file needs conversion, convert it all. | Richard M. Stallman | 1993-07-29 | 1 | -1/+2 | |
| | ||||||
* | (name-last-kbd-macro): Handle macros that are vectors. | Richard M. Stallman | 1993-07-29 | 1 | -0/+1 | |
| | ||||||
* | (Man-filter-list): Insert \n newlines in awk script. | Richard M. Stallman | 1993-07-29 | 1 | -6/+6 | |
| | ||||||
* | (time-stamp): Add autoload cookie. | Richard M. Stallman | 1993-07-28 | 1 | -0/+1 | |
| | ||||||
* | (comint-replace-by-expanded-filename, comint-dynamic-complete): Say "Sole | Roland McGrath | 1993-07-28 | 1 | -1/+1 | |
| | | | | | completion" instead of "Unique completion", for consistency with the rest of the known universe. | |||||
* | Comment change. | Richard M. Stallman | 1993-07-28 | 1 | -1/+1 | |
| | ||||||
* | Require assoc instead of sc-alist. | Richard M. Stallman | 1993-07-28 | 1 | -1/+1 | |
| | ||||||
* | (gnus-apply-kill-hook): Make default value a list of functions. | Richard M. Stallman | 1993-07-28 | 1 | -118/+122 | |
| | | | | | (gnus-mark-article-hook, gnus-select-digest-hook): Likewise. (gnus-select-article-hook, gnus-select-group-hook): Likewise. | |||||
* | Comment change. | Richard M. Stallman | 1993-07-27 | 2 | -4/+3 | |
| | ||||||
* | (byte-recompile-directory): Doc fix. | Richard M. Stallman | 1993-07-27 | 1 | -1/+4 | |
| | ||||||
* | (iconify-or-deiconify-frame): Make it work. | Richard M. Stallman | 1993-07-27 | 1 | -1/+3 | |
| | ||||||
* | (iconify-or-deiconify-frame): New function. Use it for C-z. | Richard M. Stallman | 1993-07-27 | 1 | -1/+9 | |
| | ||||||
* | (vc-rcs-status): Removing any trailing "-". | Paul Eggert | 1993-07-27 | 1 | -1/+1 | |
| | ||||||
* | (c++-mode-syntax-table): Don't alter syntax of '. | Richard M. Stallman | 1993-07-27 | 1 | -2/+1 | |
| | ||||||
* | (x-handle-iconic): New function. | Richard M. Stallman | 1993-07-27 | 1 | -6/+13 | |
| | | | | | | | | | | | (command-switch-alist): Use that. (x-switch-definitions): Delete elt for `-iconic'. (x-selection-timeout): Use 20000 as default. (x-select-text): Never set the CLIPBOARD selection. (x-cut-buffer-or-selection-value): Try PRIMARY before cut buffer. (x-cut-buffer-max): Set based on x-server-max-request-size. | |||||
* | (frame-notice-user-settings): Don't reapply a parm | Richard M. Stallman | 1993-07-27 | 1 | -3/+27 | |
| | | | | whose value is ot changed (as far as we know) since frame-initialize. |