Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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. | ||||
* | *** empty log message *** | Colin Walters | 2002-06-08 | 1 | -2/+8 |
| | |||||
* | (copy-list): Moved to subr.el. | Colin Walters | 2002-06-08 | 1 | -9/+0 |
| | |||||
* | *** empty log message *** | Colin Walters | 2002-06-08 | 1 | -1/+20 |
| | |||||
* | (describe-char-after): Use `font-lock-face' to italicize property names. | Colin Walters | 2002-06-08 | 1 | -2/+3 |
| | |||||
* | *** empty log message *** | Colin Walters | 2002-06-08 | 1 | -0/+34 |
| | |||||
* | (sgml-html-meta-auto-coding-function): New function. | Colin Walters | 2002-06-08 | 1 | -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 Walters | 2002-06-08 | 1 | -0/+27 |
| | | | | (copy-tree): Renamed here from `cl-copy-tree' in cl.el. | ||||
* | (occur-mode): Don't set up categories. | Colin Walters | 2002-06-08 | 1 | -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 Walters | 2002-06-08 | 1 | -19/+9 |
| | | | | | (Info-fontify-menu-headers): Use `font-lock-face' instead of categories. (Info-fontify-node): Ditto. | ||||
* | (ibuffer-category-alist): Delete. | Colin Walters | 2002-06-08 | 1 | -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 Walters | 2002-06-08 | 1 | -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. Stallman | 2002-06-08 | 2 | -11/+16 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2002-06-08 | 1 | -0/+4 |
| | |||||
* | (bookmark-file-or-variation-thereof): Doc fix. | Richard M. Stallman | 2002-06-08 | 1 | -3/+3 |
| | |||||
* | * bookmark.el (bookmark-file-or-variation-thereof): Just use | Karl Fogel | 2002-06-08 | 2 | -13/+17 |
| | | | | Info-suffix-list, as suggested by Stefan Monnier. | ||||
* | *** empty log message *** | Stefan Monnier | 2002-06-06 | 1 | -3/+8 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2002-06-05 | 1 | -0/+5 |
| | |||||
* | (xselect-convert-to-string): If VALUE is a string, | Eli Zaretskii | 2002-06-05 | 1 | -1/+3 |
| | | | | return a cons of TYPE and the string. | ||||
* | *** empty log message *** | Pavel Janík | 2002-06-05 | 1 | -0/+5 |
| | |||||
* | (cyrillic-alternativnyj-decode-table): Fix the table to contain correct | Pavel Janík | 2002-06-05 | 1 | -1/+1 |
| | | | | characters. | ||||
* | Don't require cl. | Richard M. Stallman | 2002-06-04 | 2 | -2/+5 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2002-06-03 | 1 | -0/+14 |
| | |||||
* | (dired-do-shell-command): Doc fix in autoload. | Richard M. Stallman | 2002-06-03 | 1 | -9/+24 |
| | |||||
* | (Info-extract-pointer): Ignore Info-header-line. | Richard M. Stallman | 2002-06-03 | 1 | -4/+4 |
| | |||||
* | (c-postprocess-file-styles): Do nothing except in CC modes. | Richard M. Stallman | 2002-06-03 | 1 | -11/+12 |
| | |||||
* | (select-safe-coding-system): New arg FILE; use that for set-auto-coding. | Richard M. Stallman | 2002-06-03 | 1 | -5/+10 |
| | | | | | When computing auto-cs, narrow to FROM...TO. Put save-excursion outside save-restriction. | ||||
* | (choose-completion-string-functions): Doc fix. | Richard M. Stallman | 2002-06-02 | 2 | -10/+21 |
| | | | | (choose-completion-string): Add doc string. | ||||
* | Reworked 2001-06-01 change. | Kim F. Storm | 2002-06-01 | 2 | -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 file | Sam Steingold | 2002-06-01 | 2 | -5/+11 |
| | | | | name when deciding the mode (for config.h.in, Makefile.in etc). | ||||
* | (prolog-mode-syntax-table): Add flags to ?/ and ?* entries | Thien-Thi Nguyen | 2002-06-01 | 2 | -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. Storm | 2002-06-01 | 1 | -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. Storm | 2002-05-31 | 1 | -0/+7 |
| | |||||
* | (autoloaded toplevel): Don't use ispell-library-directory without | Stefan Monnier | 2002-05-31 | 1 | -9/+8 |
| | | | | checking that it's bound. | ||||
* | (cua--last-deleted-region-pos) | Kim F. Storm | 2002-05-31 | 1 | -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. Storm | 2002-05-31 | 1 | -0/+7 |
| | |||||
* | (viper-smart-suffix-list, viper-ask-level): Fix typos. | Juanma Barranquero | 2002-05-31 | 2 | -2/+7 |
| | |||||
* | (grep-tree-command, grep-tree-files-aliases) | Kim F. Storm | 2002-05-30 | 1 | -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. Storm | 2002-05-30 | 1 | -0/+10 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2002-05-30 | 1 | -0/+23 |
| | |||||
* | (find-file-default): Add defvar for var already used. | Richard M. Stallman | 2002-05-30 | 1 | -0/+3 |
| | |||||
* | (menu-bar-showhide-fringe-menu): Use defvar. | Richard M. Stallman | 2002-05-30 | 1 | -1/+1 |
| | |||||
* | (open-network-stream, open-network-stream-nowait) | Richard M. Stallman | 2002-05-30 | 1 | -0/+83 |
| | | | | (open-network-stream-server, process-kill-without-query): Moved from simple.el. | ||||
* | (open-network-stream, open-network-stream-nowait) | Richard M. Stallman | 2002-05-30 | 1 | -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. Stallman | 2002-05-30 | 1 | -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 also | Robert J. Chassell | 2002-05-30 | 1 | -2/+2 |
| | | | | kills processes made by a grep command; created a defalias, kill-grep. | ||||
* | (calc-d-prefix-help): Add `@'. | Miles Bader | 2002-05-30 | 2 | -2/+11 |
| | |||||
* | (calc-init-extensions): Add binding for `d@'. | Miles Bader | 2002-05-30 | 1 | -2/+8 |
| | | | | (calc-toggle-banner): New function. |