1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00
Commit graph

17432 commits

Author SHA1 Message Date
Francesco Potortì
2f608d34a6 Tue Apr 15 16:09:15 1997 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
* 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.
1997-04-15 14:50:46 +00:00
Per Abrahamsen
9ba38b85f4 Spelling error. 1997-04-15 11:35:12 +00:00
Per Abrahamsen
f24bcac4fd Add support for build in faces. 1997-04-15 11:32:14 +00:00
Per Abrahamsen
e32273dc03 Fixed message. 1997-04-15 11:14:08 +00:00
Per Abrahamsen
a9d3a78b01 Fixed generation of empty dependencies lists. 1997-04-15 11:13:24 +00:00
Noah Friedman
4cab4c5b72 (rlogin-process-connection-type): Default to t for solaris 2.x. 1997-04-15 10:39:07 +00:00
Richard M. Stallman
4f8f7f9f73 (overwrite-mode-binary, overwrite-mode-textual): Use defvar. 1997-04-15 07:48:25 +00:00
Richard M. Stallman
21f3d1d389 Clean up comments, etc. 1997-04-15 05:07:44 +00:00
Richard M. Stallman
a14fb2b1d2 Initial revision 1997-04-15 05:03:20 +00:00
Richard M. Stallman
815eae1d27 (font-lock-fontify-syntactically-region): Use new
features of parse-partial-sexp instead of doing regexp search.
1997-04-15 05:00:36 +00:00
Richard M. Stallman
cdf3e5a2c7 Style of comments corrected.
(interval_of): New function.
1997-04-15 04:58:34 +00:00
Richard M. Stallman
b745025d2d Update copyright year. 1997-04-15 04:56:39 +00:00
Richard M. Stallman
5eea1c5ad6 (enum syntaxcode): New members Scomment_fence, Sstring_fence.
(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.
1997-04-15 04:56:10 +00:00
Richard M. Stallman
195d13612d (SYNTAX_ENTRY_VIA_PROPERTY): Set to take `syntax-table'
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.
1997-04-15 04:53:58 +00:00
Richard M. Stallman
8bb43c28a3 (looking_at_1): Set re_match_object.
(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.
1997-04-15 04:52:38 +00:00
Richard M. Stallman
add1fffcee (update_interval): New function declaration. 1997-04-15 04:46:14 +00:00
Richard M. Stallman
25eeac41e0 (update_interval): New function. 1997-04-15 04:45:26 +00:00
Richard M. Stallman
c81a9bdcd0 (Fdirectory_files): Set re_match_object. 1997-04-15 04:44:36 +00:00
Karl Heuer
53740debad (Fmodify_category_entry): Delete second arg in call to make_sub_char_table. 1997-04-14 21:32:49 +00:00
Richard M. Stallman
88b52bf54e (edebug-read-and-maybe-wrap-form): Protect
against pathological recursive calls.
1997-04-14 20:57:39 +00:00
Karl Heuer
0a1a8ee95b (timer-until): Fix syntax error. 1997-04-14 19:22:51 +00:00
Karl Heuer
1341d237b4 (browse-url-browser-function): Fix syntax error. 1997-04-14 19:15:42 +00:00
Eli Zaretskii
481c3743be (MSDOS_OBJ): Add w16select.o.
(dependencies): Add dependencies for w16select.o.
1997-04-14 11:18:41 +00:00
Simon Marshall
3196c5a701 doc-fix to be compatible with other frame- fns. 1997-04-14 11:18:31 +00:00
Eli Zaretskii
76e5a00175 (SYMS_SYSTEM): Add `syms_of_win16select'. 1997-04-14 11:12:26 +00:00
Richard M. Stallman
953c43d8e7 New function.
(timer-max-repeats): New variable.
(timer-event-handler): Avoid rerunning a timer many times
if real time has "jumped" forward.
1997-04-14 11:09:20 +00:00
Eli Zaretskii
21cfcccfb1 Initial revision 1997-04-14 10:59:48 +00:00
Richard M. Stallman
bf078b466b Initial revision 1997-04-14 10:52:29 +00:00
Richard M. Stallman
1a44ec7ad7 Fix FSF address. 1997-04-14 10:46:47 +00:00
Richard M. Stallman
d21b20858f Install the proper version. 1997-04-14 10:35:17 +00:00
Richard M. Stallman
b2adc40937 (Fprimitive_undo): When inserting, always insert
after markers (the ordinary kind of insertion).
1997-04-14 08:51:18 +00:00
Richard M. Stallman
9856e2185f (adjust_markers): Don't be confused by the gap
when computing the arg to record_marker_adjustment.
1997-04-14 08:50:23 +00:00
Richard M. Stallman
a326c090b5 Add defgroup; use defcustom for user vars. 1997-04-14 07:33:28 +00:00
Richard M. Stallman
b092a1345b (make-frame): Call custom-initialize-frame
only if cus-face is loaded.
1997-04-14 03:05:04 +00:00
Richard M. Stallman
0a3fc8a2de Add defgroup; use defcustom for user vars. 1997-04-14 03:00:06 +00:00
Richard M. Stallman
305ec10665 Doc fixes. 1997-04-14 01:40:31 +00:00
Richard M. Stallman
362b539a3f (jka-compr-temp-name-template): Fix editing error. 1997-04-13 23:43:42 +00:00
Richard M. Stallman
4f3beabf12 (ps-print-color-p): Fix minor error. 1997-04-13 23:42:53 +00:00
Richard M. Stallman
e3cd4b53c5 (dired-internal-noselect): When setting default-directory,
don't check file-name-directory.
1997-04-13 20:19:19 +00:00
Richard M. Stallman
cb35a83c0e Add defgroup; use defcustom for user vars. 1997-04-13 20:08:59 +00:00
Richard M. Stallman
d128fe8571 (kbd): New macro. 1997-04-13 08:08:11 +00:00
Richard M. Stallman
00ed33e7ab Add defgroup; use defcustom for user vars. 1997-04-13 07:51:54 +00:00
Richard M. Stallman
d61140e89d Add defgroup's; use defcustom for user vars. 1997-04-13 07:28:48 +00:00
Richard M. Stallman
ffdd27965e (server-done): If buffer visits no file, don't offer save. 1997-04-13 06:12:34 +00:00
Richard M. Stallman
6811a757a5 (sgml-mode-facemenu-add-face-function): New function.
(sgml-mode-common): Use that function for the hook value.
1997-04-13 06:11:35 +00:00
Richard M. Stallman
64ae0c233e Add defgroup; use defcustom for user vars. 1997-04-13 05:07:27 +00:00
Richard M. Stallman
54df7d9acc (dired-noselect): Avoid calling file-directory-p
when the initial argument was syntactically a directory name.
1997-04-13 04:26:38 +00:00
Richard M. Stallman
ded3e3d816 Add defgroup; use defcustom for user vars. 1997-04-13 03:09:23 +00:00
Richard M. Stallman
8e9337739b Fix previous change. 1997-04-13 02:41:42 +00:00
Richard M. Stallman
ed366e8726 Add defgroup's; use defcustom for user vars. 1997-04-13 02:39:56 +00:00