aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (describe-char-after): Doc fix.Richard M. Stallman2002-06-122-2/+20
* (view-mode-enter): Clarify echo area message.Richard M. Stallman2002-06-121-1/+1
* (Info-select-node): Turn header line on or off here.Richard M. Stallman2002-06-121-51/+39
* (font-lock-beginning-of-syntax-function): Doc fix.Richard M. Stallman2002-06-121-5/+10
* (Fformat_mode_line): Fix typo.Juanma Barranquero2002-06-122-1/+5
* (comint-send-input): Properly handle empty and no-newline input regions.Miles Bader2002-06-122-2/+7
* Use `when', `unless'.Colin Walters2002-06-121-102/+91
* *** empty log message ***Colin Walters2002-06-121-1/+7
* Update copyright date.Colin Walters2002-06-122-2/+2
* (occur-mode): Don't set `font-lock-defaults'.Colin Walters2002-06-121-2/+0
* (Info-mode): Don't set `font-lock-defaults'.Colin Walters2002-06-121-2/+0
* (ibuffer-mode): Don't set `font-lock-defaults'.Colin Walters2002-06-121-3/+0
* (help-mode): Don't set `font-lock-defaults'.Colin Walters2002-06-121-23/+5
* (font-lock-set-defaults-1): Set variable alist here.Colin Walters2002-06-121-2/+3
* font-core.el (font-lock-core-only): Variable deleted. All uses removed.Colin Walters2002-06-122-20/+19
* *** empty log message ***Colin Walters2002-06-121-0/+9
* Add copy-tree.Colin Walters2002-06-121-0/+2
* Added read-directory-name.Kim F. Storm2002-06-111-0/+9
* (Fformat_mode_line): New function.Kim F. Storm2002-06-111-8/+63
* *** empty log message ***Kim F. Storm2002-06-111-0/+8
* (read_key_sequence):Stefan Monnier2002-06-112-76/+65
* *** empty log message ***Richard M. Stallman2002-06-112-0/+13
* (readable_events): Ignore any number ofRichard M. Stallman2002-06-111-1/+20
* Delete "new in Emacs 21" note.Richard M. Stallman2002-06-112-3/+2
* (format-alist): Document new element PRESERVE.Richard M. Stallman2002-06-111-2/+14
* (make-auto-save-file-name): Rename local `filename' to `file-name'.Richard M. Stallman2002-06-111-1/+1
* (read_integer): Remove unused var `tem'.Stefan Monnier2002-06-111-2/+3
* (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.Stefan Monnier2002-06-111-1/+1
* defface `supports' predicateMiles Bader2002-06-111-1/+8
* display-supports-face-attributes-pMiles Bader2002-06-112-1/+35
* (ebrowse-draw-tree-fn): Use copy-sequence.Richard M. Stallman2002-06-102-7/+20
* (eshell-copy-tree): Make it an alias for copy-tree.Richard M. Stallman2002-06-101-17/+1
* (copy-list): Moved to cl.el.Richard M. Stallman2002-06-101-18/+12
* (copy-list): Moved back from subr.el.Richard M. Stallman2002-06-101-0/+9
* Undo previous change.Richard M. Stallman2002-06-101-2/+2
* (viper-insert-prev-from-insertion-ring)Richard M. Stallman2002-06-101-2/+2
* (eshell-copy-list): Function deleted.Richard M. Stallman2002-06-101-11/+2
* (eshell-mode, eshell-mode): Use copy-sequence.Richard M. Stallman2002-06-101-2/+2
* (eshell/diff): Use copy-sequence.Richard M. Stallman2002-06-101-1/+1
* Make comint use text properties for highlighting instead of overlays:Miles Bader2002-06-102-70/+61
* (line-move-finish): Inhibit field motion when computing `line-end'.Miles Bader2002-06-102-1/+5
* (revert-buffer): Correct typo: variable name is `buffer-file-format',Miles Bader2002-06-102-1/+10
* (comint-send-input, comint-output-filter): Use the `font-lock-face'Miles Bader2002-06-101-39/+27
* (custom-display): Use correct syntax for `supports' attributes.Miles Bader2002-06-102-1/+2
* (custom-display): Add support for `supports' predicate.Miles Bader2002-06-101-1/+5
* (display-supports-face-attributes-p): Work correctly if DISPLAY is a frame.Miles Bader2002-06-102-3/+19
* (Cursor Position Information): Update "C-u C-x =" example.Colin Walters2002-06-091-1/+2
* Fix a typo in a comment.Eli Zaretskii2002-06-091-1/+1
* *** empty log message ***Miles Bader2002-06-092-0/+27
* (Ftty_supports_face_attributes_p): New function.Miles Bader2002-06-091-38/+353