1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00
Commit graph

30585 commits

Author SHA1 Message Date
Gerd Moellmann
39efdf3f2f (DONTCOMPILE): Fix typo in file name. 2000-09-04 19:44:28 +00:00
Dave Love
c00bc844ec 64-bit on Solaris now works. 2000-09-04 16:25:18 +00:00
Dave Love
517699cac6 (index, rindex): Prototype conditionally. 2000-09-04 15:26:16 +00:00
Dave Love
7d817b8361 *** empty log message *** 2000-09-04 14:00:50 +00:00
Dave Love
b08d86c6ef help-echo and menu prompts stuff 2000-09-04 14:00:05 +00:00
Dave Love
e3b9fc9196 help-echo stuff, find-image, image-size. 2000-09-04 13:57:47 +00:00
Dave Love
05cae5d0b0 help-echo stuff 2000-09-04 13:55:53 +00:00
Miles Bader
b7fa4a0675 (remap_menubar):
Only include the menu-margin in the initial X & Y positions for
  horizontal menu-bars.
(fit_to_screen):
  If moving a sub-menu to the left-side, increment its x-position by the
  shadow-thickness to make it look more attached to the invoking
  menu-item (similarly to the way it would be displayed on the right side).
2000-09-04 13:04:49 +00:00
Miles Bader
43aa2f1bef (XlwMenuSetValues): Pass the correct pointer type to XtIsRealized. 2000-09-04 12:13:34 +00:00
Gerd Moellmann
bb970e6721 (syms_of_lread): Make Vbytecomp_version_regexp a Lisp
variable; recognize Emacs 19 elc files.
2000-09-04 12:04:29 +00:00
Miles Bader
7a3d0e0ee0 *** empty log message *** 2000-09-04 11:57:57 +00:00
Miles Bader
357460d08c (xmenu_show):
Call x_set_menu_resources_from_menu_face before initially popping up
  the menu, so the menu doesn't flash when the face settings are
  significantly different from the defaults.
2000-09-04 11:56:36 +00:00
Miles Bader
da353f232d (XlwMenuSetValues): Only frob the display if the menu is actually displayed. 2000-09-04 11:55:02 +00:00
Dave Love
a033ea13a3 (custom-set-variables): Print message about errors in
setting.
2000-09-04 09:41:48 +00:00
Dave Love
1d86963473 (widget-sexp-validate): Fix garbled code. 2000-09-04 09:40:27 +00:00
Stefan Monnier
14473664b8 (WIDE_CHAR_SUPPORT): New macro.
(btowc, iswctype, wctype) [_LIBC]: Redefine to __<fun>.
(BIT_ALPHA, BIT_ALNUM, BIT_ASCII, BIT_NONASCII, BIT_GRAPH, BIT_PRINT)
(BIT_UNIBYTE): Remove.
(re_match_2_internal): Delete corresponding code and streamline the
BIT_MULTIBYTE case to not bother checking ISUNIBYTE.
(CHAR_CLASS_MAX_LENGTH) [!WIDE_CHAR_SUPPORT]: Set to 9 rather than 6.
(re_wctype_t): New type.
(re_wctype, re_iswctype, re_wctype_to_bit): New functions.
(regex_compile): Use them and fix handling of overly long char classes.
2000-09-04 04:24:00 +00:00
Andrew Innes
f8803e9783 *** empty log message *** 2000-09-03 22:35:14 +00:00
Andrew Innes
96a32cb4a3 (install) Fix copying of directories. 2000-09-03 22:33:41 +00:00
Andrew Innes
96f492752e Change to DOS line endings. 2000-09-03 22:30:19 +00:00
Dave Love
45751cb58c rms approved. 2000-09-03 21:19:21 +00:00
Andrew Innes
44ef7cf637 *** empty log message *** 2000-09-03 17:51:29 +00:00
Andrew Innes
11c22fffa0 (compare_env): Convert to uppercase for comparison,
not lowercase, to match how the native Windows shell works.
2000-09-03 17:50:12 +00:00
Andrew Innes
9a6f5b63a3 Change to DOS line endings. 2000-09-03 17:47:54 +00:00
Andrew Innes
c1174479c2 *** empty log message *** 2000-09-03 17:46:22 +00:00
Andrew Innes
d7aad7bbbf (clean): Don't delete config.h and epaths.h.
(distclean): Delete them here instead.
2000-09-03 17:42:28 +00:00
Andrew Innes
971bce757c (_ANONYMOUS_UNION) [__GNUC__]: New define
(_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2000-09-03 17:41:20 +00:00
Andrew Innes
cc48c6e7a4 (ORDINARY_LINK): New define. 2000-09-03 17:40:40 +00:00
Jason Rumney
2bfd61a817 (emacs): Do not change directory to run temacs, as the load-path is
set relative to current directory.
2000-09-03 17:40:17 +00:00
Andrew Innes
a1375c9fa7 (_ANONYMOUS_UNION) [__GNUC__]: New define.
(_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2000-09-03 17:39:34 +00:00
Jason Rumney
49b3bd82e9 *** empty log message *** 2000-09-03 17:39:21 +00:00
Andrew Innes
ab252cf95d (CFLAGS): No need for -D_ANONYMOUS_UNION
-D_ANONYMOUS_STRUCT on compile line.
(EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
(ARCH_CFLAGS): Change optimization flags to -O2.
(FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
(ARGQUOTE, DQUOTE): New defines.
2000-09-03 17:37:09 +00:00
Andrew Innes
32bc732bed (CFLAGS): No need for -D_ANONYMOUS_UNION
-D_ANONYMOUS_STRUCT on compile line.
(FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
(ARGQUOTE, DQUOTE): New defines.
2000-09-03 17:36:34 +00:00
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