1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00
Commit Graph

30553 Commits

Author SHA1 Message Date
Andrew Innes
918dd0ab6d New file. 2000-09-03 17:33:24 +00:00
Miles Bader
a3d35a3982 *** empty log message *** 2000-09-03 11:40:32 +00:00
Miles Bader
65c0ae0523 (x_alloc_lighter_color_for_widget):
New extern declaration.
(make_shadow_gcs) [emacs]:
  Use x_alloc_lighter_color_for_widget to do shadow calculation.
(make_shadow_gcs):
  Remove code that tests whether the top shadow is dimmer than the bottom
    shadow--it shouldn't ever happen.
2000-09-03 11:37:45 +00:00
Miles Bader
46d516e5b0 (x_alloc_lighter_color_for_widget): New function. 2000-09-03 11:33:29 +00:00
Gerd Moellmann
715e84c950 (redisplay_mode_lines): New function.
(display_mode_lines): Return number of mode lines displayed.
(echo_area_display): Use redisplay_mode_lines to draw garbaged
mode lines.  Don't temporarily bind redisplay-dont-pause to t.
2000-09-02 21:56:47 +00:00
Gerd Moellmann
8892f40bde Remove includes of
string.h and strings.h.
(index) [HAVE_INDEX]: Add prototype.
2000-09-02 19:35:49 +00:00
Eli Zaretskii
daaf40c7da Rewritten for Emacs 21. 2000-09-02 17:58:27 +00:00
Gerd Moellmann
d276b0cfc1 Include <signal.h>.
(GC_SETJMP_WORKS, GC_MARK_STACK): Define.
2000-09-02 11:34:56 +00:00
Gerd Moellmann
f4db570c1c (SHT_PROGBITS) [__NetBSD__ && !PT_LOAD]: Don't define.
(SHT_MIPS_DEBUG, HDRR) [__NetBSD__ && __mips__]: Define.
2000-09-02 11:34:13 +00:00
Eli Zaretskii
5983611033 (mouse-popup-menubar): Supply the prompt string for
minor-mode keymaps, if they don't have one.
2000-09-02 11:19:55 +00:00
Eli Zaretskii
5514ba5c2a (eval-when-compile): Don't lose if esh-module.el's file name
is truncated to DOS 8+3 limits.
2000-09-02 05:36:27 +00:00
John Wiegley
79cf8e808e See ChangeLog 2000-09-01 22:48:12 +00:00
Eli Zaretskii
778911b922 (Info-directory-list): Doc fix. 2000-09-01 21:41:22 +00:00
Eli Zaretskii
546c0888f7 Fix dates on eshell entries. Prepend mail/ to uce.el. 2000-09-01 17:47:46 +00:00
Eli Zaretskii
4034f3a877 Fix a typo in the last entry for movemail.c. 2000-09-01 17:32:10 +00:00
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