Commit Graph

29220 Commits

Author SHA1 Message Date
Stefan Monnier
e6365855eb (describe_syntax): Recognize the `n'estable bit.
(Fforward_comment, scan_lists):
Check the comstyle of single-char comment-starters.
(scan_sexps_forward): Don't try to recognize `half comment-enders' if
we're just at the beginning of the comment (f.ex with (*) ... (*)).
2000-06-20 22:34:00 +00:00
Gerd Moellmann
a61d762cf0 *** empty log message *** 2000-06-20 19:54:50 +00:00
Gerd Moellmann
0b634dc141 @setfilename to ../info/reftex. 2000-06-20 19:54:37 +00:00
Gerd Moellmann
ce0b67174f (display_prop_intangible_p): Add prototype. 2000-06-20 19:45:24 +00:00
Gerd Moellmann
06568bbfec (single_display_prop_intangible_p)
(display_prop_intangible_p): New functions.
2000-06-20 19:44:44 +00:00
Gerd Moellmann
3e9ac4b71e (adjust_point_for_property): Check if display
property should be treated as intangible by looking at its
value.
2000-06-20 19:43:51 +00:00
Dave Love
5700d2cc12 *** empty log message *** 2000-06-20 18:40:08 +00:00
Gerd Moellmann
4a27bdfba8 *** empty log message *** 2000-06-20 18:36:27 +00:00
Gerd Moellmann
9869bb0bd2 (make_temp_name): Don't use `%s' in string passed to
report_file_error.
2000-06-20 18:32:12 +00:00
Gerd Moellmann
8972339502 (sigprocmask_set): New variable. 2000-06-20 18:31:36 +00:00
Gerd Moellmann
094d2b0ea8 (sigblock, sigunblock) [USG5_4]: Set
sigprocmask_set, and pass a pointer to it to sigprocmask.
2000-06-20 18:31:04 +00:00
Gerd Moellmann
6a9f1263c6 (sigblock): Redefined to pass a pointer as second
argument to sigprocmask.
2000-06-20 18:30:44 +00:00
Dave Love
0690cb375b (make_hash_table, maybe_resize_hash_table): Cast arg of
next_almost_prime.
2000-06-20 18:28:07 +00:00
Gerd Moellmann
3a99c8191b (turn-off-auto-fill): New function. 2000-06-20 18:24:59 +00:00
Gerd Moellmann
e7cec0051a (pc-selection-mode): Bind `M-\d'
instead of `M-backspace'.
2000-06-20 18:24:35 +00:00
Gerd Moellmann
41115d0745 (emacs-version): Use ISO date format. 2000-06-20 18:24:22 +00:00
Dave Love
83c2ece520 [emacs]: Include lisp.h. 2000-06-20 18:23:12 +00:00
Dave Love
e608805f43 [emacs] Test HAVE_FCNTL_H, not USG5. Include lisp.h and unistd.h. 2000-06-20 18:19:03 +00:00
Sam Steingold
427ec0820c Don't declare xmalloc, xrealloc. 2000-06-20 18:17:05 +00:00
Stefan Monnier
8972fe79a7 *** empty log message *** 2000-06-20 17:06:32 +00:00
Stefan Monnier
a60198e5df (re_match, re_match_2): Protect calls to alloca (0).
(re_comp): Cast gettext return value to avoid complaints when
!HAVE_LIBINTL.
2000-06-20 16:48:05 +00:00
Stefan Monnier
4d5d60c34d (JIT Lock Mode): jit-lock-mode is not a command any more. 2000-06-20 16:34:50 +00:00
Stefan Monnier
bcacade9c2 (with-buffer-prepared-for-jit-lock):
Renamed from with-buffer-prepared-for-font-lock and use
inhibit-modification-hooks rather than setting *-change-functions.
Update all functions to use the new name.
(jit-lock-first-unfontify-pos): New semantics (and doc).
(jit-lock-mode): Make non-interactive.
Don't automatically turn on font-lock.
Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
Always use jit-lock-after-change.
Remove and restore font-lock-after-change-function.
(turn-on-jit-lock, jit-lock-after-fontify-buffer)
(jit-lock-after-unfontify-buffer): Remove.
(jit-lock-stealth-fontify):
Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
(jit-lock-after-change): Set the `fontified' text-prop to nil.
2000-06-20 16:24:04 +00:00
Sam Steingold
1bd03f6871 ignore some auto-generated files 2000-06-20 15:24:16 +00:00
Sam Steingold
5d80cc9cbc handle print-unreadable-object 2000-06-20 15:01:59 +00:00
Dave Love
f85c008a0c Don't define HAVE_GETWD, HAVE_GETTIMEOFDAY. 2000-06-20 14:09:56 +00:00
Dave Love
c1fe577127 Don't define HAVE_GETWD HAVE_GETTIMEOFDAY. 2000-06-20 14:05:56 +00:00
Dave Love
d8b99817d8 Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK. 2000-06-20 14:05:16 +00:00
Dave Love
41c235f496 Don't declare HAVE_GETWD. 2000-06-20 14:04:28 +00:00
Dave Love
662767b0e9 Don't declare xmalloc, xrealloc. 2000-06-20 14:02:05 +00:00
Dave Love
0af4f20506 *** empty log message *** 2000-06-20 13:57:43 +00:00
Dave Love
85248548ea Don't declare GETTIMEOFDAY_ONE_ARGUMENT. 2000-06-20 13:36:45 +00:00
Dave Love
eaac62b49c Don't declare HAVE_GETWD, VFORK_RETURN_TYPE. 2000-06-20 13:36:13 +00:00
Dave Love
ba999c1481 Don't declare HAVE_GETWD, HAVE_GETTIMEOFDAY. 2000-06-20 13:35:30 +00:00
Dave Love
074b6efe95 Add xfree missed from last change. 2000-06-20 13:30:26 +00:00
Dave Love
a47bf6480c comment 2000-06-20 13:27:11 +00:00
Dave Love
d494ad02a2 (poll_for_input_1): Declare. 2000-06-20 13:22:16 +00:00
Dave Love
0d624dd4c4 Don't define NLIST_STRUCT (handled by configure). 2000-06-20 13:17:40 +00:00
Dave Love
c971ff9a0b (xmalloc, xrealloc, xfree): Define using POINTER_TYPE. 2000-06-20 13:15:58 +00:00
Dave Love
0385e83ddf Remove duplicate prototypes. Declare free_frame_xic,
x_set_tool_bar_lines.
2000-06-20 13:11:39 +00:00
Dave Love
83925baabc (x_set_tool_bar_lines, free_frame_xic, compose_text, getenv, ctime)
(getwd): Removed.
(xmalloc, xrealloc, xfree): Declare using POINTER_TYPE.
2000-06-20 13:08:48 +00:00
Dave Love
1952184fe5 Add HAVE_GETWD. Move some definitions above machine/system includes. 2000-06-20 12:58:43 +00:00
Carsten Dominik
f54e4d13c4 *** empty log message *** 2000-06-20 12:58:31 +00:00
Dave Love
560c43f49a *** empty log message *** 2000-06-20 12:53:47 +00:00
Carsten Dominik
d8fb201545 * textmodes/reftex.el (reftex-find-citation-regexp-format):
Support for bibentry.
(reftex-compile-variables): Fixed problem with end of section-re.

* texmodes/reftex-dcr.el (reftex-view-crossref,
reftex-view-crossref-from-bibtex): Deal with changed
`reftex-find-citation-regexp-format'.
(reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
Replaced `remprop' with `put'.
(reftex-view-crossref, reftex-view-crossref-when-idle): Support
for bibentry.

* textmodes/reftex-vars.el (reftex-cite-format-builtin): New entry for
bibentry package.

* textmodes/reftex-parse.el (reftex-locate-bibliography-files): Regexp also
matches "\nobibliography".

* textmodes/reftex-global.el (reftex-renumber-simple-labels): Call
`reftex-ensure-write-access' before doing anything.
(reftex-ensure-write-access): New function.
2000-06-20 12:52:00 +00:00
Carsten Dominik
15e4253128 Files re-installed, because changes are too massive to document them here. 2000-06-20 12:49:47 +00:00
Carsten Dominik
a8e833f391 Update to idlwave 4.2 2000-06-20 12:46:55 +00:00
Carsten Dominik
a0d3134105 Update to reftex 4 14 2000-06-20 12:46:32 +00:00
Kenichi Handa
c99c89ac6a (HAVE_GETLOADAVG): Define it as 1. 2000-06-20 12:20:16 +00:00
Kenichi Handa
95417e1e45 *** empty log message *** 2000-06-20 12:19:03 +00:00