diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 6 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 2 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c56b3ec405f..375b5e332a3 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | Remove support for Mac Carbon. | ||
| 4 | * makefile.w32-in: | ||
| 5 | * emacsclient.c: Remove code for Carbon. | ||
| 6 | |||
| 1 | 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu> | 7 | 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 8 | ||
| 3 | * Makefile.in (mac-fix-env): Remove #ifdef around rule. | 9 | * Makefile.in (mac-fix-env): Remove #ifdef around rule. |
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index ef146699781..279dd40b864 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -569,7 +569,7 @@ decode_options (argc, argv) | |||
| 569 | 569 | ||
| 570 | if (!tty && display) | 570 | if (!tty && display) |
| 571 | window_system = 1; | 571 | window_system = 1; |
| 572 | #if !defined (WINDOWSNT) && !defined (HAVE_CARBON) | 572 | #if !defined (WINDOWSNT) |
| 573 | else if (!current_frame) | 573 | else if (!current_frame) |
| 574 | tty = 1; | 574 | tty = 1; |
| 575 | #endif | 575 | #endif |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index abd3fa5a9be..4a9bbb5fbe8 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -143,7 +143,7 @@ $(BLD)/ctags.$(O): ctags.c | |||
| 143 | # | 143 | # |
| 144 | obj = dosfns.o msdos.o \ | 144 | obj = dosfns.o msdos.o \ |
| 145 | xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \ | 145 | xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \ |
| 146 | mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o \ | 146 | fontset.o \ |
| 147 | w32.o w32console.o w32fns.o w32heap.o w32inevt.o \ | 147 | w32.o w32console.o w32fns.o w32heap.o w32inevt.o \ |
| 148 | w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o \ | 148 | w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o \ |
| 149 | font.o w32font.o \ | 149 | font.o w32font.o \ |