aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/makefile.w32-in34
2 files changed, 36 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8886c6582c5..4199801fe56 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12009-03-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in: Update dependencies.
4
12009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com> 52009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
2 6
3 * nsfns.m (syms_of_nsfns): Remove Qbuffered. 7 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
@@ -16,7 +20,7 @@
16 (load_charset_map_from_file): Temporarily bind 20 (load_charset_map_from_file): Temporarily bind
17 `file-name-handler-alist' to nil while calling openp. (Bug#2435) 21 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
18 22
192009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change) 232009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
20 24
21 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide, 25 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
22 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352) 26 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 5618643a771..05696072ec0 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -357,6 +357,7 @@ $(BLD)/callint.$(O) : \
357 $(SRC)/buffer.h \ 357 $(SRC)/buffer.h \
358 $(SRC)/coding.h \ 358 $(SRC)/coding.h \
359 $(SRC)/commands.h \ 359 $(SRC)/commands.h \
360 $(SRC)/composite.h \
360 $(SRC)/dispextern.h \ 361 $(SRC)/dispextern.h \
361 $(SRC)/keyboard.h \ 362 $(SRC)/keyboard.h \
362 $(SRC)/keymap.h \ 363 $(SRC)/keymap.h \
@@ -420,7 +421,8 @@ $(BLD)/ccl.$(O) : \
420 $(SRC)/ccl.h \ 421 $(SRC)/ccl.h \
421 $(SRC)/character.h \ 422 $(SRC)/character.h \
422 $(SRC)/charset.h \ 423 $(SRC)/charset.h \
423 $(SRC)/coding.h 424 $(SRC)/coding.h \
425 $(SRC)/composite.h
424 426
425$(BLD)/character.$(O) : \ 427$(BLD)/character.$(O) : \
426 $(SRC)/character.c \ 428 $(SRC)/character.c \
@@ -439,6 +441,7 @@ $(BLD)/charset.$(O) : \
439 $(SRC)/character.h \ 441 $(SRC)/character.h \
440 $(SRC)/charset.h \ 442 $(SRC)/charset.h \
441 $(SRC)/coding.h \ 443 $(SRC)/coding.h \
444 $(SRC)/composite.h \
442 $(SRC)/disptab.h 445 $(SRC)/disptab.h
443 446
444$(BLD)/chartab.$(O) : \ 447$(BLD)/chartab.$(O) : \
@@ -466,6 +469,7 @@ $(BLD)/cmds.$(O) : \
466 $(SRC)/character.h \ 469 $(SRC)/character.h \
467 $(SRC)/coding.h \ 470 $(SRC)/coding.h \
468 $(SRC)/commands.h \ 471 $(SRC)/commands.h \
472 $(SRC)/composite.h \
469 $(SRC)/dispextern.h \ 473 $(SRC)/dispextern.h \
470 $(SRC)/keyboard.h \ 474 $(SRC)/keyboard.h \
471 $(SRC)/keymap.h \ 475 $(SRC)/keymap.h \
@@ -495,11 +499,13 @@ $(BLD)/composite.$(O) : \
495 $(SRC)/buffer.h \ 499 $(SRC)/buffer.h \
496 $(SRC)/ccl.h \ 500 $(SRC)/ccl.h \
497 $(SRC)/character.h \ 501 $(SRC)/character.h \
502 $(SRC)/coding.h \
498 $(SRC)/composite.h \ 503 $(SRC)/composite.h \
499 $(SRC)/dispextern.h \ 504 $(SRC)/dispextern.h \
500 $(SRC)/font.h \ 505 $(SRC)/font.h \
501 $(SRC)/frame.h \ 506 $(SRC)/frame.h \
502 $(SRC)/intervals.h \ 507 $(SRC)/intervals.h \
508 $(SRC)/termhooks.h \
503 $(SRC)/w32gui.h \ 509 $(SRC)/w32gui.h \
504 $(SRC)/window.h 510 $(SRC)/window.h
505 511
@@ -508,9 +514,12 @@ $(BLD)/data.$(O) : \
508 $(CONFIG_H) \ 514 $(CONFIG_H) \
509 $(EMACS_ROOT)/nt/inc/sys/time.h \ 515 $(EMACS_ROOT)/nt/inc/sys/time.h \
510 $(SRC)/buffer.h \ 516 $(SRC)/buffer.h \
517 $(SRC)/ccl.h \
511 $(SRC)/character.h \ 518 $(SRC)/character.h \
512 $(SRC)/coding.h \ 519 $(SRC)/coding.h \
520 $(SRC)/composite.h \
513 $(SRC)/dispextern.h \ 521 $(SRC)/dispextern.h \
522 $(SRC)/font.h \
514 $(SRC)/frame.h \ 523 $(SRC)/frame.h \
515 $(SRC)/keyboard.h \ 524 $(SRC)/keyboard.h \
516 $(SRC)/puresize.h \ 525 $(SRC)/puresize.h \
@@ -534,6 +543,7 @@ $(BLD)/dired.$(O) : \
534 $(SRC)/charset.h \ 543 $(SRC)/charset.h \
535 $(SRC)/coding.h \ 544 $(SRC)/coding.h \
536 $(SRC)/commands.h \ 545 $(SRC)/commands.h \
546 $(SRC)/composite.h \
537 $(SRC)/ndir.h \ 547 $(SRC)/ndir.h \
538 $(SRC)/regex.h \ 548 $(SRC)/regex.h \
539 $(SRC)/systime.h 549 $(SRC)/systime.h
@@ -576,6 +586,7 @@ $(BLD)/doc.$(O) : \
576 $(SRC)/buffer.h \ 586 $(SRC)/buffer.h \
577 $(SRC)/character.h \ 587 $(SRC)/character.h \
578 $(SRC)/coding.h \ 588 $(SRC)/coding.h \
589 $(SRC)/composite.h \
579 $(SRC)/keyboard.h \ 590 $(SRC)/keyboard.h \
580 $(SRC)/keymap.h \ 591 $(SRC)/keymap.h \
581 $(SRC)/systime.h 592 $(SRC)/systime.h
@@ -640,6 +651,7 @@ $(BLD)/eval.$(O) : \
640 $(SRC)/blockinput.h \ 651 $(SRC)/blockinput.h \
641 $(SRC)/coding.h \ 652 $(SRC)/coding.h \
642 $(SRC)/commands.h \ 653 $(SRC)/commands.h \
654 $(SRC)/composite.h \
643 $(SRC)/dispextern.h \ 655 $(SRC)/dispextern.h \
644 $(SRC)/keyboard.h \ 656 $(SRC)/keyboard.h \
645 $(SRC)/systime.h \ 657 $(SRC)/systime.h \
@@ -675,6 +687,7 @@ $(BLD)/filelock.$(O) : \
675 $(SRC)/buffer.h \ 687 $(SRC)/buffer.h \
676 $(SRC)/character.h \ 688 $(SRC)/character.h \
677 $(SRC)/coding.h \ 689 $(SRC)/coding.h \
690 $(SRC)/composite.h \
678 $(SRC)/systime.h 691 $(SRC)/systime.h
679 692
680$(BLD)/filemode.$(O) : \ 693$(BLD)/filemode.$(O) : \
@@ -765,6 +778,7 @@ $(BLD)/frame.$(O) : \
765 $(SRC)/character.h \ 778 $(SRC)/character.h \
766 $(SRC)/coding.h \ 779 $(SRC)/coding.h \
767 $(SRC)/commands.h \ 780 $(SRC)/commands.h \
781 $(SRC)/composite.h \
768 $(SRC)/dispextern.h \ 782 $(SRC)/dispextern.h \
769 $(SRC)/font.h \ 783 $(SRC)/font.h \
770 $(SRC)/fontset.h \ 784 $(SRC)/fontset.h \
@@ -807,6 +821,7 @@ $(BLD)/image.$(O) : \
807 $(SRC)/ccl.h \ 821 $(SRC)/ccl.h \
808 $(SRC)/character.h \ 822 $(SRC)/character.h \
809 $(SRC)/coding.h \ 823 $(SRC)/coding.h \
824 $(SRC)/composite.h \
810 $(SRC)/dispextern.h \ 825 $(SRC)/dispextern.h \
811 $(SRC)/epaths.h \ 826 $(SRC)/epaths.h \
812 $(SRC)/font.h \ 827 $(SRC)/font.h \
@@ -958,6 +973,7 @@ $(BLD)/macros.$(O) : \
958 $(SRC)/buffer.h \ 973 $(SRC)/buffer.h \
959 $(SRC)/coding.h \ 974 $(SRC)/coding.h \
960 $(SRC)/commands.h \ 975 $(SRC)/commands.h \
976 $(SRC)/composite.h \
961 $(SRC)/dispextern.h \ 977 $(SRC)/dispextern.h \
962 $(SRC)/keyboard.h \ 978 $(SRC)/keyboard.h \
963 $(SRC)/macros.h \ 979 $(SRC)/macros.h \
@@ -983,6 +999,7 @@ $(BLD)/menu.$(O) : \
983 $(SRC)/atimer.h \ 999 $(SRC)/atimer.h \
984 $(SRC)/blockinput.h \ 1000 $(SRC)/blockinput.h \
985 $(SRC)/coding.h \ 1001 $(SRC)/coding.h \
1002 $(SRC)/composite.h \
986 $(SRC)/dispextern.h \ 1003 $(SRC)/dispextern.h \
987 $(SRC)/frame.h \ 1004 $(SRC)/frame.h \
988 $(SRC)/keyboard.h \ 1005 $(SRC)/keyboard.h \
@@ -1023,6 +1040,7 @@ $(BLD)/w32.$(O) : \
1023 $(EMACS_ROOT)/nt/inc/sys/socket.h \ 1040 $(EMACS_ROOT)/nt/inc/sys/socket.h \
1024 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1041 $(EMACS_ROOT)/nt/inc/sys/time.h \
1025 $(SRC)/coding.h \ 1042 $(SRC)/coding.h \
1043 $(SRC)/composite.h \
1026 $(SRC)/dispextern.h \ 1044 $(SRC)/dispextern.h \
1027 $(SRC)/ndir.h \ 1045 $(SRC)/ndir.h \
1028 $(SRC)/process.h \ 1046 $(SRC)/process.h \
@@ -1043,6 +1061,7 @@ $(BLD)/w32inevt.$(O) : \
1043 $(SRC)/atimer.h \ 1061 $(SRC)/atimer.h \
1044 $(SRC)/blockinput.h \ 1062 $(SRC)/blockinput.h \
1045 $(SRC)/coding.h \ 1063 $(SRC)/coding.h \
1064 $(SRC)/composite.h \
1046 $(SRC)/dispextern.h \ 1065 $(SRC)/dispextern.h \
1047 $(SRC)/frame.h \ 1066 $(SRC)/frame.h \
1048 $(SRC)/keyboard.h \ 1067 $(SRC)/keyboard.h \
@@ -1062,6 +1081,7 @@ $(BLD)/w32proc.$(O) : \
1062 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1081 $(EMACS_ROOT)/nt/inc/sys/time.h \
1063 $(SRC)/character.h \ 1082 $(SRC)/character.h \
1064 $(SRC)/coding.h \ 1083 $(SRC)/coding.h \
1084 $(SRC)/composite.h \
1065 $(SRC)/dispextern.h \ 1085 $(SRC)/dispextern.h \
1066 $(SRC)/process.h \ 1086 $(SRC)/process.h \
1067 $(SRC)/syssignal.h \ 1087 $(SRC)/syssignal.h \
@@ -1077,6 +1097,7 @@ $(BLD)/w32console.$(O) : \
1077 $(CONFIG_H) \ 1097 $(CONFIG_H) \
1078 $(SRC)/character.h \ 1098 $(SRC)/character.h \
1079 $(SRC)/coding.h \ 1099 $(SRC)/coding.h \
1100 $(SRC)/composite.h \
1080 $(SRC)/dispextern.h \ 1101 $(SRC)/dispextern.h \
1081 $(SRC)/disptab.h \ 1102 $(SRC)/disptab.h \
1082 $(SRC)/frame.h \ 1103 $(SRC)/frame.h \
@@ -1113,9 +1134,7 @@ $(BLD)/print.$(O) : \
1113$(BLD)/process.$(O) : \ 1134$(BLD)/process.$(O) : \
1114 $(SRC)/process.c \ 1135 $(SRC)/process.c \
1115 $(CONFIG_H) \ 1136 $(CONFIG_H) \
1116 $(EMACS_ROOT)/nt/inc/grp.h \
1117 $(EMACS_ROOT)/nt/inc/netdb.h \ 1137 $(EMACS_ROOT)/nt/inc/netdb.h \
1118 $(EMACS_ROOT)/nt/inc/pwd.h \
1119 $(EMACS_ROOT)/nt/inc/unistd.h \ 1138 $(EMACS_ROOT)/nt/inc/unistd.h \
1120 $(EMACS_ROOT)/nt/inc/arpa/inet.h \ 1139 $(EMACS_ROOT)/nt/inc/arpa/inet.h \
1121 $(EMACS_ROOT)/nt/inc/netinet/in.h \ 1140 $(EMACS_ROOT)/nt/inc/netinet/in.h \
@@ -1174,6 +1193,7 @@ $(BLD)/scroll.$(O) : \
1174 $(CONFIG_H) \ 1193 $(CONFIG_H) \
1175 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1194 $(EMACS_ROOT)/nt/inc/sys/time.h \
1176 $(SRC)/coding.h \ 1195 $(SRC)/coding.h \
1196 $(SRC)/composite.h \
1177 $(SRC)/dispextern.h \ 1197 $(SRC)/dispextern.h \
1178 $(SRC)/frame.h \ 1198 $(SRC)/frame.h \
1179 $(SRC)/keyboard.h \ 1199 $(SRC)/keyboard.h \
@@ -1237,7 +1257,9 @@ $(BLD)/syntax.$(O) : \
1237$(BLD)/sysdep.$(O) : \ 1257$(BLD)/sysdep.$(O) : \
1238 $(SRC)/sysdep.c \ 1258 $(SRC)/sysdep.c \
1239 $(CONFIG_H) \ 1259 $(CONFIG_H) \
1260 $(EMACS_ROOT)/nt/inc/grp.h \
1240 $(EMACS_ROOT)/nt/inc/netdb.h \ 1261 $(EMACS_ROOT)/nt/inc/netdb.h \
1262 $(EMACS_ROOT)/nt/inc/pwd.h \
1241 $(EMACS_ROOT)/nt/inc/unistd.h \ 1263 $(EMACS_ROOT)/nt/inc/unistd.h \
1242 $(EMACS_ROOT)/nt/inc/sys/file.h \ 1264 $(EMACS_ROOT)/nt/inc/sys/file.h \
1243 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ 1265 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
@@ -1247,6 +1269,7 @@ $(BLD)/sysdep.$(O) : \
1247 $(SRC)/blockinput.h \ 1269 $(SRC)/blockinput.h \
1248 $(SRC)/cm.h \ 1270 $(SRC)/cm.h \
1249 $(SRC)/coding.h \ 1271 $(SRC)/coding.h \
1272 $(SRC)/composite.h \
1250 $(SRC)/dispextern.h \ 1273 $(SRC)/dispextern.h \
1251 $(SRC)/frame.h \ 1274 $(SRC)/frame.h \
1252 $(SRC)/keyboard.h \ 1275 $(SRC)/keyboard.h \
@@ -1303,6 +1326,7 @@ $(BLD)/terminal.$(O) : \
1303 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1326 $(EMACS_ROOT)/nt/inc/sys/time.h \
1304 $(SRC)/charset.h \ 1327 $(SRC)/charset.h \
1305 $(SRC)/coding.h \ 1328 $(SRC)/coding.h \
1329 $(SRC)/composite.h \
1306 $(SRC)/dispextern.h \ 1330 $(SRC)/dispextern.h \
1307 $(SRC)/frame.h \ 1331 $(SRC)/frame.h \
1308 $(SRC)/keyboard.h \ 1332 $(SRC)/keyboard.h \
@@ -1463,6 +1487,7 @@ $(BLD)/w32menu.$(O) : \
1463 $(SRC)/character.h \ 1487 $(SRC)/character.h \
1464 $(SRC)/charset.h \ 1488 $(SRC)/charset.h \
1465 $(SRC)/coding.h \ 1489 $(SRC)/coding.h \
1490 $(SRC)/composite.h \
1466 $(SRC)/dispextern.h \ 1491 $(SRC)/dispextern.h \
1467 $(SRC)/frame.h \ 1492 $(SRC)/frame.h \
1468 $(SRC)/keyboard.h \ 1493 $(SRC)/keyboard.h \
@@ -1540,6 +1565,7 @@ $(BLD)/w32xfns.$(O) : \
1540 $(SRC)/blockinput.h \ 1565 $(SRC)/blockinput.h \
1541 $(SRC)/charset.h \ 1566 $(SRC)/charset.h \
1542 $(SRC)/coding.h \ 1567 $(SRC)/coding.h \
1568 $(SRC)/composite.h \
1543 $(SRC)/dispextern.h \ 1569 $(SRC)/dispextern.h \
1544 $(SRC)/fontset.h \ 1570 $(SRC)/fontset.h \
1545 $(SRC)/frame.h \ 1571 $(SRC)/frame.h \
@@ -1554,6 +1580,8 @@ $(BLD)/w32font.$(O) : \
1554 $(SRC)/ccl.h \ 1580 $(SRC)/ccl.h \
1555 $(SRC)/character.h \ 1581 $(SRC)/character.h \
1556 $(SRC)/charset.h \ 1582 $(SRC)/charset.h \
1583 $(SRC)/coding.h \
1584 $(SRC)/composite.h \
1557 $(SRC)/dispextern.h \ 1585 $(SRC)/dispextern.h \
1558 $(SRC)/font.h \ 1586 $(SRC)/font.h \
1559 $(SRC)/fontset.h \ 1587 $(SRC)/fontset.h \