Steven Tamm
fc7a70ccda
* keyboard.c: Don't undef SIGIO
...
* s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
* Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
(macfns.o): Don't depend on ccl.h.
* macfns.c (mac_frame_parm_handlers): Set handlers for
Qleft_fringe and Qright_fringe.
* macterm.c (mac_fill_rectangle_to_pixmap)
(mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
(mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
Put in #if 0.
(mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
(x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
(XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
(x_draw_glyph_string_background, x_draw_glyph_string_foreground)
[!MAC_OS8]: Added ifdef'd out code for os8. Don't use
XDrawImageString. Always draw background and foreground separately.
(x_draw_image_foreground): Use clipping instead of computing the
intersection rectangle.
(x_draw_image_glyph_string): Don't draw an image with mask to a
pixmap.
(x_redisplay_interface): Set flush_display_optional member to 0.
(XTread_socket): Correctly reset the TEConverter
object.
2004-11-30 05:57:27 +00:00
Andreas Schwab
e3177e4368
Enable no-op gcpros on ia64.
...
(GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
2004-11-27 22:42:19 +00:00
Stefan Monnier
7a262394fb
(POSIX_SIGNALS): Undo the removal of 2002-08-25,
...
which was not mentioned in the log.
2004-11-26 23:35:51 +00:00
Steven Tamm
640a07706b
(LIBS_CARBON): New define to specify libraries for
...
Carbon support.
(LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++. Use
LIBS_CARBON.
2004-09-02 17:02:11 +00:00
Kim F. Storm
bb6a9650da
From Barry Fishman <barry_fishman@att.net> (tiny change)
...
Use GC_MARK_STACK if __amd64__ is defined.
2004-07-21 22:04:29 +00:00
Stefan Monnier
451f03a04f
Changes for Cygwin unexec() support, changes in Cygwin itself.
...
Add support for Xaw3d scrollbars.
2004-04-12 19:42:52 +00:00
Richard M. Stallman
c2c81360f7
Delete previous change.
2004-03-20 01:10:19 +00:00
Richard M. Stallman
09ad9db4b4
(LD_SWITCH_SYSTEM_TEMACS): New definition.
2004-03-04 17:18:38 +00:00
Steven Tamm
e35644615b
Inserting Yamomotosan's changes for MacOSX image support, better support
...
of Asian fonts, and some long awaited header cleanup and centralization.
2004-02-26 17:46:48 +00:00
Stefan Monnier
4fa2eaa05c
(__attribute__): Remove outdated workaround.
2004-01-21 04:04:01 +00:00
Gerd Moellmann
74d6f539ad
(LD_SWITCH_SYSTEM_TEMACS)
...
[__FreeBSD_version >= 500042]: Define as -znocombreloc because
ld's default is incompatible with unexec.
2003-11-24 13:13:14 +00:00
Andrew Choi
3f080e4e60
s/darwin.h (GC_MARK_STACK): Define.
2003-10-12 23:38:07 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Richard M. Stallman
5851666e10
[__FreeBSD_version >= 400000]: Define TERMINFO, use -lncurses.
2003-08-19 23:47:04 +00:00
Richard M. Stallman
763dbe6baf
(LD_SWITCH_SYSTEM_TEMACS): Add undef.
2003-07-21 09:53:19 +00:00
Richard M. Stallman
c124274d34
Use -Wl syntax.
2003-07-21 09:51:20 +00:00
Richard M. Stallman
0c8b2afa5b
(START_FILES_1, END_FILES_1): Always define them.
2003-07-13 18:00:24 +00:00
Richard M. Stallman
7a179ad4df
(START_FILES, LIB_STANDARD): Use START_FILES_1, END_FILES_1.
...
(START_FILES_1, END_FILES_1): New macros (conditional).
(LD_SWITCH_SYSTEM_TEMACS): Defined.
2003-07-12 21:45:20 +00:00
Richard M. Stallman
4a2abeb21a
Don't include bsd4-3.h.
...
(TERMINFO): Defined.
(LIBS_TERMCAP): Defined.
(LD_SWITCH_SYSTEM): Defined (two definitions).
2003-07-12 21:44:13 +00:00
Dave Love
828a3791cc
(MAIL_USE_FLOCK): Make it conditional.
2003-05-20 16:27:57 +00:00
Juanma Barranquero
4f09e23d4a
Include hpux10-20.h instead of hpux10.h. Delete #undef of
...
POLLING_PROBLEM_IN_SELECT.
2003-02-21 08:05:15 +00:00
Juanma Barranquero
9ded707201
(POLLING_PROBLEM_IN_SELECT): Define POLL_INTERRUPTED_SYS_CALL, not
...
POLLING_PROBLEM_IN_SELECT.
2003-02-21 08:04:13 +00:00
Juanma Barranquero
427d47993c
New file.
2003-02-21 08:03:31 +00:00
Juanma Barranquero
177c0ea743
Trailing whitespace deleted.
2003-02-04 14:56:31 +00:00
Juanma Barranquero
2454c12d45
Initial revision.
2003-01-31 15:05:24 +00:00
Dave Love
e7b6b57283
(GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
...
architectures.
2003-01-24 12:22:01 +00:00
Dave Love
69f5d6fede
(GC_SETJMP_WORKS, GC_MARK_STACK): Define.
2003-01-21 16:47:27 +00:00
Dave Love
296e6c4f5e
Not necessary.
2002-12-09 18:10:12 +00:00
Andrew Choi
72742a999a
2002-12-02 Andrew Choi <akochoi@shaw.ca>
...
* macmenu.c (add_menu_item, fill_menubar): Truncate menu item
names to 255 characters.
* macterm.c (XTread_socket): If all frames have been collapsed,
expand the first one before handling drag-and-drop events.
* s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
which is detected by autoconf.
2002-12-02 17:13:46 +00:00
Dave Love
44129dcbc7
*** empty log message ***
2002-11-28 23:38:38 +00:00
Dave Love
6b2fd6ea80
*** empty log message ***
2002-11-27 23:01:32 +00:00
Dave Love
bf025ef431
(WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
...
Don't define.
(GC_SETJMP_WORKS, GC_MARK_STACK): Define.
2002-11-27 22:59:22 +00:00
Dave Love
04dbfa089e
(bcopy, bzero, bcmp): Don't define.
2002-11-19 14:47:11 +00:00
Dave Love
dee8ab28ac
Don't include alloca.h.
2002-11-18 16:37:53 +00:00
Dave Love
1d89948553
Move OSF1 stuff from m/alpha.h to here.
2002-11-18 16:02:39 +00:00
Dave Love
7d7d9b8484
(HAVE_FSYNC): Don't define.
2002-11-18 15:53:38 +00:00
Markus Rost
40154c7910
Include sol2-6.h.
2002-11-18 06:44:22 +00:00
Ben Key
f60ae425e9
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
2002-11-17 22:35:26 +00:00
Francesco Potortì
407fa60182
sparc-sun-solaris2.8
2002-11-14 13:32:32 +00:00
Richard M. Stallman
45bec201a1
(POLLING_PROBLEM_IN_SELECT): Add #undef.
2002-11-06 04:58:50 +00:00
Richard M. Stallman
d7efe3e1c6
(POLLING_PROBLEM_IN_SELECT): Defined.
2002-11-06 04:57:48 +00:00
Richard M. Stallman
4424836042
(BROKEN_SIGIO): Turn off the #undef.
2002-11-05 05:19:58 +00:00
Dave Love
a8c834bfdb
(bcopy, bzero): Define conditional on HAVE_BCOPY.
...
(bcmp): Define conditional on HAVE_BCMP.
(NO_SIOCTL_H): Don't define.
(TIOCSIGSEND): Don't make conditional on IRIX6.
2002-10-30 18:59:01 +00:00
Dave Love
a86892dc69
Don't include strings.h.
...
(bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
2002-10-30 18:58:46 +00:00
Dave Love
15fe470ff9
(IRIX6): Don't define.
...
(bcopy, bcmp, bzero): Don't undef.
2002-10-30 18:57:59 +00:00
Dave Love
7fa3ed62bf
Don't include strings.h.
...
(IRIX6): Don't define.
(bcopy, bcmp, bzero): Don't undef.
2002-10-30 18:57:41 +00:00
Dave Love
10c1902cc6
(C_SWITCH_SYSTEM): Revert last change (fixed by
...
regexp.h change).
(TERMINFO, LIBS_TERMCAP): Define.
2002-10-30 18:50:35 +00:00
Richard M. Stallman
95fb966a33
(UNEXEC): Comment out definition.
2002-09-13 19:36:33 +00:00
Markus Rost
e986c17538
Fix typo. Add comment.
2002-09-09 21:37:28 +00:00
Richard M. Stallman
8103074acf
New file.
2002-09-09 19:40:44 +00:00