diff options
| author | Stefan Monnier | 2005-06-29 08:20:44 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-06-29 08:20:44 +0000 |
| commit | 9a1505e92e4a0048e6cb722ccf56169b70f9c041 (patch) | |
| tree | 622792cdb48a6c8374d0d69bea356b5565853cc7 /src | |
| parent | 56d8206be3784e75de1dfb2394aeff02be273af1 (diff) | |
| download | emacs-9a1505e92e4a0048e6cb722ccf56169b70f9c041.tar.gz emacs-9a1505e92e4a0048e6cb722ccf56169b70f9c041.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 31792c1c340..29e30cf96c3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -65,17 +65,16 @@ | |||
| 65 | * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix. | 65 | * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix. |
| 66 | (syms_of_xdisp) <void-text-area-pointer>: Doc fix. | 66 | (syms_of_xdisp) <void-text-area-pointer>: Doc fix. |
| 67 | 67 | ||
| 68 | * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on | 68 | * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows. |
| 69 | MSDOS/Windows. | ||
| 70 | 69 | ||
| 71 | 2005-06-23 Richard M. Stallman <rms@gnu.org> | 70 | 2005-06-23 Richard M. Stallman <rms@gnu.org> |
| 72 | 71 | ||
| 73 | * xdisp.c (get_next_display_element): Finish reversing the tests of | 72 | * xdisp.c (get_next_display_element): Finish reversing the tests of |
| 74 | Vnobreak_char_display. | 73 | Vnobreak_char_display. |
| 75 | 74 | ||
| 76 | * xdisp.c (Vnobreak_char_display): Renamed from Vshow_nonbreak_escape. | 75 | * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape. |
| 77 | All uses changed. | 76 | All uses changed. |
| 78 | (Qnobreak_space): Renamed from Qno_break_space. All uses changed. | 77 | (Qnobreak_space): Rename from Qno_break_space. All uses changed. |
| 79 | (syms_of_xdisp): Define nobreak-char-display and nobreak-space. | 78 | (syms_of_xdisp): Define nobreak-char-display and nobreak-space. |
| 80 | 79 | ||
| 81 | * fileio.c (Frename_file): Preserve owner and group, if possible, | 80 | * fileio.c (Frename_file): Preserve owner and group, if possible, |
| @@ -371,8 +370,7 @@ | |||
| 371 | 370 | ||
| 372 | 2005-06-06 Eli Zaretskii <eliz@gnu.org> | 371 | 2005-06-06 Eli Zaretskii <eliz@gnu.org> |
| 373 | 372 | ||
| 374 | * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): | 373 | * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros. |
| 375 | Remove macros. | ||
| 376 | 374 | ||
| 377 | * unexw32.c (RVA_TO_PTR): Move here from w32heap.h. | 375 | * unexw32.c (RVA_TO_PTR): Move here from w32heap.h. |
| 378 | 376 | ||