# HG changeset patch # User Juanma Barranquero # Date 1236733325 0 # Node ID 12f6840bd24663d01f37764b59ef757ca69f1a21 # Parent 10dc40769985f9b703d50dd41a0a95be23812688 * makefile.w32-in: Update dependencies. diff -r 10dc40769985 -r 12f6840bd246 src/ChangeLog --- a/src/ChangeLog Wed Mar 11 00:57:03 2009 +0000 +++ b/src/ChangeLog Wed Mar 11 01:02:05 2009 +0000 @@ -1,3 +1,7 @@ +2009-03-11 Juanma Barranquero + + * makefile.w32-in: Update dependencies. + 2009-03-06 Adrian Robert * nsfns.m (syms_of_nsfns): Remove Qbuffered. @@ -16,7 +20,7 @@ (load_charset_map_from_file): Temporarily bind `file-name-handler-alist' to nil while calling openp. (Bug#2435) -2009-03-06 Aaron Ecay (tiny change) +2009-03-06 Aaron Ecay (tiny change) * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide, not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352) diff -r 10dc40769985 -r 12f6840bd246 src/makefile.w32-in --- a/src/makefile.w32-in Wed Mar 11 00:57:03 2009 +0000 +++ b/src/makefile.w32-in Wed Mar 11 01:02:05 2009 +0000 @@ -357,6 +357,7 @@ $(SRC)/buffer.h \ $(SRC)/coding.h \ $(SRC)/commands.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/keyboard.h \ $(SRC)/keymap.h \ @@ -420,7 +421,8 @@ $(SRC)/ccl.h \ $(SRC)/character.h \ $(SRC)/charset.h \ - $(SRC)/coding.h + $(SRC)/coding.h \ + $(SRC)/composite.h $(BLD)/character.$(O) : \ $(SRC)/character.c \ @@ -439,6 +441,7 @@ $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ + $(SRC)/composite.h \ $(SRC)/disptab.h $(BLD)/chartab.$(O) : \ @@ -466,6 +469,7 @@ $(SRC)/character.h \ $(SRC)/coding.h \ $(SRC)/commands.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/keyboard.h \ $(SRC)/keymap.h \ @@ -495,11 +499,13 @@ $(SRC)/buffer.h \ $(SRC)/ccl.h \ $(SRC)/character.h \ + $(SRC)/coding.h \ $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/font.h \ $(SRC)/frame.h \ $(SRC)/intervals.h \ + $(SRC)/termhooks.h \ $(SRC)/w32gui.h \ $(SRC)/window.h @@ -508,9 +514,12 @@ $(CONFIG_H) \ $(EMACS_ROOT)/nt/inc/sys/time.h \ $(SRC)/buffer.h \ + $(SRC)/ccl.h \ $(SRC)/character.h \ $(SRC)/coding.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ + $(SRC)/font.h \ $(SRC)/frame.h \ $(SRC)/keyboard.h \ $(SRC)/puresize.h \ @@ -534,6 +543,7 @@ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/commands.h \ + $(SRC)/composite.h \ $(SRC)/ndir.h \ $(SRC)/regex.h \ $(SRC)/systime.h @@ -576,6 +586,7 @@ $(SRC)/buffer.h \ $(SRC)/character.h \ $(SRC)/coding.h \ + $(SRC)/composite.h \ $(SRC)/keyboard.h \ $(SRC)/keymap.h \ $(SRC)/systime.h @@ -640,6 +651,7 @@ $(SRC)/blockinput.h \ $(SRC)/coding.h \ $(SRC)/commands.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/keyboard.h \ $(SRC)/systime.h \ @@ -675,6 +687,7 @@ $(SRC)/buffer.h \ $(SRC)/character.h \ $(SRC)/coding.h \ + $(SRC)/composite.h \ $(SRC)/systime.h $(BLD)/filemode.$(O) : \ @@ -765,6 +778,7 @@ $(SRC)/character.h \ $(SRC)/coding.h \ $(SRC)/commands.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/font.h \ $(SRC)/fontset.h \ @@ -807,6 +821,7 @@ $(SRC)/ccl.h \ $(SRC)/character.h \ $(SRC)/coding.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/epaths.h \ $(SRC)/font.h \ @@ -958,6 +973,7 @@ $(SRC)/buffer.h \ $(SRC)/coding.h \ $(SRC)/commands.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/keyboard.h \ $(SRC)/macros.h \ @@ -983,6 +999,7 @@ $(SRC)/atimer.h \ $(SRC)/blockinput.h \ $(SRC)/coding.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/frame.h \ $(SRC)/keyboard.h \ @@ -1023,6 +1040,7 @@ $(EMACS_ROOT)/nt/inc/sys/socket.h \ $(EMACS_ROOT)/nt/inc/sys/time.h \ $(SRC)/coding.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/ndir.h \ $(SRC)/process.h \ @@ -1043,6 +1061,7 @@ $(SRC)/atimer.h \ $(SRC)/blockinput.h \ $(SRC)/coding.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/frame.h \ $(SRC)/keyboard.h \ @@ -1062,6 +1081,7 @@ $(EMACS_ROOT)/nt/inc/sys/time.h \ $(SRC)/character.h \ $(SRC)/coding.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/process.h \ $(SRC)/syssignal.h \ @@ -1077,6 +1097,7 @@ $(CONFIG_H) \ $(SRC)/character.h \ $(SRC)/coding.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/disptab.h \ $(SRC)/frame.h \ @@ -1113,9 +1134,7 @@ $(BLD)/process.$(O) : \ $(SRC)/process.c \ $(CONFIG_H) \ - $(EMACS_ROOT)/nt/inc/grp.h \ $(EMACS_ROOT)/nt/inc/netdb.h \ - $(EMACS_ROOT)/nt/inc/pwd.h \ $(EMACS_ROOT)/nt/inc/unistd.h \ $(EMACS_ROOT)/nt/inc/arpa/inet.h \ $(EMACS_ROOT)/nt/inc/netinet/in.h \ @@ -1174,6 +1193,7 @@ $(CONFIG_H) \ $(EMACS_ROOT)/nt/inc/sys/time.h \ $(SRC)/coding.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/frame.h \ $(SRC)/keyboard.h \ @@ -1237,7 +1257,9 @@ $(BLD)/sysdep.$(O) : \ $(SRC)/sysdep.c \ $(CONFIG_H) \ + $(EMACS_ROOT)/nt/inc/grp.h \ $(EMACS_ROOT)/nt/inc/netdb.h \ + $(EMACS_ROOT)/nt/inc/pwd.h \ $(EMACS_ROOT)/nt/inc/unistd.h \ $(EMACS_ROOT)/nt/inc/sys/file.h \ $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ @@ -1247,6 +1269,7 @@ $(SRC)/blockinput.h \ $(SRC)/cm.h \ $(SRC)/coding.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/frame.h \ $(SRC)/keyboard.h \ @@ -1303,6 +1326,7 @@ $(EMACS_ROOT)/nt/inc/sys/time.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/frame.h \ $(SRC)/keyboard.h \ @@ -1463,6 +1487,7 @@ $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/frame.h \ $(SRC)/keyboard.h \ @@ -1540,6 +1565,7 @@ $(SRC)/blockinput.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/fontset.h \ $(SRC)/frame.h \ @@ -1554,6 +1580,8 @@ $(SRC)/ccl.h \ $(SRC)/character.h \ $(SRC)/charset.h \ + $(SRC)/coding.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/font.h \ $(SRC)/fontset.h \