Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete duplicated code. | Kenichi Handa | 1999-09-03 | 1 | -1/+0 |
| | |||||
* | (indent-relative): Doc fix. | Richard M. Stallman | 1999-09-03 | 1 | -0/+2 |
| | |||||
* | (quickurl): Doc fix. | Richard M. Stallman | 1999-09-03 | 1 | -18/+10 |
| | |||||
* | (margin): Change background to "gray" for mono (this is | Gerd Moellmann | 1999-09-02 | 1 | -2/+0 |
| | | | | drawn with a stipple pattern). | ||||
* | (next-history-element): Use minibuffer-prompt-end once | Gerd Moellmann | 1999-09-02 | 1 | -3/+1 |
| | | | | again. Remove test for minibuffer-prompt-in-buffer. | ||||
* | (vc-update-change-log): Use small-temporary-file-directory when non-nil. | Eli Zaretskii | 1999-09-02 | 1 | -2/+4 |
| | |||||
* | (c-macro-expansion): Use small-temporary-file-directory when non-nil. | Eli Zaretskii | 1999-09-02 | 1 | -1/+2 |
| | |||||
* | (ediff-temp-file-prefix): Use | Eli Zaretskii | 1999-09-02 | 1 | -1/+2 |
| | | | | small-temporary-file-directory if non-nil. | ||||
* | (command-line): Compute the value of | Eli Zaretskii | 1999-09-02 | 1 | -0/+4 |
| | | | | small-temporary-file-directory. | ||||
* | (small-temporary-file-directory): New variable. | Eli Zaretskii | 1999-09-02 | 1 | -0/+6 |
| | |||||
* | (shell-command, shell-command-on-region): Use | Eli Zaretskii | 1999-09-02 | 1 | -5/+9 |
| | | | | | | make-temp-name properly. Use small-temporary-file-directory if non-nil, otherwise temporary-file-directory, to generate temporary files. | ||||
* | (direct-print-region-helper): Use temporary-file-directory. | Eli Zaretskii | 1999-09-02 | 1 | -1/+1 |
| | |||||
* | (asm-mode): Set comment-start properly from asm-comment-char. | Richard M. Stallman | 1999-09-02 | 1 | -3/+3 |
| | | | | (asm-font-lock-keywords): Recognize instruction width suffixes. | ||||
* | Initial revision | Richard M. Stallman | 1999-09-01 | 1 | -0/+317 |
| | |||||
* | (help-make-xrefs): Don't lose on non-empty blank line after key table. | Dave Love | 1999-08-31 | 1 | -3/+3 |
| | |||||
* | (byte-boolean-vars): Add several w32 and redisplay variables. | Dave Love | 1999-08-31 | 1 | -1/+4 |
| | |||||
* | (push): Fix typo. | Dave Love | 1999-08-31 | 1 | -2/+2 |
| | |||||
* | Fix previous change. | Richard M. Stallman | 1999-08-30 | 1 | -15/+4 |
| | |||||
* | Many doc fixes. | Richard M. Stallman | 1999-08-30 | 1 | -32/+64 |
| | | | | (ring-size, ring-copy): New functions. | ||||
* | (bibtex-mode): Use with-temp-buffer rather than make-temp-name, use | Richard M. Stallman | 1999-08-29 | 1 | -17/+10 |
| | | | | | match-string-no-properties, and eliminate a quadratic behavior when building bibtex-strings. | ||||
* | (comint-input-ring-separator): New variable. | Richard M. Stallman | 1999-08-29 | 1 | -10/+20 |
| | | | | | | (comint-read-input-ring): Doc change; use comint-input-ring-separator when reading file. (comint-write-input-ring): Use comint-input-ring-separator when writing file. | ||||
* | Initial revision | Richard M. Stallman | 1999-08-29 | 1 | -0/+569 |
| | |||||
* | (mail-extr-all-letters-but-separators) | Richard M. Stallman | 1999-08-29 | 1 | -3/+3 |
| | | | | | (mail-extr-first-letters, mail-extr-last-letters): Use character classes [:alpha:] and [:alnum:]. | ||||
* | (tags-loop-continue): After tags-loop-operate returns, force skip to next file. | Richard M. Stallman | 1999-08-29 | 1 | -2/+7 |
| | |||||
* | Fix previous change. | Richard M. Stallman | 1999-08-29 | 1 | -4/+4 |
| | |||||
* | (push, pop): New macros. | Richard M. Stallman | 1999-08-29 | 1 | -0/+15 |
| | |||||
* | (compilation-error-regexp-alist): New item for SGI IRIX MipsPro compilers. | Richard M. Stallman | 1999-08-29 | 1 | -0/+5 |
| | |||||
* | (eval-defun): Expand macros, | Richard M. Stallman | 1999-08-29 | 1 | -9/+18 |
| | | | | | and specially handle defvar inside their expansions. (eval-defun-1): New subroutine. | ||||
* | (compilation-error-regexp-alist): | Richard M. Stallman | 1999-08-29 | 1 | -1/+3 |
| | | | | | | Fix the Perl -w entry to allow period after line number. Don't allow newlines in file name, but allow them after line number for Perl debugging traces. | ||||
* | (speedbar-directory-buttons): Recognize | Richard M. Stallman | 1999-08-29 | 1 | -2/+3 |
| | | | | device names when checking for file names. | ||||
* | (array-reconfigure-rows): Use generate-new-buffer. | Richard M. Stallman | 1999-08-29 | 1 | -1/+1 |
| | |||||
* | (Info-tagify): Don't insert more than one newline before the tag table. | Richard M. Stallman | 1999-08-29 | 1 | -10/+15 |
| | | | | | | | | | | | (Info-tagify): Start by widening. Match node headers that don't list the file name, and more kinds of page separations. Strip properties during tagification. Use start of node header line as tag's position. Fix the "done" message. (Info-validate): Save and restore match data around narrowing down. | ||||
* | (compilation-parsing-end,compilation-setup) | Richard M. Stallman | 1999-08-29 | 1 | -8/+12 |
| | | | | | | (compilation-filter, compilation-forget-errors) (compilation-parse-errors): Use a marker instead of an integer for `compilation-parsing-end'. | ||||
* | (which-func-cleanup-function): New variable. | Richard M. Stallman | 1999-08-29 | 1 | -1/+15 |
| | | | | (which-function): Call that function. | ||||
* | (find-function-regexp): Allow a ) or ( to end a function name. | Richard M. Stallman | 1999-08-29 | 1 | -1/+1 |
| | |||||
* | (ada-tmp-directory): Use temporary-file-directory. | Richard M. Stallman | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | (metamail-region): Use temporary-file-directory. | Richard M. Stallman | 1999-08-28 | 1 | -2/+2 |
| | |||||
* | (post-mail-send-it): Use temporary-file-directory. | Richard M. Stallman | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | (te-terminfo-directory): Use temporary-file-directory. | Richard M. Stallman | 1999-08-28 | 1 | -1/+3 |
| | |||||
* | (ledit-zap-file, ledit-read-file, ledit-compile-file): | Richard M. Stallman | 1999-08-28 | 1 | -3/+5 |
| | | | | Use temporary-file-directory. | ||||
* | (dired-string-replace-match): Return `nil' when no match | Richard M. Stallman | 1999-08-28 | 1 | -3/+3 |
| | | | | found with global search. | ||||
* | (tex-compilation-parse-errors): | Richard M. Stallman | 1999-08-28 | 1 | -3/+3 |
| | | | | Use a marker instead of an integer for `compilation-parsing-end'. | ||||
* | (diff-parse-differences): | Richard M. Stallman | 1999-08-28 | 1 | -5/+5 |
| | | | | Use a marker instead of an integer for `compilation-parsing-end'. | ||||
* | (calendar-goto-astro-day-number): Autoload the right function name. | Richard M. Stallman | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Call the new hook in every movement function. | Richard M. Stallman | 1999-08-28 | 1 | -10/+20 |
| | |||||
* | (calendar-move-hook): New hook. | Richard M. Stallman | 1999-08-28 | 1 | -0/+12 |
| | |||||
* | (dired-guess-shell-alist-default): Support bzip2 format. | Karl Heuer | 1999-08-28 | 1 | -0/+6 |
| | |||||
* | (easy-mmode-define-minor-mode): | Karl Heuer | 1999-08-28 | 1 | -8/+11 |
| | | | | | On repeated call, override previous values put into minor-mode-map-alist and minor-mode-alist. | ||||
* | (vc-backend-merge-news): Fix regexp to also match P marker | Andreas Schwab | 1999-08-27 | 1 | -2/+2 |
| | | | | from cvs update. | ||||
* | Put quote-backquote around all symbol names | Karl Heuer | 1999-08-27 | 1 | -80/+164 |
| | | | | | | | | | in doc strings, for mousing. (time-stamp): support multi-line patterns. (time-stamp-inserts-lines): new variable. (time-stamp-count): new variable. (time-stamp-string-preprocess): fixed bug where "%%a" becomes "Thu" instead of "%a". |