- 02 Sep, 2000 5 commits
-
-
Eli Zaretskii authored
-
Gerd Moellmann authored
(GC_SETJMP_WORKS, GC_MARK_STACK): Define.
-
Gerd Moellmann authored
(SHT_MIPS_DEBUG, HDRR) [__NetBSD__ && __mips__]: Define.
-
Eli Zaretskii authored
minor-mode keymaps, if they don't have one.
-
Eli Zaretskii authored
is truncated to DOS 8+3 limits.
-
- 01 Sep, 2000 9 commits
-
-
John Wiegley authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Dave Love authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
XpmReturnAllocPixels.
-
Eli Zaretskii authored
and friends only after including both fcntl.h and unistd.h: some systems define them on unistd.h.
-
Gerd Moellmann authored
compatiblity with XEmacs.
-
- 31 Aug, 2000 11 commits
-
-
Peter Breton authored
-
Peter Breton authored
Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
-
Stefan Monnier authored
(struct re_pattern_buffer): Remove newline_anchor. * regex.c: Keep namespace clean for GNU libc by renaming <fun> to __<fun> and using `weak_alias (__<fun>, <fun>)'. (re_max_failures, fail_stack): Use size_t rather than unsigned. (regex_compile): For ^ and $, choose between buffer and line (beg|end) depending on the new RE_NO_NEWLINE_ANCHOR syntax flag. (print_compiled_pattern, re_search_2, mutually_exclusive_p) (re_match_2_internal, re_compile_pattern, re_comp, regcomp): Get rid of references to newline_anchor. (regcomp): Allocate and precompute a fastmap.
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Gerd Moellmann authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
translation is more than one, compose it.
-
Kenichi Handa authored
-
- 30 Aug, 2000 15 commits
-
-
Dave Love authored
-
Dave Love authored
-
Stefan Monnier authored
(bcopy, bcmp, REGEX_REALLOCATE, re_match_2_internal): Use memcmp and memcpy instead of bcopy and bcmp. (init_syntax_once): Use ISALNUM. (PUSH_FAILURE_POINT, re_match_2_internal): Remove failure_id. (REG_UNSET_VALUE): Remove. Use NULL instead. (REG_UNSET, re_match_2_internal): Use NULL. (SET_HIGH_BOUND, MOVE_BUFFER_POINTER, ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros. (EXTEND_BUFFER): Use them (to work with BOUNDED_POINTERS). (GET_UNSIGNED_NUMBER): Don't use ISDIGIT. (regex_compile): In handle_interval, return an error rather than try to unfetch the interval if we can't find the closing brace. Obey the RE_NO_GNU_OPS syntax bit. (TOLOWER): New macro. (regcomp): Use it. (regexec): Allocate regs.start and regs.end as one block.
-
Stefan Monnier authored
-
Gerd Moellmann authored
the update_begin and update_end calls here from update_frame_1. (update_frame_1): Don't set display_completed here, don't call update_begin/update_end.
-
Gerd Moellmann authored
of calling detect_input_pending.
-
Gerd Moellmann authored
instead of store_frame_param.
-
Andrew Innes authored
-
Andrew Innes authored
is not activated immediately if Emacs is already idle. Some existing code relies on this behaviour.
-
Miles Bader authored
-
Miles Bader authored
-
Miles Bader authored
If the background color has changed, re-make the shadow-gcs too.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
last-command-event, last-command, and this-command. (quail-start-conversion): Likewise.
-