Dave Love
f678f592f2
*** empty log message ***
2000-09-01 14:06:45 +00:00
Gerd Moellmann
ff8df3be69
*** empty log message ***
2000-09-01 14:05:27 +00:00
Gerd Moellmann
1890c0c425
Add ``checking'' messages for
...
XpmReturnAllocPixels.
2000-09-01 14:05:06 +00:00
Eli Zaretskii
f72adc12d5
(toplevel): Remove redundant <fcntl.h>. Provide definitions for F_OK
...
and friends only after including both fcntl.h and unistd.h: some
systems define them on unistd.h.
2000-09-01 13:50:50 +00:00
Gerd Moellmann
3840422988
(read1): Accept `?' as symbol constituent, for
...
compatiblity with XEmacs.
2000-09-01 11:55:39 +00:00
Peter Breton
05d07b49ef
*** empty log message ***
2000-08-31 23:53:09 +00:00
Peter Breton
29ddd8fe9d
(file-cache-add-directory-using-find): Don't quote wildcards on MS-DOS.
...
Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
2000-08-31 23:45:43 +00:00
Stefan Monnier
c0f9ea083e
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
...
(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.
2000-08-31 17:19:15 +00:00
Dave Love
d04efc645a
bs-show
2000-08-31 11:18:06 +00:00
Dave Love
f4831bc748
*** empty log message ***
2000-08-31 11:13:14 +00:00
Dave Love
7a258cfbe0
Update for GFDL. Not yet checked by rms.
2000-08-31 11:12:00 +00:00
Gerd Moellmann
8c0f83fec6
(openp): GCPRO local variable `filename'.
2000-08-31 08:51:47 +00:00
Kenichi Handa
880c345e7d
(help-make-xrefs): Don't make hyperlinks for incorrect coding systems.
2000-08-31 07:03:28 +00:00
Kenichi Handa
9941d4c717
*** empty log message ***
2000-08-31 07:03:03 +00:00
Kenichi Handa
41c939cf02
(thai-generate-quail-map): If the length of
...
translation is more than one, compose it.
2000-08-31 00:51:49 +00:00
Kenichi Handa
5724ab7a64
*** empty log message ***
2000-08-31 00:51:29 +00:00
Dave Love
d2711e9670
*** empty log message ***
2000-08-30 19:08:06 +00:00
Dave Love
509ffb0162
*** empty log message ***
2000-08-30 18:54:48 +00:00
Stefan Monnier
4bb91c680f
Merge some changes from GNU libc. Add prototypes.
...
(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.
2000-08-30 18:31:30 +00:00
Stefan Monnier
98222d270c
(struct re_pattern_buffer): Use size_t for used/allocated.
2000-08-30 18:21:17 +00:00
Gerd Moellmann
868dd24bb1
(update_frame): Only set display_completed here; use
...
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.
2000-08-30 15:00:17 +00:00
Gerd Moellmann
edc681111e
(echo_area_display): Check display_completed instead
...
of calling detect_input_pending.
2000-08-30 14:59:06 +00:00
Gerd Moellmann
5226a93199
(set_font_frame_param): Use Fmodify_frame_parameters
...
instead of store_frame_param.
2000-08-30 13:18:07 +00:00
Andrew Innes
af9ba8ad6c
*** empty log message ***
2000-08-30 12:57:13 +00:00
Andrew Innes
903c64e933
(run-with-idle-timer): Undo last change, so that timer
...
is not activated immediately if Emacs is already idle. Some
existing code relies on this behaviour.
2000-08-30 12:39:15 +00:00
Miles Bader
caccd8f284
*** empty log message ***
2000-08-30 12:11:04 +00:00
Miles Bader
faaf40e434
(set-frame-font): Do completion of font-name for interactive use.
2000-08-30 12:09:58 +00:00
Miles Bader
90c7e9f079
(XlwMenuSetValues):
...
If the background color has changed, re-make the shadow-gcs too.
2000-08-30 11:52:37 +00:00
Kenichi Handa
f3abc4118e
(quail-self-insert-command): Fix docstring.
2000-08-30 07:56:36 +00:00
Kenichi Handa
75cf009597
*** empty log message ***
2000-08-30 07:56:19 +00:00
Kenichi Handa
185479c6a5
(quail-start-translation): Bind locally
...
last-command-event, last-command, and this-command.
(quail-start-conversion): Likewise.
2000-08-30 00:44:29 +00:00
Kenichi Handa
b64c0a1cb1
*** empty log message ***
2000-08-30 00:44:08 +00:00
Gerd Moellmann
fd5f61d362
(executable-make-buffer-file-executable-if-script-p): Check that
...
buffer contains at least 2 characters.
2000-08-29 19:29:27 +00:00
Eli Zaretskii
13142d7044
(Single-Byte Character Support): Modify iso-accents-mode index entry.
2000-08-29 17:38:28 +00:00
Eli Zaretskii
df8a9f7832
Mark as documented in the manual the effect of prefix argument
...
on list-abbrevs.
2000-08-29 17:37:01 +00:00
Eli Zaretskii
bc3d8689b6
(Editing Abbrevs): Document the effect of prefix argument on list-abbrevs.
2000-08-29 17:35:09 +00:00
Eli Zaretskii
f5fac0813b
(International Intro): document describe-character-set.
2000-08-29 17:32:02 +00:00
Eli Zaretskii
5b671d04e7
*** empty log message ***
2000-08-29 17:24:56 +00:00
Eli Zaretskii
5b7a8c4622
(help-make-xrefs, help-xref-mule-regexp): Doc fix.
2000-08-29 17:23:43 +00:00
Dave Love
fab407405d
Revert previous change.
2000-08-29 17:15:31 +00:00
Eli Zaretskii
efa21132ae
(profile, make-docfile, hexl): Depend on config.h.
2000-08-29 17:12:42 +00:00
Gerd Moellmann
2a8bd25f14
(build_frame_matrix_from_leaf_window): If a row of a
...
desired window matrix hasn't been displayed, use the current row
instead. Make sure that only those frame rows are updated for
which there is a corresponding enabled desired row.
2000-08-29 15:04:48 +00:00
Dave Love
a39fb83d37
*** empty log message ***
2000-08-29 14:40:01 +00:00
Dave Love
ccce6558af
(diff-mode) <defgroup>: Add :version.
...
(diff-mode-shared-map): Bind mouse-2.
(diff-imenu-generic-expression): New variable.
(diff-mode): Use it.
2000-08-29 14:38:49 +00:00
Dave Love
e34786c92e
("latin-9-prefix"): Change entries for � and �.
2000-08-29 13:50:04 +00:00
Dave Love
daba11ce6c
ja-dic <- skk in several places.
2000-08-29 13:36:32 +00:00
Eli Zaretskii
ba087cd7d9
Fix the file name in the entries for ebnf2ps.el.
2000-08-29 11:33:06 +00:00
Dave Love
485d951369
*** empty log message ***
2000-08-29 11:30:59 +00:00
Miles Bader
ba3478d9c9
*** empty log message ***
2000-08-29 11:23:51 +00:00
Eli Zaretskii
67e0a2b662
(HAVE_INDEX, HAVE_RINDEX): Define.
2000-08-29 11:23:34 +00:00