Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (comint-send-input): Properly handle empty and no-newline input regions. | Miles Bader | 2002-06-12 | 2 | -2/+7 |
| | |||||
* | Use `when', `unless'. | Colin Walters | 2002-06-12 | 1 | -102/+91 |
| | | | | | (calc-trail-mode): Use an italic `font-lock-face'. (calc-refresh): Ditto. | ||||
* | *** empty log message *** | Colin Walters | 2002-06-12 | 1 | -1/+7 |
| | |||||
* | Update copyright date. | Colin Walters | 2002-06-12 | 2 | -2/+2 |
| | |||||
* | (occur-mode): Don't set `font-lock-defaults'. | Colin Walters | 2002-06-12 | 1 | -2/+0 |
| | |||||
* | (Info-mode): Don't set `font-lock-defaults'. | Colin Walters | 2002-06-12 | 1 | -2/+0 |
| | |||||
* | (ibuffer-mode): Don't set `font-lock-defaults'. | Colin Walters | 2002-06-12 | 1 | -3/+0 |
| | |||||
* | (help-mode): Don't set `font-lock-defaults'. | Colin Walters | 2002-06-12 | 1 | -23/+5 |
| | |||||
* | (font-lock-set-defaults-1): Set variable alist here. | Colin Walters | 2002-06-12 | 1 | -2/+3 |
| | |||||
* | font-core.el (font-lock-core-only): Variable deleted. All uses removed. | Colin Walters | 2002-06-12 | 2 | -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 Walters | 2002-06-12 | 1 | -0/+9 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2002-06-11 | 1 | -0/+8 |
| | |||||
* | (format-alist): Document new element PRESERVE. | Richard M. Stallman | 2002-06-11 | 1 | -2/+14 |
| | | | | (format-write-file): Implement PRESERVE elt for a format. | ||||
* | (make-auto-save-file-name): Rename local `filename' to `file-name'. | Richard M. Stallman | 2002-06-11 | 1 | -1/+1 |
| | |||||
* | (ebrowse-draw-tree-fn): Use copy-sequence. | Richard M. Stallman | 2002-06-10 | 2 | -7/+20 |
| | | | | (ebrowse-copy-list): Function deleted. | ||||
* | (eshell-copy-tree): Make it an alias for copy-tree. | Richard M. Stallman | 2002-06-10 | 1 | -17/+1 |
| | |||||
* | (copy-list): Moved to cl.el. | Richard M. Stallman | 2002-06-10 | 1 | -18/+12 |
| | | | | (copy-tree): Don't use copy-list or cl-pop. | ||||
* | (copy-list): Moved back from subr.el. | Richard M. Stallman | 2002-06-10 | 1 | -0/+9 |
| | |||||
* | Undo previous change. | Richard M. Stallman | 2002-06-10 | 1 | -2/+2 |
| | |||||
* | (viper-insert-prev-from-insertion-ring) | Richard M. Stallman | 2002-06-10 | 1 | -2/+2 |
| | | | | (viper-prev-destructive-command): Use copy-sequence. | ||||
* | (eshell-copy-list): Function deleted. | Richard M. Stallman | 2002-06-10 | 1 | -11/+2 |
| | | | | (eshell-sublist, eshell-copy-tree): Use copy-sequence. | ||||
* | (eshell-mode, eshell-mode): Use copy-sequence. | Richard M. Stallman | 2002-06-10 | 1 | -2/+2 |
| | |||||
* | (eshell/diff): Use copy-sequence. | Richard M. Stallman | 2002-06-10 | 1 | -1/+1 |
| | |||||
* | Make comint use text properties for highlighting instead of overlays: | Miles Bader | 2002-06-10 | 2 | -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 Bader | 2002-06-10 | 2 | -1/+5 |
| | |||||
* | (revert-buffer): Correct typo: variable name is `buffer-file-format', | Miles Bader | 2002-06-10 | 2 | -1/+10 |
| | | | | not `buffer-file-formats'. | ||||
* | (comint-send-input, comint-output-filter): Use the `font-lock-face' | Miles Bader | 2002-06-10 | 1 | -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 Bader | 2002-06-10 | 2 | -1/+2 |
| | |||||
* | (custom-display): Add support for `supports' predicate. | Miles Bader | 2002-06-10 | 1 | -1/+5 |
| | |||||
* | (display-supports-face-attributes-p): Work correctly if DISPLAY is a frame. | Miles Bader | 2002-06-10 | 2 | -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 Zaretskii | 2002-06-09 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Miles Bader | 2002-06-09 | 1 | -0/+17 |
| | |||||
* | (display-supports-face-attributes-p): New function. | Miles Bader | 2002-06-09 | 1 | -0/+24 |
| | |||||
* | (color-name-rgb-alist): Use 16-bit RGB values instead of 8-bit, for | Miles Bader | 2002-06-09 | 1 | -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 Walters | 2002-06-09 | 1 | -1/+1 |
| | |||||
* | (font-lock-default-function): If `font-lock-core-only' is non-nil, | Colin Walters | 2002-06-09 | 1 | -4/+8 |
| | | | | don't use big font-lock machinery. | ||||
* | (font-lock-set-defaults-1): Variable alist is now set in | Colin Walters | 2002-06-09 | 1 | -6/+5 |
| | | | | `font-lock-set-defaults'. | ||||
* | Regenerated. | Colin Walters | 2002-06-09 | 1 | -383/+367 |
| | |||||
* | (define-ibuffer-column): Don't create a third argument for the | Colin Walters | 2002-06-09 | 2 | -5/+17 |
| | | | | generated function. | ||||
* | (font-lock-core-only): New variable. | Colin Walters | 2002-06-09 | 1 | -6/+12 |
| | | | | (font-lock-set-defaults): Use it. | ||||
* | (Info-mode): Do set `font-lock-defaults', and be sure to set | Colin Walters | 2002-06-09 | 1 | -0/+2 |
| | | | | `font-lock-core-only'. | ||||
* | (occur-mode): Do set `font-lock-defaults', | Colin Walters | 2002-06-09 | 1 | -1/+2 |
| | | | | and be sure to set `font-lock-core-only'. | ||||
* | (ibuffer-mode): Do set `font-lock-defaults', and be sure to set | Colin Walters | 2002-06-09 | 1 | -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 the | Martin Stjernholm | 2002-06-08 | 2 | -26/+45 |
| | | | | `dont-override' flag where it only keeps globally set variables. | ||||
* | *** empty log message *** | Colin Walters | 2002-06-08 | 1 | -2/+4 |
| | |||||
* | (describe-char-after): Require `descr-text' when there are text | Colin Walters | 2002-06-08 | 1 | -0/+1 |
| | | | | properties. | ||||
* | (toplevel): Provide `descr-text'. | Colin Walters | 2002-06-08 | 1 | -1/+2 |
| | |||||
* | (cl-copy-tree): Moved to `copy-tree' in subr.el. Add a defalias with | Colin Walters | 2002-06-08 | 1 | -18/+1 |
| | | | | the old name. | ||||
* | (describe-char-after): Revert previous change. Just call | Colin Walters | 2002-06-08 | 1 | -16/+2 |
| | | | | `describe-text-properties' to describe text properties. | ||||
* | (describe-text-properties): Sort the output by the size of the values. | Colin Walters | 2002-06-08 | 1 | -7/+24 |
| | | | | Put `font-lock-face' property on property names. |