- 16 Apr, 1997 10 commits
-
-
Lars Magne Ingebrigtsen authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
on the value. (sgml-transformation): New variable. (sgml-mode-common): Use it. (html-href-anchor): Ask for address, wrap around text. (html-name-anchor): Same as above, without initial input. (html-image): No initial input for address. (html-ordered-list): Incorporate char into string. (html-unordered-list): Same as above. (html-checkboxes, html-radio-buttons): Rewritten. (sgml-char-names): Change ensp to nbsp. (sgml-tag): Use intangible here. (sgml-tags-invisible): Don't add intangible property separately here. Just the category property is enough. Eliminate local variable `point'. Bind inhibit-point-motion-hooks.
-
Richard M. Stallman authored
to `regions', and bind `skeleton-regions' with let. (skeleton-read): Rename arg STR to PROMPT.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(mail-do-fcc): After appending to a buffer, offer to save it. Or if the buffer matched the file, append to the file too.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Kenichi Handa authored
for a invalid coding system.
-
Richard M. Stallman authored
(rmail-summary-delete-backward): Corresponding changes.
-
- 15 Apr, 1997 24 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Per Abrahamsen authored
-
Eli Zaretskii authored
(x-select-text, x-get-selection-value): New functions, support for MS-Windows clipboard.
-
Francesco Potortì authored
* etags.c (xnew): Add support for debugging with chkmalloc. (error): Use this instead of printf whenever possible. (main): Only call xnew after having initialised progname. (substitute): Bad memory corruption error corrected. * etags.c (add_regex): Undo previous change. (relative_filename): Small memory leak closed. (absolute_filename): Cleaned up the code, possibly closing a bug. (absolute_dirname): Always return a newly allocated string.
-
Per Abrahamsen authored
-
Per Abrahamsen authored
-
Per Abrahamsen authored
-
Per Abrahamsen authored
-
Noah Friedman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
features of parse-partial-sexp instead of doing regexp search.
-
Richard M. Stallman authored
(interval_of): New function.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(SYNTAX_ENTRY): Depending on the value of SYNTAX_ENTRY_VIA_PROPERTY may do a lookup for syntax table in gl_state. (UPDATE_SYNTAX_TABLE_FORWARD, UPDATE_SYNTAX_TABLE_BACKWARD, UPDATE_SYNTAX_TABLE, SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT): New macros. (struct gl_state_s): New struct.
-
Richard M. Stallman authored
text property into account when doing SYNTAX (c). (ST_COMMENT_STYLE, ST_STRING_STYLE): New codes to denote delimiters for new types of strings and comments. (Vparse_sexp_lookup_properties): New variable. (struct lisp_parse_state): Comment updated. (gl_state): New global variable. (update_syntax_table): New function. (char_quoted): Move earlier, update gl_state when needed. (find_defun_start): Update gl_state when needed. (back_comment): New function. (Scomment_fence, Sstring_fence): New delimeter char classes denoted by `!' and `|'. (Fchar_syntax, Fmatching_paren): Update gl_state to whole-bufferstate. (scan_words): update gl_state when needed. (Fskip_chars_forward): Move from search.c. (Fskip_chars_backward): Move from search.c. (Fskip_syntax_forward): Move from search.c. (Fskip_syntax_backward): Move from search.c. (skip_chars): Move from search.c. (Fforward_comment, scan_lists): Update gl_state when needed. Handle Scomment_fence, Sstring_fence. (Fbackward_prefix_chars) Update gl_state when needed. (scan_sexps_forward): Update gl_state when needed. Handle Scomment_fence, Sstring_fence. If comment_stop==-1, stop at start or end of comment or string. (Fparse-partial-sexp): Doc fix. (syms_of_syntax): Move initialization of skip* from search.c.
-
Richard M. Stallman authored
(string_match_1): Set re_match_object. (fast_string_match): Set re_match_object. (Fskip_chars_forward): Move to syntax.c. (Fskip_chars_backward): Move to syntax.c. (Fskip_syntax_forward): Move to syntax.c. (Fskip_syntax_backward): Move to syntax.c. (skip_chars): Move to syntax.c. (search_buffer): Set re_match_object. (syms_of_search): Move initialization of skip* to syntax.c.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 14 Apr, 1997 6 commits
-
-
Karl Heuer authored
-
Richard M. Stallman authored
against pathological recursive calls.
-
Karl Heuer authored
-
Karl Heuer authored
-
Eli Zaretskii authored
(dependencies): Add dependencies for w16select.o.
-
Simon Marshall authored
-