summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* *** empty log message ***Colin Walters2002-06-081-2/+8
|
* (copy-list): Moved to subr.el.Colin Walters2002-06-081-9/+0
|
* *** empty log message ***Colin Walters2002-06-081-1/+20
|
* (describe-char-after): Use `font-lock-face' to italicize property names.Colin Walters2002-06-081-2/+3
|
* *** empty log message ***Colin Walters2002-06-081-0/+34
|
* (sgml-html-meta-auto-coding-function): New function.Colin Walters2002-06-081-35/+51
| | | | | | | | | | | (auto-coding-from-file-contents): Delete; merge functionality into `set-auto-coding'. (set-auto-coding): Move tests from `auto-coding-functions' so that they have a lower priority than coding: tags. Put `auto-coding-regexp-alist' tests before coding: tag tests. (sgml-xml-auto-coding-function): Simply `intern' the match, and test if it's a valid coding system. (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
* (copy-list): Moved here from cl.el.Colin Walters2002-06-081-0/+27
| | | | (copy-tree): Renamed here from `cl-copy-tree' in cl.el.
* (occur-mode): Don't set up categories.Colin Walters2002-06-081-13/+7
| | | | | | (occur-1): Pass `list-matching-lines-face' and `list-matching-lines-buffer-name-face'. (occur-engine): Use `font-lock-face' instead of categories.
* (Info-mode): Don't set up categories.Colin Walters2002-06-081-19/+9
| | | | | (Info-fontify-menu-headers): Use `font-lock-face' instead of categories. (Info-fontify-node): Ditto.
* (ibuffer-category-alist): Delete.Colin Walters2002-06-081-55/+13
| | | | | | | | | | | | | | (ibuffer-get-category): Delete. (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead of categories. (ibuffer-compile-format): Don't treat `name' category specially. (ibuffer-column name): Use `font-lock-face'. (filename-and-process): Ditto. (ibuffer-buffer-name-category): Renamed to `ibuffer-buffer-name-face'. Don't use categories. (ibuffer-update-title-and-summary): Use `font-lock-face'. (ibuffer-insert-filter-group): Ditto. (ibuffer-mode): Don't set up categories.
* (font-lock-category-alist): Delete.Colin Walters2002-06-081-22/+18
| | | | | | | | (turn-on-font-lock-if-enabled): Don't use it. (font-lock-symbol-category-alist): Delete. (font-lock-default-function): Use new `char-property-alias-alist' to make `font-lock-face' an alias for `face' when font-lock mode is enabled.
* (find-file-noselect-1): Undo previous change.Richard M. Stallman2002-06-082-11/+16
|
* *** empty log message ***Richard M. Stallman2002-06-081-0/+4
|
* (bookmark-file-or-variation-thereof): Doc fix.Richard M. Stallman2002-06-081-3/+3
|
* * bookmark.el (bookmark-file-or-variation-thereof): Just useKarl Fogel2002-06-082-13/+17
| | | | Info-suffix-list, as suggested by Stefan Monnier.
* *** empty log message ***Stefan Monnier2002-06-061-3/+8
|
* *** empty log message ***Eli Zaretskii2002-06-051-0/+5
|
* (xselect-convert-to-string): If VALUE is a string,Eli Zaretskii2002-06-051-1/+3
| | | | return a cons of TYPE and the string.
* *** empty log message ***Pavel Janík2002-06-051-0/+5
|
* (cyrillic-alternativnyj-decode-table): Fix the table to contain correctPavel Janík2002-06-051-1/+1
| | | | characters.
* Don't require cl.Richard M. Stallman2002-06-042-2/+5
|
* *** empty log message ***Richard M. Stallman2002-06-031-0/+14
|
* (dired-do-shell-command): Doc fix in autoload.Richard M. Stallman2002-06-031-9/+24
|
* (Info-extract-pointer): Ignore Info-header-line.Richard M. Stallman2002-06-031-4/+4
|
* (c-postprocess-file-styles): Do nothing except in CC modes.Richard M. Stallman2002-06-031-11/+12
|
* (select-safe-coding-system): New arg FILE; use that for set-auto-coding.Richard M. Stallman2002-06-031-5/+10
| | | | | When computing auto-cs, narrow to FROM...TO. Put save-excursion outside save-restriction.
* (choose-completion-string-functions): Doc fix.Richard M. Stallman2002-06-022-10/+21
| | | | (choose-completion-string): Add doc string.
* Reworked 2001-06-01 change.Kim F. Storm2002-06-012-37/+47
| | | | | | | | (choose-completion-string1): Merged back into choose-completion-string. (choose-completion-string): Run choose-completion-string-functions after checking for proper minibuffer window. Added mini-p arg to the hook functions. Insert choice if all hook functions return nil. (choose-completion-string-functions): Doc update.
* (auto-mode-alist): Strip trailing ".in" from the fileSam Steingold2002-06-012-5/+11
| | | | name when deciding the mode (for config.h.in, Makefile.in etc).
* (prolog-mode-syntax-table): Add flags to ?/ and ?* entriesThien-Thi Nguyen2002-06-012-8/+29
| | | | | | to support /* */ style comments. (prolog-font-lock-keywords): New var. (prolog-mode): Enable font-locking; set `font-lock-defaults'.
* (choose-completion-string-functions): New special hook.Kim F. Storm2002-06-011-0/+12
| | | | | | (choose-completion-string1): Renamed from choose-completion-string. (choose-completion-string): Run choose-completion-string-functions until success, and only call choose-completion-string1 if it fails.
* *** empty log message ***Kim F. Storm2002-05-311-0/+7
|
* (autoloaded toplevel): Don't use ispell-library-directory withoutStefan Monnier2002-05-311-9/+8
| | | | checking that it's bound.
* (cua--last-deleted-region-pos)Kim F. Storm2002-05-311-19/+44
| | | | | | (cua--last-deleted-region-text): New aux variables. (cua-delete-region): Set them. (cua-repeat-replace-region): Use them to find the replacement text.
* *** empty log message ***Kim F. Storm2002-05-311-0/+7
|
* (viper-smart-suffix-list, viper-ask-level): Fix typos.Juanma Barranquero2002-05-312-2/+7
|
* (grep-tree-command, grep-tree-files-aliases)Kim F. Storm2002-05-301-1/+119
| | | | | | | | | (grep-tree-ignore-CVS-directories, grep-tree-ignore-case): New custom variables. (grep-compute-defaults): Compute grep-tree-command's default value. (grep-expand-command-macros): New aux function. (grep-tree-last-regexp, grep-tree-last-files): New aux variables. (grep-tree): New command like grep-find but extended prompting.
* *** empty log message ***Kim F. Storm2002-05-301-0/+10
|
* *** empty log message ***Richard M. Stallman2002-05-301-0/+23
|
* (find-file-default): Add defvar for var already used.Richard M. Stallman2002-05-301-0/+3
|
* (menu-bar-showhide-fringe-menu): Use defvar.Richard M. Stallman2002-05-301-1/+1
|
* (open-network-stream, open-network-stream-nowait)Richard M. Stallman2002-05-301-0/+83
| | | | (open-network-stream-server, process-kill-without-query): Moved from simple.el.
* (open-network-stream, open-network-stream-nowait)Richard M. Stallman2002-05-301-91/+0
| | | | | | | (open-network-stream-server, process-kill-without-query): Moved to subr.el. (byte-compiling-files-p): Function deleted.
* (ispell-library-directory): Renamed from ispell-library-path.Richard M. Stallman2002-05-301-32/+23
| | | | | | | | | If Ispell is not installed, init to nil. (ispell-menu-map): Get rid of byte-compiling-files-p hackery; initialize this unconditionally when ispell-menu-map-needed is t. Local `path' renamed to `dir'. (check-ispell-version): Doc fix.
* Modified doc string to say that the kill-compilation function alsoRobert J. Chassell2002-05-301-2/+2
| | | | kills processes made by a grep command; created a defalias, kill-grep.
* (calc-d-prefix-help): Add `@'.Miles Bader2002-05-302-2/+11
|
* (calc-init-extensions): Add binding for `d@'.Miles Bader2002-05-301-2/+8
| | | | (calc-toggle-banner): New function.