Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (vip-read-key): inhibit quit added. | Michael Kifer | 1996-07-01 | 1 | -4/+9 |
| | |||||
* | Load `gnus-score-mode' from "score-mode". | Lars Magne Ingebrigtsen | 1996-06-30 | 1 | -1/+1 |
| | |||||
* | Initial revision | Lars Magne Ingebrigtsen | 1996-06-30 | 1 | -0/+110 |
| | |||||
* | (Info-next-preorder): After we move up, move forward again. | Richard M. Stallman | 1996-06-30 | 1 | -4/+23 |
| | | | | | (Info-last-preorder): After we move down or to the prev, move down again. | ||||
* | (ask-user-about-supersession-help): Change help text. | Richard M. Stallman | 1996-06-29 | 1 | -2/+10 |
| | | | | (ask-user-about-supersession-threat): Add new `r' alternative. | ||||
* | (set-visited-file-name): New optional arg NO-QUERY. | Richard M. Stallman | 1996-06-29 | 1 | -2/+6 |
| | |||||
* | (bibtex-reference-head): Allow whitespace after the open paren. | Richard M. Stallman | 1996-06-29 | 1 | -1/+1 |
| | |||||
* | (tmm-add-prompt): If tmm-completion-prompt is nil, | Richard M. Stallman | 1996-06-29 | 1 | -2/+8 |
| | | | | | don't insert it; instead delete the usual completion helptext. (tmm-completion-prompt): Doc fix. | ||||
* | (mouse-start-end): Support selecting strings by double | Richard M. Stallman | 1996-06-29 | 1 | -0/+25 |
| | | | | clicking on a character with quote syntax. | ||||
* | (executable-set-magic): Add space at end of line | Richard M. Stallman | 1996-06-29 | 1 | -13/+21 |
| | | | | | if user says no to adding the shell's usual arguments. Don't clear the buffer's modified-flag. | ||||
* | Synched with Gnus 5.2.31. | Lars Magne Ingebrigtsen | 1996-06-29 | 13 | -328/+411 |
| | |||||
* | Wrong version number. | Lars Magne Ingebrigtsen | 1996-06-29 | 1 | -1/+1 |
| | |||||
* | Synched with Gnus 5.2.31. | Lars Magne Ingebrigtsen | 1996-06-29 | 1 | -45/+110 |
| | |||||
* | (view-mode): Doc fix. | Richard M. Stallman | 1996-06-28 | 1 | -4/+7 |
| | |||||
* | (ispell-message): Support message-mode. | Richard M. Stallman | 1996-06-28 | 1 | -4/+13 |
| | |||||
* | (french-calendar-accents): New variable. | Richard M. Stallman | 1996-06-28 | 1 | -16/+35 |
| | | | | | | | (french-calendar-month-name-array): Check that variable. (french-calendar-special-days-array): Likewise. (calendar-french-date-string): Likewise. (calendar-goto-french-date): Likewise. | ||||
* | (rmail-get-new-mail): Run rmail-before-get-new-mail-hook. | Richard M. Stallman | 1996-06-28 | 1 | -0/+1 |
| | |||||
* | (abbreviate-file-name): Ignore automount-dir-prefix if nil. | Richard M. Stallman | 1996-06-28 | 1 | -1/+2 |
| | |||||
* | (rmail-send-actions-rmail-buffer): Mark as permanent-local. | Richard M. Stallman | 1996-06-28 | 1 | -0/+3 |
| | | | | (rmail-send-actions-rmail-msg-number): Likewise. | ||||
* | (mail-reply-buffer, mail-send-actions): | Richard M. Stallman | 1996-06-28 | 1 | -1/+2 |
| | | | | | Mark them as permanent-local. (mail-mode): Don't set mail-reply-buffer to nil. | ||||
* | (auto-mode-alist): Treat .pm like .pl. | Richard M. Stallman | 1996-06-28 | 1 | -0/+1 |
| | |||||
* | (skeleton-proxy-new): New function. | Richard M. Stallman | 1996-06-28 | 1 | -3/+53 |
| | | | | | (define-skeleton): Define the skeleton as a defun using skeleton-proxy-new. | ||||
* | (comint-send-input): Use insert-before-markers for all the insertions. | Richard M. Stallman | 1996-06-28 | 1 | -2/+2 |
| | |||||
* | (x-handle-name-switch): Renamed from x-handle-name-rn-switch. | Richard M. Stallman | 1996-06-28 | 1 | -6/+5 |
| | |||||
* | (command-line-x-option-alist): Don't handle -rn. | Richard M. Stallman | 1996-06-28 | 1 | -3/+2 |
| | | | | x-handle-name-rn-switch renamed to x-handle-name-switch. | ||||
* | (profile-functions): No need to assume that the | Richard M. Stallman | 1996-06-28 | 1 | -33/+36 |
| | | | | | | | | current buffer is writable. (profile-print, profile-results): Changed to display number of calls and average time per call. (profile-update-function): Update the number of calls. (profile-a-function): Init the number of calls. | ||||
* | (rmail-unix-mail-delimiter): | Richard M. Stallman | 1996-06-28 | 1 | -12/+21 |
| | | | | | | | | | Accept more user names, since they can be mangled badly by modern Unix mailers (e.g. Solaris 2.5 mail.local). Be a little more picky about dates to compensate. Match all the digits of a year, as per RFC 1123 section 5.2.14. (rmail-nuke-pinhead-header): Adjust to regexp renumbering in rmail-unix-mail-delimiter. | ||||
* | (mail-user-agent): Replaces mua-paradigm. | Richard M. Stallman | 1996-06-28 | 1 | -3/+3 |
| | | | | (mh-find-path): Set mail-user-agent. | ||||
* | Comment changes. | Richard M. Stallman | 1996-06-28 | 1 | -1/+6 |
| | |||||
* | (makefile-gnumake-functions-alist): Add `addprefix'. | Richard M. Stallman | 1996-06-27 | 1 | -0/+1 |
| | |||||
* | (mail-extract-address-components): Rename ,-pos to comma-pos. | Richard M. Stallman | 1996-06-26 | 1 | -4/+4 |
| | |||||
* | (outline-minor-mode): No longer permanent local. | Richard M. Stallman | 1996-06-26 | 1 | -8/+13 |
| | |||||
* | Comment changes. | Richard M. Stallman | 1996-06-26 | 1 | -4/+5 |
| | |||||
* | (tex-common-initialization): Set skeleton-further-elements. | Richard M. Stallman | 1996-06-25 | 1 | -18/+16 |
| | | | | (tex-latex-block): Define as a skeleton. | ||||
* | Initial revision | Lars Magne Ingebrigtsen | 1996-06-25 | 15 | -0/+9249 |
| | |||||
* | New version. | Lars Magne Ingebrigtsen | 1996-06-25 | 27 | -16586/+20161 |
| | |||||
* | (x-create-frame-with-faces): Set threshold for "light color" | Richard M. Stallman | 1996-06-25 | 1 | -1/+4 |
| | | | | at .6 of the total for white. | ||||
* | (rmail-summary-mode-map): Add rmail-summary-by-senders. | Richard M. Stallman | 1996-06-25 | 1 | -0/+3 |
| | |||||
* | (local-variables-section): Adapted comment to outline minor mode. | Richard M. Stallman | 1996-06-24 | 1 | -82/+83 |
| | | | | | | (skeleton-pair-insert-maybe): Rewritten to support autowrapping. (mirror-mode): Fixed change of pair-* to skeleton-pair-*. Also pairs 8 bit characters. | ||||
* | (mail-extract-address-components): Quote the comma in ,-pos. | Richard M. Stallman | 1996-06-24 | 1 | -1/+1 |
| | |||||
* | (rmail-summary-by-senders): Fix typo in fn name. | Richard M. Stallman | 1996-06-24 | 1 | -1/+1 |
| | |||||
* | (goto-address-url-face, goto-address-mail-face) | Richard M. Stallman | 1996-06-24 | 1 | -8/+16 |
| | | | | | (goto-address-url-mouse-face): New variables. (goto-address-fontify): Use them. | ||||
* | Resync mail aliases if necessary. | Simon Marshall | 1996-06-24 | 1 | -0/+7 |
| | |||||
* | Put fewer conditions in turn-on-font-lock and more in ↵ | Simon Marshall | 1996-06-24 | 1 | -24/+30 |
| | | | | turn-on-font-lock-if-enabled, so a user can put the former on hooks. | ||||
* | Test for lazy-lock-mode before swapping hooks. | Simon Marshall | 1996-06-24 | 1 | -30/+26 |
| | |||||
* | Protect before- and after-change-functions when updating text properties. | Simon Marshall | 1996-06-24 | 1 | -164/+183 |
| | |||||
* | In Rmail mode, make sure font-lock-maximum-size locally becomes nil. | Simon Marshall | 1996-06-24 | 1 | -0/+1 |
| | |||||
* | (set-auto-mode): Run multiple mode: specs in left-to-right order. | Richard M. Stallman | 1996-06-24 | 1 | -1/+1 |
| | |||||
* | (font-lock-verbose): Default to 0. Doc fix. | Richard M. Stallman | 1996-06-23 | 1 | -140/+182 |
| | | | | | | | | | | | | | (font-lock-default-fontify-buffer): Interpret numeric value. (font-lock-fontified): Don't make it permanent-local. (font-lock-mode): Remove before-revert-hook and after-revert-hook code. Call font-lock-turn-on-thing-lock before font-lock-mode-hook. Doc fix. (font-lock-revert-setup, font-lock-revert-cleanup): Deleted. (font-lock-support-mode): New variable. (font-lock-turn-on-thing-lock): New function. Use it. (font-lock-turn-off-thing-lock): Renamed font-lock-thing-lock-cleanup. (font-lock-change-major-mode): Turn off Font Lock mode if it is on. Add font-lock-change-major-mode to change-major-mode-hook at top level. | ||||
* | (term-exec-1): Run process on pty if possible. | Richard M. Stallman | 1996-06-23 | 1 | -1/+2 |
| |