diff options
| author | Juanma Barranquero | 2012-09-23 20:03:48 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-09-23 20:03:48 +0200 |
| commit | af0e9f75ea016190896133353f49596754e3dc73 (patch) | |
| tree | b052256e909a6bb892bb4b55fe2e93f1d180591f /src/ChangeLog | |
| parent | 5101529e98c333b07d17dc891ba0a2e1669d82ac (diff) | |
| download | emacs-af0e9f75ea016190896133353f49596754e3dc73.tar.gz emacs-af0e9f75ea016190896133353f49596754e3dc73.zip | |
src/makefile.w32-in: Update dependencies.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a55a2f5514c..b17cb9ab60d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2012-09-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in (BLOCKINPUT_H): Remove. | ||
| 4 | (SYSSIGNAL_H): New macro. | ||
| 5 | ($(BLD)/alloc.$(O), $(BLD)/atimer.$(O), $(BLD)/buffer.$(O)) | ||
| 6 | ($(BLD)/callproc.$(O), $(BLD)/data.$(O), $(BLD)/dired.$(O)) | ||
| 7 | ($(BLD)/dispnew.$(O), $(BLD)/editfns.$(O), $(BLD)/emacs.$(O)) | ||
| 8 | ($(BLD)/eval.$(O), $(BLD)/fileio.$(O), $(BLD)/floatfns.$(O)) | ||
| 9 | ($(BLD)/fns.$(O), $(BLD)/fontset.$(O), $(BLD)/frame.$(O)) | ||
| 10 | ($(BLD)/fringe.$(O), $(BLD)/image.$(O), $(BLD)/insdel.$(O)) | ||
| 11 | ($(BLD)/keyboard.$(O), $(BLD)/keymap.$(O), $(BLD)/lread.$(O)) | ||
| 12 | ($(BLD)/menu.$(O), $(BLD)/w32inevt.$(O), $(BLD)/w32proc.$(O)) | ||
| 13 | ($(BLD)/print.$(O), $(BLD)/process.$(O), $(BLD)/ralloc.$(O)) | ||
| 14 | ($(BLD)/search.$(O), $(BLD)/sound.$(O), $(BLD)/sysdep.$(O)) | ||
| 15 | ($(BLD)/term.$(O), $(BLD)/window.$(O), $(BLD)/xdisp.$(O)) | ||
| 16 | ($(BLD)/xfaces.$(O), $(BLD)/w32fns.$(O), $(BLD)/w32menu.$(O)) | ||
| 17 | ($(BLD)/w32term.$(O), $(BLD)/w32select.$(O), $(BLD)/w32reg.$(O)) | ||
| 18 | ($(BLD)/w32xfns.$(O)): Update dependencies. | ||
| 19 | |||
| 1 | 2012-09-23 Eli Zaretskii <eliz@gnu.org> | 20 | 2012-09-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 21 | ||
| 3 | * .gdbinit: Set breakpoint on terminate_due_to_signal, not on | 22 | * .gdbinit: Set breakpoint on terminate_due_to_signal, not on |