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
Pavel Janík
e816098cb8
(cyrillic-alternativnyj-decode-table): Fix the table to contain correct
...
characters.
2002-06-05 05:07:58 +00:00
Richard M. Stallman
cc76a58cf1
Don't require cl.
2002-06-04 23:31:58 +00:00
Eli Zaretskii
91e27f370d
(Spelling): Document ispell-complete-word-dict.
2002-06-04 16:32:55 +00:00
Richard M. Stallman
3a2ff803ab
*** empty log message ***
2002-06-03 22:59:22 +00:00
Richard M. Stallman
8462b3904b
(dired-do-shell-command): Doc fix in autoload.
2002-06-03 22:58:20 +00:00
Richard M. Stallman
f4e81d49d4
(Info-extract-pointer): Ignore Info-header-line.
2002-06-03 22:57:40 +00:00
Richard M. Stallman
09f90d2ca8
(c-postprocess-file-styles): Do nothing except in CC modes.
2002-06-03 22:56:12 +00:00
Richard M. Stallman
efa2c6d77f
(select-safe-coding-system): New arg FILE; use that for set-auto-coding.
...
When computing auto-cs, narrow to FROM...TO.
Put save-excursion outside save-restriction.
2002-06-03 22:55:26 +00:00
Richard M. Stallman
5b6d51b6e8
(message_with_string): Error if STRING is not a string.
2002-06-03 22:44:31 +00:00
Richard M. Stallman
1e59646d69
(md5): Pass FILE arg to Vselect_safe_coding_system_function.
2002-06-03 22:37:15 +00:00
Richard M. Stallman
7721868125
(choose_write_coding_system):
...
Pass FILE arg to Vselect_safe_coding_system_function.
2002-06-03 22:36:06 +00:00