diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e28bfb7d8ba..255ed8d442a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-09-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove ccl.elc and | ||
| 4 | codepage.elc. | ||
| 5 | |||
| 1 | 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 7 | ||
| 3 | * emacsclient.c (main): Use stdout rather than stdin to obtain the | 8 | * emacsclient.c (main): Use stdout rather than stdin to obtain the |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 4a9bbb5fbe8..4bd6e4ea29f 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -190,8 +190,6 @@ WINDOW_SUPPORT = \ | |||
| 190 | OTHER_PLATFORM_SUPPORT = \ | 190 | OTHER_PLATFORM_SUPPORT = \ |
| 191 | $(lispsource)dos-fns.elc \ | 191 | $(lispsource)dos-fns.elc \ |
| 192 | $(lispsource)dos-vars.elc \ | 192 | $(lispsource)dos-vars.elc \ |
| 193 | $(lispsource)international/ccl.elc \ | ||
| 194 | $(lispsource)international/codepage.elc \ | ||
| 195 | $(lispsource)x-dnd.elc \ | 193 | $(lispsource)x-dnd.elc \ |
| 196 | $(lispsource)term/x-win.elc | 194 | $(lispsource)term/x-win.elc |
| 197 | 195 | ||