summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (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
| | | | | (calc-trail-mode): Use an italic `font-lock-face'. (calc-refresh): Ditto.
* *** 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
| | | | | | | (font-lock-set-defaults): Variable alist settings moved back into font-lock-set-defaults-1. (turn-on-font-lock-if-enabled): Always turn on font-lock unless it is specifically excluded by the user.
* *** empty log message ***Colin Walters2002-06-121-0/+9
|
* *** empty log message ***Richard M. Stallman2002-06-111-0/+8
|
* (format-alist): Document new element PRESERVE.Richard M. Stallman2002-06-111-2/+14
| | | | (format-write-file): Implement PRESERVE elt for a format.
* (make-auto-save-file-name): Rename local `filename' to `file-name'.Richard M. Stallman2002-06-111-1/+1
|
* (ebrowse-draw-tree-fn): Use copy-sequence.Richard M. Stallman2002-06-102-7/+20
| | | | (ebrowse-copy-list): Function deleted.
* (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-tree): Don't use copy-list or cl-pop.
* (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
| | | | (viper-prev-destructive-command): Use copy-sequence.
* (eshell-copy-list): Function deleted.Richard M. Stallman2002-06-101-11/+2
| | | | (eshell-sublist, eshell-copy-tree): Use copy-sequence.
* (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
| | | | | | | | | | | (comint-last-output-overlay): Variable removed. (comint-send-input, comint-output-filter): Use text properties instead of overlays. (comint-insert-clicked-input): Rewrite to work with text properties as well as overlays. (comint-snapshot-last-prompt): Snapshot using text properties. (comint-get-old-input-default, comint-extract-string): Don't copy text properties.
* (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
| | | | not `buffer-file-formats'.
* (comint-send-input, comint-output-filter): Use the `font-lock-face'Miles Bader2002-06-101-39/+27
| | | | | | property instead of `face'. Don't check the highlight-enabling variables anymore. (comint-highlight-input, comint-highlight-prompt): Variables removed.
* (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
| | | | | (face-spec-set-match-display): Support `supports' predicate. (italic): Try underlining for displays that don't support real italics.
* Fix a typo in a comment.Eli Zaretskii2002-06-091-1/+1
|
* *** empty log message ***Miles Bader2002-06-091-0/+17
|
* (display-supports-face-attributes-p): New function.Miles Bader2002-06-091-0/+24
|
* (color-name-rgb-alist): Use 16-bit RGB values instead of 8-bit, forMiles Bader2002-06-091-756/+760
| | | | | | | | | | | | | | | consistency with the rest of emacs. (tty-color-canonicalize): Only copy COLOR if we need to change it. (tty-color-approximate): Scale values from `color-name-rgb-alist' appropriately. Return the whole color description, rather than just the RGB values. (tty-color-standard-values): New function. Code mostly taken from `tty-color-translate'. (tty-color-translate, tty-color-values): Use `tty-color-desc' to do all the work. (tty-color-desc): Do color lookup here instead of calling `tty-color-translate' and `tty-color-by-index'; this is now the main place to do it.
* Fix previous change.Colin Walters2002-06-091-1/+1
|
* (font-lock-default-function): If `font-lock-core-only' is non-nil,Colin Walters2002-06-091-4/+8
| | | | don't use big font-lock machinery.
* (font-lock-set-defaults-1): Variable alist is now set inColin Walters2002-06-091-6/+5
| | | | `font-lock-set-defaults'.
* Regenerated.Colin Walters2002-06-091-383/+367
|
* (define-ibuffer-column): Don't create a third argument for theColin Walters2002-06-092-5/+17
| | | | generated function.
* (font-lock-core-only): New variable.Colin Walters2002-06-091-6/+12
| | | | (font-lock-set-defaults): Use it.
* (Info-mode): Do set `font-lock-defaults', and be sure to setColin Walters2002-06-091-0/+2
| | | | `font-lock-core-only'.
* (occur-mode): Do set `font-lock-defaults',Colin Walters2002-06-091-1/+2
| | | | and be sure to set `font-lock-core-only'.
* (ibuffer-mode): Do set `font-lock-defaults', and be sure to setColin Walters2002-06-091-2/+5
| | | | | | `font-lock-core-only'. (ibuffer-compile-format): Don't pass third argument to column functions. (filename-and-process): Ditto.
* (c-set-style, c-set-style-1): Added another state for theMartin Stjernholm2002-06-082-26/+45
| | | | `dont-override' flag where it only keeps globally set variables.
* *** empty log message ***Colin Walters2002-06-081-2/+4
|
* (describe-char-after): Require `descr-text' when there are textColin Walters2002-06-081-0/+1
| | | | properties.
* (toplevel): Provide `descr-text'.Colin Walters2002-06-081-1/+2
|
* (cl-copy-tree): Moved to `copy-tree' in subr.el. Add a defalias withColin Walters2002-06-081-18/+1
| | | | the old name.
* (describe-char-after): Revert previous change. Just callColin Walters2002-06-081-16/+2
| | | | `describe-text-properties' to describe text properties.
* (describe-text-properties): Sort the output by the size of the values.Colin Walters2002-06-081-7/+24
| | | | Put `font-lock-face' property on property names.