]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 29 Jun 2005 08:20:44 +0000 (08:20 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 29 Jun 2005 08:20:44 +0000 (08:20 +0000)
lisp/ChangeLog
src/ChangeLog

index 179b6b65d40e5b9bc2b78e9bd1b6a21ed8165dae..e89509d23c8ed861793e0215260ac22422f1839d 100644 (file)
@@ -1,5 +1,7 @@
 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * 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
index 31792c1c340c54be0bd3fe28e35b60ca794a1082..29e30cf96c31a580eedc3417ddee8767da086840 100644 (file)
        * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
        (syms_of_xdisp) <void-text-area-pointer>: 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  <rms@gnu.org>
 
        * 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,
 
 2005-06-06  Eli Zaretskii  <eliz@gnu.org>
 
-       * 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.