Mercurial > emacs
changeset 102475:12f6840bd246
* makefile.w32-in: Update dependencies.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 11 Mar 2009 01:02:05 +0000 |
parents | 10dc40769985 |
children | 9191f269c2d9 |
files | src/ChangeLog src/makefile.w32-in |
diffstat | 2 files changed, 36 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <lekktu@gmail.com> + + * makefile.w32-in: Update dependencies. + 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com> * 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 <aaronecay@gmail.com> (tiny change) +2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change) * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide, not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
--- 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 \