diff options
| author | Eli Zaretskii | 2005-06-10 11:04:20 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-06-10 11:04:20 +0000 |
| commit | 4162f25f3e4ca44c19e4b121ee56ba7463ffac6f (patch) | |
| tree | 565f3455ced6d948776a2b035106cc1a8e109009 /src/ChangeLog | |
| parent | 257914aaabe89bb14c22b9430a21fbc8b5b05657 (diff) | |
| download | emacs-4162f25f3e4ca44c19e4b121ee56ba7463ffac6f.tar.gz emacs-4162f25f3e4ca44c19e4b121ee56ba7463ffac6f.zip | |
(COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
`verbose'; print diagnostic messages only if it is non-zero. All
callers changed to pass a zero value unless DEBUG_DUMP is defined
in the environment.
(copy_executable_and_dump_data): Print section names with %.8s.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 94479694c7a..3f76f1f8eb3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-06-10 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument | ||
| 4 | `verbose'; print diagnostic messages only if it is non-zero. All | ||
| 5 | callers changed to pass a zero value unless DEBUG_DUMP is defined | ||
| 6 | in the environment. | ||
| 7 | (copy_executable_and_dump_data): Print section names with %.8s. | ||
| 8 | |||
| 1 | 2005-06-10 Masatake YAMATO <jet@gyve.org> | 9 | 2005-06-10 Masatake YAMATO <jet@gyve.org> |
| 2 | 10 | ||
| 3 | * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face | 11 | * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face |