Mercurial > emacs
comparison src/ChangeLog @ 63841:a7d45b7cc6d5
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 29 Jun 2005 08:20:44 +0000 |
parents | 8c653abf3d8b |
children | 35bc84251d54 bb71c6cf2009 |
comparison
equal
deleted
inserted
replaced
63840:0e0d1ff0b641 | 63841:a7d45b7cc6d5 |
---|---|
63 2005-06-24 Juanma Barranquero <lekktu@gmail.com> | 63 2005-06-24 Juanma Barranquero <lekktu@gmail.com> |
64 | 64 |
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, |
82 when copying. | 81 when copying. |
83 | 82 |
369 | 368 |
370 * config.in: Add HAVE_CANCELMENUTRACKING. | 369 * config.in: Add HAVE_CANCELMENUTRACKING. |
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 |
379 * w32proc.c (RVA_TO_PTR): New macro. | 377 * w32proc.c (RVA_TO_PTR): New macro. |
380 | 378 |