summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (pop): Move the call to `car' outside the prog1, as the compilerMiles Bader2002-06-142-2/+5
| | | | generate better code for it.
* (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.Miles Bader2002-06-142-1/+5
|
* (zone-timer): New variable holds the idle timer.Richard M. Stallman2002-06-132-12/+19
| | | | | | | (zone): Don't fiddle with the idle timer at all. (zone-when-idle): Put the idle timer in zone-timer. If one is already set up, cancel it and make a new one. (zone-leave-me-alone): Likewise.
* *** empty log message ***Jason Rumney2002-06-131-0/+4
|
* (w32-charset-info-alist): Reorder.Jason Rumney2002-06-131-5/+7
|
* (auto-mode-alist): Move entry for ".in" to the end.Andreas Schwab2002-06-132-3/+7
|
* (comint-mode): Don't set `font-lock-defaults'.Miles Bader2002-06-132-3/+6
| | | | (comint-mode-hook): Turn on font-lock by default.
* * bookmark.el (bookmark-file-or-variation-thereof): Restore vc-backendKarl Fogel2002-06-122-11/+22
| | | | | check, thanks to Robert Thorpe <robert.thorpe@antenova.com> for noticing. Redocument.
* Change the maintainer to "none".Eli Zaretskii2002-06-122-1/+5
|
* (x-handle-switch): Fix handling of x-invocation-args for switches withJuanma Barranquero2002-06-122-2/+7
| | | | arguments.
* (Info-fontify-node): Compute header line speciallyRichard M. Stallman2002-06-122-24/+70
| | | | | | | | if node has no next, previous or up links. Hide the part of the first line that is used in the header. Use Info-next-link-keymap, etc. (Info-next-link-keymap, Info-prev-link-keymap) (Info-up-link-keymap): New variables.
* (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'Stefan Monnier2002-06-121-4/+8
| | | | without first making sure it's bound.
* (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
| | | | | | | | | | | (Info-setup-header-line): Function deleted. (Info-mode): Make Info-header-line local. (Info-fontify-node): Ignore Info-use-header-line. Unconditionally compute what the header line should be, and store it on the `header-line' property of the node's first char. Bind [header-line down-mouse-1]. Use `keymap' property, not `local-map'. Bind [mouse-2] for mouse clicks on the node line in the text.
* (font-lock-beginning-of-syntax-function): Doc fix.Richard M. Stallman2002-06-121-5/+10
|
* (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.