diff options
| author | Eli Zaretskii | 2012-09-01 15:23:50 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-09-01 15:23:50 +0300 |
| commit | f18cbb28c26c300dbe37de6950d4ef918de9c61b (patch) | |
| tree | a3239774f370b6ecb590ba4b1dc1ea91845cc44d /src | |
| parent | 25eac50084cbfda539894cedede5893656cdac2d (diff) | |
| download | emacs-f18cbb28c26c300dbe37de6950d4ef918de9c61b.tar.gz emacs-f18cbb28c26c300dbe37de6950d4ef918de9c61b.zip | |
Remove conflict markers and fix entries for 2012-09-01T06:38:52Z!dancol@dancol.org.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 56e45503ad0..5b58d77e54a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | * w32term.h (FRAME_X_WINDOW): Use FRAME_W32_WINDOW instead of | 37 | * w32term.h (FRAME_X_WINDOW): Use FRAME_W32_WINDOW instead of |
| 38 | directly accessing frame internals. | 38 | directly accessing frame internals. |
| 39 | 39 | ||
| 40 | * w32font.h (w): Include font.h. Define syms_of_w32font and | 40 | * w32font.h: Include font.h. Define syms_of_w32font and |
| 41 | globals_of_w32font. | 41 | globals_of_w32font. |
| 42 | 42 | ||
| 43 | * process.c: Include TERM_HEADER instead of listing all possible | 43 | * process.c: Include TERM_HEADER instead of listing all possible |
| @@ -80,15 +80,14 @@ | |||
| 80 | 80 | ||
| 81 | * emacs.c: Include TERM_HEADER. | 81 | * emacs.c: Include TERM_HEADER. |
| 82 | 82 | ||
| 83 | * dispnew.c (d): Include TERM_HEADER instead of listing all | 83 | * dispnew.c: Include TERM_HEADER instead of listing all possible |
| 84 | possible window-system headers. | 84 | window-system headers. |
| 85 | 85 | ||
| 86 | * ccl.h (c): Include character.h. | 86 | * ccl.h: Include character.h. |
| 87 | 87 | ||
| 88 | * Makefile.in: Define WINDOW_SYSTEM_OBJ to hold objects needed for | 88 | * Makefile.in: Define WINDOW_SYSTEM_OBJ to hold objects needed for |
| 89 | the current window system; include in list of objects to link into | 89 | the current window system; include in list of objects to link into |
| 90 | Emacs. | 90 | Emacs. |
| 91 | >>>>>>> MERGE-SOURCE | ||
| 92 | 91 | ||
| 93 | 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru> | 92 | 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru> |
| 94 | 93 | ||