From 9a1505e92e4a0048e6cb722ccf56169b70f9c041 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 29 Jun 2005 08:20:44 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 2 ++ src/ChangeLog | 10 ++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 179b6b65d40..e89509d23c8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2005-06-29 Stefan Monnier + * font-lock.el (save-buffer-state): Use `declare'. + * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously reset the syntax-table to cperl-mode-syntax-table. (cperl-mode): Make _ into word-syntax during font-locking so "print" in diff --git a/src/ChangeLog b/src/ChangeLog index 31792c1c340..29e30cf96c3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -65,17 +65,16 @@ * xdisp.c (syms_of_xdisp) : Doc fix. (syms_of_xdisp) : Doc fix. - * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on - MSDOS/Windows. + * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows. 2005-06-23 Richard M. Stallman * xdisp.c (get_next_display_element): Finish reversing the tests of Vnobreak_char_display. - * xdisp.c (Vnobreak_char_display): Renamed from Vshow_nonbreak_escape. + * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape. All uses changed. - (Qnobreak_space): Renamed from Qno_break_space. All uses changed. + (Qnobreak_space): Rename from Qno_break_space. All uses changed. (syms_of_xdisp): Define nobreak-char-display and nobreak-space. * fileio.c (Frename_file): Preserve owner and group, if possible, @@ -371,8 +370,7 @@ 2005-06-06 Eli Zaretskii - * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): - Remove macros. + * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros. * unexw32.c (RVA_TO_PTR): Move here from w32heap.h. -- 2.39.2