Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (vc-revert-buffer1): Pass t as preserve-modes to revert-buffer. | Richard M. Stallman | 1995-12-25 | 1 | -35/+36 | |
| | ||||||
* | (revert-buffer): New arg preserve-modes. | Richard M. Stallman | 1995-12-25 | 1 | -6/+11 | |
| | | | | (after-find-file): New arg nomodes. | |||||
* | (hide-ifdefs): Set hif-outside-read-only here. | Richard M. Stallman | 1995-12-25 | 1 | -0/+1 | |
| | ||||||
* | Many doc fixes. | Richard M. Stallman | 1995-12-25 | 1 | -32/+36 | |
| | | | | | (hide-ifdefs): New arg NOMSG. (hif-before-revert-function): New function. Put on after-revert-hook. | |||||
* | (split-window-vertically): Don't change point in old | Richard M. Stallman | 1995-12-25 | 1 | -10/+16 | |
| | | | | | window if both the original point and the end of the buffer are visible after splitting, when split-window-keep-point is nil. | |||||
* | Fix error message style. | Richard M. Stallman | 1995-12-25 | 1 | -102/+110 | |
| | | | | | (vc-backend-checkout, vc-backend-checkin): Allow vc-checkin-switches to be a string. | |||||
* | (uniquify-fix-list-filename-lessp): Renamed from uniquify-filename-sort. | Richard M. Stallman | 1995-12-25 | 1 | -6/+7 | |
| | ||||||
* | (makefile-add-log-defun): Rewrite to scan back | Richard M. Stallman | 1995-12-25 | 1 | -12/+23 | |
| | | | | checking one line at a time. Notice blank lines and comments. | |||||
* | (fill-paragraph-function): Doc fix. | Richard M. Stallman | 1995-12-24 | 1 | -1/+2 | |
| | ||||||
* | (rmail-forward): Quote lines with `- ' when necessary. | Richard M. Stallman | 1995-12-24 | 1 | -1/+9 | |
| | ||||||
* | (save-some-buffers): Don't give message if we queried. | Roland McGrath | 1995-12-24 | 1 | -54/+57 | |
| | ||||||
* | Disable scrollbars until fully functional. | Geoff Voelker | 1995-12-24 | 1 | -0/+3 | |
| | ||||||
* | (ps-spool-buffer-with-faces): Fix typo in previous chg. | Richard M. Stallman | 1995-12-23 | 1 | -2/+2 | |
| | | | | (ps-spool-region-with-faces): Likewise. | |||||
* | (mail-setup): Put text property on mail-header-separator. | Richard M. Stallman | 1995-12-23 | 1 | -5/+14 | |
| | | | | | (mail-header-separator): Set it up for use as a category property. (mail, mail-send): Turn on inhibit-read-only temporarily. | |||||
* | (save-buffer): Doc fix. | Richard M. Stallman | 1995-12-23 | 1 | -2/+6 | |
| | ||||||
* | (standard-display-european): Make 160 display as space. | Richard M. Stallman | 1995-12-23 | 1 | -3/+5 | |
| | ||||||
* | (iso-languages): Add entry for `irish'. | Richard M. Stallman | 1995-12-23 | 1 | -0/+6 | |
| | ||||||
* | (compile-internal): On systems with no asynchronous | Richard M. Stallman | 1995-12-23 | 1 | -2/+26 | |
| | | | | | | processes: do relevant parts of compilation-sentinel after the process exits; make modeline during and after compilation be similar to what compilation-sentinel displays. | |||||
* | (rmail): Allow nonexistent file as arg. | Richard M. Stallman | 1995-12-23 | 1 | -2/+1 | |
| | ||||||
* | (rmail-spool-directory): Append slash to all pathnames. | Erik Naggum | 1995-12-22 | 1 | -1/+1 | |
| | ||||||
* | (report-emacs-bug): Don't die if *Messages* buf is gone. | Karl Heuer | 1995-12-21 | 1 | -11/+13 | |
| | ||||||
* | Comment fixes. | Karl Heuer | 1995-12-21 | 1 | -10/+12 | |
| | ||||||
* | Initial revision | Karl Heuer | 1995-12-21 | 1 | -0/+381 | |
| | ||||||
* | (sc-attribs-extract-namestring): Do look for | Karl Heuer | 1995-12-21 | 1 | -1/+7 | |
| | | | | doublequotes after finding angle brackets. | |||||
* | (add-to-list): Doc fix. | Karl Heuer | 1995-12-21 | 1 | -6/+1 | |
| | | | | (buffer-substring-no-properties): Function deleted. | |||||
* | (command-line-1): Use auto-save-list-file-prefix | Karl Heuer | 1995-12-21 | 1 | -10/+21 | |
| | | | | | | | | | | | when checking for existing files. (normal-top-level): Don't set auto-save-list-file-name if auto-save-list-file-prefix is nil. (normal-top-level): Don't set auto-save-list-file-name if it was already set non-nil (by .emacs, for example). (auto-save-list-file-prefix): Doc fix. | |||||
* | (blink-matching-paren-on-screen): New variable. | Karl Heuer | 1995-12-21 | 1 | -2/+9 | |
| | | | | | | | (blink-matching-open): Obey it. (shell-command-on-region): If current buffer is *Shell Command Output*, use the replacement case. | |||||
* | (rmail-make-basic-summary-line): | Karl Heuer | 1995-12-21 | 1 | -2/+4 | |
| | | | | Recognize user-mail-address in From field means msg is from you. | |||||
* | (rmail-ignored-headers): Add resent-date, nntp-posting-host. | Karl Heuer | 1995-12-21 | 1 | -15/+41 | |
| | | | | | | | | | (rmail-retry-failure): Fix previous change. Combine variables mail-buffer and rmail-buffer. Look for an end-delimiter in case where the start-of-bounce delimiter looks like -- plus some more text. (rmail-search): Doc fix. | |||||
* | Doc fixes. | Karl Heuer | 1995-12-21 | 1 | -32/+11 | |
| | ||||||
* | (rmail-spool-directory): Try /var/spool/mail. | Karl Heuer | 1995-12-21 | 1 | -1/+7 | |
| | | | | (news-path): Use /var/spool/news as last resort. | |||||
* | (window-setup-hook): Clear blink-matching-paren-on-screen; | Karl Heuer | 1995-12-21 | 1 | -2/+2 | |
| | | | | don't touch blink-paren-function. | |||||
* | (makefile-font-lock-keywords): Fix bad structure | Karl Heuer | 1995-12-21 | 1 | -1/+1 | |
| | | | | | | | | for the "^\t+#" element. Add faces to menu only if window-system. (makefile-mode): Do not check if makefile-define-space-face is defined. Call it only if window-system. | |||||
* | (lpr-switches, lpr-add-switches): Doc fixes. | Karl Heuer | 1995-12-21 | 1 | -2/+6 | |
| | ||||||
* | (lisp-fill-paragraph): Several changes. | Karl Heuer | 1995-12-21 | 1 | -10/+16 | |
| | | | | | | Change how to recognize partial comment lines, how to find start of region to fill. Use fill-region. Use tabs when making comment-fill-prefix. | |||||
* | (iso-ascii-convenient): New variable. | Karl Heuer | 1995-12-21 | 1 | -97/+106 | |
| | | | | | (iso-ascii-display): New function to implement that variable. Use it instead of using standard-display-ascii directly. | |||||
* | Many doc fixes. | Karl Heuer | 1995-12-21 | 1 | -8/+11 | |
| | ||||||
* | (isearch-done): Use executing-kbd-macro. | Karl Heuer | 1995-12-21 | 1 | -3/+11 | |
| | | | | | | | | | | | (isearch-just-started): New variable. (isearch-mode): Set it. (isearch-search): Clear it. (isearch-repeat): If isearch-just-started, don't test for empty match. (isearch-unread): Use store-kbd-macro-event. (isearch-search-and-update): Use isearch-case-fold-search around the looking-at call. | |||||
* | (imenu-update-menubar): New function. | Karl Heuer | 1995-12-21 | 1 | -15/+63 | |
| | | | | | | | | | (imenu-add-to-menubar): Use an ordinary menu bar submenu. Add imenu-add-to-menubar to menu-bar-update-hook to update the submenu. (imenu--make-index-alist): Add noerror argument. (imenu--menubar-select): New function. (imenu--create-keymap-1, imenu--create-keymap-2): New arg COMMANDS. (imenu): Allow a string as arg. | |||||
* | (gud-sdb-marker-filter): Modify the regexp for sysVR3 to | Karl Heuer | 1995-12-21 | 1 | -9/+4 | |
| | | | | take care of the asterisk prompt. Correctly set gud-marker-acc. | |||||
* | (enable-flow-control-on): Try the whole TERM name | Karl Heuer | 1995-12-21 | 1 | -6/+9 | |
| | | | | before trying to strip off words from the end. | |||||
* | (report-emacs-bug): If `mail' asks for confirmation | Karl Heuer | 1995-12-21 | 1 | -27/+62 | |
| | | | | | | and the user doesn't give it, don't do anything more. Explain a way to cancel the message. Include recent keys and recent *Messages* messages at end. | |||||
* | (standard-display-european): Test code 161, not 160. | Karl Heuer | 1995-12-21 | 1 | -1/+3 | |
| | ||||||
* | (symbol-under-point, symbol-before-point) | Karl Heuer | 1995-12-21 | 1 | -119/+106 | |
| | | | | | | | (symbol-under-or-before-point, symbol-before-point-for-complete): Use unwind-protect to restore syntax table. (symbol-before-point, symbol-before-point-for-complete): Start the backward scan-sexps from point, not (1+ (point)). | |||||
* | (calendar-astro-from-absolute): Autoload it. | Karl Heuer | 1995-12-21 | 1 | -0/+3 | |
| | ||||||
* | (byte-compile-output-docform): Don't do dynamic doc | Karl Heuer | 1995-12-21 | 1 | -0/+1 | |
| | | | | strings if byte-compile-compatibility. | |||||
* | (byte-compile-unfold-lambda): Recursively optimize body. | Karl Heuer | 1995-12-21 | 1 | -0/+1 | |
| | ||||||
* | (ange-ftp-load): Added missing form to `cdr' down | Karl Heuer | 1995-12-21 | 1 | -2/+6 | |
| | | | | | | tryfiles in `while' loop. (ange-ftp-start-process): Bind env var TERM to dumb. | |||||
* | (compilation-mode): Add autoload cookie. | Roland McGrath | 1995-12-20 | 1 | -13/+14 | |
| | ||||||
* | (apropos-zippy): New command. | Noah Friedman | 1995-12-19 | 1 | -9/+43 | |
| | | | | | | | (yow-load-message, yow-after-load-message): New constants. (yow, read-zippyism): Use them. Now KEN and BARBIE are PERMANENTLY ADDICTED to MIND-ALTERING DRUGS.. |