1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00
Commit Graph

42276 Commits

Author SHA1 Message Date
Colin Walters
d62920ca8e (define-ibuffer-column): Don't create a third argument for the
generated function.
2002-06-09 00:21:46 +00:00
Colin Walters
660acebe9c (font-lock-core-only): New variable.
(font-lock-set-defaults): Use it.
2002-06-09 00:19:23 +00:00
Colin Walters
4d1b2f822a (Info-mode): Do set `font-lock-defaults', and be sure to set
`font-lock-core-only'.
2002-06-09 00:18:15 +00:00
Colin Walters
f53f6a1e0c (occur-mode): Do set `font-lock-defaults',
and be sure to set `font-lock-core-only'.
2002-06-09 00:17:17 +00:00
Colin Walters
63e0bf5e28 (ibuffer-mode): Do set `font-lock-defaults', and be sure to set
`font-lock-core-only'.
(ibuffer-compile-format): Don't pass third argument to column functions.
(filename-and-process): Ditto.
2002-06-09 00:16:29 +00:00
Martin Stjernholm
6635cf6e49 (c-set-style, c-set-style-1): Added another state for the
`dont-override' flag where it only keeps globally set variables.
2002-06-08 23:38:42 +00:00
Colin Walters
256ab4cf12 *** empty log message *** 2002-06-08 22:52:46 +00:00
Colin Walters
cdd22c18a6 (describe-char-after): Require `descr-text' when there are text
properties.
2002-06-08 22:44:00 +00:00
Colin Walters
288395a703 (toplevel): Provide `descr-text'. 2002-06-08 22:43:33 +00:00
Colin Walters
7f050de0b3 (cl-copy-tree): Moved to `copy-tree' in subr.el. Add a defalias with
the old name.
2002-06-08 22:32:06 +00:00
Colin Walters
a7ed3f6a4e (describe-char-after): Revert previous change. Just call
`describe-text-properties' to describe text properties.
2002-06-08 22:12:57 +00:00
Colin Walters
e2fa2f6e91 (describe-text-properties): Sort the output by the size of the values.
Put `font-lock-face' property on property names.
2002-06-08 22:12:14 +00:00
Colin Walters
cc11e3eea9 *** empty log message *** 2002-06-08 22:11:57 +00:00
Colin Walters
06bc5dbf8e (copy-list): Moved to subr.el. 2002-06-08 21:42:00 +00:00
Colin Walters
a8f5766042 *** empty log message *** 2002-06-08 21:06:40 +00:00
Colin Walters
18870afc4f (describe-char-after): Use `font-lock-face' to italicize property names. 2002-06-08 21:03:00 +00:00
Colin Walters
f17c0a1960 *** empty log message *** 2002-06-08 21:00:53 +00:00
Colin Walters
447404a34f (sgml-html-meta-auto-coding-function): New function.
(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'.
2002-06-08 20:58:59 +00:00
Colin Walters
a176c9ebfb (copy-list): Moved here from cl.el.
(copy-tree): Renamed here from `cl-copy-tree' in cl.el.
2002-06-08 20:48:15 +00:00
Colin Walters
506a6d7e1b (occur-mode): Don't set up categories.
(occur-1): Pass `list-matching-lines-face' and
`list-matching-lines-buffer-name-face'.
(occur-engine): Use `font-lock-face' instead of categories.
2002-06-08 20:44:42 +00:00
Colin Walters
2a3f98a15a (Info-mode): Don't set up categories.
(Info-fontify-menu-headers): Use `font-lock-face' instead of categories.
(Info-fontify-node): Ditto.
2002-06-08 20:43:25 +00:00
Colin Walters
545aad2f09 (ibuffer-category-alist): Delete.
(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.
2002-06-08 20:42:26 +00:00
Colin Walters
1b6adddbc3 (font-lock-category-alist): Delete.
(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.
2002-06-08 20:39:29 +00:00
Colin Walters
1f63f8141f (char-property-alias-alist): New variable; describe its relation to
`default-text-properties' and the `category' property.

(default-text-properties): Note `char-property-alias-alist'.

(Special Properties): Document new property `font-lock-face'.
2002-06-08 20:31:13 +00:00
Colin Walters
651f7556c1 (Precalcuated Fontification): New node, describing `font-lock-face'. 2002-06-08 20:26:37 +00:00
Colin Walters
9a593927e9 (Foverlay_get): Use lookup_char_property. 2002-06-08 20:25:31 +00:00
Colin Walters
948fe32d39 (lookup_char_property): New function for looking up overlay and text
properties, created from textget.
(textget): Use it.
2002-06-08 20:25:17 +00:00
Colin Walters
14112a3fb0 (lookup_char_property): Declare.
(Vchar_property_alias_alist): Declare.
2002-06-08 20:24:55 +00:00
Colin Walters
49d110a8aa (Vchar_property_alias_alist): New variable.
(syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
2002-06-08 20:24:35 +00:00
Richard M. Stallman
515a9a0f46 Explain why set-window-hscroll may appear to fail to work. 2002-06-08 18:33:56 +00:00
Richard M. Stallman
9583b2bb27 Comment change. 2002-06-08 18:30:02 +00:00
Richard M. Stallman
f402ba38f5 (find-file-noselect-1): Undo previous change. 2002-06-08 18:28:06 +00:00
Richard M. Stallman
fe1d72d007 *** empty log message *** 2002-06-08 11:34:57 +00:00
Richard M. Stallman
99d30b0c06 (bookmark-file-or-variation-thereof): Doc fix. 2002-06-08 10:42:54 +00:00
Karl Fogel
dd33e6e94b * bookmark.el (bookmark-file-or-variation-thereof): Just use
Info-suffix-list, as suggested by Stefan Monnier.
2002-06-08 03:33:09 +00:00
Sam Steingold
1b65481e29 (lisp_data_to_selection_data): Fix last change:
*data_ret is not a Lisp string, while unibyte_string is.
2002-06-07 22:05:07 +00:00
Eli Zaretskii
9cbd5852b6 (lisp_data_to_selection_data): Fix last change: set size_ret. 2002-06-07 13:44:04 +00:00
Francesco Potortì
e30fbfef63 Etags regexps support the same set of operators as in Emacs. 2002-06-07 12:58:40 +00:00
Andreas Schwab
598a28133f Regenerated. 2002-06-07 11:23:40 +00:00
Andreas Schwab
3fa4ac47ab Add Support for x86-64. 2002-06-07 11:17:55 +00:00
Francesco Potortì
b4b39c67fc Document Etags regexp char escape sequences. 2002-06-06 22:58:11 +00:00
Francesco Potortì
e7d3b099a2 (scan_separators): Support all character escape
sequences supported by gcc.
(find_entries): rewind unconditionally.
(find_entries): Do not call language functions directly, now calls
itself.
(find_entries): Do general initialisations here.
(CNL_SAVE_DEFINEDEF, C_entries, LOOP_ON_INPUT_LINES, F_getit)
(Ada_getit, Pascal_functions, Pascal_functions)
(prolog_skip_comment): Do not do them here.
(readline_internal): Increment lineno here.
(readline): Conditionally undo readline_internal increment.
(readline): Do not return a value.
2002-06-06 22:37:28 +00:00
Francesco Potortì
f0da41a610 *** empty log message *** 2002-06-06 22:36:54 +00:00
Robert J. Chassell
b15dd61315 Fix typos, clarify language. 2002-06-06 16:17:38 +00:00
Stefan Monnier
5ec3b9b837 *** empty log message *** 2002-06-06 14:56:45 +00:00
Francesco Potortì
a0bbc0c572 Document new default keywords for TeX.
Improve the English for --parse-stdin.
2002-06-06 13:22:23 +00:00
Francesco Potortì
5cc4f104ee Better English, I hope. 2002-06-06 13:18:44 +00:00
Francesco Potortì
e4a1e8d966 Document --parse-stdin=FILE for Etags.
Document new default keywords for TeX.
2002-06-06 13:17:37 +00:00
Francesco Potortì
0f374b8b90 Document --parse-stdin=FILE. 2002-06-06 13:07:19 +00:00
Francesco Potortì
06ee6fcdb5 Document --parse-stdin=FILE for Etags. 2002-06-06 12:57:03 +00:00