1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-09 15:50:21 +00:00
Commit Graph

42213 Commits

Author SHA1 Message Date
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
Francesco Potortì
97b90b0a2d (enum arg_type): New label at_stdin.
(STDIN): New constant.
(parsing_stdin): New flag.
(longopts): New option --parse-stdin=NAME.
(print_help): Document it.
(main): Handle it.
(process_file): Split into process_file and process_file_name.
(process_file_name): New function.
2002-06-06 12:50:27 +00:00
Francesco Potortì
f6566f9015 (TeX_commands): Skip comments.
(TEX_defenv): Now contains more contructs.
(TEX_cmt): Make it a static char and move it before TeX_commands.
(TeX_commands): Shorten the tag to the brace after the name.
(TeX_commands): Names now include the initial backslash.
(TeX_commands): Names do not include numeric args #n.
(TeX_commands): Correct line char number in tags.
(TEX_tabent, TEX_token): Deleted.
(TeX_commands, TEX_decode_env): Streamlined.
2002-06-06 09:45:52 +00:00
Francesco Potortì
5526f1f688 *** empty log message *** 2002-06-06 09:45:25 +00:00
Eli Zaretskii
38eee91c98 (Converting Representations): Update the description of what
string-make-unibyte does.
2002-06-05 17:52:03 +00:00
Eli Zaretskii
4ddc38a169 *** empty log message *** 2002-06-05 17:48:42 +00:00
Eli Zaretskii
f8f2fbf963 (Fstring_make_unibyte): Doc fix. 2002-06-05 17:47:50 +00:00
Eli Zaretskii
8f9b87b556 (lisp_data_to_selection_data): If the requested type
is STRING, call string_make_unibyte to encode the selected text
as a string.
2002-06-05 17:38:19 +00:00
Eli Zaretskii
d176a839b0 (xselect-convert-to-string): If VALUE is a string,
return a cons of TYPE and the string.
2002-06-05 17:14:16 +00:00
Eli Zaretskii
ebadb1e47f (Fset_window_hscroll): Doc fix. 2002-06-05 17:02:15 +00:00
Francesco Potortì
50496bd978 (main): Avoid a buffer overrun with sprintf. 2002-06-05 12:10:26 +00:00
Ken Raeburn
382f558bf2 fix my address 2002-06-05 07:08:54 +00:00
Pavel Janík
1909941afc *** empty log message *** 2002-06-05 05:17:06 +00:00
Pavel Janík
905a427657 (choose_write_coding_system): Call select-safe-coding-system properly. 2002-06-05 05:16:48 +00:00