summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* (goto-address-fontify): Use overlay, not text props.Richard M. Stallman1996-12-101-12/+16
* (sort-columns): Don't use `sort' utility if the text has text properties.Richard M. Stallman1996-12-101-1/+5
* (timer-next-integral-multiple-of-time): Doc fix.Richard M. Stallman1996-12-101-2/+3
* (thing-at-point-url-chars): Allow comma, = and &.Richard M. Stallman1996-12-101-2/+2
* (normal-top-level, command-line, command-line-1):Geoff Voelker1996-12-091-3/+3
* (gnus-button-alist): Allow whitespace in `<URL:...'Richard M. Stallman1996-12-091-4/+12
* (disabled-command-hook): Use `defvar' and add documentation string.Erik Naggum1996-12-091-6/+10
* (gnus-read-init-file): Don't load anything if init-file-user is nil.Richard M. Stallman1996-12-081-0/+2
* (iconify-or-deiconify-frame): Define to be aRichard M. Stallman1996-12-081-0/+3
* (texinfo-font-lock-keywords): Add `url', `email'.Richard M. Stallman1996-12-081-1/+1
* (Info-get-token): Find tokens where START matchesRichard M. Stallman1996-12-081-1/+10
* (mouse-drag-mode-line): Don't get errorRichard M. Stallman1996-12-071-3/+6
* (isearch-no-upper-case-p): Use downcaseRichard M. Stallman1996-12-071-5/+9
* (mail-reply-action): Renamed from mail-reply-buffer.Richard M. Stallman1996-12-071-13/+60
* (rmail-start-mail): Rewrite to use compose-mail.Richard M. Stallman1996-12-071-26/+39
* (compose-mail): Handle several more args:Richard M. Stallman1996-12-071-6/+53
* (perform-replace): Obey minibuffer-auto-raise.Richard M. Stallman1996-12-071-0/+2
* (jka-compr-temp-name-template): Initialize using TMPDIR.Richard M. Stallman1996-12-071-1/+2
* (thing-at-point-url-chars): Allow period.Richard M. Stallman1996-12-071-56/+80
* (etags-file-of-tag): Expand the file nameRichard M. Stallman1996-12-071-1/+2
* (sendmail-user-agent): Support 2 optional args.Richard M. Stallman1996-12-071-10/+17
* (byte-compile-insert-header): If emacs-versionRichard M. Stallman1996-12-071-1/+4
* (pascal-mode): Make comment-indent-function buffer local.Richard M. Stallman1996-12-071-0/+1
* (mouse-major-mode-menu): Propagate prefix argRichard M. Stallman1996-12-071-3/+7
* (isearch-mode): Maybe make minibuffer frame visible and/or raise it.Richard M. Stallman1996-12-071-0/+8
* In enable predicates in Files menu, use menu-updating-frame.Richard M. Stallman1996-12-071-6/+6
* Fixed syntax table for quotes since they messed upRichard M. Stallman1996-12-071-0/+3
* (dired-omit-size-limit): New variable.Richard M. Stallman1996-12-071-3/+14
* Get rid of RCS id.Richard M. Stallman1996-12-071-2/+0
* (backup-buffer): Doc fix.Karl Heuer1996-12-061-1/+5
* (imenu): Support integers used as positions.Karl Heuer1996-12-061-0/+6
* (ange-ftp-normal-login): If using a smart gateway,Karl Heuer1996-12-061-1/+2
* (Info-follow-reference): Add each cross-reference toKarl Heuer1996-12-051-3/+12
* (PC-do-completion): Remove text properties fromKarl Heuer1996-12-051-4/+5
* (resize-minibuffer-frame): Don't assume minibuffer frame is selected.Karl Heuer1996-11-191-3/+4
* (x-defined-colors): Use color names from w32-color-map.Geoff Voelker1996-11-191-3/+5
* Use new names for w32 filesGeoff Voelker1996-11-191-3/+3
* Use new file name w32-fns.elGeoff Voelker1996-11-191-2/+2
* Use new file name dos-w32.elGeoff Voelker1996-11-191-3/+3
* Use w32 instead of ms-windows for window-system symbolGeoff Voelker1996-11-196-8/+8
* Change identifiers of the form win32* to w32*.Geoff Voelker1996-11-191-11/+11
* (write-contents-hooks): Doc fix.Karl Heuer1996-11-171-1/+1
* *** empty log message ***Karl Heuer1996-11-171-1/+0
* (comint-password-prompt-regexp): Recognize AIX format.Karl Heuer1996-11-171-1/+1
* Initial revisionKarl Heuer1996-11-171-0/+233
* Use simpler fn.Simon Marshall1996-11-161-2/+2
* use simpler fn.Simon Marshall1996-11-161-1/+1
* (a) split lazy-lock-defer-time into lazy-lock-defer-time and lazy-lock-defer-...Simon Marshall1996-11-161-172/+394
* (a) make fast-lock-get-face-properties cope with face property lists, (b) add...Simon Marshall1996-11-161-78/+126
* (a) add font-lock-keywords-alist, (b) fix compilation of quoted conses in key...Simon Marshall1996-11-161-321/+494