1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00
Commit Graph

29327 Commits

Author SHA1 Message Date
Kenichi Handa
98c6d6edf3 (set-language-info-alist): Docstring fixed. 2000-06-21 07:35:25 +00:00
Kenichi Handa
eaecfc944f *** empty log message *** 2000-06-21 07:34:38 +00:00
Kenichi Handa
ff69c4ee0c *** empty log message *** 2000-06-21 02:05:10 +00:00
Stefan Monnier
d9330f43f4 (jit-lock-after-change): Don't assume point is at START. 2000-06-20 23:59:05 +00:00
Kenichi Handa
a895a5a57e (set-buffer-process-coding-system): Documentation fixed. 2000-06-20 23:58:18 +00:00
Kenichi Handa
961650d4ec *** empty log message *** 2000-06-20 23:56:00 +00:00
Stefan Monnier
d355bd8ae6 (scan_sexps_forward):
Check the comstyle of single-char comment-starters.
Clarify control-flow around the Scomment case.
2000-06-20 22:49:34 +00:00
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