summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (vip-read-key): inhibit quit added.Michael Kifer1996-07-011-4/+9
|
* Load `gnus-score-mode' from "score-mode".Lars Magne Ingebrigtsen1996-06-301-1/+1
|
* Initial revisionLars Magne Ingebrigtsen1996-06-301-0/+110
|
* (Info-next-preorder): After we move up, move forward again.Richard M. Stallman1996-06-301-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. Stallman1996-06-291-2/+10
| | | | (ask-user-about-supersession-threat): Add new `r' alternative.
* (set-visited-file-name): New optional arg NO-QUERY.Richard M. Stallman1996-06-291-2/+6
|
* (bibtex-reference-head): Allow whitespace after the open paren.Richard M. Stallman1996-06-291-1/+1
|
* (tmm-add-prompt): If tmm-completion-prompt is nil,Richard M. Stallman1996-06-291-2/+8
| | | | | don't insert it; instead delete the usual completion helptext. (tmm-completion-prompt): Doc fix.
* (mouse-start-end): Support selecting strings by doubleRichard M. Stallman1996-06-291-0/+25
| | | | clicking on a character with quote syntax.
* (executable-set-magic): Add space at end of lineRichard M. Stallman1996-06-291-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 Ingebrigtsen1996-06-2913-328/+411
|
* Wrong version number.Lars Magne Ingebrigtsen1996-06-291-1/+1
|
* Synched with Gnus 5.2.31.Lars Magne Ingebrigtsen1996-06-291-45/+110
|
* (view-mode): Doc fix.Richard M. Stallman1996-06-281-4/+7
|
* (ispell-message): Support message-mode.Richard M. Stallman1996-06-281-4/+13
|
* (french-calendar-accents): New variable.Richard M. Stallman1996-06-281-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. Stallman1996-06-281-0/+1
|
* (abbreviate-file-name): Ignore automount-dir-prefix if nil.Richard M. Stallman1996-06-281-1/+2
|
* (rmail-send-actions-rmail-buffer): Mark as permanent-local.Richard M. Stallman1996-06-281-0/+3
| | | | (rmail-send-actions-rmail-msg-number): Likewise.
* (mail-reply-buffer, mail-send-actions):Richard M. Stallman1996-06-281-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. Stallman1996-06-281-0/+1
|
* (skeleton-proxy-new): New function.Richard M. Stallman1996-06-281-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. Stallman1996-06-281-2/+2
|
* (x-handle-name-switch): Renamed from x-handle-name-rn-switch.Richard M. Stallman1996-06-281-6/+5
|
* (command-line-x-option-alist): Don't handle -rn.Richard M. Stallman1996-06-281-3/+2
| | | | x-handle-name-rn-switch renamed to x-handle-name-switch.
* (profile-functions): No need to assume that theRichard M. Stallman1996-06-281-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. Stallman1996-06-281-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. Stallman1996-06-281-3/+3
| | | | (mh-find-path): Set mail-user-agent.
* Comment changes.Richard M. Stallman1996-06-281-1/+6
|
* (makefile-gnumake-functions-alist): Add `addprefix'.Richard M. Stallman1996-06-271-0/+1
|
* (mail-extract-address-components): Rename ,-pos to comma-pos.Richard M. Stallman1996-06-261-4/+4
|
* (outline-minor-mode): No longer permanent local.Richard M. Stallman1996-06-261-8/+13
|
* Comment changes.Richard M. Stallman1996-06-261-4/+5
|
* (tex-common-initialization): Set skeleton-further-elements.Richard M. Stallman1996-06-251-18/+16
| | | | (tex-latex-block): Define as a skeleton.
* Initial revisionLars Magne Ingebrigtsen1996-06-2515-0/+9249
|
* New version.Lars Magne Ingebrigtsen1996-06-2527-16586/+20161
|
* (x-create-frame-with-faces): Set threshold for "light color"Richard M. Stallman1996-06-251-1/+4
| | | | at .6 of the total for white.
* (rmail-summary-mode-map): Add rmail-summary-by-senders.Richard M. Stallman1996-06-251-0/+3
|
* (local-variables-section): Adapted comment to outline minor mode.Richard M. Stallman1996-06-241-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. Stallman1996-06-241-1/+1
|
* (rmail-summary-by-senders): Fix typo in fn name.Richard M. Stallman1996-06-241-1/+1
|
* (goto-address-url-face, goto-address-mail-face)Richard M. Stallman1996-06-241-8/+16
| | | | | (goto-address-url-mouse-face): New variables. (goto-address-fontify): Use them.
* Resync mail aliases if necessary.Simon Marshall1996-06-241-0/+7
|
* Put fewer conditions in turn-on-font-lock and more in ↵Simon Marshall1996-06-241-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 Marshall1996-06-241-30/+26
|
* Protect before- and after-change-functions when updating text properties.Simon Marshall1996-06-241-164/+183
|
* In Rmail mode, make sure font-lock-maximum-size locally becomes nil.Simon Marshall1996-06-241-0/+1
|
* (set-auto-mode): Run multiple mode: specs in left-to-right order.Richard M. Stallman1996-06-241-1/+1
|
* (font-lock-verbose): Default to 0. Doc fix.Richard M. Stallman1996-06-231-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. Stallman1996-06-231-1/+2
|